@aws-sdk/client-pinpoint-email 3.943.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 (75) hide show
  1. package/dist-cjs/index.js +71 -367
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/PinpointEmailClient.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 +71 -367
  8. package/dist-types/PinpointEmail.d.ts +1 -1
  9. package/dist-types/PinpointEmailClient.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/CreateConfigurationSetCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -3
  21. package/dist-types/commands/GetAccountCommand.d.ts +3 -3
  22. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -3
  24. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -3
  26. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -3
  28. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -3
  29. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -3
  30. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -3
  31. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -3
  32. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -3
  39. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -3
  40. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -3
  41. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -3
  42. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -3
  43. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  44. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -3
  45. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -3
  46. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -3
  47. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -3
  48. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -3
  49. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -3
  50. package/dist-types/commands/SendEmailCommand.d.ts +3 -3
  51. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  52. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -3
  54. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  55. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  56. package/dist-types/extensionConfiguration.d.ts +4 -4
  57. package/dist-types/models/PinpointEmailServiceException.d.ts +1 -1
  58. package/dist-types/models/errors.d.ts +1 -1
  59. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/Interfaces.d.ts +1 -1
  61. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  70. package/dist-types/runtimeExtensions.d.ts +1 -1
  71. package/dist-types/schemas/schemas_0.d.ts +1 -1
  72. package/dist-types/ts3.4/PinpointEmailClient.d.ts +3 -3
  73. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  74. package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +1 -1
  75. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -551,41 +551,11 @@ const _m = "message";
551
551
  const _s = "server";
552
552
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pinpointemail";
553
553
  const n0 = "com.amazonaws.pinpointemail";
