@aws-sdk/client-ses 3.940.0 → 3.946.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 (100) hide show
  1. package/dist-cjs/index.js +34 -170
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SESClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +34 -170
  8. package/dist-types/SES.d.ts +1 -1
  9. package/dist-types/SESClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -3
  36. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +3 -3
  37. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -3
  38. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +3 -3
  39. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -3
  40. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +3 -3
  41. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +3 -3
  42. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +3 -3
  43. package/dist-types/commands/GetSendQuotaCommand.d.ts +3 -3
  44. package/dist-types/commands/GetSendStatisticsCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  46. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -3
  49. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -3
  50. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +3 -3
  51. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -3
  53. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +3 -3
  54. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -3
  55. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +3 -3
  56. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +3 -3
  57. package/dist-types/commands/SendBounceCommand.d.ts +3 -3
  58. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +3 -3
  59. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +3 -3
  60. package/dist-types/commands/SendEmailCommand.d.ts +3 -3
  61. package/dist-types/commands/SendRawEmailCommand.d.ts +3 -3
  62. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +3 -3
  63. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -3
  64. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +3 -3
  65. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +3 -3
  66. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -3
  67. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +3 -3
  68. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +3 -3
  69. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +3 -3
  70. package/dist-types/commands/TestRenderTemplateCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  76. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  79. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -3
  80. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -3
  81. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -3
  82. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -3
  83. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  84. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  85. package/dist-types/extensionConfiguration.d.ts +4 -4
  86. package/dist-types/models/SESServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/pagination/Interfaces.d.ts +1 -1
  89. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +1 -1
  91. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/runtimeConfig.d.ts +1 -1
  93. package/dist-types/runtimeConfig.native.d.ts +1 -1
  94. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  95. package/dist-types/runtimeExtensions.d.ts +1 -1
  96. package/dist-types/schemas/schemas_0.d.ts +1 -1
  97. package/dist-types/ts3.4/SESClient.d.ts +3 -3
  98. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/SESServiceException.d.ts +1 -1
  100. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1038,11 +1038,7 @@ var AccountSendingPausedException = [
1038
1038
  -3,
1039
1039
  n0,
1040
1040
  _ASPE,
1041
- {
1042
- [_e]: _c,
1043
- [_hE]: 400,
1044
- [_aQE]: [`AccountSendingPausedException`, 400],
1045
- },
1041
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`AccountSendingPausedException`, 400] },
1046
1042
  [_m],
1047
1043
  [0],
1048
1044
  ];
@@ -1052,11 +1048,7 @@ var AlreadyExistsException = [
1052
1048
  -3,
1053
1049
  n0,
1054
1050
  _AEE,
1055
- {
1056
- [_e]: _c,
1057
- [_hE]: 400,
1058
- [_aQE]: [`AlreadyExists`, 400],
1059
- },
1051
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`AlreadyExists`, 400] },
1060
1052
  [_N, _m],
1061
1053
  [0, 0],
1062
1054
  ];
@@ -1084,11 +1076,7 @@ var CannotDeleteException = [
1084
1076
  -3,
1085
1077
  n0,
1086
1078
  _CDE,
1087
- {
1088
- [_e]: _c,
1089
- [_hE]: 400,
1090
- [_aQE]: [`CannotDelete`, 400],
1091
- },
1079
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CannotDelete`, 400] },
1092
1080
  [_N, _m],
1093
1081
  [0, 0],
1094
1082
  ];
@@ -1109,11 +1097,7 @@ var ConfigurationSetAlreadyExistsException = [
1109
1097
  -3,
1110
1098
  n0,
1111
1099
  _CSAEE,
1112
- {
1113
- [_e]: _c,
1114
- [_hE]: 400,
1115
- [_aQE]: [`ConfigurationSetAlreadyExists`, 400],
1116
- },
1100
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetAlreadyExists`, 400] },
1117
1101
  [_CSN, _m],
1118
1102
  [0, 0],
1119
1103
  ];
@@ -1122,11 +1106,7 @@ var ConfigurationSetDoesNotExistException = [
1122
1106
  -3,
1123
1107
  n0,
1124
1108
  _CSDNEE,
1125
- {
1126
- [_e]: _c,
1127
- [_hE]: 400,
1128
- [_aQE]: [`ConfigurationSetDoesNotExist`, 400],
1129
- },
1109
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetDoesNotExist`, 400] },
1130
1110
  [_CSN, _m],
1131
1111
  [0, 0],
1132
1112
  ];
@@ -1135,11 +1115,7 @@ var ConfigurationSetSendingPausedException = [
1135
1115
  -3,
1136
1116
  n0,
1137
1117
  _CSSPE,
1138
- {
1139
- [_e]: _c,
1140
- [_hE]: 400,
1141
- [_aQE]: [`ConfigurationSetSendingPausedException`, 400],
1142
- },
1118
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetSendingPausedException`, 400] },
1143
1119
  [_CSN, _m],
