aws-sdk-core 2.11.555 → 2.11.556

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,22 @@
46
46
  {"shape":"BadRequestException"}
47
47
  ]
48
48
  },
49
+ "CreateCustomVerificationEmailTemplate":{
50
+ "name":"CreateCustomVerificationEmailTemplate",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/v2/email/custom-verification-email-templates"
54
+ },
55
+ "input":{"shape":"CreateCustomVerificationEmailTemplateRequest"},
56
+ "output":{"shape":"CreateCustomVerificationEmailTemplateResponse"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"AlreadyExistsException"},
60
+ {"shape":"NotFoundException"},
61
+ {"shape":"TooManyRequestsException"},
62
+ {"shape":"LimitExceededException"}
63
+ ]
64
+ },
49
65
  "CreateDedicatedIpPool":{
50
66
  "name":"CreateDedicatedIpPool",
51
67
  "http":{
@@ -98,6 +114,37 @@
98
114
  {"shape":"ConcurrentModificationException"}
99
115
  ]
100
116
  },
117
+ "CreateEmailIdentityPolicy":{
118
+ "name":"CreateEmailIdentityPolicy",
119
+ "http":{
120
+ "method":"POST",
121
+ "requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
122
+ },
123
+ "input":{"shape":"CreateEmailIdentityPolicyRequest"},
124
+ "output":{"shape":"CreateEmailIdentityPolicyResponse"},
125
+ "errors":[
126
+ {"shape":"NotFoundException"},
127
+ {"shape":"AlreadyExistsException"},
128
+ {"shape":"TooManyRequestsException"},
129
+ {"shape":"LimitExceededException"},
130
+ {"shape":"BadRequestException"}
131
+ ]
132
+ },
133
+ "CreateEmailTemplate":{
134
+ "name":"CreateEmailTemplate",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/v2/email/templates"
138
+ },
139
+ "input":{"shape":"CreateEmailTemplateRequest"},
140
+ "output":{"shape":"CreateEmailTemplateResponse"},
141
+ "errors":[
142
+ {"shape":"AlreadyExistsException"},
143
+ {"shape":"TooManyRequestsException"},
144
+ {"shape":"BadRequestException"},
145
+ {"shape":"LimitExceededException"}
146
+ ]
147
+ },
101
148
  "DeleteConfigurationSet":{
102
149
  "name":"DeleteConfigurationSet",
103
150
  "http":{
@@ -127,6 +174,20 @@
127
174
  {"shape":"BadRequestException"}
128
175
  ]
129
176
  },
177
+ "DeleteCustomVerificationEmailTemplate":{
178
+ "name":"DeleteCustomVerificationEmailTemplate",
179
+ "http":{
180
+ "method":"DELETE",
181
+ "requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"
182
+ },
183
+ "input":{"shape":"DeleteCustomVerificationEmailTemplateRequest"},
184
+ "output":{"shape":"DeleteCustomVerificationEmailTemplateResponse"},
185
+ "errors":[
186
+ {"shape":"NotFoundException"},
187
+ {"shape":"TooManyRequestsException"},
188
+ {"shape":"BadRequestException"}
189
+ ]
190
+ },
130
191
  "DeleteDedicatedIpPool":{
131
192
  "name":"DeleteDedicatedIpPool",
132
193
  "http":{
@@ -157,6 +218,34 @@
157
218
  {"shape":"ConcurrentModificationException"}
158
219
  ]
159
220
  },
221
+ "DeleteEmailIdentityPolicy":{
222
+ "name":"DeleteEmailIdentityPolicy",
223
+ "http":{
224
+ "method":"DELETE",
225
+ "requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
226
+ },
227
+ "input":{"shape":"DeleteEmailIdentityPolicyRequest"},
228
+ "output":{"shape":"DeleteEmailIdentityPolicyResponse"},
229
+ "errors":[
230
+ {"shape":"NotFoundException"},
231
+ {"shape":"TooManyRequestsException"},
232
+ {"shape":"BadRequestException"}
233
+ ]
234
+ },
235
+ "DeleteEmailTemplate":{
236
+ "name":"DeleteEmailTemplate",
237
+ "http":{
238
+ "method":"DELETE",
239
+ "requestUri":"/v2/email/templates/{TemplateName}"
240
+ },
241
+ "input":{"shape":"DeleteEmailTemplateRequest"},
242
+ "output":{"shape":"DeleteEmailTemplateResponse"},
243
+ "errors":[
244
+ {"shape":"NotFoundException"},
245
+ {"shape":"TooManyRequestsException"},
246
+ {"shape":"BadRequestException"}
247
+ ]
248
+ },
160
249
  "DeleteSuppressedDestination":{
161
250
  "name":"DeleteSuppressedDestination",
162
251
  "http":{
@@ -226,6 +315,20 @@
226
315
  {"shape":"BadRequestException"}
227
316
  ]
228
317
  },
318
+ "GetCustomVerificationEmailTemplate":{
319
+ "name":"GetCustomVerificationEmailTemplate",
320
+ "http":{
321
+ "method":"GET",
322
+ "requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"
323
+ },
324
+ "input":{"shape":"GetCustomVerificationEmailTemplateRequest"},
325
+ "output":{"shape":"GetCustomVerificationEmailTemplateResponse"},
326
+ "errors":[
327
+ {"shape":"NotFoundException"},
328
+ {"shape":"TooManyRequestsException"},
329
+ {"shape":"BadRequestException"}
330
+ ]
331
+ },
229
332
  "GetDedicatedIp":{
230
333
  "name":"GetDedicatedIp",
231
334
  "http":{
@@ -324,6 +427,34 @@
324
427
  {"shape":"BadRequestException"}
325
428
  ]
326
429
  },
