aws-sdk 2.1639.0 → 2.1641.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/apis/apptest-2022-12-06.min.json +1917 -0
  3. package/apis/apptest-2022-12-06.paginators.json +40 -0
  4. package/apis/apptest-2022-12-06.waiters2.json +5 -0
  5. package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
  6. package/apis/ec2-2016-11-15.min.json +160 -107
  7. package/apis/glue-2017-03-31.min.json +99 -98
  8. package/apis/iotwireless-2020-11-22.min.json +4 -1
  9. package/apis/kms-2014-11-01.examples.json +29 -0
  10. package/apis/kms-2014-11-01.min.json +76 -23
  11. package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  12. package/apis/mediapackagev2-2022-12-25.min.json +108 -71
  13. package/apis/metadata.json +3 -3
  14. package/apis/osis-2022-01-01.min.json +33 -28
  15. package/apis/redshift-2012-12-01.min.json +7 -1
  16. package/apis/secretsmanager-2017-10-17.min.json +8 -1
  17. package/apis/securitylake-2018-05-10.min.json +7 -1
  18. package/apis/sesv2-2019-09-27.min.json +139 -121
  19. package/clients/all.d.ts +1 -1
  20. package/clients/all.js +2 -2
  21. package/clients/apptest.d.ts +2019 -0
  22. package/clients/apptest.js +19 -0
  23. package/clients/cloudhsmv2.d.ts +18 -1
  24. package/clients/ec2.d.ts +57 -3
  25. package/clients/glue.d.ts +6 -1
  26. package/clients/iotwireless.d.ts +1 -1
  27. package/clients/kms.d.ts +80 -14
  28. package/clients/mediapackagev2.d.ts +57 -4
  29. package/clients/osis.d.ts +9 -0
  30. package/clients/redshift.d.ts +16 -16
  31. package/clients/secretsmanager.d.ts +18 -13
  32. package/clients/securitylake.d.ts +3 -3
  33. package/clients/sesv2.d.ts +24 -10
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +555 -539
  36. package/dist/aws-sdk.js +292 -157
  37. package/dist/aws-sdk.min.js +93 -93
  38. package/lib/config_service_placeholders.d.ts +2 -2
  39. package/lib/core.js +1 -1
  40. package/lib/credentials/cognito_identity_credentials.js +9 -0
  41. package/lib/shared-ini/ini-loader.d.ts +24 -1
  42. package/lib/shared-ini/ini-loader.js +0 -6
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +3 -3
  45. package/apis/backupstorage-2018-04-10.min.json +0 -522
  46. package/apis/backupstorage-2018-04-10.paginators.json +0 -14
  47. package/clients/backupstorage.d.ts +0 -469
  48. package/clients/backupstorage.js +0 -18
  49. /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -13,7 +13,10 @@
13
13
  "serviceId": "SESv2",
14
14
  "signatureVersion": "v4",
15
15
  "signingName": "ses",
16
- "uid": "sesv2-2019-09-27"
16
+ "uid": "sesv2-2019-09-27",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "BatchGetMetricData": {
@@ -200,7 +203,7 @@
200
203
  },
201
204
  "EmailAddress": {},
202
205
  "TopicPreferences": {
203
- "shape": "S1u"
206
+ "shape": "S1v"
204
207
  },
205
208
  "UnsubscribeAll": {
206
209
  "type": "boolean"
@@ -225,7 +228,7 @@
225
228
  "members": {
226
229
  "ContactListName": {},
227
230
  "Topics": {
228
- "shape": "S22"
231
+ "shape": "S23"
229
232
  },
230
233
  "Description": {},
231
234
  "Tags": {
@@ -302,7 +305,7 @@
302
305
  "ReportName": {},
303
306
  "FromEmailAddress": {},
304
307
  "Content": {
305
- "shape": "S2j"
308
+ "shape": "S2k"
306
309
  },
307
310
  "Tags": {
308
311
  "shape": "Sz"
@@ -336,7 +339,7 @@
336
339
  "shape": "Sz"
337
340
  },
338
341
  "DkimSigningAttributes": {
339
- "shape": "S32"
342
+ "shape": "S33"
340
343
  },
341
344
  "ConfigurationSetName": {}
342
345
  }
@@ -349,7 +352,7 @@
349
352
  "type": "boolean"
350
353
  },
351
354
  "DkimAttributes": {
352
- "shape": "S38"
355
+ "shape": "S39"
353
356
  }
354
357
  }