1144
1120
  [0, 0],
1145
1121
  ];
@@ -1193,11 +1169,7 @@ var CustomVerificationEmailInvalidContentException = [
1193
1169
  -3,
1194
1170
  n0,
1195
1171
  _CVEICE,
1196
- {
1197
- [_e]: _c,
1198
- [_hE]: 400,
1199
- [_aQE]: [`CustomVerificationEmailInvalidContent`, 400],
1200
- },
1172
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailInvalidContent`, 400] },
1201
1173
  [_m],
1202
1174
  [0],
1203
1175
  ];
@@ -1214,11 +1186,7 @@ var CustomVerificationEmailTemplateAlreadyExistsException = [
1214
1186
  -3,
1215
1187
  n0,
1216
1188
  _CVETAEE,
1217
- {
1218
- [_e]: _c,
1219
- [_hE]: 400,
1220
- [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400],
1221
- },
1189
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400] },
1222
1190
  [_CVETN, _m],
1223
1191
  [0, 0],
1224
1192
  ];
@@ -1227,11 +1195,7 @@ var CustomVerificationEmailTemplateDoesNotExistException = [
1227
1195
  -3,
1228
1196
  n0,
1229
1197
  _CVETDNEE,
1230
- {
1231
- [_e]: _c,
1232
- [_hE]: 400,
1233
- [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400],
1234
- },
1198
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400] },
1235
1199
  [_CVETN, _m],
1236
1200
  [0, 0],
1237
1201
  ];
@@ -1312,11 +1276,7 @@ var EventDestinationAlreadyExistsException = [
1312
1276
  -3,
1313
1277
  n0,
1314
1278
  _EDAEE,
1315
- {
1316
- [_e]: _c,
1317
- [_hE]: 400,
1318
- [_aQE]: [`EventDestinationAlreadyExists`, 400],
1319
- },
1279
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`EventDestinationAlreadyExists`, 400] },
1320
1280
  [_CSN, _EDN, _m],
1321
1281
  [0, 0, 0],
1322
1282
  ];
@@ -1325,11 +1285,7 @@ var EventDestinationDoesNotExistException = [
1325
1285
  -3,
1326
1286
  n0,
1327
1287
  _EDDNEE,
1328
- {
1329
- [_e]: _c,
1330
- [_hE]: 400,
1331
- [_aQE]: [`EventDestinationDoesNotExist`, 400],
1332
- },
1288
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`EventDestinationDoesNotExist`, 400] },
1333
1289
  [_CSN, _EDN, _m],
1334
1290
  [0, 0, 0],
1335
1291
  ];
@@ -1339,11 +1295,7 @@ var FromEmailAddressNotVerifiedException = [
1339
1295
  -3,
1340
1296
  n0,
1341
1297
  _FEANVE,
1342
- {
1343
- [_e]: _c,
1344
- [_hE]: 400,
1345
- [_aQE]: [`FromEmailAddressNotVerified`, 400],
1346
- },
1298
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`FromEmailAddressNotVerified`, 400] },
1347
1299
  [_FEA, _m],
1348
1300
  [0, 0],
1349
1301
  ];
@@ -1422,11 +1374,7 @@ var InvalidCloudWatchDestinationException = [
1422
1374
  -3,
1423
1375
  n0,
1424
1376
  _ICWDE,
1425
- {
1426
- [_e]: _c,
1427
- [_hE]: 400,
1428
- [_aQE]: [`InvalidCloudWatchDestination`, 400],
1429
- },
1377
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidCloudWatchDestination`, 400] },
1430
1378
  [_CSN, _EDN, _m],
1431
1379
  [0, 0, 0],
1432
1380
  ];
@@ -1435,11 +1383,7 @@ var InvalidConfigurationSetException = [
1435
1383
  -3,
1436
1384
  n0,
1437
1385
  _ICSE,
1438
- {
1439
- [_e]: _c,
1440
- [_hE]: 400,
1441
- [_aQE]: [`InvalidConfigurationSet`, 400],
1442
- },
1386
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidConfigurationSet`, 400] },
1443
1387
  [_m],
1444
1388
  [0],
1445
1389
  ];
@@ -1448,11 +1392,7 @@ var InvalidDeliveryOptionsException = [
1448
1392
  -3,
1449
1393
  n0,
1450
1394
  _IDOE,
1451
- {
1452
- [_e]: _c,
1453
- [_hE]: 400,
1454
- [_aQE]: [`InvalidDeliveryOptions`, 400],
1455
- },
1395
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidDeliveryOptions`, 400] },
1456
1396
  [_m],