430
+ "GetEmailIdentityPolicies":{
431
+ "name":"GetEmailIdentityPolicies",
432
+ "http":{
433
+ "method":"GET",
434
+ "requestUri":"/v2/email/identities/{EmailIdentity}/policies"
435
+ },
436
+ "input":{"shape":"GetEmailIdentityPoliciesRequest"},
437
+ "output":{"shape":"GetEmailIdentityPoliciesResponse"},
438
+ "errors":[
439
+ {"shape":"NotFoundException"},
440
+ {"shape":"TooManyRequestsException"},
441
+ {"shape":"BadRequestException"}
442
+ ]
443
+ },
444
+ "GetEmailTemplate":{
445
+ "name":"GetEmailTemplate",
446
+ "http":{
447
+ "method":"GET",
448
+ "requestUri":"/v2/email/templates/{TemplateName}"
449
+ },
450
+ "input":{"shape":"GetEmailTemplateRequest"},
451
+ "output":{"shape":"GetEmailTemplateResponse"},
452
+ "errors":[
453
+ {"shape":"NotFoundException"},
454
+ {"shape":"TooManyRequestsException"},
455
+ {"shape":"BadRequestException"}
456
+ ]
457
+ },
327
458
  "GetSuppressedDestination":{
328
459
  "name":"GetSuppressedDestination",
329
460
  "http":{
@@ -351,6 +482,19 @@
351
482
  {"shape":"BadRequestException"}
352
483
  ]
353
484
  },
485
+ "ListCustomVerificationEmailTemplates":{
486
+ "name":"ListCustomVerificationEmailTemplates",
487
+ "http":{
488
+ "method":"GET",
489
+ "requestUri":"/v2/email/custom-verification-email-templates"
490
+ },
491
+ "input":{"shape":"ListCustomVerificationEmailTemplatesRequest"},
492
+ "output":{"shape":"ListCustomVerificationEmailTemplatesResponse"},
493
+ "errors":[
494
+ {"shape":"TooManyRequestsException"},
495
+ {"shape":"BadRequestException"}
496
+ ]
497
+ },
354
498
  "ListDedicatedIpPools":{
355
499
  "name":"ListDedicatedIpPools",
356
500
  "http":{
@@ -405,6 +549,19 @@
405
549
  {"shape":"BadRequestException"}
406
550
  ]
407
551
  },
552
+ "ListEmailTemplates":{
553
+ "name":"ListEmailTemplates",
554
+ "http":{
555
+ "method":"GET",
556
+ "requestUri":"/v2/email/templates"
557
+ },
558
+ "input":{"shape":"ListEmailTemplatesRequest"},
559
+ "output":{"shape":"ListEmailTemplatesResponse"},
560
+ "errors":[
561
+ {"shape":"TooManyRequestsException"},
562
+ {"shape":"BadRequestException"}
563
+ ]
564
+ },
408
565
  "ListSuppressedDestinations":{
409
566
  "name":"ListSuppressedDestinations",
410
567
  "http":{
@@ -446,6 +603,20 @@
446
603
  {"shape":"BadRequestException"}
447
604
  ]
448
605
  },
606
+ "PutAccountDetails":{
607
+ "name":"PutAccountDetails",
608
+ "http":{
609
+ "method":"POST",
610
+ "requestUri":"/v2/email/account/details"
611
+ },
612
+ "input":{"shape":"PutAccountDetailsRequest"},
613
+ "output":{"shape":"PutAccountDetailsResponse"},
614
+ "errors":[
615
+ {"shape":"TooManyRequestsException"},
616
+ {"shape":"BadRequestException"},
617
+ {"shape":"ConflictException"}
618
+ ]
619
+ },
449
620
  "PutAccountSendingAttributes":{
450
621
  "name":"PutAccountSendingAttributes",
451
622
  "http":{
@@ -655,6 +826,43 @@
655
826
  {"shape":"TooManyRequestsException"}
656
827
  ]
657
828
  },
829
+ "SendBulkEmail":{
830
+ "name":"SendBulkEmail",
831
+ "http":{
832
+ "method":"POST",
833
+ "requestUri":"/v2/email/outbound-bulk-emails"
834
+ },
835
+ "input":{"shape":"SendBulkEmailRequest"},
836
+ "output":{"shape":"SendBulkEmailResponse"},
837
+ "errors":[
838
+ {"shape":"TooManyRequestsException"},
839
+ {"shape":"LimitExceededException"},
840
+ {"shape":"AccountSuspendedException"},
841
+ {"shape":"SendingPausedException"},
842
+ {"shape":"MessageRejected"},
843
+ {"shape":"MailFromDomainNotVerifiedException"},
844
+ {"shape":"NotFoundException"},
845
+ {"shape":"BadRequestException"}
846
+ ]
847
+ },
848
+ "SendCustomVerificationEmail":{
849
+ "name":"SendCustomVerificationEmail",
850
+ "http":{
851
+ "method":"POST",
852
+ "requestUri":"/v2/email/outbound-custom-verification-emails"
853
+ },
854
+ "input":{"shape":"SendCustomVerificationEmailRequest"},
855
+ "output":{"shape":"SendCustomVerificationEmailResponse"},
856
+ "errors":[
857
+ {"shape":"TooManyRequestsException"},
858
+ {"shape":"LimitExceededException"},
859
+ {"shape":"MessageRejected"},
860
+ {"shape":"SendingPausedException"},
861
+ {"shape":"MailFromDomainNotVerifiedException"},
862
+ {"shape":"NotFoundException"},
863
+ {"shape":"BadRequestException"}
864
+ ]
865
+ },
658
866
  "SendEmail":{
659
867
  "name":"SendEmail",
660
868
  "http":{
@@ -689,6 +897,20 @@
689
897
  {"shape":"TooManyRequestsException"}
690
898
  ]
691
899
  },