355
358
  }
@@ -395,7 +398,7 @@
395
398
  "members": {
396
399
  "TemplateName": {},
397
400
  "TemplateContent": {
398
- "shape": "S3i"
401
+ "shape": "S3j"
399
402
  }
400
403
  }
401
404
  },
@@ -416,10 +419,10 @@
416
419
  ],
417
420
  "members": {
418
421
  "ExportDataSource": {
419
- "shape": "S3n"
422
+ "shape": "S3o"
420
423
  },
421
424
  "ExportDestination": {
422
- "shape": "S47"
425
+ "shape": "S48"
423
426
  }
424
427
  }
425
428
  },
@@ -442,10 +445,10 @@
442
445
  ],
443
446
  "members": {
444
447
  "ImportDestination": {
445
- "shape": "S4c"
448
+ "shape": "S4d"
446
449
  },
447
450
  "ImportDataSource": {
448
- "shape": "S4h"
451
+ "shape": "S4i"
449
452
  }
450
453
  }
451
454
  },
@@ -740,14 +743,14 @@
740
743
  "members": {
741
744
  "MailType": {},
742
745
  "WebsiteURL": {
743
- "shape": "S5d"
746
+ "shape": "S5e"
744
747
  },
745
748
  "ContactLanguage": {},
746
749
  "UseCaseDescription": {
747
- "shape": "S5f"
750
+ "shape": "S5g"
748
751
  },
749
752
  "AdditionalContactEmailAddresses": {
750
- "shape": "S5g"
753
+ "shape": "S5h"
751
754
  },
752
755
  "ReviewDetails": {
753
756
  "type": "structure",
@@ -759,7 +762,7 @@
759
762
  }
760
763
  },
761
764
  "VdmAttributes": {
762
- "shape": "S5l"
765
+ "shape": "S5m"
763
766
  }
764
767
  }
765
768
  }
@@ -899,8 +902,11 @@
899
902
  "SnsDestination": {
900
903
  "shape": "S1o"
901
904
  },
902
- "PinpointDestination": {
905
+ "EventBridgeDestination": {
903
906
  "shape": "S1p"
907
+ },
908
+ "PinpointDestination": {
909
+ "shape": "S1q"
904
910
  }
905
911
  }
906
912
  }
@@ -936,10 +942,10 @@
936
942
  "ContactListName": {},
937
943
  "EmailAddress": {},
938
944
  "TopicPreferences": {
939
- "shape": "S1u"
945
+ "shape": "S1v"
940
946
  },
941
947
  "TopicDefaultPreferences": {
942
- "shape": "S1u"
948
+ "shape": "S1v"
943
949
  },
944
950
  "UnsubscribeAll": {
945
951
  "type": "boolean"
@@ -976,7 +982,7 @@
976
982
  "members": {
977
983
  "ContactListName": {},
978
984
  "Topics": {
979
- "shape": "S22"
985
+ "shape": "S23"
980
986
  },
981
987
  "Description": {},
982
988
  "CreatedTimestamp": {
@@ -1041,7 +1047,7 @@
1041
1047
  "type": "structure",
1042
1048
  "members": {
1043
1049
  "DedicatedIp": {
1044
- "shape": "S6c"
1050
+ "shape": "S6d"
1045
1051
  }
1046
1052
  }
1047
1053
  }
@@ -1109,7 +1115,7 @@
1109
1115
  "DedicatedIps": {
1110
1116
  "type": "list",
1111
1117
  "member": {
1112
- "shape": "S6c"
1118
+ "shape": "S6d"
1113
1119
  }
1114
1120
  },
1115
1121
  "NextToken": {}
@@ -1139,10 +1145,10 @@
1139
1145
  },
1140
1146
  "AccountStatus": {},
1141
1147
  "ActiveSubscribedDomains": {
1142
- "shape": "S6q"
1148
+ "shape": "S6r"
1143
1149
  },
1144
1150
  "PendingExpirationSubscribedDomains": {
1145
- "shape": "S6q"
1151
+ "shape": "S6r"
1146
1152
  }
1147
1153
  }
