123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- {
- "version": "1.0",
- "examples": {
- "CancelExportJob": [
- {
- "input": {
- "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Cancels the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99",
- "id": "cancel-export-job-1685699696331",
- "title": "Cancel export job"
- }
- ],
- "CreateExportJob": [
- {
- "input": {
- "ExportDataSource": {
- "MetricsDataSource": {
- "Dimensions": {
- "ISP": [
- "*"
- ]
- },
- "EndDate": "2023-07-02T00:00:00",
- "Metrics": [
- {
- "Aggregation": "VOLUME",
- "Name": "SEND"
- },
- {
- "Aggregation": "VOLUME",
- "Name": "COMPLAINT"
- },
- {
- "Aggregation": "RATE",
- "Name": "COMPLAINT"
- }
- ],
- "Namespace": "VDM",
- "StartDate": "2023-07-01T00:00:00"
- }
- },
- "ExportDestination": {
- "DataFormat": "CSV"
- }
- },
- "output": {
- "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates a new export job for Metrics data",
- "id": "create-export-job-1685701853690",
- "title": "Create Metrics export job"
- },
- {
- "input": {
- "ExportDataSource": {
- "MessageInsightsDataSource": {
- "EndDate": "2023-07-02T00:00:00",
- "Exclude": {
- "FromEmailAddress": [
- "hello@example.com"
- ]
- },
- "Include": {
- "Subject": [
- "Hello"
- ]
- },
- "StartDate": "2023-07-01T00:00:00"
- }
- },
- "ExportDestination": {
- "DataFormat": "CSV"
- }
- },
- "output": {
- "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates a new export job for Message Insights data",
- "id": "create-export-job-1689957853323",
- "title": "Create Message Insights export job"
- }
- ],
- "GetExportJob": [
- {
- "input": {
- "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
- },
- "output": {
- "CreatedTimestamp": "1685700961057",
- "ExportDataSource": {
- "MetricsDataSource": {
- "Dimensions": {
- "ISP": [
- "*"
- ]
- },
- "EndDate": "1675209600000",
- "Metrics": [
- {
- "Aggregation": "VOLUME",
- "Name": "SEND"
- },
- {
- "Aggregation": "VOLUME",
- "Name": "COMPLAINT"
- },
- {
- "Aggregation": "RATE",
- "Name": "COMPLAINT"
- }
- ],
- "Namespace": "VDM",
- "StartDate": "1672531200000"
- }
- },
- "ExportDestination": {
- "DataFormat": "CSV"
- },
- "ExportSourceType": "METRICS_DATA",
- "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99",
- "JobStatus": "PROCESSING",
- "Statistics": {
- "ExportedRecordsCount": 5,
- "ProcessedRecordsCount": 5
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Gets the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99",
- "id": "get-export-job-1685699942772",
- "title": "Get export job"
- }
- ],
- "GetMessageInsights": [
- {
- "input": {
- "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000"
- },
- "output": {
- "EmailTags": [
- {
- "Name": "ses:operation",
- "Value": "SendEmail"
- },
- {
- "Name": "ses:recipient-isp",
- "Value": "UNKNOWN_ISP"
- },
- {
- "Name": "ses:source-ip",
- "Value": "0.0.0.0"
- },
- {
- "Name": "ses:from-domain",
- "Value": "example.com"
- },
- {
- "Name": "ses:sender-identity",
- "Value": "hello@example.com"
- },
- {
- "Name": "ses:caller-identity",
- "Value": "Identity"
- }
- ],
- "FromEmailAddress": "hello@example.com",
- "Insights": [
- {
- "Destination": "recipient@example.com",
- "Events": [
- {
- "Timestamp": "2023-01-01T00:00:00.000000+01:00",
- "Type": "SEND"
- },
- {
- "Timestamp": "2023-01-01T00:00:01.000000+01:00",
- "Type": "DELIVERY"
- }
- ],
- "Isp": "UNKNOWN_ISP"
- }
- ],
- "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000",
- "Subject": "hello"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Provides information about a specific message.",
- "id": "get-message-insights-1689955713493",
- "title": "Get Message Insights"
- }
- ],
- "ListExportJobs": [
- {
- "input": {
- "ExportSourceType": "METRICS_DATA",
- "JobStatus": "PROCESSING",
- "PageSize": 25
- },
- "output": {
- "ExportJobs": [
- {
- "CreatedTimestamp": "167697473543",
- "ExportSourceType": "METRICS_DATA",
- "JobId": "72de83a0-6b49-47ca-9783-8b812576887a",
- "JobStatus": "PROCESSING"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists export jobs of type METRICS_DATA and status PROCESSING",
- "id": "list-export-jobs-1685702074256",
- "title": "List export jobs"
- }
- ],
- "PutDedicatedIpPoolScalingAttributes": [
- {
- "input": {
- "PoolName": "sample-ses-pool",
- "ScalingMode": "MANAGED"
- },
- "output": {
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This example converts a dedicated IP pool from STANDARD to MANAGED.",
- "id": "put-dedicated-ip-pool-scaling-attributes-example-1683639172",
- "title": "Used to convert a dedicated IP pool to a different scaling mode."
- }
- ]
- }
- }
|