900
+ "TestRenderEmailTemplate":{
901
+ "name":"TestRenderEmailTemplate",
902
+ "http":{
903
+ "method":"POST",
904
+ "requestUri":"/v2/email/templates/{TemplateName}/render"
905
+ },
906
+ "input":{"shape":"TestRenderEmailTemplateRequest"},
907
+ "output":{"shape":"TestRenderEmailTemplateResponse"},
908
+ "errors":[
909
+ {"shape":"NotFoundException"},
910
+ {"shape":"TooManyRequestsException"},
911
+ {"shape":"BadRequestException"}
912
+ ]
913
+ },
692
914
  "UntagResource":{
693
915
  "name":"UntagResource",
694
916
  "http":{
@@ -717,9 +939,62 @@
717
939
  {"shape":"TooManyRequestsException"},
718
940
  {"shape":"BadRequestException"}
719
941
  ]
942
+ },
943
+ "UpdateCustomVerificationEmailTemplate":{
944
+ "name":"UpdateCustomVerificationEmailTemplate",
945
+ "http":{
946
+ "method":"PUT",
947
+ "requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"
948
+ },
949
+ "input":{"shape":"UpdateCustomVerificationEmailTemplateRequest"},
950
+ "output":{"shape":"UpdateCustomVerificationEmailTemplateResponse"},
951
+ "errors":[
952
+ {"shape":"NotFoundException"},
953
+ {"shape":"BadRequestException"},
954
+ {"shape":"TooManyRequestsException"}
955
+ ]
956
+ },
957
+ "UpdateEmailIdentityPolicy":{
958
+ "name":"UpdateEmailIdentityPolicy",
959
+ "http":{
960
+ "method":"PUT",
961
+ "requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
962
+ },
963
+ "input":{"shape":"UpdateEmailIdentityPolicyRequest"},
964
+ "output":{"shape":"UpdateEmailIdentityPolicyResponse"},
965
+ "errors":[
966
+ {"shape":"NotFoundException"},
967
+ {"shape":"TooManyRequestsException"},
968
+ {"shape":"BadRequestException"}
969
+ ]
970
+ },
971
+ "UpdateEmailTemplate":{
972
+ "name":"UpdateEmailTemplate",
973
+ "http":{
974
+ "method":"PUT",
975
+ "requestUri":"/v2/email/templates/{TemplateName}"
976
+ },
977
+ "input":{"shape":"UpdateEmailTemplateRequest"},
978
+ "output":{"shape":"UpdateEmailTemplateResponse"},
979
+ "errors":[
980
+ {"shape":"NotFoundException"},
981
+ {"shape":"TooManyRequestsException"},
982
+ {"shape":"BadRequestException"}
983
+ ]
720
984
  }
721
985
  },
722
986
  "shapes":{
987
+ "AccountDetails":{
988
+ "type":"structure",
989
+ "members":{
990
+ "MailType":{"shape":"MailType"},
991
+ "WebsiteURL":{"shape":"WebsiteURL"},
992
+ "ContactLanguage":{"shape":"ContactLanguage"},
993
+ "UseCaseDescription":{"shape":"UseCaseDescription"},
994
+ "AdditionalContactEmailAddresses":{"shape":"AdditionalContactEmailAddresses"},
995
+ "ReviewDetails":{"shape":"ReviewDetails"}
996
+ }
997
+ },
723
998
  "AccountSuspendedException":{
724
999
  "type":"structure",
725
1000
  "members":{
@@ -727,6 +1002,20 @@
727
1002
  "error":{"httpStatusCode":400},
728
1003
  "exception":true
729
1004
  },
1005
+ "AdditionalContactEmailAddress":{
1006
+ "type":"string",
1007
+ "max":254,
1008
+ "min":6,
1009
+ "pattern":"^(.+)@(.+)$",
1010
+ "sensitive":true
1011
+ },
1012
+ "AdditionalContactEmailAddresses":{
1013
+ "type":"list",
1014
+ "member":{"shape":"AdditionalContactEmailAddress"},
1015
+ "max":4,
1016
+ "min":1,
1017
+ "sensitive":true
1018
+ },
730
1019
  "AlreadyExistsException":{
731
1020
  "type":"structure",
732
1021
  "members":{
@@ -779,7 +1068,58 @@
779
1068
  "Html":{"shape":"Content"}
780
1069
  }
781
1070
  },
1071
+ "BulkEmailContent":{
1072
+ "type":"structure",
1073
+ "members":{
1074
+ "Template":{"shape":"Template"}
1075
+ }
1076
+ },
1077
+ "BulkEmailEntry":{
1078
+ "type":"structure",
1079
+ "required":["Destination"],
1080
+ "members":{
1081
+ "Destination":{"shape":"Destination"},
1082
+ "ReplacementTags":{"shape":"MessageTagList"},
1083
+ "ReplacementEmailContent":{"shape":"ReplacementEmailContent"}
1084
+ }
1085
+ },
1086
+ "BulkEmailEntryList":{
1087
+ "type":"list",
1088
+ "member":{"shape":"BulkEmailEntry"}
1089
+ },
1090
+ "BulkEmailEntryResult":{
1091
+ "type":"structure",
1092
+ "members":{
1093
+ "Status":{"shape":"BulkEmailStatus"},
1094
+ "Error":{"shape":"ErrorMessage"},
1095
+ "MessageId":{"shape":"OutboundMessageId"}
1096
+ }
1097
+ },
1098
+ "BulkEmailEntryResultList":{
1099
+ "type":"list",
1100
+ "member":{"shape":"BulkEmailEntryResult"}
1101
+ },
1102
+ "BulkEmailStatus":{
1103
+ "type":"string",
1104
+ "enum":[
1105
+ "SUCCESS",
1106
+ "MESSAGE_REJECTED",
1107
+ "MAIL_FROM_DOMAIN_NOT_VERIFIED",
1108
+ "CONFIGURATION_SET_NOT_FOUND",
1109
+ "TEMPLATE_NOT_FOUND",
1110
+ "ACCOUNT_SUSPENDED",
1111
+ "ACCOUNT_THROTTLED",
1112
+ "ACCOUNT_DAILY_QUOTA_EXCEEDED",
1113
+ "INVALID_SENDING_POOL_NAME",
1114
+ "ACCOUNT_SENDING_PAUSED",
1115
+ "CONFIGURATION_SET_SENDING_PAUSED",
1116
+ "INVALID_PARAMETER",
1117
+ "TRANSIENT_FAILURE",
1118
+ "FAILED"
1119
+ ]
1120
+ },
782
1121
  "CampaignId":{"type":"string"},
1122
+ "CaseId":{"type":"string"},
783
1123
  "Charset":{"type":"string"},
784
1124
  "CloudWatchDestination":{
785
1125
  "type":"structure",
@@ -810,13 +1150,28 @@
810
1150
  "members":{
811
1151
  },
812
1152
  "error":{"httpStatusCode":500},
813
- "exception":true
1153
+ "exception":true,
1154
+ "fault":true
814
1155
  },
815
1156
  "ConfigurationSetName":{"type":"string"},
816
1157
  "ConfigurationSetNameList":{
817
1158
  "type":"list",
818
1159
  "member":{"shape":"ConfigurationSetName"}
819
1160
  },
1161
+ "ConflictException":{
1162
+ "type":"structure",
1163
+ "members":{
1164
+ },
1165
+ "error":{"httpStatusCode":409},
1166
+ "exception":true
1167
+ },
1168
+ "ContactLanguage":{
1169
+ "type":"string",
1170
+ "enum":[
1171
+ "EN",
1172
+ "JA"
1173
+ ]
1174
+ },
820
1175
  "Content":{
821
1176
  "type":"structure",
822
1177
  "required":["Data"],
@@ -865,6 +1220,30 @@
865
1220
  "members":{
866
1221
  }
867
1222
  },
1223
+ "CreateCustomVerificationEmailTemplateRequest":{
1224
+ "type":"structure",
1225
+ "required":[
1226
+ "TemplateName",
1227
+ "FromEmailAddress",
1228
+ "TemplateSubject",
1229
+ "TemplateContent",
1230
+ "SuccessRedirectionURL",
1231
+ "FailureRedirectionURL"
1232
+ ],
1233
+ "members":{
1234
+ "TemplateName":{"shape":"EmailTemplateName"},
1235
+ "FromEmailAddress":{"shape":"EmailAddress"},
1236
+ "TemplateSubject":{"shape":"EmailTemplateSubject"},
1237
+ "TemplateContent":{"shape":"TemplateContent"},
1238
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1239
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1240
+ }
1241
+ },
1242
+ "CreateCustomVerificationEmailTemplateResponse":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ }
1246
+ },
868
1247
  "CreateDedicatedIpPoolRequest":{
869
1248
  "type":"structure",
870
1249
  "required":["PoolName"],
@@ -902,6 +1281,32 @@
902
1281
  "DeliverabilityTestStatus":{"shape":"DeliverabilityTestStatus"}
903
1282
  }