1148
1154
  }
@@ -1173,10 +1179,10 @@
1173
1179
  ],
1174
1180
  "members": {
1175
1181
  "DeliverabilityTestReport": {
1176
- "shape": "S6y"
1182
+ "shape": "S6z"
1177
1183
  },
1178
1184
  "OverallPlacement": {
1179
- "shape": "S70"
1185
+ "shape": "S71"
1180
1186
  },
1181
1187
  "IspPlacements": {
1182
1188
  "type": "list",
@@ -1185,7 +1191,7 @@
1185
1191
  "members": {
1186
1192
  "IspName": {},
1187
1193
  "PlacementStatistics": {
1188
- "shape": "S70"
1194
+ "shape": "S71"
1189
1195
  }
1190
1196
  }
1191
1197
  }
@@ -1221,7 +1227,7 @@
1221
1227
  ],
1222
1228
  "members": {
1223
1229
  "DomainDeliverabilityCampaign": {
1224
- "shape": "S78"
1230
+ "shape": "S79"
1225
1231
  }
1226
1232
  }
1227
1233
  }
@@ -1266,13 +1272,13 @@
1266
1272
  "type": "structure",
1267
1273
  "members": {
1268
1274
  "VolumeStatistics": {
1269
- "shape": "S7i"
1275
+ "shape": "S7j"
1270
1276
  },
1271
1277
  "ReadRatePercent": {
1272
1278
  "type": "double"
1273
1279
  },
1274
1280
  "DomainIspPlacements": {
1275
- "shape": "S7j"
1281
+ "shape": "S7k"
1276
1282
  }
1277
1283
  }
1278
1284
  },
@@ -1285,10 +1291,10 @@
1285
1291
  "type": "timestamp"
1286
1292
  },
1287
1293
  "VolumeStatistics": {
1288
- "shape": "S7i"
1294
+ "shape": "S7j"
1289
1295
  },
1290
1296
  "DomainIspPlacements": {
1291
- "shape": "S7j"
1297
+ "shape": "S7k"
1292
1298
  }
1293
1299
  }
1294
1300
  }
@@ -1324,7 +1330,7 @@
1324
1330
  "type": "boolean"
1325
1331
  },
1326
1332
  "DkimAttributes": {
1327
- "shape": "S38"
1333
+ "shape": "S39"
1328
1334
  },
1329
1335
  "MailFromAttributes": {
1330
1336
  "type": "structure",
@@ -1340,7 +1346,7 @@
1340
1346
  }
1341
1347
  },
1342
1348
  "Policies": {
1343
- "shape": "S7t"
1349
+ "shape": "S7u"
1344
1350
  },
1345
1351
  "Tags": {
1346
1352
  "shape": "Sz"
@@ -1393,7 +1399,7 @@
1393
1399
  "type": "structure",
1394
1400
  "members": {
1395
1401
  "Policies": {
1396
- "shape": "S7t"
1402
+ "shape": "S7u"
1397
1403
  }
1398
1404
  }
1399
1405
  }
@@ -1424,7 +1430,7 @@
1424
1430
  "members": {
1425
1431
  "TemplateName": {},
1426
1432
  "TemplateContent": {
1427
- "shape": "S3i"
1433
+ "shape": "S3j"
1428
1434
  }
1429
1435
  }
1430
1436
  }
@@ -1453,10 +1459,10 @@
1453
1459
  "ExportSourceType": {},
1454
1460
  "JobStatus": {},
1455
1461
  "ExportDestination": {
1456
- "shape": "S47"
1462
+ "shape": "S48"
1457
1463
  },
1458
1464
  "ExportDataSource": {
1459
- "shape": "S3n"
1465
+ "shape": "S3o"
1460
1466
  },
1461
1467
  "CreatedTimestamp": {
1462
1468
  "type": "timestamp"
@@ -1465,7 +1471,7 @@
1465
1471
  "type": "timestamp"
1466
1472
  },
1467
1473
  "FailureInfo": {
1468
- "shape": "S89"
1474
+ "shape": "S8a"
1469
1475
  },
