aws-sdk-core 2.11.396 → 2.11.397

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2093 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-09-27",
5
+ "endpointPrefix":"email",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon SES V2",
9
+ "serviceFullName":"Amazon Simple Email Service",
10
+ "serviceId":"SESv2",
11
+ "signatureVersion":"v4",
12
+ "signingName":"ses",
13
+ "uid":"sesv2-2019-09-27"
14
+ },
15
+ "operations":{
16
+ "CreateConfigurationSet":{
17
+ "name":"CreateConfigurationSet",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/v2/email/configuration-sets"
21
+ },
22
+ "input":{"shape":"CreateConfigurationSetRequest"},
23
+ "output":{"shape":"CreateConfigurationSetResponse"},
24
+ "errors":[
25
+ {"shape":"AlreadyExistsException"},
26
+ {"shape":"NotFoundException"},
27
+ {"shape":"TooManyRequestsException"},
28
+ {"shape":"LimitExceededException"},
29
+ {"shape":"BadRequestException"},
30
+ {"shape":"ConcurrentModificationException"}
31
+ ]
32
+ },
33
+ "CreateConfigurationSetEventDestination":{
34
+ "name":"CreateConfigurationSetEventDestination",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"
38
+ },
39
+ "input":{"shape":"CreateConfigurationSetEventDestinationRequest"},
40
+ "output":{"shape":"CreateConfigurationSetEventDestinationResponse"},
41
+ "errors":[
42
+ {"shape":"NotFoundException"},
43
+ {"shape":"AlreadyExistsException"},
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"TooManyRequestsException"},
46
+ {"shape":"BadRequestException"}
47
+ ]
48
+ },
49
+ "CreateDedicatedIpPool":{
50
+ "name":"CreateDedicatedIpPool",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/v2/email/dedicated-ip-pools"
54
+ },
55
+ "input":{"shape":"CreateDedicatedIpPoolRequest"},
56
+ "output":{"shape":"CreateDedicatedIpPoolResponse"},
57
+ "errors":[
58
+ {"shape":"AlreadyExistsException"},
59
+ {"shape":"LimitExceededException"},
60
+ {"shape":"TooManyRequestsException"},
61
+ {"shape":"BadRequestException"},
62
+ {"shape":"ConcurrentModificationException"}
63
+ ]
64
+ },
65
+ "CreateDeliverabilityTestReport":{
66
+ "name":"CreateDeliverabilityTestReport",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/v2/email/deliverability-dashboard/test"
70
+ },
71
+ "input":{"shape":"CreateDeliverabilityTestReportRequest"},
72
+ "output":{"shape":"CreateDeliverabilityTestReportResponse"},
73
+ "errors":[
74
+ {"shape":"AccountSuspendedException"},
75
+ {"shape":"SendingPausedException"},
76
+ {"shape":"MessageRejected"},
77
+ {"shape":"MailFromDomainNotVerifiedException"},
78
+ {"shape":"NotFoundException"},
79
+ {"shape":"TooManyRequestsException"},
80
+ {"shape":"LimitExceededException"},
81
+ {"shape":"BadRequestException"},
82
+ {"shape":"ConcurrentModificationException"}
83
+ ]
84
+ },
85
+ "CreateEmailIdentity":{
86
+ "name":"CreateEmailIdentity",
87
+ "http":{
88
+ "method":"POST",
89
+ "requestUri":"/v2/email/identities"
90
+ },
91
+ "input":{"shape":"CreateEmailIdentityRequest"},
92
+ "output":{"shape":"CreateEmailIdentityResponse"},
93
+ "errors":[
94
+ {"shape":"LimitExceededException"},
95
+ {"shape":"TooManyRequestsException"},
96
+ {"shape":"BadRequestException"},
97
+ {"shape":"ConcurrentModificationException"}
98
+ ]
99
+ },
100
+ "DeleteConfigurationSet":{
101
+ "name":"DeleteConfigurationSet",
102
+ "http":{
103
+ "method":"DELETE",
104
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"
105
+ },
106
+ "input":{"shape":"DeleteConfigurationSetRequest"},
107
+ "output":{"shape":"DeleteConfigurationSetResponse"},
108
+ "errors":[
109
+ {"shape":"NotFoundException"},
110
+ {"shape":"TooManyRequestsException"},
111
+ {"shape":"BadRequestException"},
112
+ {"shape":"ConcurrentModificationException"}
113
+ ]
114
+ },
115
+ "DeleteConfigurationSetEventDestination":{
116
+ "name":"DeleteConfigurationSetEventDestination",
117
+ "http":{
118
+ "method":"DELETE",
119
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"
120
+ },
121
+ "input":{"shape":"DeleteConfigurationSetEventDestinationRequest"},
122
+ "output":{"shape":"DeleteConfigurationSetEventDestinationResponse"},
123
+ "errors":[
124
+ {"shape":"NotFoundException"},
125
+ {"shape":"TooManyRequestsException"},
126
+ {"shape":"BadRequestException"}
127
+ ]
128
+ },
129
+ "DeleteDedicatedIpPool":{
130
+ "name":"DeleteDedicatedIpPool",
131
+ "http":{
132
+ "method":"DELETE",
133
+ "requestUri":"/v2/email/dedicated-ip-pools/{PoolName}"
134
+ },
135
+ "input":{"shape":"DeleteDedicatedIpPoolRequest"},
136
+ "output":{"shape":"DeleteDedicatedIpPoolResponse"},
137
+ "errors":[
138
+ {"shape":"NotFoundException"},
139
+ {"shape":"TooManyRequestsException"},
140
+ {"shape":"BadRequestException"},
141
+ {"shape":"ConcurrentModificationException"}
142
+ ]
143
+ },
144
+ "DeleteEmailIdentity":{
145
+ "name":"DeleteEmailIdentity",
146
+ "http":{
147
+ "method":"DELETE",
148
+ "requestUri":"/v2/email/identities/{EmailIdentity}"
149
+ },
150
+ "input":{"shape":"DeleteEmailIdentityRequest"},
151
+ "output":{"shape":"DeleteEmailIdentityResponse"},
152
+ "errors":[
153
+ {"shape":"NotFoundException"},
154
+ {"shape":"TooManyRequestsException"},
155
+ {"shape":"BadRequestException"},
156
+ {"shape":"ConcurrentModificationException"}
157
+ ]
158
+ },
159
+ "GetAccount":{
160
+ "name":"GetAccount",
161
+ "http":{
162
+ "method":"GET",
163
+ "requestUri":"/v2/email/account"
164
+ },
165
+ "input":{"shape":"GetAccountRequest"},
166
+ "output":{"shape":"GetAccountResponse"},
167
+ "errors":[
168
+ {"shape":"TooManyRequestsException"},
169
+ {"shape":"BadRequestException"}
170
+ ]
171
+ },
172
+ "GetBlacklistReports":{
173
+ "name":"GetBlacklistReports",
174
+ "http":{
175
+ "method":"GET",
176
+ "requestUri":"/v2/email/deliverability-dashboard/blacklist-report"
177
+ },
178
+ "input":{"shape":"GetBlacklistReportsRequest"},
179
+ "output":{"shape":"GetBlacklistReportsResponse"},
180
+ "errors":[
181
+ {"shape":"TooManyRequestsException"},
182
+ {"shape":"NotFoundException"},
183
+ {"shape":"BadRequestException"}
184
+ ]
185
+ },
186
+ "GetConfigurationSet":{
187
+ "name":"GetConfigurationSet",
188
+ "http":{
189
+ "method":"GET",
190
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"
191
+ },
192
+ "input":{"shape":"GetConfigurationSetRequest"},
193
+ "output":{"shape":"GetConfigurationSetResponse"},
194
+ "errors":[
195
+ {"shape":"NotFoundException"},
196
+ {"shape":"TooManyRequestsException"},
197
+ {"shape":"BadRequestException"}
198
+ ]
199
+ },
200
+ "GetConfigurationSetEventDestinations":{
201
+ "name":"GetConfigurationSetEventDestinations",
202
+ "http":{
203
+ "method":"GET",
204
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"
205
+ },
206
+ "input":{"shape":"GetConfigurationSetEventDestinationsRequest"},
207
+ "output":{"shape":"GetConfigurationSetEventDestinationsResponse"},
208
+ "errors":[
209
+ {"shape":"NotFoundException"},
210
+ {"shape":"TooManyRequestsException"},
211
+ {"shape":"BadRequestException"}
212
+ ]
213
+ },
214
+ "GetDedicatedIp":{
215
+ "name":"GetDedicatedIp",
216
+ "http":{
217
+ "method":"GET",
218
+ "requestUri":"/v2/email/dedicated-ips/{IP}"
219
+ },
220
+ "input":{"shape":"GetDedicatedIpRequest"},
221
+ "output":{"shape":"GetDedicatedIpResponse"},
222
+ "errors":[
223
+ {"shape":"TooManyRequestsException"},
224
+ {"shape":"NotFoundException"},
225
+ {"shape":"BadRequestException"}
226
+ ]
227
+ },
228
+ "GetDedicatedIps":{
229
+ "name":"GetDedicatedIps",
230
+ "http":{
231
+ "method":"GET",
232
+ "requestUri":"/v2/email/dedicated-ips"
233
+ },
234
+ "input":{"shape":"GetDedicatedIpsRequest"},
235
+ "output":{"shape":"GetDedicatedIpsResponse"},
236
+ "errors":[
237
+ {"shape":"TooManyRequestsException"},
238
+ {"shape":"NotFoundException"},
239
+ {"shape":"BadRequestException"}
240
+ ]
241
+ },
242
+ "GetDeliverabilityDashboardOptions":{
243
+ "name":"GetDeliverabilityDashboardOptions",
244
+ "http":{
245
+ "method":"GET",
246
+ "requestUri":"/v2/email/deliverability-dashboard"
247
+ },
248
+ "input":{"shape":"GetDeliverabilityDashboardOptionsRequest"},
249
+ "output":{"shape":"GetDeliverabilityDashboardOptionsResponse"},
250
+ "errors":[
251
+ {"shape":"TooManyRequestsException"},
252
+ {"shape":"LimitExceededException"},
253
+ {"shape":"BadRequestException"}
254
+ ]
255
+ },
256
+ "GetDeliverabilityTestReport":{
257
+ "name":"GetDeliverabilityTestReport",
258
+ "http":{
259
+ "method":"GET",
260
+ "requestUri":"/v2/email/deliverability-dashboard/test-reports/{ReportId}"
261
+ },
262
+ "input":{"shape":"GetDeliverabilityTestReportRequest"},
263
+ "output":{"shape":"GetDeliverabilityTestReportResponse"},
264
+ "errors":[
265
+ {"shape":"TooManyRequestsException"},
266
+ {"shape":"NotFoundException"},
267
+ {"shape":"BadRequestException"}
268
+ ]
269
+ },
270
+ "GetDomainDeliverabilityCampaign":{
271
+ "name":"GetDomainDeliverabilityCampaign",
272
+ "http":{
273
+ "method":"GET",
274
+ "requestUri":"/v2/email/deliverability-dashboard/campaigns/{CampaignId}"
275
+ },
276
+ "input":{"shape":"GetDomainDeliverabilityCampaignRequest"},
277
+ "output":{"shape":"GetDomainDeliverabilityCampaignResponse"},
278
+ "errors":[
279
+ {"shape":"TooManyRequestsException"},
280
+ {"shape":"BadRequestException"},
281
+ {"shape":"NotFoundException"}
282
+ ]
283
+ },
284
+ "GetDomainStatisticsReport":{
285
+ "name":"GetDomainStatisticsReport",
286
+ "http":{
287
+ "method":"GET",
288
+ "requestUri":"/v2/email/deliverability-dashboard/statistics-report/{Domain}"
289
+ },
290
+ "input":{"shape":"GetDomainStatisticsReportRequest"},
291
+ "output":{"shape":"GetDomainStatisticsReportResponse"},
292
+ "errors":[
293
+ {"shape":"TooManyRequestsException"},
294
+ {"shape":"NotFoundException"},
295
+ {"shape":"BadRequestException"}
296
+ ]
297
+ },
298
+ "GetEmailIdentity":{
299
+ "name":"GetEmailIdentity",
300
+ "http":{
301
+ "method":"GET",
302
+ "requestUri":"/v2/email/identities/{EmailIdentity}"
303
+ },
304
+ "input":{"shape":"GetEmailIdentityRequest"},
305
+ "output":{"shape":"GetEmailIdentityResponse"},
306
+ "errors":[
307
+ {"shape":"NotFoundException"},
308
+ {"shape":"TooManyRequestsException"},
309
+ {"shape":"BadRequestException"}
310
+ ]
311
+ },
312
+ "ListConfigurationSets":{
313
+ "name":"ListConfigurationSets",
314
+ "http":{
315
+ "method":"GET",
316
+ "requestUri":"/v2/email/configuration-sets"
317
+ },
318
+ "input":{"shape":"ListConfigurationSetsRequest"},
319
+ "output":{"shape":"ListConfigurationSetsResponse"},
320
+ "errors":[
321
+ {"shape":"TooManyRequestsException"},
322
+ {"shape":"BadRequestException"}
323
+ ]
324
+ },
325
+ "ListDedicatedIpPools":{
326
+ "name":"ListDedicatedIpPools",
327
+ "http":{
328
+ "method":"GET",
329
+ "requestUri":"/v2/email/dedicated-ip-pools"
330
+ },
331
+ "input":{"shape":"ListDedicatedIpPoolsRequest"},
332
+ "output":{"shape":"ListDedicatedIpPoolsResponse"},
333
+ "errors":[
334
+ {"shape":"TooManyRequestsException"},
335
+ {"shape":"BadRequestException"}
336
+ ]
337
+ },
338
+ "ListDeliverabilityTestReports":{
339
+ "name":"ListDeliverabilityTestReports",
340
+ "http":{
341
+ "method":"GET",
342
+ "requestUri":"/v2/email/deliverability-dashboard/test-reports"
343
+ },
344
+ "input":{"shape":"ListDeliverabilityTestReportsRequest"},
345
+ "output":{"shape":"ListDeliverabilityTestReportsResponse"},
346
+ "errors":[
347
+ {"shape":"TooManyRequestsException"},
348
+ {"shape":"NotFoundException"},
349
+ {"shape":"BadRequestException"}
350
+ ]
351
+ },
352
+ "ListDomainDeliverabilityCampaigns":{
353
+ "name":"ListDomainDeliverabilityCampaigns",
354
+ "http":{
355
+ "method":"GET",
356
+ "requestUri":"/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns"
357
+ },
358
+ "input":{"shape":"ListDomainDeliverabilityCampaignsRequest"},
359
+ "output":{"shape":"ListDomainDeliverabilityCampaignsResponse"},
360
+ "errors":[
361
+ {"shape":"TooManyRequestsException"},
362
+ {"shape":"BadRequestException"},
363
+ {"shape":"NotFoundException"}
364
+ ]
365
+ },
366
+ "ListEmailIdentities":{
367
+ "name":"ListEmailIdentities",
368
+ "http":{
369
+ "method":"GET",
370
+ "requestUri":"/v2/email/identities"
371
+ },
372
+ "input":{"shape":"ListEmailIdentitiesRequest"},
373
+ "output":{"shape":"ListEmailIdentitiesResponse"},
374
+ "errors":[
375
+ {"shape":"TooManyRequestsException"},
376
+ {"shape":"BadRequestException"}
377
+ ]
378
+ },
379
+ "ListTagsForResource":{
380
+ "name":"ListTagsForResource",
381
+ "http":{
382
+ "method":"GET",
383
+ "requestUri":"/v2/email/tags"
384
+ },
385
+ "input":{"shape":"ListTagsForResourceRequest"},
386
+ "output":{"shape":"ListTagsForResourceResponse"},
387
+ "errors":[
388
+ {"shape":"BadRequestException"},
389
+ {"shape":"NotFoundException"},
390
+ {"shape":"TooManyRequestsException"}
391
+ ]
392
+ },
393
+ "PutAccountDedicatedIpWarmupAttributes":{
394
+ "name":"PutAccountDedicatedIpWarmupAttributes",
395
+ "http":{
396
+ "method":"PUT",
397
+ "requestUri":"/v2/email/account/dedicated-ips/warmup"
398
+ },
399
+ "input":{"shape":"PutAccountDedicatedIpWarmupAttributesRequest"},
400
+ "output":{"shape":"PutAccountDedicatedIpWarmupAttributesResponse"},
401
+ "errors":[
402
+ {"shape":"TooManyRequestsException"},
403
+ {"shape":"BadRequestException"}
404
+ ]
405
+ },
406
+ "PutAccountSendingAttributes":{
407
+ "name":"PutAccountSendingAttributes",
408
+ "http":{
409
+ "method":"PUT",
410
+ "requestUri":"/v2/email/account/sending"
411
+ },
412
+ "input":{"shape":"PutAccountSendingAttributesRequest"},
413
+ "output":{"shape":"PutAccountSendingAttributesResponse"},
414
+ "errors":[
415
+ {"shape":"TooManyRequestsException"},
416
+ {"shape":"BadRequestException"}
417
+ ]
418
+ },
419
+ "PutConfigurationSetDeliveryOptions":{
420
+ "name":"PutConfigurationSetDeliveryOptions",
421
+ "http":{
422
+ "method":"PUT",
423
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options"
424
+ },
425
+ "input":{"shape":"PutConfigurationSetDeliveryOptionsRequest"},
426
+ "output":{"shape":"PutConfigurationSetDeliveryOptionsResponse"},
427
+ "errors":[
428
+ {"shape":"NotFoundException"},
429
+ {"shape":"TooManyRequestsException"},
430
+ {"shape":"BadRequestException"}
431
+ ]
432
+ },
433
+ "PutConfigurationSetReputationOptions":{
434
+ "name":"PutConfigurationSetReputationOptions",
435
+ "http":{
436
+ "method":"PUT",
437
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options"
438
+ },
439
+ "input":{"shape":"PutConfigurationSetReputationOptionsRequest"},
440
+ "output":{"shape":"PutConfigurationSetReputationOptionsResponse"},
441
+ "errors":[
442
+ {"shape":"NotFoundException"},
443
+ {"shape":"TooManyRequestsException"},
444
+ {"shape":"BadRequestException"}
445
+ ]
446
+ },
447
+ "PutConfigurationSetSendingOptions":{
448
+ "name":"PutConfigurationSetSendingOptions",
449
+ "http":{
450
+ "method":"PUT",
451
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/sending"
452
+ },
453
+ "input":{"shape":"PutConfigurationSetSendingOptionsRequest"},
454
+ "output":{"shape":"PutConfigurationSetSendingOptionsResponse"},
455
+ "errors":[
456
+ {"shape":"NotFoundException"},
457
+ {"shape":"TooManyRequestsException"},
458
+ {"shape":"BadRequestException"}
459
+ ]
460
+ },
461
+ "PutConfigurationSetTrackingOptions":{
462
+ "name":"PutConfigurationSetTrackingOptions",
463
+ "http":{
464
+ "method":"PUT",
465
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options"
466
+ },
467
+ "input":{"shape":"PutConfigurationSetTrackingOptionsRequest"},
468
+ "output":{"shape":"PutConfigurationSetTrackingOptionsResponse"},
469
+ "errors":[
470
+ {"shape":"NotFoundException"},
471
+ {"shape":"TooManyRequestsException"},
472
+ {"shape":"BadRequestException"}
473
+ ]
474
+ },
475
+ "PutDedicatedIpInPool":{
476
+ "name":"PutDedicatedIpInPool",
477
+ "http":{
478
+ "method":"PUT",
479
+ "requestUri":"/v2/email/dedicated-ips/{IP}/pool"
480
+ },
481
+ "input":{"shape":"PutDedicatedIpInPoolRequest"},
482
+ "output":{"shape":"PutDedicatedIpInPoolResponse"},
483
+ "errors":[
484
+ {"shape":"NotFoundException"},
485
+ {"shape":"TooManyRequestsException"},
486
+ {"shape":"BadRequestException"}
487
+ ]
488
+ },
489
+ "PutDedicatedIpWarmupAttributes":{
490
+ "name":"PutDedicatedIpWarmupAttributes",
491
+ "http":{
492
+ "method":"PUT",
493
+ "requestUri":"/v2/email/dedicated-ips/{IP}/warmup"
494
+ },
495
+ "input":{"shape":"PutDedicatedIpWarmupAttributesRequest"},
496
+ "output":{"shape":"PutDedicatedIpWarmupAttributesResponse"},
497
+ "errors":[
498
+ {"shape":"NotFoundException"},
499
+ {"shape":"TooManyRequestsException"},
500
+ {"shape":"BadRequestException"}
501
+ ]
502
+ },
503
+ "PutDeliverabilityDashboardOption":{
504
+ "name":"PutDeliverabilityDashboardOption",
505
+ "http":{
506
+ "method":"PUT",
507
+ "requestUri":"/v2/email/deliverability-dashboard"
508
+ },
509
+ "input":{"shape":"PutDeliverabilityDashboardOptionRequest"},
510
+ "output":{"shape":"PutDeliverabilityDashboardOptionResponse"},
511
+ "errors":[
512
+ {"shape":"AlreadyExistsException"},
513
+ {"shape":"NotFoundException"},
514
+ {"shape":"TooManyRequestsException"},
515
+ {"shape":"LimitExceededException"},
516
+ {"shape":"BadRequestException"}
517
+ ]
518
+ },
519
+ "PutEmailIdentityDkimAttributes":{
520
+ "name":"PutEmailIdentityDkimAttributes",
521
+ "http":{
522
+ "method":"PUT",
523
+ "requestUri":"/v2/email/identities/{EmailIdentity}/dkim"
524
+ },
525
+ "input":{"shape":"PutEmailIdentityDkimAttributesRequest"},
526
+ "output":{"shape":"PutEmailIdentityDkimAttributesResponse"},
527
+ "errors":[
528
+ {"shape":"NotFoundException"},
529
+ {"shape":"TooManyRequestsException"},
530
+ {"shape":"BadRequestException"}
531
+ ]
532
+ },
533
+ "PutEmailIdentityFeedbackAttributes":{
534
+ "name":"PutEmailIdentityFeedbackAttributes",
535
+ "http":{
536
+ "method":"PUT",
537
+ "requestUri":"/v2/email/identities/{EmailIdentity}/feedback"
538
+ },
539
+ "input":{"shape":"PutEmailIdentityFeedbackAttributesRequest"},
540
+ "output":{"shape":"PutEmailIdentityFeedbackAttributesResponse"},
541
+ "errors":[
542
+ {"shape":"NotFoundException"},
543
+ {"shape":"TooManyRequestsException"},
544
+ {"shape":"BadRequestException"}
545
+ ]
546
+ },
547
+ "PutEmailIdentityMailFromAttributes":{
548
+ "name":"PutEmailIdentityMailFromAttributes",
549
+ "http":{
550
+ "method":"PUT",
551
+ "requestUri":"/v2/email/identities/{EmailIdentity}/mail-from"
552
+ },
553
+ "input":{"shape":"PutEmailIdentityMailFromAttributesRequest"},
554
+ "output":{"shape":"PutEmailIdentityMailFromAttributesResponse"},
555
+ "errors":[
556
+ {"shape":"NotFoundException"},
557
+ {"shape":"TooManyRequestsException"},
558
+ {"shape":"BadRequestException"}
559
+ ]
560
+ },
561
+ "SendEmail":{
562
+ "name":"SendEmail",
563
+ "http":{
564
+ "method":"POST",
565
+ "requestUri":"/v2/email/outbound-emails"
566
+ },
567
+ "input":{"shape":"SendEmailRequest"},
568
+ "output":{"shape":"SendEmailResponse"},
569
+ "errors":[
570
+ {"shape":"TooManyRequestsException"},
571
+ {"shape":"LimitExceededException"},
572
+ {"shape":"AccountSuspendedException"},
573
+ {"shape":"SendingPausedException"},
574
+ {"shape":"MessageRejected"},
575
+ {"shape":"MailFromDomainNotVerifiedException"},
576
+ {"shape":"NotFoundException"},
577
+ {"shape":"BadRequestException"}
578
+ ]
579
+ },
580
+ "TagResource":{
581
+ "name":"TagResource",
582
+ "http":{
583
+ "method":"POST",
584
+ "requestUri":"/v2/email/tags"
585
+ },
586
+ "input":{"shape":"TagResourceRequest"},
587
+ "output":{"shape":"TagResourceResponse"},
588
+ "errors":[
589
+ {"shape":"BadRequestException"},
590
+ {"shape":"ConcurrentModificationException"},
591
+ {"shape":"NotFoundException"},
592
+ {"shape":"TooManyRequestsException"}
593
+ ]
594
+ },
595
+ "UntagResource":{
596
+ "name":"UntagResource",
597
+ "http":{
598
+ "method":"DELETE",
599
+ "requestUri":"/v2/email/tags"
600
+ },
601
+ "input":{"shape":"UntagResourceRequest"},
602
+ "output":{"shape":"UntagResourceResponse"},
603
+ "errors":[
604
+ {"shape":"BadRequestException"},
605
+ {"shape":"ConcurrentModificationException"},
606
+ {"shape":"NotFoundException"},
607
+ {"shape":"TooManyRequestsException"}
608
+ ]
609
+ },
610
+ "UpdateConfigurationSetEventDestination":{
611
+ "name":"UpdateConfigurationSetEventDestination",
612
+ "http":{
613
+ "method":"PUT",
614
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"
615
+ },
616
+ "input":{"shape":"UpdateConfigurationSetEventDestinationRequest"},
617
+ "output":{"shape":"UpdateConfigurationSetEventDestinationResponse"},
618
+ "errors":[
619
+ {"shape":"NotFoundException"},
620
+ {"shape":"TooManyRequestsException"},
621
+ {"shape":"BadRequestException"}
622
+ ]
623
+ }
624
+ },
625
+ "shapes":{
626
+ "AccountSuspendedException":{
627
+ "type":"structure",
628
+ "members":{
629
+ },
630
+ "error":{"httpStatusCode":400},
631
+ "exception":true
632
+ },
633
+ "AlreadyExistsException":{
634
+ "type":"structure",
635
+ "members":{
636
+ },
637
+ "error":{"httpStatusCode":400},
638
+ "exception":true
639
+ },
640
+ "AmazonResourceName":{"type":"string"},
641
+ "BadRequestException":{
642
+ "type":"structure",
643
+ "members":{
644
+ },
645
+ "error":{"httpStatusCode":400},
646
+ "exception":true
647
+ },
648
+ "BehaviorOnMxFailure":{
649
+ "type":"string",
650
+ "enum":[
651
+ "USE_DEFAULT_VALUE",
652
+ "REJECT_MESSAGE"
653
+ ]
654
+ },
655
+ "BlacklistEntries":{
656
+ "type":"list",
657
+ "member":{"shape":"BlacklistEntry"}
658
+ },
659
+ "BlacklistEntry":{
660
+ "type":"structure",
661
+ "members":{
662
+ "RblName":{"shape":"RblName"},
663
+ "ListingTime":{"shape":"Timestamp"},
664
+ "Description":{"shape":"BlacklistingDescription"}
665
+ }
666
+ },
667
+ "BlacklistItemName":{"type":"string"},
668
+ "BlacklistItemNames":{
669
+ "type":"list",
670
+ "member":{"shape":"BlacklistItemName"}
671
+ },
672
+ "BlacklistReport":{
673
+ "type":"map",
674
+ "key":{"shape":"BlacklistItemName"},
675
+ "value":{"shape":"BlacklistEntries"}
676
+ },
677
+ "BlacklistingDescription":{"type":"string"},
678
+ "Body":{
679
+ "type":"structure",
680
+ "members":{
681
+ "Text":{"shape":"Content"},
682
+ "Html":{"shape":"Content"}
683
+ }
684
+ },
685
+ "CampaignId":{"type":"string"},
686
+ "Charset":{"type":"string"},
687
+ "CloudWatchDestination":{
688
+ "type":"structure",
689
+ "required":["DimensionConfigurations"],
690
+ "members":{
691
+ "DimensionConfigurations":{"shape":"CloudWatchDimensionConfigurations"}
692
+ }
693
+ },
694
+ "CloudWatchDimensionConfiguration":{
695
+ "type":"structure",
696
+ "required":[
697
+ "DimensionName",
698
+ "DimensionValueSource",
699
+ "DefaultDimensionValue"
700
+ ],
701
+ "members":{
702
+ "DimensionName":{"shape":"DimensionName"},
703
+ "DimensionValueSource":{"shape":"DimensionValueSource"},
704
+ "DefaultDimensionValue":{"shape":"DefaultDimensionValue"}
705
+ }
706
+ },
707
+ "CloudWatchDimensionConfigurations":{
708
+ "type":"list",
709
+ "member":{"shape":"CloudWatchDimensionConfiguration"}
710
+ },
711
+ "ConcurrentModificationException":{
712
+ "type":"structure",
713
+ "members":{
714
+ },
715
+ "error":{"httpStatusCode":500},
716
+ "exception":true
717
+ },
718
+ "ConfigurationSetName":{"type":"string"},
719
+ "ConfigurationSetNameList":{
720
+ "type":"list",
721
+ "member":{"shape":"ConfigurationSetName"}
722
+ },
723
+ "Content":{
724
+ "type":"structure",
725
+ "required":["Data"],
726
+ "members":{
727
+ "Data":{"shape":"MessageData"},
728
+ "Charset":{"shape":"Charset"}
729
+ }
730
+ },
731
+ "CreateConfigurationSetEventDestinationRequest":{
732
+ "type":"structure",
733
+ "required":[
734
+ "ConfigurationSetName",
735
+ "EventDestinationName",
736
+ "EventDestination"
737
+ ],
738
+ "members":{
739
+ "ConfigurationSetName":{
740
+ "shape":"ConfigurationSetName",
741
+ "location":"uri",
742
+ "locationName":"ConfigurationSetName"
743
+ },
744
+ "EventDestinationName":{"shape":"EventDestinationName"},
745
+ "EventDestination":{"shape":"EventDestinationDefinition"}
746
+ }
747
+ },
748
+ "CreateConfigurationSetEventDestinationResponse":{
749
+ "type":"structure",
750
+ "members":{
751
+ }
752
+ },
753
+ "CreateConfigurationSetRequest":{
754
+ "type":"structure",
755
+ "required":["ConfigurationSetName"],
756
+ "members":{
757
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
758
+ "TrackingOptions":{"shape":"TrackingOptions"},
759
+ "DeliveryOptions":{"shape":"DeliveryOptions"},
760
+ "ReputationOptions":{"shape":"ReputationOptions"},
761
+ "SendingOptions":{"shape":"SendingOptions"},
762
+ "Tags":{"shape":"TagList"}
763
+ }
764
+ },
765
+ "CreateConfigurationSetResponse":{
766
+ "type":"structure",
767
+ "members":{
768
+ }
769
+ },
770
+ "CreateDedicatedIpPoolRequest":{
771
+ "type":"structure",
772
+ "required":["PoolName"],
773
+ "members":{
774
+ "PoolName":{"shape":"PoolName"},
775
+ "Tags":{"shape":"TagList"}
776
+ }
777
+ },
778
+ "CreateDedicatedIpPoolResponse":{
779
+ "type":"structure",
780
+ "members":{
781
+ }
782
+ },
783
+ "CreateDeliverabilityTestReportRequest":{
784
+ "type":"structure",
785
+ "required":[
786
+ "FromEmailAddress",
787
+ "Content"
788
+ ],
789
+ "members":{
790
+ "ReportName":{"shape":"ReportName"},
791
+ "FromEmailAddress":{"shape":"EmailAddress"},
792
+ "Content":{"shape":"EmailContent"},
793
+ "Tags":{"shape":"TagList"}
794
+ }
795
+ },
796
+ "CreateDeliverabilityTestReportResponse":{
797
+ "type":"structure",
798
+ "required":[
799
+ "ReportId",
800
+ "DeliverabilityTestStatus"
801
+ ],
802
+ "members":{
803
+ "ReportId":{"shape":"ReportId"},
804
+ "DeliverabilityTestStatus":{"shape":"DeliverabilityTestStatus"}
805
+ }
806
+ },
807
+ "CreateEmailIdentityRequest":{
808
+ "type":"structure",
809
+ "required":["EmailIdentity"],
810
+ "members":{
811
+ "EmailIdentity":{"shape":"Identity"},
812
+ "Tags":{"shape":"TagList"}
813
+ }
814
+ },
815
+ "CreateEmailIdentityResponse":{
816
+ "type":"structure",
817
+ "members":{
818
+ "IdentityType":{"shape":"IdentityType"},
819
+ "VerifiedForSendingStatus":{"shape":"Enabled"},
820
+ "DkimAttributes":{"shape":"DkimAttributes"}
821
+ }
822
+ },
823
+ "CustomRedirectDomain":{"type":"string"},
824
+ "DailyVolume":{
825
+ "type":"structure",
826
+ "members":{
827
+ "StartDate":{"shape":"Timestamp"},
828
+ "VolumeStatistics":{"shape":"VolumeStatistics"},
829
+ "DomainIspPlacements":{"shape":"DomainIspPlacements"}
830
+ }
831
+ },
832
+ "DailyVolumes":{
833
+ "type":"list",
834
+ "member":{"shape":"DailyVolume"}
835
+ },
836
+ "DedicatedIp":{
837
+ "type":"structure",
838
+ "required":[
839
+ "Ip",
840
+ "WarmupStatus",
841
+ "WarmupPercentage"
842
+ ],
843
+ "members":{
844
+ "Ip":{"shape":"Ip"},
845
+ "WarmupStatus":{"shape":"WarmupStatus"},
846
+ "WarmupPercentage":{"shape":"Percentage100Wrapper"},
847
+ "PoolName":{"shape":"PoolName"}
848
+ }
849
+ },
850
+ "DedicatedIpList":{
851
+ "type":"list",
852
+ "member":{"shape":"DedicatedIp"}
853
+ },
854
+ "DefaultDimensionValue":{"type":"string"},
855
+ "DeleteConfigurationSetEventDestinationRequest":{
856
+ "type":"structure",
857
+ "required":[
858
+ "ConfigurationSetName",
859
+ "EventDestinationName"
860
+ ],
861
+ "members":{
862
+ "ConfigurationSetName":{
863
+ "shape":"ConfigurationSetName",
864
+ "location":"uri",
865
+ "locationName":"ConfigurationSetName"
866
+ },
867
+ "EventDestinationName":{
868
+ "shape":"EventDestinationName",
869
+ "location":"uri",
870
+ "locationName":"EventDestinationName"
871
+ }
872
+ }
873
+ },
874
+ "DeleteConfigurationSetEventDestinationResponse":{
875
+ "type":"structure",
876
+ "members":{
877
+ }
878
+ },
879
+ "DeleteConfigurationSetRequest":{
880
+ "type":"structure",
881
+ "required":["ConfigurationSetName"],
882
+ "members":{
883
+ "ConfigurationSetName":{
884
+ "shape":"ConfigurationSetName",
885
+ "location":"uri",
886
+ "locationName":"ConfigurationSetName"
887
+ }
888
+ }
889
+ },
890
+ "DeleteConfigurationSetResponse":{
891
+ "type":"structure",
892
+ "members":{
893
+ }
894
+ },
895
+ "DeleteDedicatedIpPoolRequest":{
896
+ "type":"structure",
897
+ "required":["PoolName"],
898
+ "members":{
899
+ "PoolName":{
900
+ "shape":"PoolName",
901
+ "location":"uri",
902
+ "locationName":"PoolName"
903
+ }
904
+ }
905
+ },
906
+ "DeleteDedicatedIpPoolResponse":{
907
+ "type":"structure",
908
+ "members":{
909
+ }
910
+ },
911
+ "DeleteEmailIdentityRequest":{
912
+ "type":"structure",
913
+ "required":["EmailIdentity"],
914
+ "members":{
915
+ "EmailIdentity":{
916
+ "shape":"Identity",
917
+ "location":"uri",
918
+ "locationName":"EmailIdentity"
919
+ }
920
+ }
921
+ },
922
+ "DeleteEmailIdentityResponse":{
923
+ "type":"structure",
924
+ "members":{
925
+ }
926
+ },
927
+ "DeliverabilityDashboardAccountStatus":{
928
+ "type":"string",
929
+ "enum":[
930
+ "ACTIVE",
931
+ "PENDING_EXPIRATION",
932
+ "DISABLED"
933
+ ]
934
+ },
935
+ "DeliverabilityTestReport":{
936
+ "type":"structure",
937
+ "members":{
938
+ "ReportId":{"shape":"ReportId"},
939
+ "ReportName":{"shape":"ReportName"},
940
+ "Subject":{"shape":"DeliverabilityTestSubject"},
941
+ "FromEmailAddress":{"shape":"EmailAddress"},
942
+ "CreateDate":{"shape":"Timestamp"},
943
+ "DeliverabilityTestStatus":{"shape":"DeliverabilityTestStatus"}
944
+ }
945
+ },
946
+ "DeliverabilityTestReports":{
947
+ "type":"list",
948
+ "member":{"shape":"DeliverabilityTestReport"}
949
+ },
950
+ "DeliverabilityTestStatus":{
951
+ "type":"string",
952
+ "enum":[
953
+ "IN_PROGRESS",
954
+ "COMPLETED"
955
+ ]
956
+ },
957
+ "DeliverabilityTestSubject":{"type":"string"},
958
+ "DeliveryOptions":{
959
+ "type":"structure",
960
+ "members":{
961
+ "TlsPolicy":{"shape":"TlsPolicy"},
962
+ "SendingPoolName":{"shape":"PoolName"}
963
+ }
964
+ },
965
+ "Destination":{
966
+ "type":"structure",
967
+ "members":{
968
+ "ToAddresses":{"shape":"EmailAddressList"},
969
+ "CcAddresses":{"shape":"EmailAddressList"},
970
+ "BccAddresses":{"shape":"EmailAddressList"}
971
+ }
972
+ },
973
+ "DimensionName":{"type":"string"},
974
+ "DimensionValueSource":{
975
+ "type":"string",
976
+ "enum":[
977
+ "MESSAGE_TAG",
978
+ "EMAIL_HEADER",
979
+ "LINK_TAG"
980
+ ]
981
+ },
982
+ "DkimAttributes":{
983
+ "type":"structure",
984
+ "members":{
985
+ "SigningEnabled":{"shape":"Enabled"},
986
+ "Status":{"shape":"DkimStatus"},
987
+ "Tokens":{"shape":"DnsTokenList"}
988
+ }
989
+ },
990
+ "DkimStatus":{
991
+ "type":"string",
992
+ "enum":[
993
+ "PENDING",
994
+ "SUCCESS",
995
+ "FAILED",
996
+ "TEMPORARY_FAILURE",
997
+ "NOT_STARTED"
998
+ ]
999
+ },
1000
+ "DnsToken":{"type":"string"},
1001
+ "DnsTokenList":{
1002
+ "type":"list",
1003
+ "member":{"shape":"DnsToken"}
1004
+ },
1005
+ "Domain":{"type":"string"},
1006
+ "DomainDeliverabilityCampaign":{
1007
+ "type":"structure",
1008
+ "members":{
1009
+ "CampaignId":{"shape":"CampaignId"},
1010
+ "ImageUrl":{"shape":"ImageUrl"},
1011
+ "Subject":{"shape":"Subject"},
1012
+ "FromAddress":{"shape":"Identity"},
1013
+ "SendingIps":{"shape":"IpList"},
1014
+ "FirstSeenDateTime":{"shape":"Timestamp"},
1015
+ "LastSeenDateTime":{"shape":"Timestamp"},
1016
+ "InboxCount":{"shape":"Volume"},
1017
+ "SpamCount":{"shape":"Volume"},
1018
+ "ReadRate":{"shape":"Percentage"},
1019
+ "DeleteRate":{"shape":"Percentage"},
1020
+ "ReadDeleteRate":{"shape":"Percentage"},
1021
+ "ProjectedVolume":{"shape":"Volume"},
1022
+ "Esps":{"shape":"Esps"}
1023
+ }
1024
+ },
1025
+ "DomainDeliverabilityCampaignList":{
1026
+ "type":"list",
1027
+ "member":{"shape":"DomainDeliverabilityCampaign"}
1028
+ },
1029
+ "DomainDeliverabilityTrackingOption":{
1030
+ "type":"structure",
1031
+ "members":{
1032
+ "Domain":{"shape":"Domain"},
1033
+ "SubscriptionStartDate":{"shape":"Timestamp"},
1034
+ "InboxPlacementTrackingOption":{"shape":"InboxPlacementTrackingOption"}
1035
+ }
1036
+ },
1037
+ "DomainDeliverabilityTrackingOptions":{
1038
+ "type":"list",
1039
+ "member":{"shape":"DomainDeliverabilityTrackingOption"}
1040
+ },
1041
+ "DomainIspPlacement":{
1042
+ "type":"structure",
1043
+ "members":{
1044
+ "IspName":{"shape":"IspName"},
1045
+ "InboxRawCount":{"shape":"Volume"},
1046
+ "SpamRawCount":{"shape":"Volume"},
1047
+ "InboxPercentage":{"shape":"Percentage"},
1048
+ "SpamPercentage":{"shape":"Percentage"}
1049
+ }
1050
+ },
1051
+ "DomainIspPlacements":{
1052
+ "type":"list",
1053
+ "member":{"shape":"DomainIspPlacement"}
1054
+ },
1055
+ "EmailAddress":{"type":"string"},
1056
+ "EmailAddressList":{
1057
+ "type":"list",
1058
+ "member":{"shape":"EmailAddress"}
1059
+ },
1060
+ "EmailContent":{
1061
+ "type":"structure",
1062
+ "members":{
1063
+ "Simple":{"shape":"Message"},
1064
+ "Raw":{"shape":"RawMessage"},
1065
+ "Template":{"shape":"Template"}
1066
+ }
1067
+ },
1068
+ "Enabled":{"type":"boolean"},
1069
+ "Esp":{"type":"string"},
1070
+ "Esps":{
1071
+ "type":"list",
1072
+ "member":{"shape":"Esp"}
1073
+ },
1074
+ "EventDestination":{
1075
+ "type":"structure",
1076
+ "required":[
1077
+ "Name",
1078
+ "MatchingEventTypes"
1079
+ ],
1080
+ "members":{
1081
+ "Name":{"shape":"EventDestinationName"},
1082
+ "Enabled":{"shape":"Enabled"},
1083
+ "MatchingEventTypes":{"shape":"EventTypes"},
1084
+ "KinesisFirehoseDestination":{"shape":"KinesisFirehoseDestination"},
1085
+ "CloudWatchDestination":{"shape":"CloudWatchDestination"},
1086
+ "SnsDestination":{"shape":"SnsDestination"},
1087
+ "PinpointDestination":{"shape":"PinpointDestination"}
1088
+ }
1089
+ },
1090
+ "EventDestinationDefinition":{
1091
+ "type":"structure",
1092
+ "members":{
1093
+ "Enabled":{"shape":"Enabled"},
1094
+ "MatchingEventTypes":{"shape":"EventTypes"},
1095
+ "KinesisFirehoseDestination":{"shape":"KinesisFirehoseDestination"},
1096
+ "CloudWatchDestination":{"shape":"CloudWatchDestination"},
1097
+ "SnsDestination":{"shape":"SnsDestination"},
1098
+ "PinpointDestination":{"shape":"PinpointDestination"}
1099
+ }
1100
+ },
1101
+ "EventDestinationName":{"type":"string"},
1102
+ "EventDestinations":{
1103
+ "type":"list",
1104
+ "member":{"shape":"EventDestination"}
1105
+ },
1106
+ "EventType":{
1107
+ "type":"string",
1108
+ "enum":[
1109
+ "SEND",
1110
+ "REJECT",
1111
+ "BOUNCE",
1112
+ "COMPLAINT",
1113
+ "DELIVERY",
1114
+ "OPEN",
1115
+ "CLICK",
1116
+ "RENDERING_FAILURE"
1117
+ ]
1118
+ },
1119
+ "EventTypes":{
1120
+ "type":"list",
1121
+ "member":{"shape":"EventType"}
1122
+ },
1123
+ "GeneralEnforcementStatus":{"type":"string"},
1124
+ "GetAccountRequest":{
1125
+ "type":"structure",
1126
+ "members":{
1127
+ }
1128
+ },
1129
+ "GetAccountResponse":{
1130
+ "type":"structure",
1131
+ "members":{
1132
+ "SendQuota":{"shape":"SendQuota"},
1133
+ "SendingEnabled":{"shape":"Enabled"},
1134
+ "DedicatedIpAutoWarmupEnabled":{"shape":"Enabled"},
1135
+ "EnforcementStatus":{"shape":"GeneralEnforcementStatus"},
1136
+ "ProductionAccessEnabled":{"shape":"Enabled"}
1137
+ }
1138
+ },
1139
+ "GetBlacklistReportsRequest":{
1140
+ "type":"structure",
1141
+ "required":["BlacklistItemNames"],
1142
+ "members":{
1143
+ "BlacklistItemNames":{
1144
+ "shape":"BlacklistItemNames",
1145
+ "location":"querystring",
1146
+ "locationName":"BlacklistItemNames"
1147
+ }
1148
+ }
1149
+ },
1150
+ "GetBlacklistReportsResponse":{
1151
+ "type":"structure",
1152
+ "required":["BlacklistReport"],
1153
+ "members":{
1154
+ "BlacklistReport":{"shape":"BlacklistReport"}
1155
+ }
1156
+ },
1157
+ "GetConfigurationSetEventDestinationsRequest":{
1158
+ "type":"structure",
1159
+ "required":["ConfigurationSetName"],
1160
+ "members":{
1161
+ "ConfigurationSetName":{
1162
+ "shape":"ConfigurationSetName",
1163
+ "location":"uri",
1164
+ "locationName":"ConfigurationSetName"
1165
+ }
1166
+ }
1167
+ },
1168
+ "GetConfigurationSetEventDestinationsResponse":{
1169
+ "type":"structure",
1170
+ "members":{
1171
+ "EventDestinations":{"shape":"EventDestinations"}
1172
+ }
1173
+ },
1174
+ "GetConfigurationSetRequest":{
1175
+ "type":"structure",
1176
+ "required":["ConfigurationSetName"],
1177
+ "members":{
1178
+ "ConfigurationSetName":{
1179
+ "shape":"ConfigurationSetName",
1180
+ "location":"uri",
1181
+ "locationName":"ConfigurationSetName"
1182
+ }
1183
+ }
1184
+ },
1185
+ "GetConfigurationSetResponse":{
1186
+ "type":"structure",
1187
+ "members":{
1188
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1189
+ "TrackingOptions":{"shape":"TrackingOptions"},
1190
+ "DeliveryOptions":{"shape":"DeliveryOptions"},
1191
+ "ReputationOptions":{"shape":"ReputationOptions"},
1192
+ "SendingOptions":{"shape":"SendingOptions"},
1193
+ "Tags":{"shape":"TagList"}
1194
+ }
1195
+ },
1196
+ "GetDedicatedIpRequest":{
1197
+ "type":"structure",
1198
+ "required":["Ip"],
1199
+ "members":{
1200
+ "Ip":{
1201
+ "shape":"Ip",
1202
+ "location":"uri",
1203
+ "locationName":"IP"
1204
+ }
1205
+ }
1206
+ },
1207
+ "GetDedicatedIpResponse":{
1208
+ "type":"structure",
1209
+ "members":{
1210
+ "DedicatedIp":{"shape":"DedicatedIp"}
1211
+ }
1212
+ },
1213
+ "GetDedicatedIpsRequest":{
1214
+ "type":"structure",
1215
+ "members":{
1216
+ "PoolName":{
1217
+ "shape":"PoolName",
1218
+ "location":"querystring",
1219
+ "locationName":"PoolName"
1220
+ },
1221
+ "NextToken":{
1222
+ "shape":"NextToken",
1223
+ "location":"querystring",
1224
+ "locationName":"NextToken"
1225
+ },
1226
+ "PageSize":{
1227
+ "shape":"MaxItems",
1228
+ "location":"querystring",
1229
+ "locationName":"PageSize"
1230
+ }
1231
+ }
1232
+ },
1233
+ "GetDedicatedIpsResponse":{
1234
+ "type":"structure",
1235
+ "members":{
1236
+ "DedicatedIps":{"shape":"DedicatedIpList"},
1237
+ "NextToken":{"shape":"NextToken"}
1238
+ }
1239
+ },
1240
+ "GetDeliverabilityDashboardOptionsRequest":{
1241
+ "type":"structure",
1242
+ "members":{
1243
+ }
1244
+ },
1245
+ "GetDeliverabilityDashboardOptionsResponse":{
1246
+ "type":"structure",
1247
+ "required":["DashboardEnabled"],
1248
+ "members":{
1249
+ "DashboardEnabled":{"shape":"Enabled"},
1250
+ "SubscriptionExpiryDate":{"shape":"Timestamp"},
1251
+ "AccountStatus":{"shape":"DeliverabilityDashboardAccountStatus"},
1252
+ "ActiveSubscribedDomains":{"shape":"DomainDeliverabilityTrackingOptions"},
1253
+ "PendingExpirationSubscribedDomains":{"shape":"DomainDeliverabilityTrackingOptions"}
1254
+ }
1255
+ },
1256
+ "GetDeliverabilityTestReportRequest":{
1257
+ "type":"structure",
1258
+ "required":["ReportId"],
1259
+ "members":{
1260
+ "ReportId":{
1261
+ "shape":"ReportId",
1262
+ "location":"uri",
1263
+ "locationName":"ReportId"
1264
+ }
1265
+ }
1266
+ },
1267
+ "GetDeliverabilityTestReportResponse":{
1268
+ "type":"structure",
1269
+ "required":[
1270
+ "DeliverabilityTestReport",
1271
+ "OverallPlacement",
1272
+ "IspPlacements"
1273
+ ],
1274
+ "members":{
1275
+ "DeliverabilityTestReport":{"shape":"DeliverabilityTestReport"},
1276
+ "OverallPlacement":{"shape":"PlacementStatistics"},
1277
+ "IspPlacements":{"shape":"IspPlacements"},
1278
+ "Message":{"shape":"MessageContent"},
1279
+ "Tags":{"shape":"TagList"}
1280
+ }
1281
+ },
1282
+ "GetDomainDeliverabilityCampaignRequest":{
1283
+ "type":"structure",
1284
+ "required":["CampaignId"],
1285
+ "members":{
1286
+ "CampaignId":{
1287
+ "shape":"CampaignId",
1288
+ "location":"uri",
1289
+ "locationName":"CampaignId"
1290
+ }
1291
+ }
1292
+ },
1293
+ "GetDomainDeliverabilityCampaignResponse":{
1294
+ "type":"structure",
1295
+ "required":["DomainDeliverabilityCampaign"],
1296
+ "members":{
1297
+ "DomainDeliverabilityCampaign":{"shape":"DomainDeliverabilityCampaign"}
1298
+ }
1299
+ },
1300
+ "GetDomainStatisticsReportRequest":{
1301
+ "type":"structure",
1302
+ "required":[
1303
+ "Domain",
1304
+ "StartDate",
1305
+ "EndDate"
1306
+ ],
1307
+ "members":{
1308
+ "Domain":{
1309
+ "shape":"Identity",
1310
+ "location":"uri",
1311
+ "locationName":"Domain"
1312
+ },
1313
+ "StartDate":{
1314
+ "shape":"Timestamp",
1315
+ "location":"querystring",
1316
+ "locationName":"StartDate"
1317
+ },
1318
+ "EndDate":{
1319
+ "shape":"Timestamp",
1320
+ "location":"querystring",
1321
+ "locationName":"EndDate"
1322
+ }
1323
+ }
1324
+ },
1325
+ "GetDomainStatisticsReportResponse":{
1326
+ "type":"structure",
1327
+ "required":[
1328
+ "OverallVolume",
1329
+ "DailyVolumes"
1330
+ ],
1331
+ "members":{
1332
+ "OverallVolume":{"shape":"OverallVolume"},
1333
+ "DailyVolumes":{"shape":"DailyVolumes"}
1334
+ }
1335
+ },
1336
+ "GetEmailIdentityRequest":{
1337
+ "type":"structure",
1338
+ "required":["EmailIdentity"],
1339
+ "members":{
1340
+ "EmailIdentity":{
1341
+ "shape":"Identity",
1342
+ "location":"uri",
1343
+ "locationName":"EmailIdentity"
1344
+ }
1345
+ }
1346
+ },
1347
+ "GetEmailIdentityResponse":{
1348
+ "type":"structure",
1349
+ "members":{
1350
+ "IdentityType":{"shape":"IdentityType"},
1351
+ "FeedbackForwardingStatus":{"shape":"Enabled"},
1352
+ "VerifiedForSendingStatus":{"shape":"Enabled"},
1353
+ "DkimAttributes":{"shape":"DkimAttributes"},
1354
+ "MailFromAttributes":{"shape":"MailFromAttributes"},
1355
+ "Tags":{"shape":"TagList"}
1356
+ }
1357
+ },
1358
+ "Identity":{"type":"string"},
1359
+ "IdentityInfo":{
1360
+ "type":"structure",
1361
+ "members":{
1362
+ "IdentityType":{"shape":"IdentityType"},
1363
+ "IdentityName":{"shape":"Identity"},
1364
+ "SendingEnabled":{"shape":"Enabled"}
1365
+ }
1366
+ },
1367
+ "IdentityInfoList":{
1368
+ "type":"list",
1369
+ "member":{"shape":"IdentityInfo"}
1370
+ },
1371
+ "IdentityType":{
1372
+ "type":"string",
1373
+ "enum":[
1374
+ "EMAIL_ADDRESS",
1375
+ "DOMAIN",
1376
+ "MANAGED_DOMAIN"
1377
+ ]
1378
+ },
1379
+ "ImageUrl":{"type":"string"},
1380
+ "InboxPlacementTrackingOption":{
1381
+ "type":"structure",
1382
+ "members":{
1383
+ "Global":{"shape":"Enabled"},
1384
+ "TrackedIsps":{"shape":"IspNameList"}
1385
+ }
1386
+ },
1387
+ "Ip":{"type":"string"},
1388
+ "IpList":{
1389
+ "type":"list",
1390
+ "member":{"shape":"Ip"}
1391
+ },
1392
+ "IspName":{"type":"string"},
1393
+ "IspNameList":{
1394
+ "type":"list",
1395
+ "member":{"shape":"IspName"}
1396
+ },
1397
+ "IspPlacement":{
1398
+ "type":"structure",
1399
+ "members":{
1400
+ "IspName":{"shape":"IspName"},
1401
+ "PlacementStatistics":{"shape":"PlacementStatistics"}
1402
+ }
1403
+ },
1404
+ "IspPlacements":{
1405
+ "type":"list",
1406
+ "member":{"shape":"IspPlacement"}
1407
+ },
1408
+ "KinesisFirehoseDestination":{
1409
+ "type":"structure",
1410
+ "required":[
1411
+ "IamRoleArn",
1412
+ "DeliveryStreamArn"
1413
+ ],
1414
+ "members":{
1415
+ "IamRoleArn":{"shape":"AmazonResourceName"},
1416
+ "DeliveryStreamArn":{"shape":"AmazonResourceName"}
1417
+ }
1418
+ },
1419
+ "LastFreshStart":{"type":"timestamp"},
1420
+ "LimitExceededException":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ },
1424
+ "error":{"httpStatusCode":400},
1425
+ "exception":true
1426
+ },
1427
+ "ListConfigurationSetsRequest":{
1428
+ "type":"structure",
1429
+ "members":{
1430
+ "NextToken":{
1431
+ "shape":"NextToken",
1432
+ "location":"querystring",
1433
+ "locationName":"NextToken"
1434
+ },
1435
+ "PageSize":{
1436
+ "shape":"MaxItems",
1437
+ "location":"querystring",
1438
+ "locationName":"PageSize"
1439
+ }
1440
+ }
1441
+ },
1442
+ "ListConfigurationSetsResponse":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "ConfigurationSets":{"shape":"ConfigurationSetNameList"},
1446
+ "NextToken":{"shape":"NextToken"}
1447
+ }
1448
+ },
1449
+ "ListDedicatedIpPoolsRequest":{
1450
+ "type":"structure",
1451
+ "members":{
1452
+ "NextToken":{
1453
+ "shape":"NextToken",
1454
+ "location":"querystring",
1455
+ "locationName":"NextToken"
1456
+ },
1457
+ "PageSize":{
1458
+ "shape":"MaxItems",
1459
+ "location":"querystring",
1460
+ "locationName":"PageSize"
1461
+ }
1462
+ }
1463
+ },
1464
+ "ListDedicatedIpPoolsResponse":{
1465
+ "type":"structure",
1466
+ "members":{
1467
+ "DedicatedIpPools":{"shape":"ListOfDedicatedIpPools"},
1468
+ "NextToken":{"shape":"NextToken"}
1469
+ }
1470
+ },
1471
+ "ListDeliverabilityTestReportsRequest":{
1472
+ "type":"structure",
1473
+ "members":{
1474
+ "NextToken":{
1475
+ "shape":"NextToken",
1476
+ "location":"querystring",
1477
+ "locationName":"NextToken"
1478
+ },
1479
+ "PageSize":{
1480
+ "shape":"MaxItems",
1481
+ "location":"querystring",
1482
+ "locationName":"PageSize"
1483
+ }
1484
+ }
1485
+ },
1486
+ "ListDeliverabilityTestReportsResponse":{
1487
+ "type":"structure",
1488
+ "required":["DeliverabilityTestReports"],
1489
+ "members":{
1490
+ "DeliverabilityTestReports":{"shape":"DeliverabilityTestReports"},
1491
+ "NextToken":{"shape":"NextToken"}
1492
+ }
1493
+ },
1494
+ "ListDomainDeliverabilityCampaignsRequest":{
1495
+ "type":"structure",
1496
+ "required":[
1497
+ "StartDate",
1498
+ "EndDate",
1499
+ "SubscribedDomain"
1500
+ ],
1501
+ "members":{
1502
+ "StartDate":{
1503
+ "shape":"Timestamp",
1504
+ "location":"querystring",
1505
+ "locationName":"StartDate"
1506
+ },
1507
+ "EndDate":{
1508
+ "shape":"Timestamp",
1509
+ "location":"querystring",
1510
+ "locationName":"EndDate"
1511
+ },
1512
+ "SubscribedDomain":{
1513
+ "shape":"Domain",
1514
+ "location":"uri",
1515
+ "locationName":"SubscribedDomain"
1516
+ },
1517
+ "NextToken":{
1518
+ "shape":"NextToken",
1519
+ "location":"querystring",
1520
+ "locationName":"NextToken"
1521
+ },
1522
+ "PageSize":{
1523
+ "shape":"MaxItems",
1524
+ "location":"querystring",
1525
+ "locationName":"PageSize"
1526
+ }
1527
+ }
1528
+ },
1529
+ "ListDomainDeliverabilityCampaignsResponse":{
1530
+ "type":"structure",
1531
+ "required":["DomainDeliverabilityCampaigns"],
1532
+ "members":{
1533
+ "DomainDeliverabilityCampaigns":{"shape":"DomainDeliverabilityCampaignList"},
1534
+ "NextToken":{"shape":"NextToken"}
1535
+ }
1536
+ },
1537
+ "ListEmailIdentitiesRequest":{
1538
+ "type":"structure",
1539
+ "members":{
1540
+ "NextToken":{
1541
+ "shape":"NextToken",
1542
+ "location":"querystring",
1543
+ "locationName":"NextToken"
1544
+ },
1545
+ "PageSize":{
1546
+ "shape":"MaxItems",
1547
+ "location":"querystring",
1548
+ "locationName":"PageSize"
1549
+ }
1550
+ }
1551
+ },
1552
+ "ListEmailIdentitiesResponse":{
1553
+ "type":"structure",
1554
+ "members":{
1555
+ "EmailIdentities":{"shape":"IdentityInfoList"},
1556
+ "NextToken":{"shape":"NextToken"}
1557
+ }
1558
+ },
1559
+ "ListOfDedicatedIpPools":{
1560
+ "type":"list",
1561
+ "member":{"shape":"PoolName"}
1562
+ },
1563
+ "ListTagsForResourceRequest":{
1564
+ "type":"structure",
1565
+ "required":["ResourceArn"],
1566
+ "members":{
1567
+ "ResourceArn":{
1568
+ "shape":"AmazonResourceName",
1569
+ "location":"querystring",
1570
+ "locationName":"ResourceArn"
1571
+ }
1572
+ }
1573
+ },
1574
+ "ListTagsForResourceResponse":{
1575
+ "type":"structure",
1576
+ "required":["Tags"],
1577
+ "members":{
1578
+ "Tags":{"shape":"TagList"}
1579
+ }
1580
+ },
1581
+ "MailFromAttributes":{
1582
+ "type":"structure",
1583
+ "required":[
1584
+ "MailFromDomain",
1585
+ "MailFromDomainStatus",
1586
+ "BehaviorOnMxFailure"
1587
+ ],
1588
+ "members":{
1589
+ "MailFromDomain":{"shape":"MailFromDomainName"},
1590
+ "MailFromDomainStatus":{"shape":"MailFromDomainStatus"},
1591
+ "BehaviorOnMxFailure":{"shape":"BehaviorOnMxFailure"}
1592
+ }
1593
+ },
1594
+ "MailFromDomainName":{"type":"string"},
1595
+ "MailFromDomainNotVerifiedException":{
1596
+ "type":"structure",
1597
+ "members":{
1598
+ },
1599
+ "error":{"httpStatusCode":400},
1600
+ "exception":true
1601
+ },
1602
+ "MailFromDomainStatus":{
1603
+ "type":"string",
1604
+ "enum":[
1605
+ "PENDING",
1606
+ "SUCCESS",
1607
+ "FAILED",
1608
+ "TEMPORARY_FAILURE"
1609
+ ]
1610
+ },
1611
+ "Max24HourSend":{"type":"double"},
1612
+ "MaxItems":{"type":"integer"},
1613
+ "MaxSendRate":{"type":"double"},
1614
+ "Message":{
1615
+ "type":"structure",
1616
+ "required":[
1617
+ "Subject",
1618
+ "Body"
1619
+ ],
1620
+ "members":{
1621
+ "Subject":{"shape":"Content"},
1622
+ "Body":{"shape":"Body"}
1623
+ }
1624
+ },
1625
+ "MessageContent":{"type":"string"},
1626
+ "MessageData":{"type":"string"},
1627
+ "MessageRejected":{
1628
+ "type":"structure",
1629
+ "members":{
1630
+ },
1631
+ "error":{"httpStatusCode":400},
1632
+ "exception":true
1633
+ },
1634
+ "MessageTag":{
1635
+ "type":"structure",
1636
+ "required":[
1637
+ "Name",
1638
+ "Value"
1639
+ ],
1640
+ "members":{
1641
+ "Name":{"shape":"MessageTagName"},
1642
+ "Value":{"shape":"MessageTagValue"}
1643
+ }
1644
+ },
1645
+ "MessageTagList":{
1646
+ "type":"list",
1647
+ "member":{"shape":"MessageTag"}
1648
+ },
1649
+ "MessageTagName":{"type":"string"},
1650
+ "MessageTagValue":{"type":"string"},
1651
+ "NextToken":{"type":"string"},
1652
+ "NotFoundException":{
1653
+ "type":"structure",
1654
+ "members":{
1655
+ },
1656
+ "error":{"httpStatusCode":404},
1657
+ "exception":true
1658
+ },
1659
+ "OutboundMessageId":{"type":"string"},
1660
+ "OverallVolume":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ "VolumeStatistics":{"shape":"VolumeStatistics"},
1664
+ "ReadRatePercent":{"shape":"Percentage"},
1665
+ "DomainIspPlacements":{"shape":"DomainIspPlacements"}
1666
+ }
1667
+ },
1668
+ "Percentage":{"type":"double"},
1669
+ "Percentage100Wrapper":{"type":"integer"},
1670
+ "PinpointDestination":{
1671
+ "type":"structure",
1672
+ "members":{
1673
+ "ApplicationArn":{"shape":"AmazonResourceName"}
1674
+ }
1675
+ },
1676
+ "PlacementStatistics":{
1677
+ "type":"structure",
1678
+ "members":{
1679
+ "InboxPercentage":{"shape":"Percentage"},
1680
+ "SpamPercentage":{"shape":"Percentage"},
1681
+ "MissingPercentage":{"shape":"Percentage"},
1682
+ "SpfPercentage":{"shape":"Percentage"},
1683
+ "DkimPercentage":{"shape":"Percentage"}
1684
+ }
1685
+ },
1686
+ "PoolName":{"type":"string"},
1687
+ "PutAccountDedicatedIpWarmupAttributesRequest":{
1688
+ "type":"structure",
1689
+ "members":{
1690
+ "AutoWarmupEnabled":{"shape":"Enabled"}
1691
+ }
1692
+ },
1693
+ "PutAccountDedicatedIpWarmupAttributesResponse":{
1694
+ "type":"structure",
1695
+ "members":{
1696
+ }
1697
+ },
1698
+ "PutAccountSendingAttributesRequest":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ "SendingEnabled":{"shape":"Enabled"}
1702
+ }
1703
+ },
1704
+ "PutAccountSendingAttributesResponse":{
1705
+ "type":"structure",
1706
+ "members":{
1707
+ }
1708
+ },
1709
+ "PutConfigurationSetDeliveryOptionsRequest":{
1710
+ "type":"structure",
1711
+ "required":["ConfigurationSetName"],
1712
+ "members":{
1713
+ "ConfigurationSetName":{
1714
+ "shape":"ConfigurationSetName",
1715
+ "location":"uri",
1716
+ "locationName":"ConfigurationSetName"
1717
+ },
1718
+ "TlsPolicy":{"shape":"TlsPolicy"},
1719
+ "SendingPoolName":{"shape":"SendingPoolName"}
1720
+ }
1721
+ },
1722
+ "PutConfigurationSetDeliveryOptionsResponse":{
1723
+ "type":"structure",
1724
+ "members":{
1725
+ }
1726
+ },
1727
+ "PutConfigurationSetReputationOptionsRequest":{
1728
+ "type":"structure",
1729
+ "required":["ConfigurationSetName"],
1730
+ "members":{
1731
+ "ConfigurationSetName":{
1732
+ "shape":"ConfigurationSetName",
1733
+ "location":"uri",
1734
+ "locationName":"ConfigurationSetName"
1735
+ },
1736
+ "ReputationMetricsEnabled":{"shape":"Enabled"}
1737
+ }
1738
+ },
1739
+ "PutConfigurationSetReputationOptionsResponse":{
1740
+ "type":"structure",
1741
+ "members":{
1742
+ }
1743
+ },
1744
+ "PutConfigurationSetSendingOptionsRequest":{
1745
+ "type":"structure",
1746
+ "required":["ConfigurationSetName"],
1747
+ "members":{
1748
+ "ConfigurationSetName":{
1749
+ "shape":"ConfigurationSetName",
1750
+ "location":"uri",
1751
+ "locationName":"ConfigurationSetName"
1752
+ },
1753
+ "SendingEnabled":{"shape":"Enabled"}
1754
+ }
1755
+ },
1756
+ "PutConfigurationSetSendingOptionsResponse":{
1757
+ "type":"structure",
1758
+ "members":{
1759
+ }
1760
+ },
1761
+ "PutConfigurationSetTrackingOptionsRequest":{
1762
+ "type":"structure",
1763
+ "required":["ConfigurationSetName"],
1764
+ "members":{
1765
+ "ConfigurationSetName":{
1766
+ "shape":"ConfigurationSetName",
1767
+ "location":"uri",
1768
+ "locationName":"ConfigurationSetName"
1769
+ },
1770
+ "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
1771
+ }
1772
+ },
1773
+ "PutConfigurationSetTrackingOptionsResponse":{
1774
+ "type":"structure",
1775
+ "members":{
1776
+ }
1777
+ },
1778
+ "PutDedicatedIpInPoolRequest":{
1779
+ "type":"structure",
1780
+ "required":[
1781
+ "Ip",
1782
+ "DestinationPoolName"
1783
+ ],
1784
+ "members":{
1785
+ "Ip":{
1786
+ "shape":"Ip",
1787
+ "location":"uri",
1788
+ "locationName":"IP"
1789
+ },
1790
+ "DestinationPoolName":{"shape":"PoolName"}
1791
+ }
1792
+ },
1793
+ "PutDedicatedIpInPoolResponse":{
1794
+ "type":"structure",
1795
+ "members":{
1796
+ }
1797
+ },
1798
+ "PutDedicatedIpWarmupAttributesRequest":{
1799
+ "type":"structure",
1800
+ "required":[
1801
+ "Ip",
1802
+ "WarmupPercentage"
1803
+ ],
1804
+ "members":{
1805
+ "Ip":{
1806
+ "shape":"Ip",
1807
+ "location":"uri",
1808
+ "locationName":"IP"
1809
+ },
1810
+ "WarmupPercentage":{"shape":"Percentage100Wrapper"}
1811
+ }
1812
+ },
1813
+ "PutDedicatedIpWarmupAttributesResponse":{
1814
+ "type":"structure",
1815
+ "members":{
1816
+ }
1817
+ },
1818
+ "PutDeliverabilityDashboardOptionRequest":{
1819
+ "type":"structure",
1820
+ "required":["DashboardEnabled"],
1821
+ "members":{
1822
+ "DashboardEnabled":{"shape":"Enabled"},
1823
+ "SubscribedDomains":{"shape":"DomainDeliverabilityTrackingOptions"}
1824
+ }
1825
+ },
1826
+ "PutDeliverabilityDashboardOptionResponse":{
1827
+ "type":"structure",
1828
+ "members":{
1829
+ }
1830
+ },
1831
+ "PutEmailIdentityDkimAttributesRequest":{
1832
+ "type":"structure",
1833
+ "required":["EmailIdentity"],
1834
+ "members":{
1835
+ "EmailIdentity":{
1836
+ "shape":"Identity",
1837
+ "location":"uri",
1838
+ "locationName":"EmailIdentity"
1839
+ },
1840
+ "SigningEnabled":{"shape":"Enabled"}
1841
+ }
1842
+ },
1843
+ "PutEmailIdentityDkimAttributesResponse":{
1844
+ "type":"structure",
1845
+ "members":{
1846
+ }
1847
+ },
1848
+ "PutEmailIdentityFeedbackAttributesRequest":{
1849
+ "type":"structure",
1850
+ "required":["EmailIdentity"],
1851
+ "members":{
1852
+ "EmailIdentity":{
1853
+ "shape":"Identity",
1854
+ "location":"uri",
1855
+ "locationName":"EmailIdentity"
1856
+ },
1857
+ "EmailForwardingEnabled":{"shape":"Enabled"}
1858
+ }
1859
+ },
1860
+ "PutEmailIdentityFeedbackAttributesResponse":{
1861
+ "type":"structure",
1862
+ "members":{
1863
+ }
1864
+ },
1865
+ "PutEmailIdentityMailFromAttributesRequest":{
1866
+ "type":"structure",
1867
+ "required":["EmailIdentity"],
1868
+ "members":{
1869
+ "EmailIdentity":{
1870
+ "shape":"Identity",
1871
+ "location":"uri",
1872
+ "locationName":"EmailIdentity"
1873
+ },
1874
+ "MailFromDomain":{"shape":"MailFromDomainName"},
1875
+ "BehaviorOnMxFailure":{"shape":"BehaviorOnMxFailure"}
1876
+ }
1877
+ },
1878
+ "PutEmailIdentityMailFromAttributesResponse":{
1879
+ "type":"structure",
1880
+ "members":{
1881
+ }
1882
+ },
1883
+ "RawMessage":{
1884
+ "type":"structure",
1885
+ "required":["Data"],
1886
+ "members":{
1887
+ "Data":{"shape":"RawMessageData"}
1888
+ }
1889
+ },
1890
+ "RawMessageData":{"type":"blob"},
1891
+ "RblName":{"type":"string"},
1892
+ "ReportId":{"type":"string"},
1893
+ "ReportName":{"type":"string"},
1894
+ "ReputationOptions":{
1895
+ "type":"structure",
1896
+ "members":{
1897
+ "ReputationMetricsEnabled":{"shape":"Enabled"},
1898
+ "LastFreshStart":{"shape":"LastFreshStart"}
1899
+ }
1900
+ },
1901
+ "SendEmailRequest":{
1902
+ "type":"structure",
1903
+ "required":[
1904
+ "Destination",
1905
+ "Content"
1906
+ ],
1907
+ "members":{
1908
+ "FromEmailAddress":{"shape":"EmailAddress"},
1909
+ "Destination":{"shape":"Destination"},
1910
+ "ReplyToAddresses":{"shape":"EmailAddressList"},
1911
+ "FeedbackForwardingEmailAddress":{"shape":"EmailAddress"},
1912
+ "Content":{"shape":"EmailContent"},
1913
+ "EmailTags":{"shape":"MessageTagList"},
1914
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
1915
+ }
1916
+ },
1917
+ "SendEmailResponse":{
1918
+ "type":"structure",
1919
+ "members":{
1920
+ "MessageId":{"shape":"OutboundMessageId"}
1921
+ }
1922
+ },
1923
+ "SendQuota":{
1924
+ "type":"structure",
1925
+ "members":{
1926
+ "Max24HourSend":{"shape":"Max24HourSend"},
1927
+ "MaxSendRate":{"shape":"MaxSendRate"},
1928
+ "SentLast24Hours":{"shape":"SentLast24Hours"}
1929
+ }
1930
+ },
1931
+ "SendingOptions":{
1932
+ "type":"structure",
1933
+ "members":{
1934
+ "SendingEnabled":{"shape":"Enabled"}
1935
+ }
1936
+ },
1937
+ "SendingPausedException":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ },
1941
+ "error":{"httpStatusCode":400},
1942
+ "exception":true
1943
+ },
1944
+ "SendingPoolName":{"type":"string"},
1945
+ "SentLast24Hours":{"type":"double"},
1946
+ "SnsDestination":{
1947
+ "type":"structure",
1948
+ "required":["TopicArn"],
1949
+ "members":{
1950
+ "TopicArn":{"shape":"AmazonResourceName"}
1951
+ }
1952
+ },
1953
+ "Subject":{"type":"string"},
1954
+ "Tag":{
1955
+ "type":"structure",
1956
+ "required":[
1957
+ "Key",
1958
+ "Value"
1959
+ ],
1960
+ "members":{
1961
+ "Key":{"shape":"TagKey"},
1962
+ "Value":{"shape":"TagValue"}
1963
+ }
1964
+ },
1965
+ "TagKey":{"type":"string"},
1966
+ "TagKeyList":{
1967
+ "type":"list",
1968
+ "member":{"shape":"TagKey"}
1969
+ },
1970
+ "TagList":{
1971
+ "type":"list",
1972
+ "member":{"shape":"Tag"}
1973
+ },
1974
+ "TagResourceRequest":{
1975
+ "type":"structure",
1976
+ "required":[
1977
+ "ResourceArn",
1978
+ "Tags"
1979
+ ],
1980
+ "members":{
1981
+ "ResourceArn":{"shape":"AmazonResourceName"},
1982
+ "Tags":{"shape":"TagList"}
1983
+ }
1984
+ },
1985
+ "TagResourceResponse":{
1986
+ "type":"structure",
1987
+ "members":{
1988
+ }
1989
+ },
1990
+ "TagValue":{"type":"string"},
1991
+ "Template":{
1992
+ "type":"structure",
1993
+ "members":{
1994
+ "TemplateArn":{"shape":"TemplateArn"},
1995
+ "TemplateData":{"shape":"TemplateData"}
1996
+ }
1997
+ },
1998
+ "TemplateArn":{"type":"string"},
1999
+ "TemplateData":{
2000
+ "type":"string",
2001
+ "max":262144
2002
+ },
2003
+ "Timestamp":{"type":"timestamp"},
2004
+ "TlsPolicy":{
2005
+ "type":"string",
2006
+ "enum":[
2007
+ "REQUIRE",
2008
+ "OPTIONAL"
2009
+ ]
2010
+ },
2011
+ "TooManyRequestsException":{
2012
+ "type":"structure",
2013
+ "members":{
2014
+ },
2015
+ "error":{"httpStatusCode":429},
2016
+ "exception":true
2017
+ },
2018
+ "TrackingOptions":{
2019
+ "type":"structure",
2020
+ "required":["CustomRedirectDomain"],
2021
+ "members":{
2022
+ "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
2023
+ }
2024
+ },
2025
+ "UntagResourceRequest":{
2026
+ "type":"structure",
2027
+ "required":[
2028
+ "ResourceArn",
2029
+ "TagKeys"
2030
+ ],
2031
+ "members":{
2032
+ "ResourceArn":{
2033
+ "shape":"AmazonResourceName",
2034
+ "location":"querystring",
2035
+ "locationName":"ResourceArn"
2036
+ },
2037
+ "TagKeys":{
2038
+ "shape":"TagKeyList",
2039
+ "location":"querystring",
2040
+ "locationName":"TagKeys"
2041
+ }
2042
+ }
2043
+ },
2044
+ "UntagResourceResponse":{
2045
+ "type":"structure",
2046
+ "members":{
2047
+ }
2048
+ },
2049
+ "UpdateConfigurationSetEventDestinationRequest":{
2050
+ "type":"structure",
2051
+ "required":[
2052
+ "ConfigurationSetName",
2053
+ "EventDestinationName",
2054
+ "EventDestination"
2055
+ ],
2056
+ "members":{
2057
+ "ConfigurationSetName":{
2058
+ "shape":"ConfigurationSetName",
2059
+ "location":"uri",
2060
+ "locationName":"ConfigurationSetName"
2061
+ },
2062
+ "EventDestinationName":{
2063
+ "shape":"EventDestinationName",
2064
+ "location":"uri",
2065
+ "locationName":"EventDestinationName"
2066
+ },
2067
+ "EventDestination":{"shape":"EventDestinationDefinition"}
2068
+ }
2069
+ },
2070
+ "UpdateConfigurationSetEventDestinationResponse":{
2071
+ "type":"structure",
2072
+ "members":{
2073
+ }
2074
+ },
2075
+ "Volume":{"type":"long"},
2076
+ "VolumeStatistics":{
2077
+ "type":"structure",
2078
+ "members":{
2079
+ "InboxRawCount":{"shape":"Volume"},
2080
+ "SpamRawCount":{"shape":"Volume"},
2081
+ "ProjectedInbox":{"shape":"Volume"},
2082
+ "ProjectedSpam":{"shape":"Volume"}
2083
+ }
2084
+ },
2085
+ "WarmupStatus":{
2086
+ "type":"string",
2087
+ "enum":[
2088
+ "IN_PROGRESS",
2089
+ "DONE"
2090
+ ]
2091
+ }
2092
+ }
2093
+ }