904
1283
  },
1284
+ "CreateEmailIdentityPolicyRequest":{
1285
+ "type":"structure",
1286
+ "required":[
1287
+ "EmailIdentity",
1288
+ "PolicyName",
1289
+ "Policy"
1290
+ ],
1291
+ "members":{
1292
+ "EmailIdentity":{
1293
+ "shape":"Identity",
1294
+ "location":"uri",
1295
+ "locationName":"EmailIdentity"
1296
+ },
1297
+ "PolicyName":{
1298
+ "shape":"PolicyName",
1299
+ "location":"uri",
1300
+ "locationName":"PolicyName"
1301
+ },
1302
+ "Policy":{"shape":"Policy"}
1303
+ }
1304
+ },
1305
+ "CreateEmailIdentityPolicyResponse":{
1306
+ "type":"structure",
1307
+ "members":{
1308
+ }
1309
+ },
905
1310
  "CreateEmailIdentityRequest":{
906
1311
  "type":"structure",
907
1312
  "required":["EmailIdentity"],
@@ -919,7 +1324,37 @@
919
1324
  "DkimAttributes":{"shape":"DkimAttributes"}
920
1325
  }
921
1326
  },
1327
+ "CreateEmailTemplateRequest":{
1328
+ "type":"structure",
1329
+ "required":[
1330
+ "TemplateName",
1331
+ "TemplateContent"
1332
+ ],
1333
+ "members":{
1334
+ "TemplateName":{"shape":"EmailTemplateName"},
1335
+ "TemplateContent":{"shape":"EmailTemplateContent"}
1336
+ }
1337
+ },
1338
+ "CreateEmailTemplateResponse":{
1339
+ "type":"structure",
1340
+ "members":{
1341
+ }
1342
+ },
922
1343
  "CustomRedirectDomain":{"type":"string"},