1457
1397
  [0],
1458
1398
  ];
@@ -1461,11 +1401,7 @@ var InvalidFirehoseDestinationException = [
1461
1401
  -3,
1462
1402
  n0,
1463
1403
  _IFDE,
1464
- {
1465
- [_e]: _c,
1466
- [_hE]: 400,
1467
- [_aQE]: [`InvalidFirehoseDestination`, 400],
1468
- },
1404
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidFirehoseDestination`, 400] },
1469
1405
  [_CSN, _EDN, _m],
1470
1406
  [0, 0, 0],
1471
1407
  ];
@@ -1474,11 +1410,7 @@ var InvalidLambdaFunctionException = [
1474
1410
  -3,
1475
1411
  n0,
1476
1412
  _ILFE,
1477
- {
1478
- [_e]: _c,
1479
- [_hE]: 400,
1480
- [_aQE]: [`InvalidLambdaFunction`, 400],
1481
- },
1413
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidLambdaFunction`, 400] },
1482
1414
  [_FA, _m],
1483
1415
  [0, 0],
1484
1416
  ];
@@ -1487,11 +1419,7 @@ var InvalidPolicyException = [
1487
1419
  -3,
1488
1420
  n0,
1489
1421
  _IPE,
1490
- {
1491
- [_e]: _c,
1492
- [_hE]: 400,
1493
- [_aQE]: [`InvalidPolicy`, 400],
1494
- },
1422
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidPolicy`, 400] },
1495
1423
  [_m],
1496
1424
  [0],
1497
1425
  ];
@@ -1500,11 +1428,7 @@ var InvalidRenderingParameterException = [
1500
1428
  -3,
1501
1429
  n0,
1502
1430
  _IRPE,
1503
- {
1504
- [_e]: _c,
1505
- [_hE]: 400,
1506
- [_aQE]: [`InvalidRenderingParameter`, 400],
1507
- },
1431
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidRenderingParameter`, 400] },
1508
1432
  [_TN, _m],
1509
1433
  [0, 0],
1510
1434
  ];
@@ -1513,11 +1437,7 @@ var InvalidS3ConfigurationException = [
1513
1437
  -3,
1514
1438
  n0,
1515
1439
  _ISCE,
1516
- {
1517
- [_e]: _c,
1518
- [_hE]: 400,
1519
- [_aQE]: [`InvalidS3Configuration`, 400],
1520
- },
1440
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidS3Configuration`, 400] },
1521
1441
  [_Bu, _m],
1522
1442
  [0, 0],
1523
1443
  ];
@@ -1526,11 +1446,7 @@ var InvalidSNSDestinationException = [
1526
1446
  -3,
1527
1447
  n0,
1528
1448
  _ISNSDE,
1529
- {
1530
- [_e]: _c,
1531
- [_hE]: 400,
1532
- [_aQE]: [`InvalidSNSDestination`, 400],
1533
- },
1449
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSNSDestination`, 400] },
1534
1450
  [_CSN, _EDN, _m],
1535
1451
  [0, 0, 0],
1536
1452
  ];
@@ -1539,11 +1455,7 @@ var InvalidSnsTopicException = [
1539
1455
  -3,
1540
1456
  n0,
1541
1457
  _ISTE,
1542
- {
1543
- [_e]: _c,
1544
- [_hE]: 400,
1545
- [_aQE]: [`InvalidSnsTopic`, 400],
1546
- },
1458
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSnsTopic`, 400] },
1547
1459
  [_To, _m],
1548
1460
  [0, 0],
1549
1461
  ];
@@ -1552,11 +1464,7 @@ var InvalidTemplateException = [
1552
1464
  -3,
1553
1465
  n0,
1554
1466
  _ITE,
1555
- {
1556
- [_e]: _c,
1557
- [_hE]: 400,
1558
- [_aQE]: [`InvalidTemplate`, 400],
1559
- },
1467
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTemplate`, 400] },
1560
1468
  [_TN, _m],
1561
1469
  [0, 0],
1562
1470
  ];