1470
1476
  "Statistics": {
1471
1477
  "type": "structure",
@@ -1503,13 +1509,13 @@
1503
1509
  "members": {
1504
1510
  "JobId": {},
1505
1511
  "ImportDestination": {
1506
- "shape": "S4c"
1512
+ "shape": "S4d"
1507
1513
  },
1508
1514
  "ImportDataSource": {
1509
- "shape": "S4h"
1515
+ "shape": "S4i"
1510
1516
  },
1511
1517
  "FailureInfo": {
1512
- "shape": "S89"
1518
+ "shape": "S8a"
1513
1519
  },
1514
1520
  "JobStatus": {},
1515
1521
  "CreatedTimestamp": {
@@ -1549,13 +1555,13 @@
1549
1555
  "members": {
1550
1556
  "MessageId": {},
1551
1557
  "FromEmailAddress": {
1552
- "shape": "S3x"
1558
+ "shape": "S3y"
1553
1559
  },
1554
1560
  "Subject": {
1555
- "shape": "S3z"
1561
+ "shape": "S40"
1556
1562
  },
1557
1563
  "EmailTags": {
1558
- "shape": "S8l"
1564
+ "shape": "S8m"
1559
1565
  },
1560
1566
  "Insights": {
1561
1567
  "type": "list",
@@ -1563,7 +1569,7 @@
1563
1569
  "type": "structure",
1564
1570
  "members": {
1565
1571
  "Destination": {
1566
- "shape": "S3x"
1572
+ "shape": "S3y"
1567
1573
  },
1568
1574
  "Isp": {},
1569
1575
  "Events": {
@@ -1765,10 +1771,10 @@
1765
1771
  "members": {
1766
1772
  "EmailAddress": {},
1767
1773
  "TopicPreferences": {
1768
- "shape": "S1u"
1774
+ "shape": "S1v"
1769
1775
  },
1770
1776
  "TopicDefaultPreferences": {
1771
- "shape": "S1u"
1777
+ "shape": "S1v"
1772
1778
  },
1773
1779
  "UnsubscribeAll": {
1774
1780
  "type": "boolean"
@@ -1880,7 +1886,7 @@
1880
1886
  "DeliverabilityTestReports": {
1881
1887
  "type": "list",
1882
1888
  "member": {
1883
- "shape": "S6y"
1889
+ "shape": "S6z"
1884
1890
  }
1885
1891
  },
1886
1892
  "NextToken": {}
@@ -1934,7 +1940,7 @@
1934
1940
  "DomainDeliverabilityCampaigns": {
1935
1941
  "type": "list",
1936
1942
  "member": {
1937
- "shape": "S78"
1943
+ "shape": "S79"
1938
1944
  }
1939
1945
  },
1940
1946
  "NextToken": {}
@@ -2082,7 +2088,7 @@
2082
2088
  "members": {
2083
2089
  "JobId": {},
2084
2090
  "ImportDestination": {
2085
- "shape": "S4c"
2091
+ "shape": "S4d"
2086
2092
  },
2087
2093
  "JobStatus": {},
2088
2094
  "CreatedTimestamp": {
@@ -2265,14 +2271,14 @@
2265
2271
  "members": {
2266
2272
  "MailType": {},
2267
2273
  "WebsiteURL": {
2268
- "shape": "S5d"
2274
+ "shape": "S5e"
2269
2275
  },
2270
2276
  "ContactLanguage": {},
2271
2277
  "UseCaseDescription": {
2272
- "shape": "S5f"
2278
+ "shape": "S5g"
2273
2279
  },
2274
2280
  "AdditionalContactEmailAddresses": {
2275
- "shape": "S5g"
2281
+ "shape": "S5h"
2276
2282
  },
2277
2283
  "ProductionAccessEnabled": {
2278
2284
  "type": "boolean"
@@ -2332,7 +2338,7 @@
2332
2338
  ],
2333
2339
  "members": {
2334
2340
  "VdmAttributes": {
2335
- "shape": "S5l"
2341
+ "shape": "S5m"
2336
2342
  }
2337
2343
  }
2338
2344
  },
@@ -2578,7 +2584,7 @@
2578
2584
  "type": "boolean"
2579
2585
  },
2580
2586
  "SubscribedDomains": {
2581
- "shape": "S6q"
2587
+ "shape": "S6r"
2582
2588
  }
2583
2589
  }
2584
2590
  },
@@ -2653,7 +2659,7 @@
2653
2659
  },
2654
2660
  "SigningAttributesOrigin": {},
2655
2661
  "SigningAttributes": {
2656
- "shape": "S32"
2662
+ "shape": "S33"
2657
2663
  }
2658
2664
  }
2659
2665
  },
@@ -2662,7 +2668,7 @@
2662
2668
  "members": {
2663
2669
  "DkimStatus": {},
2664
2670
  "DkimTokens": {
2665
- "shape": "S3a"
2671
+ "shape": "S3b"
2666
2672
  }
2667
2673
  }
2668
2674
  }
@@ -2751,18 +2757,18 @@
2751
2757
  "FromEmailAddress": {},
2752
2758
  "FromEmailAddressIdentityArn": {},
2753
2759
  "ReplyToAddresses": {
2754
- "shape": "Sc4"
2760
+ "shape": "Sc5"
2755
2761
  },
2756
2762
  "FeedbackForwardingEmailAddress": {},
2757
2763
  "FeedbackForwardingEmailAddressIdentityArn": {},
2758
2764
  "DefaultEmailTags": {
2759
- "shape": "S8l"
2765
+ "shape": "S8m"
2760
2766
  },
2761
2767
  "DefaultContent": {
2762
2768
  "type": "structure",
2763
2769
  "members": {
2764
2770
  "Template": {
2765
- "shape": "S2v"
2771
+ "shape": "S2w"
2766
2772
  }
2767
2773
  }
2768
2774
  },
@@ -2775,10 +2781,10 @@
2775
2781
  ],
2776
2782
  "members": {
2777
2783
  "Destination": {
2778
- "shape": "Sc8"
2784
+ "shape": "Sc9"
2779
2785
  },
2780
2786
  "ReplacementTags": {
2781
- "shape": "S8l"
2787
+ "shape": "S8m"
2782
2788
  },
2783
2789
  "ReplacementEmailContent": {
2784
2790
  "type": "structure",
@@ -2792,7 +2798,7 @@
2792
2798
  }
2793
2799
  },
2794
2800
  "ReplacementHeaders": {
2795
- "shape": "S2p"
2801
+ "shape": "S2q"
2796
2802
  }
2797
2803
  }
2798
2804
  }
@@ -2856,18 +2862,18 @@
2856
2862
  "FromEmailAddress": {},
2857
2863
  "FromEmailAddressIdentityArn": {},
2858
2864
  "Destination": {
2859
- "shape": "Sc8"
2865
+ "shape": "Sc9"
2860
2866
  },
2861
2867
  "ReplyToAddresses": {
2862
- "shape": "Sc4"
2868
+ "shape": "Sc5"
2863
2869
  },
2864
2870
  "FeedbackForwardingEmailAddress": {},
2865
2871
  "FeedbackForwardingEmailAddressIdentityArn": {},
2866
2872
  "Content": {
2867
- "shape": "S2j"
2873
+ "shape": "S2k"
2868
2874
  },
2869
2875
  "EmailTags": {
2870
- "shape": "S8l"
2876
+ "shape": "S8m"
2871
2877
  },
2872
2878
  "ConfigurationSetName": {},
2873
2879
  "ListManagementOptions": {
@@ -3020,7 +3026,7 @@
3020
3026
  "locationName": "EmailAddress"
3021
3027
  },
3022
3028
  "TopicPreferences": {
3023
- "shape": "S1u"
3029
+ "shape": "S1v"
3024
3030
  },
3025
3031
  "UnsubscribeAll": {
3026
3032
  "type": "boolean"
@@ -3049,7 +3055,7 @@
3049
3055
  "locationName": "ContactListName"
3050
3056
  },
3051
3057
  "Topics": {
3052
- "shape": "S22"
3058
+ "shape": "S23"
3053
3059
  },
3054
3060
  "Description": {}
3055
3061
  }