1344
+ "CustomVerificationEmailTemplateMetadata":{
1345
+ "type":"structure",
1346
+ "members":{
1347
+ "TemplateName":{"shape":"EmailTemplateName"},
1348
+ "FromEmailAddress":{"shape":"EmailAddress"},
1349
+ "TemplateSubject":{"shape":"EmailTemplateSubject"},
1350
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1351
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1352
+ }
1353
+ },
1354
+ "CustomVerificationEmailTemplatesList":{
1355
+ "type":"list",
1356
+ "member":{"shape":"CustomVerificationEmailTemplateMetadata"}
1357
+ },
923
1358
  "DailyVolume":{
924
1359
  "type":"structure",
925
1360
  "members":{
@@ -979,14 +1414,30 @@
979
1414
  "type":"structure",
980
1415
  "required":["ConfigurationSetName"],
981
1416
  "members":{
982
- "ConfigurationSetName":{
983
- "shape":"ConfigurationSetName",
1417
+ "ConfigurationSetName":{
1418
+ "shape":"ConfigurationSetName",
1419
+ "location":"uri",
1420
+ "locationName":"ConfigurationSetName"
1421
+ }
1422
+ }
1423
+ },
1424
+ "DeleteConfigurationSetResponse":{
1425
+ "type":"structure",
1426
+ "members":{
1427
+ }
1428
+ },
1429
+ "DeleteCustomVerificationEmailTemplateRequest":{
1430
+ "type":"structure",
1431
+ "required":["TemplateName"],
1432
+ "members":{
1433
+ "TemplateName":{
1434
+ "shape":"EmailTemplateName",
984
1435
  "location":"uri",
985
- "locationName":"ConfigurationSetName"
1436
+ "locationName":"TemplateName"
986
1437
  }
987
1438
  }
988
1439
  },
989
- "DeleteConfigurationSetResponse":{
1440
+ "DeleteCustomVerificationEmailTemplateResponse":{
990
1441
  "type":"structure",
991
1442
  "members":{
992
1443
  }
@@ -1007,6 +1458,30 @@
1007
1458
  "members":{
1008
1459
  }
1009
1460
  },
1461
+ "DeleteEmailIdentityPolicyRequest":{
1462
+ "type":"structure",
1463
+ "required":[
1464
+ "EmailIdentity",
1465
+ "PolicyName"
1466
+ ],
1467
+ "members":{
1468
+ "EmailIdentity":{
1469
+ "shape":"Identity",
1470
+ "location":"uri",
1471
+ "locationName":"EmailIdentity"
1472
+ },
1473
+ "PolicyName":{
1474
+ "shape":"PolicyName",
1475
+ "location":"uri",
1476
+ "locationName":"PolicyName"
1477
+ }
1478
+ }
1479
+ },
1480
+ "DeleteEmailIdentityPolicyResponse":{
1481
+ "type":"structure",
1482
+ "members":{
1483
+ }
1484
+ },
1010
1485
  "DeleteEmailIdentityRequest":{
1011
1486
  "type":"structure",
1012
1487
  "required":["EmailIdentity"],
@@ -1023,6 +1498,22 @@
1023
1498
  "members":{
1024
1499
  }
1025
1500
  },
1501
+ "DeleteEmailTemplateRequest":{
1502
+ "type":"structure",
1503
+ "required":["TemplateName"],
1504
+ "members":{
1505
+ "TemplateName":{
1506
+ "shape":"EmailTemplateName",
1507
+ "location":"uri",
1508
+ "locationName":"TemplateName"
1509
+ }
1510
+ }
1511
+ },
1512
+ "DeleteEmailTemplateResponse":{
1513
+ "type":"structure",
1514
+ "members":{
1515
+ }
1516
+ },
1026
1517
  "DeleteSuppressedDestinationRequest":{
1027
1518
  "type":"structure",
1028
1519
  "required":["EmailAddress"],
@@ -1199,7 +1690,39 @@
1199
1690
  "Template":{"shape":"Template"}
1200
1691
  }
1201
1692
  },
1693
+ "EmailTemplateContent":{
1694
+ "type":"structure",
1695
+ "members":{
1696
+ "Subject":{"shape":"EmailTemplateSubject"},
1697
+ "Text":{"shape":"EmailTemplateText"},
1698
+ "Html":{"shape":"EmailTemplateHtml"}
1699
+ }
1700
+ },
1701
+ "EmailTemplateData":{
1702
+ "type":"string",
1703
+ "max":262144
1704
+ },
1705
+ "EmailTemplateHtml":{"type":"string"},
1706
+ "EmailTemplateMetadata":{
1707
+ "type":"structure",
1708
+ "members":{
1709
+ "TemplateName":{"shape":"EmailTemplateName"},
1710
+ "CreatedTimestamp":{"shape":"Timestamp"}
1711
+ }
1712
+ },
1713
+ "EmailTemplateMetadataList":{
1714
+ "type":"list",
1715
+ "member":{"shape":"EmailTemplateMetadata"}
1716
+ },
1717
+ "EmailTemplateName":{
1718
+ "type":"string",
1719
+ "min":1
1720
+ },
1721
+ "EmailTemplateSubject":{"type":"string"},
1722
+ "EmailTemplateText":{"type":"string"},
1202
1723
  "Enabled":{"type":"boolean"},
1724
+ "EnabledWrapper":{"type":"boolean"},
1725
+ "ErrorMessage":{"type":"string"},
1203
1726
  "Esp":{"type":"string"},
1204
1727
  "Esps":{
1205
1728
  "type":"list",
@@ -1255,6 +1778,7 @@
1255
1778
  "type":"list",
1256
1779
  "member":{"shape":"EventType"}
1257
1780
  },
1781
+ "FailureRedirectionURL":{"type":"string"},
1258
1782
  "FeedbackId":{"type":"string"},
1259
1783
  "GeneralEnforcementStatus":{"type":"string"},
1260
1784
  "GetAccountRequest":{
@@ -1270,7 +1794,8 @@
1270
1794
  "ProductionAccessEnabled":{"shape":"Enabled"},
1271
1795
  "SendQuota":{"shape":"SendQuota"},
1272
1796
  "SendingEnabled":{"shape":"Enabled"},
1273
- "SuppressionAttributes":{"shape":"SuppressionAttributes"}
1797
+ "SuppressionAttributes":{"shape":"SuppressionAttributes"},
1798
+ "Details":{"shape":"AccountDetails"}
1274
1799
  }
1275
1800
  },
1276
1801
  "GetBlacklistReportsRequest":{
@@ -1331,6 +1856,28 @@
1331
1856
  "SuppressionOptions":{"shape":"SuppressionOptions"}
1332
1857
  }
1333
1858
  },