@@ -1565,11 +1473,7 @@ var InvalidTrackingOptionsException = [
1565
1473
  -3,
1566
1474
  n0,
1567
1475
  _ITOE,
1568
- {
1569
- [_e]: _c,
1570
- [_hE]: 400,
1571
- [_aQE]: [`InvalidTrackingOptions`, 400],
1572
- },
1476
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTrackingOptions`, 400] },
1573
1477
  [_m],
1574
1478
  [0],
1575
1479
  ];
@@ -1580,11 +1484,7 @@ var LimitExceededException = [
1580
1484
  -3,
1581
1485
  n0,
1582
1486
  _LEE,
1583
- {
1584
- [_e]: _c,
1585
- [_hE]: 400,
1586
- [_aQE]: [`LimitExceeded`, 400],
1587
- },
1487
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
1588
1488
  [_m],
1589
1489
  [0],
1590
1490
  ];
@@ -1636,11 +1536,7 @@ var MailFromDomainNotVerifiedException = [
1636
1536
  -3,
1637
1537
  n0,
1638
1538
  _MFDNVE,
1639
- {
1640
- [_e]: _c,
1641
- [_hE]: 400,
1642
- [_aQE]: [`MailFromDomainNotVerifiedException`, 400],
1643
- },
1539
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MailFromDomainNotVerifiedException`, 400] },
1644
1540
  [_m],
1645
1541
  [0],
1646
1542
  ];
@@ -1651,11 +1547,7 @@ var MessageRejected = [
1651
1547
  -3,
1652
1548
  n0,
1653
1549
  _MRe,
1654
- {
1655
- [_e]: _c,
1656
- [_hE]: 400,
1657
- [_aQE]: [`MessageRejected`, 400],
1658
- },
1550
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MessageRejected`, 400] },
1659
1551
  [_m],
1660
1552
  [0],
1661
1553
  ];
@@ -1665,11 +1557,7 @@ var MissingRenderingAttributeException = [
1665
1557
  -3,
1666
1558
  n0,
1667
1559
  _MRAE,
1668
- {
1669
- [_e]: _c,
1670
- [_hE]: 400,
1671
- [_aQE]: [`MissingRenderingAttribute`, 400],
1672
- },
1560
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingRenderingAttribute`, 400] },
1673
1561
  [_TN, _m],
1674
1562
  [0, 0],
1675
1563
  ];
@@ -1678,11 +1566,7 @@ var ProductionAccessNotGrantedException = [
1678
1566
  -3,
1679
1567
  n0,
1680
1568
  _PANGE,
1681
- {
1682
- [_e]: _c,
1683
- [_hE]: 400,
1684
- [_aQE]: [`ProductionAccessNotGranted`, 400],
1685
- },
1569
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ProductionAccessNotGranted`, 400] },
1686
1570
  [_m],
1687
1571
  [0],
1688
1572
  ];
@@ -1742,11 +1626,7 @@ var RuleDoesNotExistException = [
1742
1626
  -3,
1743
1627
  n0,
1744
1628
  _RDNEE,
1745
- {
1746
- [_e]: _c,
1747
- [_hE]: 400,
1748
- [_aQE]: [`RuleDoesNotExist`, 400],
1749
- },
1629
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`RuleDoesNotExist`, 400] },
1750
1630
  [_N, _m],
1751
1631
  [0, 0],
1752
1632
  ];
@@ -1755,11 +1635,7 @@ var RuleSetDoesNotExistException = [
1755
1635
  -3,
1756
1636
  n0,
1757
1637
  _RSDNEE,
1758
- {
1759
- [_e]: _c,
1760
- [_hE]: 400,
1761
- [_aQE]: [`RuleSetDoesNotExist`, 400],
1762
- },
1638
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`RuleSetDoesNotExist`, 400] },
1763
1639
  [_N, _m],
1764
1640
  [0, 0],
1765
1641
  ];
@@ -1849,11 +1725,7 @@ var TemplateDoesNotExistException = [
1849
1725
  -3,
1850
1726
  n0,
1851
1727
  _TDNEE,
1852
- {
1853
- [_e]: _c,
1854
- [_hE]: 400,
1855
- [_aQE]: [`TemplateDoesNotExist`, 400],
1856
- },
1728
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TemplateDoesNotExist`, 400] },
1857
1729
  [_TN, _m],
1858
1730
  [0, 0],
1859
1731
  ];
@@ -1866,11 +1738,7 @@ var TrackingOptionsAlreadyExistsException = [
1866
1738
  -3,
1867
1739
  n0,
1868
1740
  _TOAEE,
1869
- {
1870
- [_e]: _c,
1871
- [_hE]: 400,
1872
- [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400],
1873
- },
1741
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400] },
1874
1742
  [_CSN, _m],
1875
1743
  [0, 0],
1876
1744
  ];
@@ -1879,11 +1747,7 @@ var TrackingOptionsDoesNotExistException = [
1879
1747
  -3,
1880
1748
  n0,
1881
1749
  _TODNEE,
1882
- {
1883
- [_e]: _c,
1884
- [_hE]: 400,
1885
- [_aQE]: [`TrackingOptionsDoesNotExistException`, 400],
1886
- },
1750
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TrackingOptionsDoesNotExistException`, 400] },
1887
1751
  [_CSN, _m],
1888
1752
  [0, 0],
1889
1753
  ];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultSESHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);