554
- var AccountSuspendedException = [
555
- -3,
556
- n0,
557
- _ASE,
558
- {
559
- [_e]: _c,
560
- [_hE]: 400,
561
- },
562
- [_m],
563
- [0],
564
- ];
554
+ var AccountSuspendedException = [-3, n0, _ASE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
565
555
  schema.TypeRegistry.for(n0).registerError(AccountSuspendedException, AccountSuspendedException$1);
566
- var AlreadyExistsException = [
567
- -3,
568
- n0,
569
- _AEE,
570
- {
571
- [_e]: _c,
572
- [_hE]: 400,
573
- },
574
- [_m],
575
- [0],
576
- ];
556
+ var AlreadyExistsException = [-3, n0, _AEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
577
557
  schema.TypeRegistry.for(n0).registerError(AlreadyExistsException, AlreadyExistsException$1);
578
- var BadRequestException = [
579
- -3,
580
- n0,
581
- _BRE,
582
- {
583
- [_e]: _c,
584
- [_hE]: 400,
585
- },
586
- [_m],
587
- [0],
588
- ];
558
+ var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
589
559
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
590
560
  var BlacklistEntry = [3, n0, _BE, 0, [_RN, _LT, _D], [0, 4, 0]];
591
561
  var Body = [3, n0, _B, 0, [_T, _H], [() => Content, () => Content]];
@@ -598,17 +568,7 @@ var CloudWatchDestination = [
598
568
  [() => CloudWatchDimensionConfigurations],
599
569
  ];
600
570
  var CloudWatchDimensionConfiguration = [3, n0, _CWDC, 0, [_DN, _DVS, _DDV], [0, 0, 0]];
601
- var ConcurrentModificationException = [
602
- -3,
603
- n0,
604
- _CME,
605
- {
606
- [_e]: _s,
607
- [_hE]: 500,
608
- },
609
- [_m],
610
- [0],
611
- ];
571
+ var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
612
572
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
613
573
  var Content = [3, n0, _C, 0, [_Da, _Ch], [0, 0]];
614
574
  var CreateConfigurationSetEventDestinationRequest = [
@@ -752,21 +712,7 @@ var GetAccountResponse = [
752
712
  [_SQ, _SEe, _DIAWE, _ES, _PAE],
753
713
  [() => SendQuota, 2, 2, 0, 2],
754
714
  ];
755
- var GetBlacklistReportsRequest = [
756
- 3,
757
- n0,
758
- _GBRR,
759
- 0,
760
- [_BIN],
761
- [
762
- [
763
- 64 | 0,
764
- {
765
- [_hQ]: _BIN,
766
- },
767
- ],
768
- ],
769
- ];
715
+ var GetBlacklistReportsRequest = [3, n0, _GBRR, 0, [_BIN], [[64 | 0, { [_hQ]: _BIN }]]];
770
716
  var GetBlacklistReportsResponse = [3, n0, _GBRRe, 0, [_BR], [() => BlacklistReport]];
771
717
  var GetConfigurationSetEventDestinationsRequest = [3, n0, _GCSEDR, 0, [_CSN], [[0, 1]]];
772
718
  var GetConfigurationSetEventDestinationsResponse = [
@@ -795,24 +741,9 @@ var GetDedicatedIpsRequest = [
795
741
  0,
796
742
  [_PN, _NT, _PS],
797
743
  [
798
- [
799
- 0,
800
- {
801
- [_hQ]: _PN,
802
- },
803
- ],
804
- [
805
- 0,
806
- {
807
- [_hQ]: _NT,
808
- },
809
- ],
810
- [
811
- 1,
812
- {
813
- [_hQ]: _PS,
814
- },
815
- ],
744
+ [0, { [_hQ]: _PN }],
745
+ [0, { [_hQ]: _NT }],
746
+ [1, { [_hQ]: _PS }],
816
747
  ],
817
748
  ];
818
749
  var GetDedicatedIpsResponse = [
@@ -858,18 +789,8 @@ var GetDomainStatisticsReportRequest = [
858
789
  [_Do, _SD, _EDn],
859
790
  [
860
791
  [0, 1],
861
- [
862
- 4,
863
- {
864
- [_hQ]: _SD,
865
- },
866
- ],
867
- [
868
- 4,
869
- {
870
- [_hQ]: _EDn,
871
- },
872
- ],
792
+ [4, { [_hQ]: _SD }],
793
+ [4, { [_hQ]: _EDn }],
873
794
  ],
874
795
  ];
875
796
  var GetDomainStatisticsReportResponse = [
@@ -893,17 +814,7 @@ var IdentityInfo = [3, n0, _II, 0, [_IT, _INd, _SEe], [0, 0, 2]];
893
814
  var InboxPlacementTrackingOption = [3, n0, _IPTO, 0, [_G, _TI], [2, 64 | 0]];
894
815
  var IspPlacement = [3, n0, _IPsp, 0, [_IN, _PSl], [0, () => PlacementStatistics]];
895
816
  var KinesisFirehoseDestination = [3, n0, _KFD, 0, [_IRA, _DSA], [0, 0]];
896
- var LimitExceededException = [
897
- -3,
898
- n0,
899
- _LEE,
900
- {
901
- [_e]: _c,
902
- [_hE]: 400,
903
- },
904
- [_m],
905
- [0],
906
- ];
817
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
907
818
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
908
819
  var ListConfigurationSetsRequest = [
909
820
  3,
@@ -912,18 +823,8 @@ var ListConfigurationSetsRequest = [
912
823
  0,
913
824
  [_NT, _PS],
914
825
  [
915
- [
916
- 0,
917
- {
918
- [_hQ]: _NT,
919
- },
920
- ],
921
- [
922
- 1,
923
- {
924
- [_hQ]: _PS,
925
- },
926
- ],
826
+ [0, { [_hQ]: _NT }],
827
+ [1, { [_hQ]: _PS }],
927
828
  ],
928
829
  ];
929
830
  var ListConfigurationSetsResponse = [3, n0, _LCSRi, 0, [_CS, _NT], [64 | 0, 0]];
@@ -934,18 +835,8 @@ var ListDedicatedIpPoolsRequest = [
934
835
  0,
935
836
  [_NT, _PS],
936
837
  [
937
- [
938
- 0,
939
- {
940
- [_hQ]: _NT,
941
- },
942
- ],
943
- [
944
- 1,
945
- {
946
- [_hQ]: _PS,
947
- },
948
- ],
838
+ [0, { [_hQ]: _NT }],
839
+ [1, { [_hQ]: _PS }],
949
840
  ],
950
841
  ];
951
842
  var ListDedicatedIpPoolsResponse = [3, n0, _LDIPRi, 0, [_DIPe, _NT], [64 | 0, 0]];
@@ -956,18 +847,8 @@ var ListDeliverabilityTestReportsRequest = [
956
847
  0,
957
848
  [_NT, _PS],
958
849
  [
959
- [
960
- 0,
961
- {
962
- [_hQ]: _NT,
963
- },
964
- ],
965
- [
966
- 1,
967
- {
968
- [_hQ]: _PS,
969
- },
970
- ],
850
+ [0, { [_hQ]: _NT }],
851
+ [1, { [_hQ]: _PS }],
971
852
  ],
972
853
  ];
973
854
  var ListDeliverabilityTestReportsResponse = [
@@ -985,31 +866,11 @@ var ListDomainDeliverabilityCampaignsRequest = [
985
866
  0,
986
867
  [_SD, _EDn, _SDu, _NT, _PS],
987
868
  [
988
- [
989
- 4,
990
- {
991
- [_hQ]: _SD,
992
- },
993
- ],
994
- [
995
- 4,
996
- {
997
- [_hQ]: _EDn,
998
- },
999
- ],
869
+ [4, { [_hQ]: _SD }],
870
+ [4, { [_hQ]: _EDn }],
1000
871
  [0, 1],
1001
- [
1002
- 0,
1003
- {
1004
- [_hQ]: _NT,
1005
- },
1006
- ],
1007
- [
1008
- 1,
1009
- {
1010
- [_hQ]: _PS,
1011
- },
1012
- ],
872
+ [0, { [_hQ]: _NT }],
873
+ [1, { [_hQ]: _PS }],
1013
874
  ],
1014
875
  ];
1015
876
  var ListDomainDeliverabilityCampaignsResponse = [
@@ -1027,18 +888,8 @@ var ListEmailIdentitiesRequest = [
1027
888
  0,
1028
889
  [_NT, _PS],
1029
890
  [
1030
- [
1031
- 0,
1032
- {
1033
- [_hQ]: _NT,
1034
- },
1035
- ],
1036
- [
1037
- 1,
1038
- {
1039
- [_hQ]: _PS,
1040
- },
1041
- ],
891
+ [0, { [_hQ]: _NT }],
892
+ [1, { [_hQ]: _PS }],
1042
893
  ],
1043
894
  ];
1044
895
  var ListEmailIdentitiesResponse = [
@@ -1049,60 +900,23 @@ var ListEmailIdentitiesResponse = [
1049
900
  [_EIm, _NT],
1050
901
  [() => IdentityInfoList, 0],
1051
902
  ];
1052
- var ListTagsForResourceRequest = [
1053
- 3,
1054
- n0,
1055
- _LTFRR,
1056
- 0,
1057
- [_RA],
1058
- [
1059
- [
1060
- 0,
1061
- {
1062
- [_hQ]: _RA,
1063
- },
1064
- ],
1065
- ],
1066
- ];
903
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, { [_hQ]: _RA }]]];
1067
904
  var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1068
905
  var MailFromAttributes = [3, n0, _MFA, 0, [_MFD, _MFDS, _BOMF], [0, 0, 0]];
1069
906
  var MailFromDomainNotVerifiedException = [
1070
907
  -3,
1071
908
  n0,
1072
909
  _MFDNVE,
1073
- {
1074
- [_e]: _c,
1075
- [_hE]: 400,
1076
- },
910
+ { [_e]: _c, [_hE]: 400 },
1077
911
  [_m],
1078
912
  [0],
1079
913
  ];
1080
914
  schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException, MailFromDomainNotVerifiedException$1);
1081
915
  var Message = [3, n0, _M, 0, [_S, _B], [() => Content, () => Body]];
1082
- var MessageRejected = [
1083
- -3,
1084
- n0,
1085
- _MR,
1086
- {
1087
- [_e]: _c,
1088
- [_hE]: 400,
1089
- },
1090
- [_m],
1091
- [0],
1092
- ];
916
+ var MessageRejected = [-3, n0, _MR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1093
917
  schema.TypeRegistry.for(n0).registerError(MessageRejected, MessageRejected$1);
1094
918
  var MessageTag = [3, n0, _MT, 0, [_N, _V], [0, 0]];
1095
- var NotFoundException = [
1096
- -3,
1097
- n0,
1098
- _NFE,
1099
- {
1100
- [_e]: _c,
1101
- [_hE]: 404,
1102
- },
1103
- [_m],
1104
- [0],
1105
- ];
919
+ var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1106
920
  schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
1107
921
  var OverallVolume = [
1108
922
  3,
@@ -1199,17 +1013,7 @@ var SendEmailRequest = [
1199
1013
  ];
1200
1014
  var SendEmailResponse = [3, n0, _SERe, 0, [_MI], [0]];
1201
1015
  var SendingOptions = [3, n0, _SO, 0, [_SEe], [2]];
1202
- var SendingPausedException = [
1203
- -3,
1204
- n0,
1205
- _SPE,
1206
- {
1207
- [_e]: _c,
1208
- [_hE]: 400,
1209
- },
1210
- [_m],
1211
- [0],
1212
- ];
1016
+ var SendingPausedException = [-3, n0, _SPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1213
1017
  schema.TypeRegistry.for(n0).registerError(SendingPausedException, SendingPausedException$1);
1214
1018
  var SendQuota = [3, n0, _SQ, 0, [_MHS, _MSR, _SLH], [1, 1, 1]];
1215
1019
  var SnsDestination = [3, n0, _SDn, 0, [_TAo], [0]];
@@ -1217,17 +1021,7 @@ var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1217
1021
  var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1218
1022
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1219
1023
  var Template = [3, n0, _Te, 0, [_TAe, _TD], [0, 0]];
1220
- var TooManyRequestsException = [
1221
- -3,
1222
- n0,
1223
- _TMRE,
1224
- {
1225
- [_e]: _c,
1226
- [_hE]: 429,
1227
- },
1228
- [_m],
1229
- [0],
1230
- ];
1024
+ var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1231
1025
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
1232
1026
  var TrackingOptions = [3, n0, _TO, 0, [_CRD], [0]];
1233
1027
  var UntagResourceRequest = [
@@ -1237,18 +1031,8 @@ var UntagResourceRequest = [
1237
1031
  0,
1238
1032
  [_RA, _TK],
1239
1033
  [
1240
- [
1241
- 0,
1242
- {
1243
- [_hQ]: _RA,
1244
- },
1245
- ],
1246
- [
1247
- 64 | 0,
1248
- {
1249
- [_hQ]: _TK,
1250
- },
1251
- ],
1034
+ [0, { [_hQ]: _RA }],
1035
+ [64 | 0, { [_hQ]: _TK }],
1252
1036
  ],
1253
1037
  ];
1254
1038
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1294,9 +1078,7 @@ var CreateConfigurationSet = [
1294
1078
  9,
1295
1079
  n0,
1296
1080
  _CCS,
1297
- {
1298
- [_h]: ["POST", "/v1/email/configuration-sets", 200],
1299
- },
1081
+ { [_h]: ["POST", "/v1/email/configuration-sets", 200] },
1300
1082
  () => CreateConfigurationSetRequest,
1301
1083
  () => CreateConfigurationSetResponse,
1302
1084
  ];
@@ -1304,9 +1086,7 @@ var CreateConfigurationSetEventDestination = [
1304
1086
  9,
1305
1087
  n0,
1306
1088
  _CCSED,
1307
- {
1308
- [_h]: ["POST", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200],
1309
- },
1089
+ { [_h]: ["POST", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] },
1310
1090
  () => CreateConfigurationSetEventDestinationRequest,
1311
1091
  () => CreateConfigurationSetEventDestinationResponse,
1312
1092
  ];
@@ -1314,9 +1094,7 @@ var CreateDedicatedIpPool = [
1314
1094
  9,
1315
1095
  n0,
1316
1096
  _CDIP,
1317
- {
1318
- [_h]: ["POST", "/v1/email/dedicated-ip-pools", 200],
1319
- },
1097
+ { [_h]: ["POST", "/v1/email/dedicated-ip-pools", 200] },
1320
1098
  () => CreateDedicatedIpPoolRequest,
1321
1099
  () => CreateDedicatedIpPoolResponse,
1322
1100
  ];
@@ -1324,9 +1102,7 @@ var CreateDeliverabilityTestReport = [
1324
1102
  9,
1325
1103
  n0,
1326
1104
  _CDTR,
1327
- {
1328
- [_h]: ["POST", "/v1/email/deliverability-dashboard/test", 200],
1329
- },
1105
+ { [_h]: ["POST", "/v1/email/deliverability-dashboard/test", 200] },
1330
1106
  () => CreateDeliverabilityTestReportRequest,
1331
1107
  () => CreateDeliverabilityTestReportResponse,
1332
1108
  ];
@@ -1334,9 +1110,7 @@ var CreateEmailIdentity = [
1334
1110
  9,
1335
1111
  n0,
1336
1112
  _CEI,
1337
- {
1338
- [_h]: ["POST", "/v1/email/identities", 200],
1339
- },
1113
+ { [_h]: ["POST", "/v1/email/identities", 200] },
1340
1114
  () => CreateEmailIdentityRequest,
1341
1115
  () => CreateEmailIdentityResponse,
1342
1116
  ];
@@ -1344,9 +1118,7 @@ var DeleteConfigurationSet = [
1344
1118
  9,
1345
1119
  n0,
1346
1120
  _DCS,
1347
- {
1348
- [_h]: ["DELETE", "/v1/email/configuration-sets/{ConfigurationSetName}", 200],
1349
- },
1121
+ { [_h]: ["DELETE", "/v1/email/configuration-sets/{ConfigurationSetName}", 200] },
1350
1122
  () => DeleteConfigurationSetRequest,
1351
1123
  () => DeleteConfigurationSetResponse,
1352
1124
  ];
@@ -1368,9 +1140,7 @@ var DeleteDedicatedIpPool = [
1368
1140
  9,
1369
1141
  n0,
1370
1142
  _DDIP,
1371
- {
1372
- [_h]: ["DELETE", "/v1/email/dedicated-ip-pools/{PoolName}", 200],
1373
- },
1143
+ { [_h]: ["DELETE", "/v1/email/dedicated-ip-pools/{PoolName}", 200] },
1374
1144
  () => DeleteDedicatedIpPoolRequest,
1375
1145
  () => DeleteDedicatedIpPoolResponse,
1376
1146
  ];
@@ -1378,9 +1148,7 @@ var DeleteEmailIdentity = [
1378
1148
  9,
1379
1149
  n0,
1380
1150
  _DEI,
1381
- {
1382
- [_h]: ["DELETE", "/v1/email/identities/{EmailIdentity}", 200],
1383
- },
1151
+ { [_h]: ["DELETE", "/v1/email/identities/{EmailIdentity}", 200] },
1384
1152
  () => DeleteEmailIdentityRequest,
1385
1153
  () => DeleteEmailIdentityResponse,
1386
1154
  ];
@@ -1388,9 +1156,7 @@ var GetAccount = [
1388
1156
  9,
1389
1157
  n0,
1390
1158
  _GA,
1391
- {
1392
- [_h]: ["GET", "/v1/email/account", 200],
1393
- },
1159
+ { [_h]: ["GET", "/v1/email/account", 200] },
1394
1160
  () => GetAccountRequest,
1395
1161
  () => GetAccountResponse,
1396
1162
  ];
@@ -1398,9 +1164,7 @@ var GetBlacklistReports = [
1398
1164
  9,
1399
1165
  n0,
1400
1166
  _GBR,
1401
- {
1402
- [_h]: ["GET", "/v1/email/deliverability-dashboard/blacklist-report", 200],
1403
- },
1167
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/blacklist-report", 200] },
1404
1168
  () => GetBlacklistReportsRequest,
1405
1169
  () => GetBlacklistReportsResponse,
1406
1170
  ];
@@ -1408,9 +1172,7 @@ var GetConfigurationSet = [
1408
1172
  9,
1409
1173
  n0,
1410
1174
  _GCS,
1411
- {
1412
- [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}", 200],
1413
- },
1175
+ { [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}", 200] },
1414
1176
  () => GetConfigurationSetRequest,
1415
1177
  () => GetConfigurationSetResponse,
1416
1178
  ];
@@ -1418,9 +1180,7 @@ var GetConfigurationSetEventDestinations = [
1418
1180
  9,
1419
1181
  n0,
1420
1182
  _GCSED,
1421
- {
1422
- [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200],
1423
- },
1183
+ { [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] },
1424
1184
  () => GetConfigurationSetEventDestinationsRequest,
1425
1185
  () => GetConfigurationSetEventDestinationsResponse,
1426
1186
  ];
@@ -1428,9 +1188,7 @@ var GetDedicatedIp = [
1428
1188
  9,
1429
1189
  n0,
1430
1190
  _GDI,
1431
- {
1432
- [_h]: ["GET", "/v1/email/dedicated-ips/{Ip}", 200],
1433
- },
1191
+ { [_h]: ["GET", "/v1/email/dedicated-ips/{Ip}", 200] },
1434
1192
  () => GetDedicatedIpRequest,
1435
1193
  () => GetDedicatedIpResponse,
1436
1194
  ];
@@ -1438,9 +1196,7 @@ var GetDedicatedIps = [
1438
1196
  9,
1439
1197
  n0,
1440
1198
  _GDIe,
1441
- {
1442
- [_h]: ["GET", "/v1/email/dedicated-ips", 200],
1443
- },
1199
+ { [_h]: ["GET", "/v1/email/dedicated-ips", 200] },
1444
1200
  () => GetDedicatedIpsRequest,
1445
1201
  () => GetDedicatedIpsResponse,
1446
1202
  ];
@@ -1448,9 +1204,7 @@ var GetDeliverabilityDashboardOptions = [
1448
1204
  9,
1449
1205
  n0,
1450
1206
  _GDDO,
1451
- {
1452
- [_h]: ["GET", "/v1/email/deliverability-dashboard", 200],
1453
- },
1207
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard", 200] },
1454
1208
  () => GetDeliverabilityDashboardOptionsRequest,
1455
1209
  () => GetDeliverabilityDashboardOptionsResponse,
1456
1210
  ];
@@ -1458,9 +1212,7 @@ var GetDeliverabilityTestReport = [
1458
1212
  9,
1459
1213
  n0,
1460
1214
  _GDTR,
1461
- {
1462
- [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports/{ReportId}", 200],
1463
- },
1215
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports/{ReportId}", 200] },
1464
1216
  () => GetDeliverabilityTestReportRequest,
1465
1217
  () => GetDeliverabilityTestReportResponse,
1466
1218
  ];
@@ -1468,9 +1220,7 @@ var GetDomainDeliverabilityCampaign = [
1468
1220
  9,
1469
1221
  n0,
1470
1222
  _GDDC,
1471
- {
1472
- [_h]: ["GET", "/v1/email/deliverability-dashboard/campaigns/{CampaignId}", 200],
1473
- },
1223
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/campaigns/{CampaignId}", 200] },
1474
1224
  () => GetDomainDeliverabilityCampaignRequest,
1475
1225
  () => GetDomainDeliverabilityCampaignResponse,
1476
1226
  ];
@@ -1478,9 +1228,7 @@ var GetDomainStatisticsReport = [
1478
1228
  9,
1479
1229
  n0,
1480
1230
  _GDSR,
1481
- {
1482
- [_h]: ["GET", "/v1/email/deliverability-dashboard/statistics-report/{Domain}", 200],
1483
- },
1231
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/statistics-report/{Domain}", 200] },
1484
1232
  () => GetDomainStatisticsReportRequest,
1485
1233
  () => GetDomainStatisticsReportResponse,
1486
1234
  ];
@@ -1488,9 +1236,7 @@ var GetEmailIdentity = [
1488
1236
  9,
1489
1237
  n0,
1490
1238
  _GEI,
1491
- {
1492
- [_h]: ["GET", "/v1/email/identities/{EmailIdentity}", 200],
1493
- },
1239
+ { [_h]: ["GET", "/v1/email/identities/{EmailIdentity}", 200] },
1494
1240
  () => GetEmailIdentityRequest,
1495
1241
  () => GetEmailIdentityResponse,
1496
1242
  ];
@@ -1498,9 +1244,7 @@ var ListConfigurationSets = [
1498
1244
  9,
1499
1245
  n0,
1500
1246
  _LCS,
1501
- {
1502
- [_h]: ["GET", "/v1/email/configuration-sets", 200],
1503
- },
1247
+ { [_h]: ["GET", "/v1/email/configuration-sets", 200] },
1504
1248
  () => ListConfigurationSetsRequest,
1505
1249
  () => ListConfigurationSetsResponse,
1506
1250
  ];
@@ -1508,9 +1252,7 @@ var ListDedicatedIpPools = [
1508
1252
  9,
1509
1253
  n0,
1510
1254
  _LDIP,
1511
- {
1512
- [_h]: ["GET", "/v1/email/dedicated-ip-pools", 200],
1513
- },
1255
+ { [_h]: ["GET", "/v1/email/dedicated-ip-pools", 200] },
1514
1256
  () => ListDedicatedIpPoolsRequest,
1515
1257
  () => ListDedicatedIpPoolsResponse,
1516
1258
  ];
@@ -1518,9 +1260,7 @@ var ListDeliverabilityTestReports = [
1518
1260
  9,
1519
1261
  n0,
1520
1262
  _LDTR,
1521
- {
1522
- [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports", 200],
1523
- },
1263
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports", 200] },
1524
1264
  () => ListDeliverabilityTestReportsRequest,
1525
1265
  () => ListDeliverabilityTestReportsResponse,
1526
1266
  ];
@@ -1528,9 +1268,7 @@ var ListDomainDeliverabilityCampaigns = [
1528
1268
  9,
1529
1269
  n0,
1530
1270
  _LDDC,
1531
- {
1532
- [_h]: ["GET", "/v1/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns", 200],
1533
- },
1271
+ { [_h]: ["GET", "/v1/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns", 200] },
1534
1272
  () => ListDomainDeliverabilityCampaignsRequest,
1535
1273
  () => ListDomainDeliverabilityCampaignsResponse,
1536
1274
  ];
@@ -1538,9 +1276,7 @@ var ListEmailIdentities = [
1538
1276
  9,
1539
1277
  n0,
1540
1278
  _LEI,
1541
- {
1542
- [_h]: ["GET", "/v1/email/identities", 200],
1543
- },
1279
+ { [_h]: ["GET", "/v1/email/identities", 200] },
1544
1280
  () => ListEmailIdentitiesRequest,
1545
1281
  () => ListEmailIdentitiesResponse,
1546
1282
  ];
@@ -1548,9 +1284,7 @@ var ListTagsForResource = [
1548
1284
  9,
1549
1285
  n0,
1550
1286
  _LTFR,
1551
- {
1552
- [_h]: ["GET", "/v1/email/tags", 200],
1553
- },
1287
+ { [_h]: ["GET", "/v1/email/tags", 200] },
1554
1288
  () => ListTagsForResourceRequest,
1555
1289
  () => ListTagsForResourceResponse,
1556
1290
  ];
@@ -1558,9 +1292,7 @@ var PutAccountDedicatedIpWarmupAttributes = [
1558
1292
  9,
1559
1293
  n0,
1560
1294
  _PADIWA,
1561
- {
1562
- [_h]: ["PUT", "/v1/email/account/dedicated-ips/warmup", 200],
1563
- },
1295
+ { [_h]: ["PUT", "/v1/email/account/dedicated-ips/warmup", 200] },
1564
1296
  () => PutAccountDedicatedIpWarmupAttributesRequest,
1565
1297
  () => PutAccountDedicatedIpWarmupAttributesResponse,
1566
1298
  ];
@@ -1568,9 +1300,7 @@ var PutAccountSendingAttributes = [
1568
1300
  9,
1569
1301
  n0,
1570
1302
  _PASA,
1571
- {
1572
- [_h]: ["PUT", "/v1/email/account/sending", 200],
1573
- },
1303
+ { [_h]: ["PUT", "/v1/email/account/sending", 200] },
1574
1304
  () => PutAccountSendingAttributesRequest,
1575
1305
  () => PutAccountSendingAttributesResponse,
1576
1306
  ];
@@ -1578,9 +1308,7 @@ var PutConfigurationSetDeliveryOptions = [
1578
1308
  9,
1579
1309
  n0,
1580
1310
  _PCSDO,
1581
- {
1582
- [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/delivery-options", 200],
1583
- },
1311
+ { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/delivery-options", 200] },
1584
1312
  () => PutConfigurationSetDeliveryOptionsRequest,
1585
1313
  () => PutConfigurationSetDeliveryOptionsResponse,
1586
1314
  ];
@@ -1588,9 +1316,7 @@ var PutConfigurationSetReputationOptions = [
1588
1316
  9,
1589
1317
  n0,
1590
1318
  _PCSRO,
1591
- {
1592
- [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/reputation-options", 200],
1593
- },
1319
+ { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/reputation-options", 200] },
1594
1320
  () => PutConfigurationSetReputationOptionsRequest,
1595
1321
  () => PutConfigurationSetReputationOptionsResponse,
1596
1322
  ];
@@ -1598,9 +1324,7 @@ var PutConfigurationSetSendingOptions = [
1598
1324
  9,
1599
1325
  n0,
1600
1326
  _PCSSO,
1601
- {
1602
- [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/sending", 200],
1603
- },
1327
+ { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/sending", 200] },
1604
1328
  () => PutConfigurationSetSendingOptionsRequest,
1605
1329
  () => PutConfigurationSetSendingOptionsResponse,
1606
1330
  ];
@@ -1608,9 +1332,7 @@ var PutConfigurationSetTrackingOptions = [
1608
1332
  9,
1609
1333
  n0,
1610
1334
  _PCSTO,
1611
- {
1612
- [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/tracking-options", 200],
1613
- },
1335
+ { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/tracking-options", 200] },
1614
1336
  () => PutConfigurationSetTrackingOptionsRequest,
1615
1337
  () => PutConfigurationSetTrackingOptionsResponse,
1616
1338
  ];
@@ -1618,9 +1340,7 @@ var PutDedicatedIpInPool = [
1618
1340
  9,
1619
1341
  n0,
1620
1342
  _PDIIP,
1621
- {
1622
- [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/pool", 200],
1623
- },
1343
+ { [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/pool", 200] },
1624
1344
  () => PutDedicatedIpInPoolRequest,
1625
1345
  () => PutDedicatedIpInPoolResponse,
1626
1346
  ];
@@ -1628,9 +1348,7 @@ var PutDedicatedIpWarmupAttributes = [
1628
1348
  9,
1629
1349
  n0,
1630
1350
  _PDIWA,
1631
- {
1632
- [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/warmup", 200],
1633
- },
1351
+ { [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/warmup", 200] },
1634
1352
  () => PutDedicatedIpWarmupAttributesRequest,
1635
1353
  () => PutDedicatedIpWarmupAttributesResponse,
1636
1354
  ];
@@ -1638,9 +1356,7 @@ var PutDeliverabilityDashboardOption = [
1638
1356
  9,
1639
1357
  n0,
1640
1358
  _PDDO,
1641
- {
1642
- [_h]: ["PUT", "/v1/email/deliverability-dashboard", 200],
1643
- },
1359
+ { [_h]: ["PUT", "/v1/email/deliverability-dashboard", 200] },
1644
1360
  () => PutDeliverabilityDashboardOptionRequest,
1645
1361
  () => PutDeliverabilityDashboardOptionResponse,
1646
1362
  ];
@@ -1648,9 +1364,7 @@ var PutEmailIdentityDkimAttributes = [
1648
1364
  9,
1649
1365
  n0,
1650
1366
  _PEIDA,
1651
- {
1652
- [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/dkim", 200],
1653
- },
1367
+ { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/dkim", 200] },
1654
1368
  () => PutEmailIdentityDkimAttributesRequest,
1655
1369
  () => PutEmailIdentityDkimAttributesResponse,
1656
1370
  ];
@@ -1658,9 +1372,7 @@ var PutEmailIdentityFeedbackAttributes = [
1658
1372
  9,
1659
1373
  n0,
1660
1374
  _PEIFA,
1661
- {
1662
- [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/feedback", 200],
1663
- },
1375
+ { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/feedback", 200] },
1664
1376
  () => PutEmailIdentityFeedbackAttributesRequest,
1665
1377
  () => PutEmailIdentityFeedbackAttributesResponse,
1666
1378
  ];
@@ -1668,9 +1380,7 @@ var PutEmailIdentityMailFromAttributes = [
1668
1380
  9,
1669
1381
  n0,
1670
1382
  _PEIMFA,
1671
- {
1672
- [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/mail-from", 200],
1673
- },
1383
+ { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/mail-from", 200] },
1674
1384
  () => PutEmailIdentityMailFromAttributesRequest,
1675
1385
  () => PutEmailIdentityMailFromAttributesResponse,
1676
1386
  ];
@@ -1678,9 +1388,7 @@ var SendEmail = [
1678
1388
  9,
1679
1389
  n0,
1680
1390
  _SEen,
1681
- {
1682
- [_h]: ["POST", "/v1/email/outbound-emails", 200],
1683
- },
1391
+ { [_h]: ["POST", "/v1/email/outbound-emails", 200] },
1684
1392
  () => SendEmailRequest,
1685
1393
  () => SendEmailResponse,
1686
1394
  ];
@@ -1688,9 +1396,7 @@ var TagResource = [
1688
1396
  9,
1689
1397
  n0,
1690
1398
  _TR,
1691
- {
1692
- [_h]: ["POST", "/v1/email/tags", 200],
1693
- },
1399
+ { [_h]: ["POST", "/v1/email/tags", 200] },
1694
1400
  () => TagResourceRequest,
1695
1401
  () => TagResourceResponse,
1696
1402
  ];
@@ -1698,9 +1404,7 @@ var UntagResource = [
1698
1404
  9,
1699
1405
  n0,
1700
1406
  _UR,
1701
- {
1702
- [_h]: ["DELETE", "/v1/email/tags", 200],
1703
- },
1407
+ { [_h]: ["DELETE", "/v1/email/tags", 200] },
1704
1408
  () => UntagResourceRequest,
1705
1409
  () => UntagResourceResponse,
1706
1410
  ];