@@ -3137,7 +3143,7 @@
3137
3143
  "locationName": "TemplateName"
3138
3144
  },
3139
3145
  "TemplateContent": {
3140
- "shape": "S3i"
3146
+ "shape": "S3j"
3141
3147
  }
3142
3148
  }
3143
3149
  },
@@ -3244,8 +3250,11 @@
3244
3250
  "SnsDestination": {
3245
3251
  "shape": "S1o"
3246
3252
  },
3247
- "PinpointDestination": {
3253
+ "EventBridgeDestination": {
3248
3254
  "shape": "S1p"
3255
+ },
3256
+ "PinpointDestination": {
3257
+ "shape": "S1q"
3249
3258
  }
3250
3259
  }
3251
3260
  },
@@ -3298,12 +3307,21 @@
3298
3307
  }
3299
3308
  },
3300
3309
  "S1p": {
3310
+ "type": "structure",
3311
+ "required": [
3312
+ "EventBusArn"
3313
+ ],
3314
+ "members": {
3315
+ "EventBusArn": {}
3316
+ }
3317
+ },
3318
+ "S1q": {
3301
3319
  "type": "structure",
3302
3320
  "members": {
3303
3321
  "ApplicationArn": {}
3304
3322
  }
3305
3323
  },
3306
- "S1u": {
3324
+ "S1v": {
3307
3325
  "type": "list",
3308
3326
  "member": {
3309
3327
  "type": "structure",
@@ -3317,7 +3335,7 @@
3317
3335
  }
3318
3336
  }
3319
3337
  },