1859
+ "GetCustomVerificationEmailTemplateRequest":{
1860
+ "type":"structure",
1861
+ "required":["TemplateName"],
1862
+ "members":{
1863
+ "TemplateName":{
1864
+ "shape":"EmailTemplateName",
1865
+ "location":"uri",
1866
+ "locationName":"TemplateName"
1867
+ }
1868
+ }
1869
+ },
1870
+ "GetCustomVerificationEmailTemplateResponse":{
1871
+ "type":"structure",
1872
+ "members":{
1873
+ "TemplateName":{"shape":"EmailTemplateName"},
1874
+ "FromEmailAddress":{"shape":"EmailAddress"},
1875
+ "TemplateSubject":{"shape":"EmailTemplateSubject"},
1876
+ "TemplateContent":{"shape":"TemplateContent"},
1877
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1878
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1879
+ }
1880
+ },
1334
1881
  "GetDedicatedIpRequest":{
1335
1882
  "type":"structure",
1336
1883
  "required":["Ip"],
@@ -1471,6 +2018,23 @@
1471
2018
  "DailyVolumes":{"shape":"DailyVolumes"}
1472
2019
  }
1473
2020
  },
2021
+ "GetEmailIdentityPoliciesRequest":{
2022
+ "type":"structure",
2023
+ "required":["EmailIdentity"],
2024
+ "members":{
2025
+ "EmailIdentity":{
2026
+ "shape":"Identity",
2027
+ "location":"uri",
2028
+ "locationName":"EmailIdentity"
2029
+ }
2030
+ }
2031
+ },
2032
+ "GetEmailIdentityPoliciesResponse":{
2033
+ "type":"structure",
2034
+ "members":{
2035
+ "Policies":{"shape":"PolicyMap"}
2036
+ }
2037
+ },
1474
2038
  "GetEmailIdentityRequest":{
1475
2039
  "type":"structure",
1476
2040
  "required":["EmailIdentity"],
@@ -1490,9 +2054,32 @@
1490
2054
  "VerifiedForSendingStatus":{"shape":"Enabled"},
1491
2055
  "DkimAttributes":{"shape":"DkimAttributes"},
1492
2056
  "MailFromAttributes":{"shape":"MailFromAttributes"},
2057
+ "Policies":{"shape":"PolicyMap"},
1493
2058
  "Tags":{"shape":"TagList"}
1494
2059
  }
1495
2060
  },
2061
+ "GetEmailTemplateRequest":{
2062
+ "type":"structure",
2063
+ "required":["TemplateName"],
2064
+ "members":{
2065
+ "TemplateName":{
2066
+ "shape":"EmailTemplateName",
2067
+ "location":"uri",
2068
+ "locationName":"TemplateName"
2069
+ }
2070
+ }
2071
+ },
2072
+ "GetEmailTemplateResponse":{
2073
+ "type":"structure",
2074
+ "required":[
2075
+ "TemplateName",
2076
+ "TemplateContent"
2077
+ ],
2078
+ "members":{
2079
+ "TemplateName":{"shape":"EmailTemplateName"},
2080
+ "TemplateContent":{"shape":"EmailTemplateContent"}
2081
+ }
2082
+ },
1496
2083
  "GetSuppressedDestinationRequest":{
1497
2084
  "type":"structure",
1498
2085
  "required":["EmailAddress"],
@@ -1511,7 +2098,10 @@
1511
2098
  "SuppressedDestination":{"shape":"SuppressedDestination"}
1512
2099
  }
1513
2100
  },
1514
- "Identity":{"type":"string"},
2101
+ "Identity":{
2102
+ "type":"string",
2103
+ "min":1
2104
+ },
1515
2105
  "IdentityInfo":{
1516
2106
  "type":"structure",
1517
2107
  "members":{
@@ -1609,6 +2199,28 @@
1609
2199
  "NextToken":{"shape":"NextToken"}
1610
2200
  }
1611
2201
  },
2202
+ "ListCustomVerificationEmailTemplatesRequest":{
2203
+ "type":"structure",
2204
+ "members":{
2205
+ "NextToken":{
2206
+ "shape":"NextToken",
2207
+ "location":"querystring",
2208
+ "locationName":"NextToken"
2209
+ },
2210
+ "PageSize":{
2211
+ "shape":"MaxItems",
2212
+ "location":"querystring",
2213
+ "locationName":"PageSize"
2214
+ }
2215
+ }
2216
+ },
2217
+ "ListCustomVerificationEmailTemplatesResponse":{
2218
+ "type":"structure",
2219
+ "members":{
2220
+ "CustomVerificationEmailTemplates":{"shape":"CustomVerificationEmailTemplatesList"},
2221
+ "NextToken":{"shape":"NextToken"}
2222
+ }
2223
+ },
1612
2224
  "ListDedicatedIpPoolsRequest":{
1613
2225
  "type":"structure",
1614
2226
  "members":{
@@ -1719,6 +2331,28 @@
1719
2331
  "NextToken":{"shape":"NextToken"}
1720
2332
  }
1721
2333
  },
2334
+ "ListEmailTemplatesRequest":{
2335
+ "type":"structure",
2336
+ "members":{
2337
+ "NextToken":{
2338
+ "shape":"NextToken",
2339
+ "location":"querystring",
2340
+ "locationName":"NextToken"
2341
+ },
2342
+ "PageSize":{
2343
+ "shape":"MaxItems",
2344
+ "location":"querystring",
2345
+ "locationName":"PageSize"
2346
+ }
2347
+ }
2348
+ },
2349
+ "ListEmailTemplatesResponse":{
2350
+ "type":"structure",
2351
+ "members":{
2352
+ "TemplatesMetadata":{"shape":"EmailTemplateMetadataList"},
2353
+ "NextToken":{"shape":"NextToken"}
2354
+ }
2355
+ },
1722
2356
  "ListOfDedicatedIpPools":{
1723
2357
  "type":"list",
1724
2358
  "member":{"shape":"PoolName"}
@@ -1808,6 +2442,13 @@
1808
2442
  "TEMPORARY_FAILURE"
1809
2443
  ]
1810
2444
  },
2445
+ "MailType":{
2446
+ "type":"string",
2447
+ "enum":[
2448
+ "MARKETING",
2449
+ "TRANSACTIONAL"
2450
+ ]
2451
+ },
1811
2452
  "Max24HourSend":{"type":"double"},