3320
- "S22": {
3338
+ "S23": {
3321
3339
  "type": "list",
3322
3340
  "member": {
3323
3341
  "type": "structure",
@@ -3334,7 +3352,7 @@
3334
3352
  }
3335
3353
  }
3336
3354
  },
3337
- "S2j": {
3355
+ "S2k": {
3338
3356
  "type": "structure",
3339
3357
  "members": {
3340
3358
  "Simple": {
@@ -3345,21 +3363,21 @@
3345
3363
  ],
3346
3364
  "members": {
3347
3365
  "Subject": {
3348
- "shape": "S2l"
3366
+ "shape": "S2m"
3349
3367
  },
3350
3368
  "Body": {
3351
3369
  "type": "structure",
3352
3370
  "members": {
3353
3371
  "Text": {
3354
- "shape": "S2l"
3372
+ "shape": "S2m"
3355
3373
  },
3356
3374
  "Html": {
3357
- "shape": "S2l"
3375
+ "shape": "S2m"
3358
3376
  }
3359
3377
  }
3360
3378
  },
3361
3379
  "Headers": {
3362
- "shape": "S2p"
3380
+ "shape": "S2q"
3363
3381
  }
3364
3382
  }
3365
3383
  },
@@ -3375,11 +3393,11 @@
3375
3393
  }
3376
3394
  },
3377
3395
  "Template": {
3378
- "shape": "S2v"
3396
+ "shape": "S2w"
3379
3397
  }
3380
3398
  }
3381
3399
  },
3382
- "S2l": {
3400
+ "S2m": {
3383
3401
  "type": "structure",
3384
3402
  "required": [
3385
3403
  "Data"
@@ -3389,7 +3407,7 @@
3389
3407
  "Charset": {}
3390
3408
  }
3391
3409
  },
3392
- "S2p": {
3410
+ "S2q": {
3393
3411
  "type": "list",
3394
3412
  "member": {
3395
3413
  "type": "structure",
@@ -3403,18 +3421,18 @@
3403
3421
  }
3404
3422
  }
3405
3423
  },
3406
- "S2v": {
3424
+ "S2w": {
3407
3425
  "type": "structure",
3408
3426
  "members": {
3409
3427
  "TemplateName": {},
3410
3428
  "TemplateArn": {},
3411
3429
  "TemplateData": {},
3412
3430
  "Headers": {
3413
- "shape": "S2p"
3431
+ "shape": "S2q"
3414
3432
  }
3415
3433
  }
3416
3434
  },
3417
- "S32": {
3435
+ "S33": {
3418
3436
  "type": "structure",
3419
3437
  "members": {
3420
3438
  "DomainSigningSelector": {},
@@ -3425,7 +3443,7 @@
3425
3443
  "NextSigningKeyLength": {}
3426
3444
  }
3427
3445
  },
3428
- "S38": {
3446
+ "S39": {
3429
3447
  "type": "structure",
3430
3448
  "members": {
3431
3449
  "SigningEnabled": {
@@ -3433,7 +3451,7 @@
3433
3451
  },
3434
3452
  "Status": {},
3435
3453
  "Tokens": {
3436
- "shape": "S3a"
3454
+ "shape": "S3b"
3437
3455
  },
3438
3456
  "SigningAttributesOrigin": {},
3439
3457
  "NextSigningKeyLength": {},
@@ -3443,11 +3461,11 @@
3443
3461
  }
3444
3462
  }
3445
3463
  },
3446
- "S3a": {
3464
+ "S3b": {
3447
3465
  "type": "list",
3448
3466
  "member": {}
3449
3467
  },
3450
- "S3i": {
3468
+ "S3j": {
3451
3469
  "type": "structure",
3452
3470
  "members": {
3453
3471
  "Subject": {},
@@ -3455,7 +3473,7 @@
3455
3473
  "Html": {}
3456
3474
  }
3457
3475
  },
3458
- "S3n": {
3476
+ "S3o": {
3459
3477
  "type": "structure",
3460
3478
  "members": {
3461
3479
  "MetricsDataSource": {
@@ -3509,10 +3527,10 @@
3509
3527
  "type": "timestamp"
3510
3528
  },
3511
3529
  "Include": {
3512
- "shape": "S3v"
3530
+ "shape": "S3w"
3513
3531
  },
3514
3532
  "Exclude": {
3515
- "shape": "S3v"
3533
+ "shape": "S3w"
3516
3534
  },
3517
3535
  "MaxResults": {
3518
3536
  "type": "integer"
@@ -3521,19 +3539,19 @@
3521
3539
  }
3522
3540
  }
3523
3541
  },
3524
- "S3v": {
3542
+ "S3w": {
3525
3543
  "type": "structure",
3526
3544
  "members": {
3527
3545
  "FromEmailAddress": {
3528
- "shape": "S3w"
3546
+ "shape": "S3x"
3529
3547
  },
3530
3548
  "Destination": {
3531
- "shape": "S3w"
3549
+ "shape": "S3x"
3532
3550
  },
3533
3551
  "Subject": {
3534
3552
  "type": "list",
3535
3553
  "member": {
3536
- "shape": "S3z"
3554
+ "shape": "S40"
3537
3555
  }
3538
3556
  },
3539
3557
  "Isp": {
@@ -3550,21 +3568,21 @@
3550
3568
  }
3551
3569
  }
3552
3570
  },
3553
- "S3w": {
3571
+ "S3x": {
3554
3572
  "type": "list",
3555
3573
  "member": {
3556
- "shape": "S3x"
3574
+ "shape": "S3y"
3557
3575
  }
3558
3576
  },
3559
- "S3x": {
3577
+ "S3y": {
3560
3578
  "type": "string",
3561
3579
  "sensitive": true
3562
3580
  },
3563
- "S3z": {
3581
+ "S40": {
3564
3582
  "type": "string",
3565
3583
  "sensitive": true
3566
3584
  },
3567
- "S47": {
3585
+ "S48": {
3568
3586
  "type": "structure",
3569
3587
  "required": [
3570
3588
  "DataFormat"
@@ -3574,7 +3592,7 @@
3574
3592
  "S3Url": {}
3575
3593
  }
3576
3594
  },
3577
- "S4c": {
3595
+ "S4d": {
3578
3596
  "type": "structure",
3579
3597
  "members": {
3580
3598
  "SuppressionListDestination": {
@@ -3599,7 +3617,7 @@
3599
3617
  }
3600
3618
  }
3601
3619
  },
3602
- "S4h": {
3620
+ "S4i": {
3603
3621
  "type": "structure",
3604
3622
  "required": [
3605
3623
  "S3Url",
@@ -3610,15 +3628,15 @@
3610
3628
  "DataFormat": {}
3611
3629
  }
3612
3630
  },
3613
- "S5d": {
3631
+ "S5e": {
3614
3632
  "type": "string",
3615
3633
  "sensitive": true
3616
3634
  },
3617
- "S5f": {
3635
+ "S5g": {
3618
3636
  "type": "string",
3619
3637
  "sensitive": true
3620
3638
  },
3621
- "S5g": {
3639
+ "S5h": {
3622
3640
  "type": "list",
3623
3641
  "member": {
3624
3642
  "type": "string",
@@ -3626,7 +3644,7 @@
3626
3644
  },
3627
3645
  "sensitive": true
3628
3646
  },
3629
- "S5l": {
3647
+ "S5m": {
3630
3648
  "type": "structure",
3631
3649
  "required": [
3632
3650
  "VdmEnabled"
@@ -3647,7 +3665,7 @@
3647
3665
  }
3648
3666
  }
3649
3667
  },
3650
- "S6c": {
3668
+ "S6d": {
3651
3669
  "type": "structure",
3652
3670
  "required": [
3653
3671
  "Ip",
@@ -3663,7 +3681,7 @@
3663
3681
  "PoolName": {}
3664
3682
  }
3665
3683
  },
3666
- "S6q": {
3684
+ "S6r": {
3667
3685
  "type": "list",
3668
3686
  "member": {
3669
3687
  "type": "structure",
@@ -3687,7 +3705,7 @@
3687
3705
  }
3688
3706
  }
3689
3707
  },
3690
- "S6y": {
3708
+ "S6z": {
3691
3709
  "type": "structure",
3692
3710
  "members": {
3693
3711
  "ReportId": {},
@@ -3700,7 +3718,7 @@
3700
3718
  "DeliverabilityTestStatus": {}
3701
3719
  }
3702
3720
  },
3703
- "S70": {
3721
+ "S71": {
3704
3722
  "type": "structure",
3705
3723
  "members": {
3706
3724
  "InboxPercentage": {
@@ -3720,7 +3738,7 @@
3720
3738
  }
3721
3739
  }
3722
3740
  },
3723
- "S78": {
3741
+ "S79": {
3724
3742
  "type": "structure",
3725
3743
  "members": {
3726
3744
  "CampaignId": {},
@@ -3761,7 +3779,7 @@
3761
3779
  }
3762
3780
  }
3763
3781
  },
3764
- "S7i": {
3782
+ "S7j": {
3765
3783
  "type": "structure",
3766
3784
  "members": {
3767
3785
  "InboxRawCount": {
@@ -3778,7 +3796,7 @@
3778
3796
  }
3779
3797
  }
3780
3798
  },
3781
- "S7j": {
3799
+ "S7k": {
3782
3800
  "type": "list",
3783
3801
  "member": {
3784
3802
  "type": "structure",
@@ -3799,19 +3817,19 @@
3799
3817
  }
3800
3818
  }
3801
3819
  },
3802
- "S7t": {
3820
+ "S7u": {
3803
3821
  "type": "map",
3804
3822
  "key": {},
3805
3823
  "value": {}
3806
3824
  },
3807
- "S89": {
3825
+ "S8a": {
3808
3826
  "type": "structure",
3809
3827
  "members": {
3810
3828
  "FailedRecordsS3Url": {},
3811
3829
  "ErrorMessage": {}
3812
3830
  }
3813
3831
  },
3814
- "S8l": {
3832
+ "S8m": {
3815
3833
  "type": "list",
3816
3834
  "member": {
3817
3835
  "type": "structure",
@@ -3825,21 +3843,21 @@
3825
3843
  }
3826
3844
  }
3827
3845
  },
3828
- "Sc4": {
3846
+ "Sc5": {
3829
3847
  "type": "list",
3830
3848
  "member": {}
3831
3849
  },
3832
- "Sc8": {
3850
+ "Sc9": {
3833
3851
  "type": "structure",
3834
3852
  "members": {
3835
3853
  "ToAddresses": {
3836
- "shape": "Sc4"
3854
+ "shape": "Sc5"
3837
3855
  },
3838
3856
  "CcAddresses": {
3839
- "shape": "Sc4"
3857
+ "shape": "Sc5"
3840
3858
  },
3841
3859
  "BccAddresses": {
3842
- "shape": "Sc4"
3860
+ "shape": "Sc5"
3843
3861
  }
3844
3862
  }
3845
3863
  }