1812
2453
  "MaxItems":{"type":"integer"},
1813
2454
  "MaxSendRate":{"type":"double"},
@@ -1883,6 +2524,20 @@
1883
2524
  "DkimPercentage":{"shape":"Percentage"}
1884
2525
  }
1885
2526
  },
2527
+ "Policy":{
2528
+ "type":"string",
2529
+ "min":1
2530
+ },
2531
+ "PolicyMap":{
2532
+ "type":"map",
2533
+ "key":{"shape":"PolicyName"},
2534
+ "value":{"shape":"Policy"}
2535
+ },
2536
+ "PolicyName":{
2537
+ "type":"string",
2538
+ "max":64,
2539
+ "min":1
2540
+ },
1886
2541
  "PoolName":{"type":"string"},
1887
2542
  "PrivateKey":{
1888
2543
  "type":"string",
@@ -1902,6 +2557,27 @@
1902
2557
  "members":{
1903
2558
  }
1904
2559
  },
2560
+ "PutAccountDetailsRequest":{
2561
+ "type":"structure",
2562
+ "required":[
2563
+ "MailType",
2564
+ "WebsiteURL",
2565
+ "UseCaseDescription"
2566
+ ],
2567
+ "members":{
2568
+ "MailType":{"shape":"MailType"},
2569
+ "WebsiteURL":{"shape":"WebsiteURL"},
2570
+ "ContactLanguage":{"shape":"ContactLanguage"},
2571
+ "UseCaseDescription":{"shape":"UseCaseDescription"},
2572
+ "AdditionalContactEmailAddresses":{"shape":"AdditionalContactEmailAddresses"},
2573
+ "ProductionAccessEnabled":{"shape":"EnabledWrapper"}
2574
+ }
2575
+ },
2576
+ "PutAccountDetailsResponse":{
2577
+ "type":"structure",
2578
+ "members":{
2579
+ }
2580
+ },
1905
2581
  "PutAccountSendingAttributesRequest":{
1906
2582
  "type":"structure",
1907
2583
  "members":{
@@ -2163,6 +2839,19 @@
2163
2839
  },
2164
2840
  "RawMessageData":{"type":"blob"},
2165
2841
  "RblName":{"type":"string"},
2842
+ "RenderedEmailTemplate":{"type":"string"},
2843
+ "ReplacementEmailContent":{
2844
+ "type":"structure",
2845
+ "members":{
2846
+ "ReplacementTemplate":{"shape":"ReplacementTemplate"}
2847
+ }
2848
+ },
2849
+ "ReplacementTemplate":{
2850
+ "type":"structure",
2851
+ "members":{
2852
+ "ReplacementTemplateData":{"shape":"EmailTemplateData"}
2853
+ }
2854
+ },
2166
2855
  "ReportId":{"type":"string"},
2167
2856
  "ReportName":{"type":"string"},
2168
2857
  "ReputationOptions":{
@@ -2172,23 +2861,81 @@
2172
2861
  "LastFreshStart":{"shape":"LastFreshStart"}
2173
2862
  }
2174
2863
  },
2864
+ "ReviewDetails":{
2865
+ "type":"structure",
2866
+ "members":{
2867
+ "Status":{"shape":"ReviewStatus"},
2868
+ "CaseId":{"shape":"CaseId"}
2869
+ }
2870
+ },
2871
+ "ReviewStatus":{
2872
+ "type":"string",
2873
+ "enum":[
2874
+ "PENDING",
2875
+ "FAILED",
2876
+ "GRANTED",
2877
+ "DENIED"
2878
+ ]
2879
+ },
2175
2880
  "Selector":{
2176
2881
  "type":"string",
2177
2882
  "max":63,
2178
2883
  "min":1,
2179
2884
  "pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]))$"
2180
2885
  },
2181
- "SendEmailRequest":{
2886
+ "SendBulkEmailRequest":{
2182
2887
  "type":"structure",
2183
2888
  "required":[
2184
- "Destination",
2185
- "Content"
2889
+ "DefaultContent",
2890
+ "BulkEmailEntries"
2891
+ ],
2892
+ "members":{
2893
+ "FromEmailAddress":{"shape":"EmailAddress"},
2894
+ "FromEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
2895
+ "ReplyToAddresses":{"shape":"EmailAddressList"},
2896
+ "FeedbackForwardingEmailAddress":{"shape":"EmailAddress"},
2897
+ "FeedbackForwardingEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
2898
+ "DefaultEmailTags":{"shape":"MessageTagList"},
2899
+ "DefaultContent":{"shape":"BulkEmailContent"},
2900
+ "BulkEmailEntries":{"shape":"BulkEmailEntryList"},
2901
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
2902
+ }
2903
+ },
2904
+ "SendBulkEmailResponse":{
2905
+ "type":"structure",
2906
+ "required":["BulkEmailEntryResults"],
2907
+ "members":{
2908
+ "BulkEmailEntryResults":{"shape":"BulkEmailEntryResultList"}
2909
+ }
2910
+ },
2911
+ "SendCustomVerificationEmailRequest":{
2912
+ "type":"structure",
2913
+ "required":[
2914
+ "EmailAddress",
2915
+ "TemplateName"
2186
2916
  ],
2917
+ "members":{
2918
+ "EmailAddress":{"shape":"EmailAddress"},
2919
+ "TemplateName":{"shape":"EmailTemplateName"},
2920
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
2921
+ }
2922
+ },
2923
+ "SendCustomVerificationEmailResponse":{
2924
+ "type":"structure",
2925
+ "members":{
2926
+ "MessageId":{"shape":"OutboundMessageId"}
2927
+ }
2928
+ },
2929
+ "SendEmailRequest":{
2930
+ "type":"structure",
2931
+ "required":["Content"],
2187
2932
  "members":{
2188
2933
  "FromEmailAddress":{"shape":"EmailAddress"},
2934
+ "FromEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
2189
2935
  "Destination":{"shape":"Destination"},
2190
2936
  "ReplyToAddresses":{"shape":"EmailAddressList"},
2191
2937
  "FeedbackForwardingEmailAddress":{"shape":"EmailAddress"},
2938
+ "FeedbackForwardingEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
2192
2939
  "Content":{"shape":"EmailContent"},
2193
2940
  "EmailTags":{"shape":"MessageTagList"},
2194
2941
  "ConfigurationSetName":{"shape":"ConfigurationSetName"}
@@ -2231,6 +2978,7 @@
2231
2978
  }
2232
2979
  },
2233
2980
  "Subject":{"type":"string"},
2981
+ "SuccessRedirectionURL":{"type":"string"},
2234
2982
  "SuppressedDestination":{
2235
2983
  "type":"structure",
2236
2984
  "required":[
@@ -2332,14 +3080,33 @@
2332
3080
  "Template":{
2333
3081
  "type":"structure",
2334
3082
  "members":{
2335
- "TemplateArn":{"shape":"TemplateArn"},
2336
- "TemplateData":{"shape":"TemplateData"}
3083
+ "TemplateName":{"shape":"EmailTemplateName"},
3084
+ "TemplateArn":{"shape":"AmazonResourceName"},
3085
+ "TemplateData":{"shape":"EmailTemplateData"}
2337
3086
  }
2338
3087
  },
2339
- "TemplateArn":{"type":"string"},
2340
- "TemplateData":{
2341
- "type":"string",
2342
- "max":262144
3088
+ "TemplateContent":{"type":"string"},
3089
+ "TestRenderEmailTemplateRequest":{
3090
+ "type":"structure",
3091
+ "required":[
3092
+ "TemplateName",
3093
+ "TemplateData"
3094
+ ],
3095
+ "members":{
3096
+ "TemplateName":{
3097
+ "shape":"EmailTemplateName",
3098
+ "location":"uri",
3099
+ "locationName":"TemplateName"
3100
+ },
3101
+ "TemplateData":{"shape":"EmailTemplateData"}
3102
+ }
3103
+ },
3104
+ "TestRenderEmailTemplateResponse":{
3105
+ "type":"structure",
3106
+ "required":["RenderedTemplate"],
3107
+ "members":{
3108
+ "RenderedTemplate":{"shape":"RenderedEmailTemplate"}
3109
+ }
2343
3110
  },
2344
3111
  "Timestamp":{"type":"timestamp"},
2345
3112
  "TlsPolicy":{
@@ -2413,6 +3180,86 @@
2413
3180
  "members":{
2414
3181
  }
2415
3182
  },
3183
+ "UpdateCustomVerificationEmailTemplateRequest":{
3184
+ "type":"structure",
3185
+ "required":[
3186
+ "TemplateName",
3187
+ "FromEmailAddress",
3188
+ "TemplateSubject",
3189
+ "TemplateContent",
3190
+ "SuccessRedirectionURL",
3191
+ "FailureRedirectionURL"
3192
+ ],
3193
+ "members":{
3194
+ "TemplateName":{
3195
+ "shape":"EmailTemplateName",
3196
+ "location":"uri",
3197
+ "locationName":"TemplateName"
3198
+ },
3199
+ "FromEmailAddress":{"shape":"EmailAddress"},
3200
+ "TemplateSubject":{"shape":"EmailTemplateSubject"},
3201
+ "TemplateContent":{"shape":"TemplateContent"},
3202
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
3203
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
3204
+ }
3205
+ },
3206
+ "UpdateCustomVerificationEmailTemplateResponse":{
3207
+ "type":"structure",
3208
+ "members":{
3209
+ }
3210
+ },
3211
+ "UpdateEmailIdentityPolicyRequest":{
3212
+ "type":"structure",
3213
+ "required":[
3214
+ "EmailIdentity",
3215
+ "PolicyName",
3216
+ "Policy"
3217
+ ],
3218
+ "members":{
3219
+ "EmailIdentity":{
3220
+ "shape":"Identity",
3221
+ "location":"uri",
3222
+ "locationName":"EmailIdentity"
3223
+ },
3224
+ "PolicyName":{
3225
+ "shape":"PolicyName",
3226
+ "location":"uri",
3227
+ "locationName":"PolicyName"
3228
+ },
3229
+ "Policy":{"shape":"Policy"}
3230
+ }
3231
+ },
3232
+ "UpdateEmailIdentityPolicyResponse":{
3233
+ "type":"structure",
3234
+ "members":{
3235
+ }
3236
+ },
3237
+ "UpdateEmailTemplateRequest":{
3238
+ "type":"structure",
3239
+ "required":[
3240
+ "TemplateName",
3241
+ "TemplateContent"
3242
+ ],
3243
+ "members":{
3244
+ "TemplateName":{
3245
+ "shape":"EmailTemplateName",
3246
+ "location":"uri",
3247
+ "locationName":"TemplateName"
3248
+ },
3249
+ "TemplateContent":{"shape":"EmailTemplateContent"}
3250
+ }
3251
+ },
3252
+ "UpdateEmailTemplateResponse":{
3253
+ "type":"structure",
3254
+ "members":{
3255
+ }
3256
+ },
3257
+ "UseCaseDescription":{
3258
+ "type":"string",
3259
+ "max":5000,
3260
+ "min":1,
3261
+ "sensitive":true
3262
+ },
2416
3263
  "Volume":{"type":"long"},
2417
3264
  "VolumeStatistics":{
2418
3265
  "type":"structure",
@@ -2429,6 +3276,13 @@
2429
3276
  "IN_PROGRESS",
2430
3277
  "DONE"
2431
3278
  ]
3279
+ },
3280
+ "WebsiteURL":{
3281
+ "type":"string",
3282
+ "max":1000,
3283
+ "min":1,
3284
+ "pattern":"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?",
3285
+ "sensitive":true
2432
3286
  }
2433
3287
  }
2434
3288
  }