@aws-sdk/client-pinpoint-email 3.948.0 → 3.953.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 (62) hide show
  1. package/dist-cjs/index.js +558 -391
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
  4. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
  5. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -2
  6. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -2
  7. package/dist-es/commands/CreateEmailIdentityCommand.js +2 -2
  8. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
  9. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
  10. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -2
  11. package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -2
  12. package/dist-es/commands/GetAccountCommand.js +2 -2
  13. package/dist-es/commands/GetBlacklistReportsCommand.js +2 -2
  14. package/dist-es/commands/GetConfigurationSetCommand.js +2 -2
  15. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -2
  16. package/dist-es/commands/GetDedicatedIpCommand.js +2 -2
  17. package/dist-es/commands/GetDedicatedIpsCommand.js +2 -2
  18. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -2
  19. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -2
  20. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -2
  21. package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -2
  22. package/dist-es/commands/GetEmailIdentityCommand.js +2 -2
  23. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
  24. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -2
  25. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -2
  26. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -2
  27. package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -2
  30. package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -2
  31. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
  32. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -2
  33. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -2
  34. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -2
  35. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -2
  36. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -2
  37. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -2
  38. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -2
  39. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -2
  40. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -2
  41. package/dist-es/commands/SendEmailCommand.js +2 -2
  42. package/dist-es/commands/TagResourceCommand.js +2 -2
  43. package/dist-es/commands/UntagResourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.shared.js +6 -1
  47. package/dist-es/schemas/schemas_0.js +324 -330
  48. package/dist-types/PinpointEmailClient.d.ts +1 -10
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  51. package/dist-types/runtimeConfig.d.ts +6 -2
  52. package/dist-types/runtimeConfig.native.d.ts +6 -2
  53. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  54. package/dist-types/schemas/schemas_0.d.ts +174 -198
  55. package/dist-types/ts3.4/PinpointEmailClient.d.ts +0 -4
  56. package/dist-types/ts3.4/index.d.ts +1 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +173 -199
  62. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class PinpointEmailClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let PinpointEmailServiceException$1 = class PinpointEmailServiceException extends smithyClient.ServiceException {
113
+ class PinpointEmailServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, PinpointEmailServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccountSuspendedException$1 = class AccountSuspendedException extends PinpointEmailServiceException$1 {
120
+ class AccountSuspendedException extends PinpointEmailServiceException {
121
121
  name = "AccountSuspendedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccountSuspendedException$1 = class AccountSuspendedException extends Pinpoi
128
128
  });
129
129
  Object.setPrototypeOf(this, AccountSuspendedException.prototype);
130
130
  }
131
- };
132
- let AlreadyExistsException$1 = class AlreadyExistsException extends PinpointEmailServiceException$1 {
131
+ }
132
+ class AlreadyExistsException extends PinpointEmailServiceException {
133
133
  name = "AlreadyExistsException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let AlreadyExistsException$1 = class AlreadyExistsException extends PinpointEmai
140
140
  });
141
141
  Object.setPrototypeOf(this, AlreadyExistsException.prototype);
142
142
  }
143
- };
144
- let BadRequestException$1 = class BadRequestException extends PinpointEmailServiceException$1 {
143
+ }
144
+ class BadRequestException extends PinpointEmailServiceException {
145
145
  name = "BadRequestException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let BadRequestException$1 = class BadRequestException extends PinpointEmailServi
152
152
  });
153
153
  Object.setPrototypeOf(this, BadRequestException.prototype);
154
154
  }
155
- };
156
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends PinpointEmailServiceException$1 {
155
+ }
156
+ class ConcurrentModificationException extends PinpointEmailServiceException {
157
157
  name = "ConcurrentModificationException";
158
158
  $fault = "server";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
164
164
  });
165
165
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
166
166
  }
167
- };
168
- let LimitExceededException$1 = class LimitExceededException extends PinpointEmailServiceException$1 {
167
+ }
168
+ class LimitExceededException extends PinpointEmailServiceException {
169
169
  name = "LimitExceededException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let LimitExceededException$1 = class LimitExceededException extends PinpointEmai
176
176
  });
177
177
  Object.setPrototypeOf(this, LimitExceededException.prototype);
178
178
  }
179
- };
180
- let NotFoundException$1 = class NotFoundException extends PinpointEmailServiceException$1 {
179
+ }
180
+ class NotFoundException extends PinpointEmailServiceException {
181
181
  name = "NotFoundException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let NotFoundException$1 = class NotFoundException extends PinpointEmailServiceEx
188
188
  });
189
189
  Object.setPrototypeOf(this, NotFoundException.prototype);
190
190
  }
191
- };
192
- let TooManyRequestsException$1 = class TooManyRequestsException extends PinpointEmailServiceException$1 {
191
+ }
192
+ class TooManyRequestsException extends PinpointEmailServiceException {
193
193
  name = "TooManyRequestsException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Pinpoint
200
200
  });
201
201
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
202
202
  }
203
- };
204
- let MailFromDomainNotVerifiedException$1 = class MailFromDomainNotVerifiedException extends PinpointEmailServiceException$1 {
203
+ }
204
+ class MailFromDomainNotVerifiedException extends PinpointEmailServiceException {
205
205
  name = "MailFromDomainNotVerifiedException";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let MailFromDomainNotVerifiedException$1 = class MailFromDomainNotVerifiedExcept
212
212
  });
213
213
  Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
214
214
  }
215
- };
216
- let MessageRejected$1 = class MessageRejected extends PinpointEmailServiceException$1 {
215
+ }
216
+ class MessageRejected extends PinpointEmailServiceException {
217
217
  name = "MessageRejected";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,8 +224,8 @@ let MessageRejected$1 = class MessageRejected extends PinpointEmailServiceExcept
224
224
  });
225
225
  Object.setPrototypeOf(this, MessageRejected.prototype);
226
226
  }
227
- };
228
- let SendingPausedException$1 = class SendingPausedException extends PinpointEmailServiceException$1 {
227
+ }
228
+ class SendingPausedException extends PinpointEmailServiceException {
229
229
  name = "SendingPausedException";
230
230
  $fault = "client";
231
231
  constructor(opts) {
@@ -236,7 +236,7 @@ let SendingPausedException$1 = class SendingPausedException extends PinpointEmai
236
236
  });
237
237
  Object.setPrototypeOf(this, SendingPausedException.prototype);
238
238
  }
239
- };
239
+ }
240
240
 
241
241
  const _AA = "ApplicationArn";
242
242
  const _AEE = "AlreadyExistsException";
@@ -551,15 +551,15 @@ 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 = [-3, n0, _ASE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
555
- schema.TypeRegistry.for(n0).registerError(AccountSuspendedException, AccountSuspendedException$1);
556
- var AlreadyExistsException = [-3, n0, _AEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
557
- schema.TypeRegistry.for(n0).registerError(AlreadyExistsException, AlreadyExistsException$1);
558
- var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
559
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
560
- var BlacklistEntry = [3, n0, _BE, 0, [_RN, _LT, _D], [0, 4, 0]];
561
- var Body = [3, n0, _B, 0, [_T, _H], [() => Content, () => Content]];
562
- var CloudWatchDestination = [
554
+ var AccountSuspendedException$ = [-3, n0, _ASE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
555
+ schema.TypeRegistry.for(n0).registerError(AccountSuspendedException$, AccountSuspendedException);
556
+ var AlreadyExistsException$ = [-3, n0, _AEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
557
+ schema.TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsException);
558
+ var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
559
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
560
+ var BlacklistEntry$ = [3, n0, _BE, 0, [_RN, _LT, _D], [0, 4, 0]];
561
+ var Body$ = [3, n0, _B, 0, [_T, _H], [() => Content$, () => Content$]];
562
+ var CloudWatchDestination$ = [
563
563
  3,
564
564
  n0,
565
565
  _CWD,
@@ -567,58 +567,58 @@ var CloudWatchDestination = [
567
567
  [_DC],
568
568
  [() => CloudWatchDimensionConfigurations],
569
569
  ];
570
- var CloudWatchDimensionConfiguration = [3, n0, _CWDC, 0, [_DN, _DVS, _DDV], [0, 0, 0]];
571
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
572
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
573
- var Content = [3, n0, _C, 0, [_Da, _Ch], [0, 0]];
574
- var CreateConfigurationSetEventDestinationRequest = [
570
+ var CloudWatchDimensionConfiguration$ = [3, n0, _CWDC, 0, [_DN, _DVS, _DDV], [0, 0, 0]];
571
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
572
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
573
+ var Content$ = [3, n0, _C, 0, [_Da, _Ch], [0, 0]];
574
+ var CreateConfigurationSetEventDestinationRequest$ = [
575
575
  3,
576
576
  n0,
577
577
  _CCSEDR,
578
578
  0,
579
579
  [_CSN, _EDN, _ED],
580
- [[0, 1], 0, () => EventDestinationDefinition],
580
+ [[0, 1], 0, () => EventDestinationDefinition$],
581
581
  ];
582
- var CreateConfigurationSetEventDestinationResponse = [3, n0, _CCSEDRr, 0, [], []];
583
- var CreateConfigurationSetRequest = [
582
+ var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr, 0, [], []];
583
+ var CreateConfigurationSetRequest$ = [
584
584
  3,
585
585
  n0,
586
586
  _CCSR,
587
587
  0,
588
588
  [_CSN, _TO, _DO, _RO, _SO, _Ta],
589
- [0, () => TrackingOptions, () => DeliveryOptions, () => ReputationOptions, () => SendingOptions, () => TagList],
589
+ [0, () => TrackingOptions$, () => DeliveryOptions$, () => ReputationOptions$, () => SendingOptions$, () => TagList],
590
590
  ];
591
- var CreateConfigurationSetResponse = [3, n0, _CCSRr, 0, [], []];
592
- var CreateDedicatedIpPoolRequest = [3, n0, _CDIPR, 0, [_PN, _Ta], [0, () => TagList]];
593
- var CreateDedicatedIpPoolResponse = [3, n0, _CDIPRr, 0, [], []];
594
- var CreateDeliverabilityTestReportRequest = [
591
+ var CreateConfigurationSetResponse$ = [3, n0, _CCSRr, 0, [], []];
592
+ var CreateDedicatedIpPoolRequest$ = [3, n0, _CDIPR, 0, [_PN, _Ta], [0, () => TagList]];
593
+ var CreateDedicatedIpPoolResponse$ = [3, n0, _CDIPRr, 0, [], []];
594
+ var CreateDeliverabilityTestReportRequest$ = [
595
595
  3,
596
596
  n0,
597
597
  _CDTRR,
598
598
  0,
599
599
  [_RNe, _FEA, _C, _Ta],
600
- [0, 0, () => EmailContent, () => TagList],
600
+ [0, 0, () => EmailContent$, () => TagList],
601
601
  ];
602
- var CreateDeliverabilityTestReportResponse = [3, n0, _CDTRRr, 0, [_RI, _DTS], [0, 0]];
603
- var CreateEmailIdentityRequest = [3, n0, _CEIR, 0, [_EI, _Ta], [0, () => TagList]];
604
- var CreateEmailIdentityResponse = [
602
+ var CreateDeliverabilityTestReportResponse$ = [3, n0, _CDTRRr, 0, [_RI, _DTS], [0, 0]];
603
+ var CreateEmailIdentityRequest$ = [3, n0, _CEIR, 0, [_EI, _Ta], [0, () => TagList]];
604
+ var CreateEmailIdentityResponse$ = [
605
605
  3,
606
606
  n0,
607
607
  _CEIRr,
608
608
  0,
609
609
  [_IT, _VFSS, _DA],
610
- [0, 2, () => DkimAttributes],
610
+ [0, 2, () => DkimAttributes$],
611
611
  ];
612
- var DailyVolume = [
612
+ var DailyVolume$ = [
613
613
  3,
614
614
  n0,
615
615
  _DV,
616
616
  0,
617
617
  [_SD, _VS, _DIP],
618
- [4, () => VolumeStatistics, () => DomainIspPlacements],
618
+ [4, () => VolumeStatistics$, () => DomainIspPlacements],
619
619
  ];
620
- var DedicatedIp = [3, n0, _DI, 0, [_I, _WS, _WP, _PN], [0, 0, 1, 0]];
621
- var DeleteConfigurationSetEventDestinationRequest = [
620
+ var DedicatedIp$ = [3, n0, _DI, 0, [_I, _WS, _WP, _PN], [0, 0, 1, 0]];
621
+ var DeleteConfigurationSetEventDestinationRequest$ = [
622
622
  3,
623
623
  n0,
624
624
  _DCSEDR,
@@ -629,14 +629,14 @@ var DeleteConfigurationSetEventDestinationRequest = [
629
629
  [0, 1],
630
630
  ],
631
631
  ];
632
- var DeleteConfigurationSetEventDestinationResponse = [3, n0, _DCSEDRe, 0, [], []];
633
- var DeleteConfigurationSetRequest = [3, n0, _DCSR, 0, [_CSN], [[0, 1]]];
634
- var DeleteConfigurationSetResponse = [3, n0, _DCSRe, 0, [], []];
635
- var DeleteDedicatedIpPoolRequest = [3, n0, _DDIPR, 0, [_PN], [[0, 1]]];
636
- var DeleteDedicatedIpPoolResponse = [3, n0, _DDIPRe, 0, [], []];
637
- var DeleteEmailIdentityRequest = [3, n0, _DEIR, 0, [_EI], [[0, 1]]];
638
- var DeleteEmailIdentityResponse = [3, n0, _DEIRe, 0, [], []];
639
- var DeliverabilityTestReport = [
632
+ var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe, 0, [], []];
633
+ var DeleteConfigurationSetRequest$ = [3, n0, _DCSR, 0, [_CSN], [[0, 1]]];
634
+ var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe, 0, [], []];
635
+ var DeleteDedicatedIpPoolRequest$ = [3, n0, _DDIPR, 0, [_PN], [[0, 1]]];
636
+ var DeleteDedicatedIpPoolResponse$ = [3, n0, _DDIPRe, 0, [], []];
637
+ var DeleteEmailIdentityRequest$ = [3, n0, _DEIR, 0, [_EI], [[0, 1]]];
638
+ var DeleteEmailIdentityResponse$ = [3, n0, _DEIRe, 0, [], []];
639
+ var DeliverabilityTestReport$ = [
640
640
  3,
641
641
  n0,
642
642
  _DTR,
@@ -644,10 +644,10 @@ var DeliverabilityTestReport = [
644
644
  [_RI, _RNe, _S, _FEA, _CD, _DTS],
645
645
  [0, 0, 0, 0, 4, 0],
646
646
  ];
647
- var DeliveryOptions = [3, n0, _DO, 0, [_TP, _SPN], [0, 0]];
648
- var Destination = [3, n0, _De, 0, [_TA, _CA, _BA], [64 | 0, 64 | 0, 64 | 0]];
649
- var DkimAttributes = [3, n0, _DA, 0, [_SE, _St, _To], [2, 0, 64 | 0]];
650
- var DomainDeliverabilityCampaign = [
647
+ var DeliveryOptions$ = [3, n0, _DO, 0, [_TP, _SPN], [0, 0]];
648
+ var Destination$ = [3, n0, _De, 0, [_TA, _CA, _BA], [64 | 0, 64 | 0, 64 | 0]];
649
+ var DkimAttributes$ = [3, n0, _DA, 0, [_SE, _St, _To], [2, 0, 64 | 0]];
650
+ var DomainDeliverabilityCampaign$ = [
651
651
  3,
652
652
  n0,
653
653
  _DDC,
@@ -655,24 +655,24 @@ var DomainDeliverabilityCampaign = [
655
655
  [_CI, _IU, _S, _FA, _SI, _FSDT, _LSDT, _IC, _SC, _RR, _DR, _RDR, _PV, _E],
656
656
  [0, 0, 0, 0, 64 | 0, 4, 4, 1, 1, 1, 1, 1, 1, 64 | 0],
657
657
  ];
658
- var DomainDeliverabilityTrackingOption = [
658
+ var DomainDeliverabilityTrackingOption$ = [
659
659
  3,
660
660
  n0,
661
661
  _DDTO,
662
662
  0,
663
663
  [_Do, _SSD, _IPTO],
664
- [0, 4, () => InboxPlacementTrackingOption],
664
+ [0, 4, () => InboxPlacementTrackingOption$],
665
665
  ];
666
- var DomainIspPlacement = [3, n0, _DIPo, 0, [_IN, _IRC, _SRC, _IP, _SP], [0, 1, 1, 1, 1]];
667
- var EmailContent = [
666
+ var DomainIspPlacement$ = [3, n0, _DIPo, 0, [_IN, _IRC, _SRC, _IP, _SP], [0, 1, 1, 1, 1]];
667
+ var EmailContent$ = [
668
668
  3,
669
669
  n0,
670
670
  _EC,
671
671
  0,
672
672
  [_Si, _R, _Te],
673
- [() => Message, () => RawMessage, () => Template],
673
+ [() => Message$, () => RawMessage$, () => Template$],
674
674
  ];
675
- var EventDestination = [
675
+ var EventDestination$ = [
676
676
  3,
677
677
  n0,
678
678
  _ED,
@@ -682,13 +682,13 @@ var EventDestination = [
682
682
  0,
683
683
  2,
684
684
  64 | 0,
685
- () => KinesisFirehoseDestination,
686
- () => CloudWatchDestination,
687
- () => SnsDestination,
688
- () => PinpointDestination,
685
+ () => KinesisFirehoseDestination$,
686
+ () => CloudWatchDestination$,
687
+ () => SnsDestination$,
688
+ () => PinpointDestination$,
689
689
  ],
690
690
  ];
691
- var EventDestinationDefinition = [
691
+ var EventDestinationDefinition$ = [
692
692
  3,
693
693
  n0,
694
694
  _EDD,
@@ -697,25 +697,25 @@ var EventDestinationDefinition = [
697
697
  [
698
698
  2,
699
699
  64 | 0,
700
- () => KinesisFirehoseDestination,
701
- () => CloudWatchDestination,
702
- () => SnsDestination,
703
- () => PinpointDestination,
700
+ () => KinesisFirehoseDestination$,
701
+ () => CloudWatchDestination$,
702
+ () => SnsDestination$,
703
+ () => PinpointDestination$,
704
704
  ],
705
705
  ];
706
- var GetAccountRequest = [3, n0, _GAR, 0, [], []];
707
- var GetAccountResponse = [
706
+ var GetAccountRequest$ = [3, n0, _GAR, 0, [], []];
707
+ var GetAccountResponse$ = [
708
708
  3,
709
709
  n0,
710
710
  _GARe,
711
711
  0,
712
712
  [_SQ, _SEe, _DIAWE, _ES, _PAE],
713
- [() => SendQuota, 2, 2, 0, 2],
713
+ [() => SendQuota$, 2, 2, 0, 2],
714
714
  ];
715
- var GetBlacklistReportsRequest = [3, n0, _GBRR, 0, [_BIN], [[64 | 0, { [_hQ]: _BIN }]]];
716
- var GetBlacklistReportsResponse = [3, n0, _GBRRe, 0, [_BR], [() => BlacklistReport]];
717
- var GetConfigurationSetEventDestinationsRequest = [3, n0, _GCSEDR, 0, [_CSN], [[0, 1]]];
718
- var GetConfigurationSetEventDestinationsResponse = [
715
+ var GetBlacklistReportsRequest$ = [3, n0, _GBRR, 0, [_BIN], [[64 | 0, { [_hQ]: _BIN }]]];
716
+ var GetBlacklistReportsResponse$ = [3, n0, _GBRRe, 0, [_BR], [() => BlacklistReport]];
717
+ var GetConfigurationSetEventDestinationsRequest$ = [3, n0, _GCSEDR, 0, [_CSN], [[0, 1]]];
718
+ var GetConfigurationSetEventDestinationsResponse$ = [
719
719
  3,
720
720
  n0,
721
721
  _GCSEDRe,
@@ -723,18 +723,18 @@ var GetConfigurationSetEventDestinationsResponse = [
723
723
  [_EDv],
724
724
  [() => EventDestinations],
725
725
  ];
726
- var GetConfigurationSetRequest = [3, n0, _GCSR, 0, [_CSN], [[0, 1]]];
727
- var GetConfigurationSetResponse = [
726
+ var GetConfigurationSetRequest$ = [3, n0, _GCSR, 0, [_CSN], [[0, 1]]];
727
+ var GetConfigurationSetResponse$ = [
728
728
  3,
729
729
  n0,
730
730
  _GCSRe,
731
731
  0,
732
732
  [_CSN, _TO, _DO, _RO, _SO, _Ta],
733
- [0, () => TrackingOptions, () => DeliveryOptions, () => ReputationOptions, () => SendingOptions, () => TagList],
733
+ [0, () => TrackingOptions$, () => DeliveryOptions$, () => ReputationOptions$, () => SendingOptions$, () => TagList],
734
734
  ];
735
- var GetDedicatedIpRequest = [3, n0, _GDIR, 0, [_I], [[0, 1]]];
736
- var GetDedicatedIpResponse = [3, n0, _GDIRe, 0, [_DI], [() => DedicatedIp]];
737
- var GetDedicatedIpsRequest = [
735
+ var GetDedicatedIpRequest$ = [3, n0, _GDIR, 0, [_I], [[0, 1]]];
736
+ var GetDedicatedIpResponse$ = [3, n0, _GDIRe, 0, [_DI], [() => DedicatedIp$]];
737
+ var GetDedicatedIpsRequest$ = [
738
738
  3,
739
739
  n0,
740
740
  _GDIRet,
@@ -746,7 +746,7 @@ var GetDedicatedIpsRequest = [
746
746
  [1, { [_hQ]: _PS }],
747
747
  ],
748
748
  ];
749
- var GetDedicatedIpsResponse = [
749
+ var GetDedicatedIpsResponse$ = [
750
750
  3,
751
751
  n0,
752
752
  _GDIRete,
@@ -754,8 +754,8 @@ var GetDedicatedIpsResponse = [
754
754
  [_DIe, _NT],
755
755
  [() => DedicatedIpList, 0],
756
756
  ];
757
- var GetDeliverabilityDashboardOptionsRequest = [3, n0, _GDDOR, 0, [], []];
758
- var GetDeliverabilityDashboardOptionsResponse = [
757
+ var GetDeliverabilityDashboardOptionsRequest$ = [3, n0, _GDDOR, 0, [], []];
758
+ var GetDeliverabilityDashboardOptionsResponse$ = [
759
759
  3,
760
760
  n0,
761
761
  _GDDORe,
@@ -763,25 +763,25 @@ var GetDeliverabilityDashboardOptionsResponse = [
763
763
  [_DE, _SED, _AS, _ASD, _PESD],
764
764
  [2, 4, 0, () => DomainDeliverabilityTrackingOptions, () => DomainDeliverabilityTrackingOptions],
765
765
  ];
766
- var GetDeliverabilityTestReportRequest = [3, n0, _GDTRR, 0, [_RI], [[0, 1]]];
767
- var GetDeliverabilityTestReportResponse = [
766
+ var GetDeliverabilityTestReportRequest$ = [3, n0, _GDTRR, 0, [_RI], [[0, 1]]];
767
+ var GetDeliverabilityTestReportResponse$ = [
768
768
  3,
769
769
  n0,
770
770
  _GDTRRe,
771
771
  0,
772
772
  [_DTR, _OP, _IPs, _M, _Ta],
773
- [() => DeliverabilityTestReport, () => PlacementStatistics, () => IspPlacements, 0, () => TagList],
773
+ [() => DeliverabilityTestReport$, () => PlacementStatistics$, () => IspPlacements, 0, () => TagList],
774
774
  ];
775
- var GetDomainDeliverabilityCampaignRequest = [3, n0, _GDDCR, 0, [_CI], [[0, 1]]];
776
- var GetDomainDeliverabilityCampaignResponse = [
775
+ var GetDomainDeliverabilityCampaignRequest$ = [3, n0, _GDDCR, 0, [_CI], [[0, 1]]];
776
+ var GetDomainDeliverabilityCampaignResponse$ = [
777
777
  3,
778
778
  n0,
779
779
  _GDDCRe,
780
780
  0,
781
781
  [_DDC],
782
- [() => DomainDeliverabilityCampaign],
782
+ [() => DomainDeliverabilityCampaign$],
783
783
  ];
784
- var GetDomainStatisticsReportRequest = [
784
+ var GetDomainStatisticsReportRequest$ = [
785
785
  3,
786
786
  n0,
787
787
  _GDSRR,
@@ -793,30 +793,30 @@ var GetDomainStatisticsReportRequest = [
793
793
  [4, { [_hQ]: _EDn }],
794
794
  ],
795
795
  ];
796
- var GetDomainStatisticsReportResponse = [
796
+ var GetDomainStatisticsReportResponse$ = [
797
797
  3,
798
798
  n0,
799
799
  _GDSRRe,
800
800
  0,
801
801
  [_OV, _DVa],
802
- [() => OverallVolume, () => DailyVolumes],
802
+ [() => OverallVolume$, () => DailyVolumes],
803
803
  ];
804
- var GetEmailIdentityRequest = [3, n0, _GEIR, 0, [_EI], [[0, 1]]];
805
- var GetEmailIdentityResponse = [
804
+ var GetEmailIdentityRequest$ = [3, n0, _GEIR, 0, [_EI], [[0, 1]]];
805
+ var GetEmailIdentityResponse$ = [
806
806
  3,
807
807
  n0,
808
808
  _GEIRe,
809
809
  0,
810
810
  [_IT, _FFS, _VFSS, _DA, _MFA, _Ta],
811
- [0, 2, 2, () => DkimAttributes, () => MailFromAttributes, () => TagList],
812
- ];
813
- var IdentityInfo = [3, n0, _II, 0, [_IT, _INd, _SEe], [0, 0, 2]];
814
- var InboxPlacementTrackingOption = [3, n0, _IPTO, 0, [_G, _TI], [2, 64 | 0]];
815
- var IspPlacement = [3, n0, _IPsp, 0, [_IN, _PSl], [0, () => PlacementStatistics]];
816
- var KinesisFirehoseDestination = [3, n0, _KFD, 0, [_IRA, _DSA], [0, 0]];
817
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
818
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
819
- var ListConfigurationSetsRequest = [
811
+ [0, 2, 2, () => DkimAttributes$, () => MailFromAttributes$, () => TagList],
812
+ ];
813
+ var IdentityInfo$ = [3, n0, _II, 0, [_IT, _INd, _SEe], [0, 0, 2]];
814
+ var InboxPlacementTrackingOption$ = [3, n0, _IPTO, 0, [_G, _TI], [2, 64 | 0]];
815
+ var IspPlacement$ = [3, n0, _IPsp, 0, [_IN, _PSl], [0, () => PlacementStatistics$]];
816
+ var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [_IRA, _DSA], [0, 0]];
817
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
818
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
819
+ var ListConfigurationSetsRequest$ = [
820
820
  3,
821
821
  n0,
822
822
  _LCSR,
@@ -827,8 +827,8 @@ var ListConfigurationSetsRequest = [
827
827
  [1, { [_hQ]: _PS }],
828
828
  ],
829
829
  ];
830
- var ListConfigurationSetsResponse = [3, n0, _LCSRi, 0, [_CS, _NT], [64 | 0, 0]];
831
- var ListDedicatedIpPoolsRequest = [
830
+ var ListConfigurationSetsResponse$ = [3, n0, _LCSRi, 0, [_CS, _NT], [64 | 0, 0]];
831
+ var ListDedicatedIpPoolsRequest$ = [
832
832
  3,
833
833
  n0,
834
834
  _LDIPR,
@@ -839,8 +839,8 @@ var ListDedicatedIpPoolsRequest = [
839
839
  [1, { [_hQ]: _PS }],
840
840
  ],
841
841
  ];
842
- var ListDedicatedIpPoolsResponse = [3, n0, _LDIPRi, 0, [_DIPe, _NT], [64 | 0, 0]];
843
- var ListDeliverabilityTestReportsRequest = [
842
+ var ListDedicatedIpPoolsResponse$ = [3, n0, _LDIPRi, 0, [_DIPe, _NT], [64 | 0, 0]];
843
+ var ListDeliverabilityTestReportsRequest$ = [
844
844
  3,
845
845
  n0,
846
846
  _LDTRR,
@@ -851,7 +851,7 @@ var ListDeliverabilityTestReportsRequest = [
851
851
  [1, { [_hQ]: _PS }],
852
852
  ],
853
853
  ];
854
- var ListDeliverabilityTestReportsResponse = [
854
+ var ListDeliverabilityTestReportsResponse$ = [
855
855
  3,
856
856
  n0,
857
857
  _LDTRRi,
@@ -859,7 +859,7 @@ var ListDeliverabilityTestReportsResponse = [
859
859
  [_DTRe, _NT],
860
860
  [() => DeliverabilityTestReports, 0],
861
861
  ];
862
- var ListDomainDeliverabilityCampaignsRequest = [
862
+ var ListDomainDeliverabilityCampaignsRequest$ = [
863
863
  3,
864
864
  n0,
865
865
  _LDDCR,
@@ -873,7 +873,7 @@ var ListDomainDeliverabilityCampaignsRequest = [
873
873
  [1, { [_hQ]: _PS }],
874
874
  ],
875
875
  ];
876
- var ListDomainDeliverabilityCampaignsResponse = [
876
+ var ListDomainDeliverabilityCampaignsResponse$ = [
877
877
  3,
878
878
  n0,
879
879
  _LDDCRi,
@@ -881,7 +881,7 @@ var ListDomainDeliverabilityCampaignsResponse = [
881
881
  [_DDCo, _NT],
882
882
  [() => DomainDeliverabilityCampaignList, 0],
883
883
  ];
884
- var ListEmailIdentitiesRequest = [
884
+ var ListEmailIdentitiesRequest$ = [
885
885
  3,
886
886
  n0,
887
887
  _LEIR,
@@ -892,7 +892,7 @@ var ListEmailIdentitiesRequest = [
892
892
  [1, { [_hQ]: _PS }],
893
893
  ],
894
894
  ];
895
- var ListEmailIdentitiesResponse = [
895
+ var ListEmailIdentitiesResponse$ = [
896
896
  3,
897
897
  n0,
898
898
  _LEIRi,
@@ -900,10 +900,10 @@ var ListEmailIdentitiesResponse = [
900
900
  [_EIm, _NT],
901
901
  [() => IdentityInfoList, 0],
902
902
  ];
903
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, { [_hQ]: _RA }]]];
904
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
905
- var MailFromAttributes = [3, n0, _MFA, 0, [_MFD, _MFDS, _BOMF], [0, 0, 0]];
906
- var MailFromDomainNotVerifiedException = [
903
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, { [_hQ]: _RA }]]];
904
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
905
+ var MailFromAttributes$ = [3, n0, _MFA, 0, [_MFD, _MFDS, _BOMF], [0, 0, 0]];
906
+ var MailFromDomainNotVerifiedException$ = [
907
907
  -3,
908
908
  n0,
909
909
  _MFDNVE,
@@ -911,28 +911,28 @@ var MailFromDomainNotVerifiedException = [
911
911
  [_m],
912
912
  [0],
913
913
  ];
914
- schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException, MailFromDomainNotVerifiedException$1);
915
- var Message = [3, n0, _M, 0, [_S, _B], [() => Content, () => Body]];
916
- var MessageRejected = [-3, n0, _MR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
917
- schema.TypeRegistry.for(n0).registerError(MessageRejected, MessageRejected$1);
918
- var MessageTag = [3, n0, _MT, 0, [_N, _V], [0, 0]];
919
- var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
920
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
921
- var OverallVolume = [
914
+ schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
915
+ var Message$ = [3, n0, _M, 0, [_S, _B], [() => Content$, () => Body$]];
916
+ var MessageRejected$ = [-3, n0, _MR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
917
+ schema.TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
918
+ var MessageTag$ = [3, n0, _MT, 0, [_N, _V], [0, 0]];
919
+ var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
920
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
921
+ var OverallVolume$ = [
922
922
  3,
923
923
  n0,
924
924
  _OV,
925
925
  0,
926
926
  [_VS, _RRP, _DIP],
927
- [() => VolumeStatistics, 1, () => DomainIspPlacements],
928
- ];
929
- var PinpointDestination = [3, n0, _PD, 0, [_AA], [0]];
930
- var PlacementStatistics = [3, n0, _PSl, 0, [_IP, _SP, _MP, _SPp, _DP], [1, 1, 1, 1, 1]];
931
- var PutAccountDedicatedIpWarmupAttributesRequest = [3, n0, _PADIWAR, 0, [_AWE], [2]];
932
- var PutAccountDedicatedIpWarmupAttributesResponse = [3, n0, _PADIWARu, 0, [], []];
933
- var PutAccountSendingAttributesRequest = [3, n0, _PASAR, 0, [_SEe], [2]];
934
- var PutAccountSendingAttributesResponse = [3, n0, _PASARu, 0, [], []];
935
- var PutConfigurationSetDeliveryOptionsRequest = [
927
+ [() => VolumeStatistics$, 1, () => DomainIspPlacements],
928
+ ];
929
+ var PinpointDestination$ = [3, n0, _PD, 0, [_AA], [0]];
930
+ var PlacementStatistics$ = [3, n0, _PSl, 0, [_IP, _SP, _MP, _SPp, _DP], [1, 1, 1, 1, 1]];
931
+ var PutAccountDedicatedIpWarmupAttributesRequest$ = [3, n0, _PADIWAR, 0, [_AWE], [2]];
932
+ var PutAccountDedicatedIpWarmupAttributesResponse$ = [3, n0, _PADIWARu, 0, [], []];
933
+ var PutAccountSendingAttributesRequest$ = [3, n0, _PASAR, 0, [_SEe], [2]];
934
+ var PutAccountSendingAttributesResponse$ = [3, n0, _PASARu, 0, [], []];
935
+ var PutConfigurationSetDeliveryOptionsRequest$ = [
936
936
  3,
937
937
  n0,
938
938
  _PCSDOR,
@@ -940,8 +940,8 @@ var PutConfigurationSetDeliveryOptionsRequest = [
940
940
  [_CSN, _TP, _SPN],
941
941
  [[0, 1], 0, 0],
942
942
  ];
943
- var PutConfigurationSetDeliveryOptionsResponse = [3, n0, _PCSDORu, 0, [], []];
944
- var PutConfigurationSetReputationOptionsRequest = [
943
+ var PutConfigurationSetDeliveryOptionsResponse$ = [3, n0, _PCSDORu, 0, [], []];
944
+ var PutConfigurationSetReputationOptionsRequest$ = [
945
945
  3,
946
946
  n0,
947
947
  _PCSROR,
@@ -949,8 +949,8 @@ var PutConfigurationSetReputationOptionsRequest = [
949
949
  [_CSN, _RME],
950
950
  [[0, 1], 2],
951
951
  ];
952
- var PutConfigurationSetReputationOptionsResponse = [3, n0, _PCSRORu, 0, [], []];
953
- var PutConfigurationSetSendingOptionsRequest = [
952
+ var PutConfigurationSetReputationOptionsResponse$ = [3, n0, _PCSRORu, 0, [], []];
953
+ var PutConfigurationSetSendingOptionsRequest$ = [
954
954
  3,
955
955
  n0,
956
956
  _PCSSOR,
@@ -958,8 +958,8 @@ var PutConfigurationSetSendingOptionsRequest = [
958
958
  [_CSN, _SEe],
959
959
  [[0, 1], 2],
960
960
  ];
961
- var PutConfigurationSetSendingOptionsResponse = [3, n0, _PCSSORu, 0, [], []];
962
- var PutConfigurationSetTrackingOptionsRequest = [
961
+ var PutConfigurationSetSendingOptionsResponse$ = [3, n0, _PCSSORu, 0, [], []];
962
+ var PutConfigurationSetTrackingOptionsRequest$ = [
963
963
  3,
964
964
  n0,
965
965
  _PCSTOR,
@@ -967,12 +967,12 @@ var PutConfigurationSetTrackingOptionsRequest = [
967
967
  [_CSN, _CRD],
968
968
  [[0, 1], 0],
969
969
  ];
970
- var PutConfigurationSetTrackingOptionsResponse = [3, n0, _PCSTORu, 0, [], []];
971
- var PutDedicatedIpInPoolRequest = [3, n0, _PDIIPR, 0, [_I, _DPN], [[0, 1], 0]];
972
- var PutDedicatedIpInPoolResponse = [3, n0, _PDIIPRu, 0, [], []];
973
- var PutDedicatedIpWarmupAttributesRequest = [3, n0, _PDIWAR, 0, [_I, _WP], [[0, 1], 1]];
974
- var PutDedicatedIpWarmupAttributesResponse = [3, n0, _PDIWARu, 0, [], []];
975
- var PutDeliverabilityDashboardOptionRequest = [
970
+ var PutConfigurationSetTrackingOptionsResponse$ = [3, n0, _PCSTORu, 0, [], []];
971
+ var PutDedicatedIpInPoolRequest$ = [3, n0, _PDIIPR, 0, [_I, _DPN], [[0, 1], 0]];
972
+ var PutDedicatedIpInPoolResponse$ = [3, n0, _PDIIPRu, 0, [], []];
973
+ var PutDedicatedIpWarmupAttributesRequest$ = [3, n0, _PDIWAR, 0, [_I, _WP], [[0, 1], 1]];
974
+ var PutDedicatedIpWarmupAttributesResponse$ = [3, n0, _PDIWARu, 0, [], []];
975
+ var PutDeliverabilityDashboardOptionRequest$ = [
976
976
  3,
977
977
  n0,
978
978
  _PDDOR,
@@ -980,10 +980,10 @@ var PutDeliverabilityDashboardOptionRequest = [
980
980
  [_DE, _SDub],
981
981
  [2, () => DomainDeliverabilityTrackingOptions],
982
982
  ];
983
- var PutDeliverabilityDashboardOptionResponse = [3, n0, _PDDORu, 0, [], []];
984
- var PutEmailIdentityDkimAttributesRequest = [3, n0, _PEIDAR, 0, [_EI, _SE], [[0, 1], 2]];
985
- var PutEmailIdentityDkimAttributesResponse = [3, n0, _PEIDARu, 0, [], []];
986
- var PutEmailIdentityFeedbackAttributesRequest = [
983
+ var PutDeliverabilityDashboardOptionResponse$ = [3, n0, _PDDORu, 0, [], []];
984
+ var PutEmailIdentityDkimAttributesRequest$ = [3, n0, _PEIDAR, 0, [_EI, _SE], [[0, 1], 2]];
985
+ var PutEmailIdentityDkimAttributesResponse$ = [3, n0, _PEIDARu, 0, [], []];
986
+ var PutEmailIdentityFeedbackAttributesRequest$ = [
987
987
  3,
988
988
  n0,
989
989
  _PEIFAR,
@@ -991,8 +991,8 @@ var PutEmailIdentityFeedbackAttributesRequest = [
991
991
  [_EI, _EFE],
992
992
  [[0, 1], 2],
993
993
  ];
994
- var PutEmailIdentityFeedbackAttributesResponse = [3, n0, _PEIFARu, 0, [], []];
995
- var PutEmailIdentityMailFromAttributesRequest = [
994
+ var PutEmailIdentityFeedbackAttributesResponse$ = [3, n0, _PEIFARu, 0, [], []];
995
+ var PutEmailIdentityMailFromAttributesRequest$ = [
996
996
  3,
997
997
  n0,
998
998
  _PEIMFAR,
@@ -1000,31 +1000,31 @@ var PutEmailIdentityMailFromAttributesRequest = [
1000
1000
  [_EI, _MFD, _BOMF],
1001
1001
  [[0, 1], 0, 0],
1002
1002
  ];
1003
- var PutEmailIdentityMailFromAttributesResponse = [3, n0, _PEIMFARu, 0, [], []];
1004
- var RawMessage = [3, n0, _RM, 0, [_Da], [21]];
1005
- var ReputationOptions = [3, n0, _RO, 0, [_RME, _LFS], [2, 4]];
1006
- var SendEmailRequest = [
1003
+ var PutEmailIdentityMailFromAttributesResponse$ = [3, n0, _PEIMFARu, 0, [], []];
1004
+ var RawMessage$ = [3, n0, _RM, 0, [_Da], [21]];
1005
+ var ReputationOptions$ = [3, n0, _RO, 0, [_RME, _LFS], [2, 4]];
1006
+ var SendEmailRequest$ = [
1007
1007
  3,
1008
1008
  n0,
1009
1009
  _SER,
1010
1010
  0,
1011
1011
  [_FEA, _De, _RTA, _FFEA, _C, _ET, _CSN],
1012
- [0, () => Destination, 64 | 0, 0, () => EmailContent, () => MessageTagList, 0],
1013
- ];
1014
- var SendEmailResponse = [3, n0, _SERe, 0, [_MI], [0]];
1015
- var SendingOptions = [3, n0, _SO, 0, [_SEe], [2]];
1016
- var SendingPausedException = [-3, n0, _SPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1017
- schema.TypeRegistry.for(n0).registerError(SendingPausedException, SendingPausedException$1);
1018
- var SendQuota = [3, n0, _SQ, 0, [_MHS, _MSR, _SLH], [1, 1, 1]];
1019
- var SnsDestination = [3, n0, _SDn, 0, [_TAo], [0]];
1020
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1021
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1022
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1023
- var Template = [3, n0, _Te, 0, [_TAe, _TD], [0, 0]];
1024
- var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1025
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
1026
- var TrackingOptions = [3, n0, _TO, 0, [_CRD], [0]];
1027
- var UntagResourceRequest = [
1012
+ [0, () => Destination$, 64 | 0, 0, () => EmailContent$, () => MessageTagList, 0],
1013
+ ];
1014
+ var SendEmailResponse$ = [3, n0, _SERe, 0, [_MI], [0]];
1015
+ var SendingOptions$ = [3, n0, _SO, 0, [_SEe], [2]];
1016
+ var SendingPausedException$ = [-3, n0, _SPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1017
+ schema.TypeRegistry.for(n0).registerError(SendingPausedException$, SendingPausedException);
1018
+ var SendQuota$ = [3, n0, _SQ, 0, [_MHS, _MSR, _SLH], [1, 1, 1]];
1019
+ var SnsDestination$ = [3, n0, _SDn, 0, [_TAo], [0]];
1020
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1021
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1022
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1023
+ var Template$ = [3, n0, _Te, 0, [_TAe, _TD], [0, 0]];
1024
+ var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1025
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1026
+ var TrackingOptions$ = [3, n0, _TO, 0, [_CRD], [0]];
1027
+ var UntagResourceRequest$ = [
1028
1028
  3,
1029
1029
  n0,
1030
1030
  _URR,
@@ -1035,94 +1035,88 @@ var UntagResourceRequest = [
1035
1035
  [64 | 0, { [_hQ]: _TK }],
1036
1036
  ],
1037
1037
  ];
1038
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1039
- var UpdateConfigurationSetEventDestinationRequest = [
1038
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1039
+ var UpdateConfigurationSetEventDestinationRequest$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _UCSEDR,
1043
1043
  0,
1044
1044
  [_CSN, _EDN, _ED],
1045
- [[0, 1], [0, 1], () => EventDestinationDefinition],
1046
- ];
1047
- var UpdateConfigurationSetEventDestinationResponse = [3, n0, _UCSEDRp, 0, [], []];
1048
- var VolumeStatistics = [3, n0, _VS, 0, [_IRC, _SRC, _PI, _PSr], [1, 1, 1, 1]];
1049
- var PinpointEmailServiceException = [-3, _sm, "PinpointEmailServiceException", 0, [], []];
1050
- schema.TypeRegistry.for(_sm).registerError(PinpointEmailServiceException, PinpointEmailServiceException$1);
1051
- var BlacklistEntries = [1, n0, _BEl, 0, () => BlacklistEntry];
1052
- var CloudWatchDimensionConfigurations = [
1053
- 1,
1054
- n0,
1055
- _CWDCl,
1056
- 0,
1057
- () => CloudWatchDimensionConfiguration,
1058
- ];
1059
- var DailyVolumes = [1, n0, _DVa, 0, () => DailyVolume];
1060
- var DedicatedIpList = [1, n0, _DIL, 0, () => DedicatedIp];
1061
- var DeliverabilityTestReports = [1, n0, _DTRe, 0, () => DeliverabilityTestReport];
1062
- var DomainDeliverabilityCampaignList = [1, n0, _DDCL, 0, () => DomainDeliverabilityCampaign];
1045
+ [[0, 1], [0, 1], () => EventDestinationDefinition$],
1046
+ ];
1047
+ var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp, 0, [], []];
1048
+ var VolumeStatistics$ = [3, n0, _VS, 0, [_IRC, _SRC, _PI, _PSr], [1, 1, 1, 1]];
1049
+ var PinpointEmailServiceException$ = [-3, _sm, "PinpointEmailServiceException", 0, [], []];
1050
+ schema.TypeRegistry.for(_sm).registerError(PinpointEmailServiceException$, PinpointEmailServiceException);
1051
+ var BlacklistEntries = [1, n0, _BEl, 0, () => BlacklistEntry$];
1052
+ var CloudWatchDimensionConfigurations = [1, n0, _CWDCl, 0, () => CloudWatchDimensionConfiguration$];
1053
+ var DailyVolumes = [1, n0, _DVa, 0, () => DailyVolume$];
1054
+ var DedicatedIpList = [1, n0, _DIL, 0, () => DedicatedIp$];
1055
+ var DeliverabilityTestReports = [1, n0, _DTRe, 0, () => DeliverabilityTestReport$];
1056
+ var DomainDeliverabilityCampaignList = [1, n0, _DDCL, 0, () => DomainDeliverabilityCampaign$];
1063
1057
  var DomainDeliverabilityTrackingOptions = [
1064
1058
  1,
1065
1059
  n0,
1066
1060
  _DDTOo,
1067
1061
  0,
1068
- () => DomainDeliverabilityTrackingOption,
1069
- ];
1070
- var DomainIspPlacements = [1, n0, _DIP, 0, () => DomainIspPlacement];
1071
- var EventDestinations = [1, n0, _EDv, 0, () => EventDestination];
1072
- var IdentityInfoList = [1, n0, _IIL, 0, () => IdentityInfo];
1073
- var IspPlacements = [1, n0, _IPs, 0, () => IspPlacement];
1074
- var MessageTagList = [1, n0, _MTL, 0, () => MessageTag];
1075
- var TagList = [1, n0, _TL, 0, () => Tag];
1062
+ () => DomainDeliverabilityTrackingOption$,
1063
+ ];
1064
+ var DomainIspPlacements = [1, n0, _DIP, 0, () => DomainIspPlacement$];
1065
+ var EventDestinations = [1, n0, _EDv, 0, () => EventDestination$];
1066
+ var IdentityInfoList = [1, n0, _IIL, 0, () => IdentityInfo$];
1067
+ var IspPlacements = [1, n0, _IPs, 0, () => IspPlacement$];
1068
+ var MessageTagList = [1, n0, _MTL, 0, () => MessageTag$];
1069
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1076
1070
  var BlacklistReport = [2, n0, _BR, 0, 0, () => BlacklistEntries];
1077
- var CreateConfigurationSet = [
1071
+ var CreateConfigurationSet$ = [
1078
1072
  9,
1079
1073
  n0,
1080
1074
  _CCS,
1081
1075
  { [_h]: ["POST", "/v1/email/configuration-sets", 200] },
1082
- () => CreateConfigurationSetRequest,
1083
- () => CreateConfigurationSetResponse,
1076
+ () => CreateConfigurationSetRequest$,
1077
+ () => CreateConfigurationSetResponse$,
1084
1078
  ];
1085
- var CreateConfigurationSetEventDestination = [
1079
+ var CreateConfigurationSetEventDestination$ = [
1086
1080
  9,
1087
1081
  n0,
1088
1082
  _CCSED,
1089
1083
  { [_h]: ["POST", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] },
1090
- () => CreateConfigurationSetEventDestinationRequest,
1091
- () => CreateConfigurationSetEventDestinationResponse,
1084
+ () => CreateConfigurationSetEventDestinationRequest$,
1085
+ () => CreateConfigurationSetEventDestinationResponse$,
1092
1086
  ];
1093
- var CreateDedicatedIpPool = [
1087
+ var CreateDedicatedIpPool$ = [
1094
1088
  9,
1095
1089
  n0,
1096
1090
  _CDIP,
1097
1091
  { [_h]: ["POST", "/v1/email/dedicated-ip-pools", 200] },
1098
- () => CreateDedicatedIpPoolRequest,
1099
- () => CreateDedicatedIpPoolResponse,
1092
+ () => CreateDedicatedIpPoolRequest$,
1093
+ () => CreateDedicatedIpPoolResponse$,
1100
1094
  ];
1101
- var CreateDeliverabilityTestReport = [
1095
+ var CreateDeliverabilityTestReport$ = [
1102
1096
  9,
1103
1097
  n0,
1104
1098
  _CDTR,
1105
1099
  { [_h]: ["POST", "/v1/email/deliverability-dashboard/test", 200] },
1106
- () => CreateDeliverabilityTestReportRequest,
1107
- () => CreateDeliverabilityTestReportResponse,
1100
+ () => CreateDeliverabilityTestReportRequest$,
1101
+ () => CreateDeliverabilityTestReportResponse$,
1108
1102
  ];
1109
- var CreateEmailIdentity = [
1103
+ var CreateEmailIdentity$ = [
1110
1104
  9,
1111
1105
  n0,
1112
1106
  _CEI,
1113
1107
  { [_h]: ["POST", "/v1/email/identities", 200] },
1114
- () => CreateEmailIdentityRequest,
1115
- () => CreateEmailIdentityResponse,
1108
+ () => CreateEmailIdentityRequest$,
1109
+ () => CreateEmailIdentityResponse$,
1116
1110
  ];
1117
- var DeleteConfigurationSet = [
1111
+ var DeleteConfigurationSet$ = [
1118
1112
  9,
1119
1113
  n0,
1120
1114
  _DCS,
1121
1115
  { [_h]: ["DELETE", "/v1/email/configuration-sets/{ConfigurationSetName}", 200] },
1122
- () => DeleteConfigurationSetRequest,
1123
- () => DeleteConfigurationSetResponse,
1116
+ () => DeleteConfigurationSetRequest$,
1117
+ () => DeleteConfigurationSetResponse$,
1124
1118
  ];
1125
- var DeleteConfigurationSetEventDestination = [
1119
+ var DeleteConfigurationSetEventDestination$ = [
1126
1120
  9,
1127
1121
  n0,
1128
1122
  _DCSED,
@@ -1133,290 +1127,290 @@ var DeleteConfigurationSetEventDestination = [
1133
1127
  200,
1134
1128
  ],
1135
1129
  },
1136
- () => DeleteConfigurationSetEventDestinationRequest,
1137
- () => DeleteConfigurationSetEventDestinationResponse,
1130
+ () => DeleteConfigurationSetEventDestinationRequest$,
1131
+ () => DeleteConfigurationSetEventDestinationResponse$,
1138
1132
  ];
1139
- var DeleteDedicatedIpPool = [
1133
+ var DeleteDedicatedIpPool$ = [
1140
1134
  9,
1141
1135
  n0,
1142
1136
  _DDIP,
1143
1137
  { [_h]: ["DELETE", "/v1/email/dedicated-ip-pools/{PoolName}", 200] },
1144
- () => DeleteDedicatedIpPoolRequest,
1145
- () => DeleteDedicatedIpPoolResponse,
1138
+ () => DeleteDedicatedIpPoolRequest$,
1139
+ () => DeleteDedicatedIpPoolResponse$,
1146
1140
  ];
1147
- var DeleteEmailIdentity = [
1141
+ var DeleteEmailIdentity$ = [
1148
1142
  9,
1149
1143
  n0,
1150
1144
  _DEI,
1151
1145
  { [_h]: ["DELETE", "/v1/email/identities/{EmailIdentity}", 200] },
1152
- () => DeleteEmailIdentityRequest,
1153
- () => DeleteEmailIdentityResponse,
1146
+ () => DeleteEmailIdentityRequest$,
1147
+ () => DeleteEmailIdentityResponse$,
1154
1148
  ];
1155
- var GetAccount = [
1149
+ var GetAccount$ = [
1156
1150
  9,
1157
1151
  n0,
1158
1152
  _GA,
1159
1153
  { [_h]: ["GET", "/v1/email/account", 200] },
1160
- () => GetAccountRequest,
1161
- () => GetAccountResponse,
1154
+ () => GetAccountRequest$,
1155
+ () => GetAccountResponse$,
1162
1156
  ];
1163
- var GetBlacklistReports = [
1157
+ var GetBlacklistReports$ = [
1164
1158
  9,
1165
1159
  n0,
1166
1160
  _GBR,
1167
1161
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/blacklist-report", 200] },
1168
- () => GetBlacklistReportsRequest,
1169
- () => GetBlacklistReportsResponse,
1162
+ () => GetBlacklistReportsRequest$,
1163
+ () => GetBlacklistReportsResponse$,
1170
1164
  ];
1171
- var GetConfigurationSet = [
1165
+ var GetConfigurationSet$ = [
1172
1166
  9,
1173
1167
  n0,
1174
1168
  _GCS,
1175
1169
  { [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}", 200] },
1176
- () => GetConfigurationSetRequest,
1177
- () => GetConfigurationSetResponse,
1170
+ () => GetConfigurationSetRequest$,
1171
+ () => GetConfigurationSetResponse$,
1178
1172
  ];
1179
- var GetConfigurationSetEventDestinations = [
1173
+ var GetConfigurationSetEventDestinations$ = [
1180
1174
  9,
1181
1175
  n0,
1182
1176
  _GCSED,
1183
1177
  { [_h]: ["GET", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] },
1184
- () => GetConfigurationSetEventDestinationsRequest,
1185
- () => GetConfigurationSetEventDestinationsResponse,
1178
+ () => GetConfigurationSetEventDestinationsRequest$,
1179
+ () => GetConfigurationSetEventDestinationsResponse$,
1186
1180
  ];
1187
- var GetDedicatedIp = [
1181
+ var GetDedicatedIp$ = [
1188
1182
  9,
1189
1183
  n0,
1190
1184
  _GDI,
1191
1185
  { [_h]: ["GET", "/v1/email/dedicated-ips/{Ip}", 200] },
1192
- () => GetDedicatedIpRequest,
1193
- () => GetDedicatedIpResponse,
1186
+ () => GetDedicatedIpRequest$,
1187
+ () => GetDedicatedIpResponse$,
1194
1188
  ];
1195
- var GetDedicatedIps = [
1189
+ var GetDedicatedIps$ = [
1196
1190
  9,
1197
1191
  n0,
1198
1192
  _GDIe,
1199
1193
  { [_h]: ["GET", "/v1/email/dedicated-ips", 200] },
1200
- () => GetDedicatedIpsRequest,
1201
- () => GetDedicatedIpsResponse,
1194
+ () => GetDedicatedIpsRequest$,
1195
+ () => GetDedicatedIpsResponse$,
1202
1196
  ];
1203
- var GetDeliverabilityDashboardOptions = [
1197
+ var GetDeliverabilityDashboardOptions$ = [
1204
1198
  9,
1205
1199
  n0,
1206
1200
  _GDDO,
1207
1201
  { [_h]: ["GET", "/v1/email/deliverability-dashboard", 200] },
1208
- () => GetDeliverabilityDashboardOptionsRequest,
1209
- () => GetDeliverabilityDashboardOptionsResponse,
1202
+ () => GetDeliverabilityDashboardOptionsRequest$,
1203
+ () => GetDeliverabilityDashboardOptionsResponse$,
1210
1204
  ];
1211
- var GetDeliverabilityTestReport = [
1205
+ var GetDeliverabilityTestReport$ = [
1212
1206
  9,
1213
1207
  n0,
1214
1208
  _GDTR,
1215
1209
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports/{ReportId}", 200] },
1216
- () => GetDeliverabilityTestReportRequest,
1217
- () => GetDeliverabilityTestReportResponse,
1210
+ () => GetDeliverabilityTestReportRequest$,
1211
+ () => GetDeliverabilityTestReportResponse$,
1218
1212
  ];
1219
- var GetDomainDeliverabilityCampaign = [
1213
+ var GetDomainDeliverabilityCampaign$ = [
1220
1214
  9,
1221
1215
  n0,
1222
1216
  _GDDC,
1223
1217
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/campaigns/{CampaignId}", 200] },
1224
- () => GetDomainDeliverabilityCampaignRequest,
1225
- () => GetDomainDeliverabilityCampaignResponse,
1218
+ () => GetDomainDeliverabilityCampaignRequest$,
1219
+ () => GetDomainDeliverabilityCampaignResponse$,
1226
1220
  ];
1227
- var GetDomainStatisticsReport = [
1221
+ var GetDomainStatisticsReport$ = [
1228
1222
  9,
1229
1223
  n0,
1230
1224
  _GDSR,
1231
1225
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/statistics-report/{Domain}", 200] },
1232
- () => GetDomainStatisticsReportRequest,
1233
- () => GetDomainStatisticsReportResponse,
1226
+ () => GetDomainStatisticsReportRequest$,
1227
+ () => GetDomainStatisticsReportResponse$,
1234
1228
  ];
1235
- var GetEmailIdentity = [
1229
+ var GetEmailIdentity$ = [
1236
1230
  9,
1237
1231
  n0,
1238
1232
  _GEI,
1239
1233
  { [_h]: ["GET", "/v1/email/identities/{EmailIdentity}", 200] },
1240
- () => GetEmailIdentityRequest,
1241
- () => GetEmailIdentityResponse,
1234
+ () => GetEmailIdentityRequest$,
1235
+ () => GetEmailIdentityResponse$,
1242
1236
  ];
1243
- var ListConfigurationSets = [
1237
+ var ListConfigurationSets$ = [
1244
1238
  9,
1245
1239
  n0,
1246
1240
  _LCS,
1247
1241
  { [_h]: ["GET", "/v1/email/configuration-sets", 200] },
1248
- () => ListConfigurationSetsRequest,
1249
- () => ListConfigurationSetsResponse,
1242
+ () => ListConfigurationSetsRequest$,
1243
+ () => ListConfigurationSetsResponse$,
1250
1244
  ];
1251
- var ListDedicatedIpPools = [
1245
+ var ListDedicatedIpPools$ = [
1252
1246
  9,
1253
1247
  n0,
1254
1248
  _LDIP,
1255
1249
  { [_h]: ["GET", "/v1/email/dedicated-ip-pools", 200] },
1256
- () => ListDedicatedIpPoolsRequest,
1257
- () => ListDedicatedIpPoolsResponse,
1250
+ () => ListDedicatedIpPoolsRequest$,
1251
+ () => ListDedicatedIpPoolsResponse$,
1258
1252
  ];
1259
- var ListDeliverabilityTestReports = [
1253
+ var ListDeliverabilityTestReports$ = [
1260
1254
  9,
1261
1255
  n0,
1262
1256
  _LDTR,
1263
1257
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/test-reports", 200] },
1264
- () => ListDeliverabilityTestReportsRequest,
1265
- () => ListDeliverabilityTestReportsResponse,
1258
+ () => ListDeliverabilityTestReportsRequest$,
1259
+ () => ListDeliverabilityTestReportsResponse$,
1266
1260
  ];
1267
- var ListDomainDeliverabilityCampaigns = [
1261
+ var ListDomainDeliverabilityCampaigns$ = [
1268
1262
  9,
1269
1263
  n0,
1270
1264
  _LDDC,
1271
1265
  { [_h]: ["GET", "/v1/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns", 200] },
1272
- () => ListDomainDeliverabilityCampaignsRequest,
1273
- () => ListDomainDeliverabilityCampaignsResponse,
1266
+ () => ListDomainDeliverabilityCampaignsRequest$,
1267
+ () => ListDomainDeliverabilityCampaignsResponse$,
1274
1268
  ];
1275
- var ListEmailIdentities = [
1269
+ var ListEmailIdentities$ = [
1276
1270
  9,
1277
1271
  n0,
1278
1272
  _LEI,
1279
1273
  { [_h]: ["GET", "/v1/email/identities", 200] },
1280
- () => ListEmailIdentitiesRequest,
1281
- () => ListEmailIdentitiesResponse,
1274
+ () => ListEmailIdentitiesRequest$,
1275
+ () => ListEmailIdentitiesResponse$,
1282
1276
  ];
1283
- var ListTagsForResource = [
1277
+ var ListTagsForResource$ = [
1284
1278
  9,
1285
1279
  n0,
1286
1280
  _LTFR,
1287
1281
  { [_h]: ["GET", "/v1/email/tags", 200] },
1288
- () => ListTagsForResourceRequest,
1289
- () => ListTagsForResourceResponse,
1282
+ () => ListTagsForResourceRequest$,
1283
+ () => ListTagsForResourceResponse$,
1290
1284
  ];
1291
- var PutAccountDedicatedIpWarmupAttributes = [
1285
+ var PutAccountDedicatedIpWarmupAttributes$ = [
1292
1286
  9,
1293
1287
  n0,
1294
1288
  _PADIWA,
1295
1289
  { [_h]: ["PUT", "/v1/email/account/dedicated-ips/warmup", 200] },
1296
- () => PutAccountDedicatedIpWarmupAttributesRequest,
1297
- () => PutAccountDedicatedIpWarmupAttributesResponse,
1290
+ () => PutAccountDedicatedIpWarmupAttributesRequest$,
1291
+ () => PutAccountDedicatedIpWarmupAttributesResponse$,
1298
1292
  ];
1299
- var PutAccountSendingAttributes = [
1293
+ var PutAccountSendingAttributes$ = [
1300
1294
  9,
1301
1295
  n0,
1302
1296
  _PASA,
1303
1297
  { [_h]: ["PUT", "/v1/email/account/sending", 200] },
1304
- () => PutAccountSendingAttributesRequest,
1305
- () => PutAccountSendingAttributesResponse,
1298
+ () => PutAccountSendingAttributesRequest$,
1299
+ () => PutAccountSendingAttributesResponse$,
1306
1300
  ];
1307
- var PutConfigurationSetDeliveryOptions = [
1301
+ var PutConfigurationSetDeliveryOptions$ = [
1308
1302
  9,
1309
1303
  n0,
1310
1304
  _PCSDO,
1311
1305
  { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/delivery-options", 200] },
1312
- () => PutConfigurationSetDeliveryOptionsRequest,
1313
- () => PutConfigurationSetDeliveryOptionsResponse,
1306
+ () => PutConfigurationSetDeliveryOptionsRequest$,
1307
+ () => PutConfigurationSetDeliveryOptionsResponse$,
1314
1308
  ];
1315
- var PutConfigurationSetReputationOptions = [
1309
+ var PutConfigurationSetReputationOptions$ = [
1316
1310
  9,
1317
1311
  n0,
1318
1312
  _PCSRO,
1319
1313
  { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/reputation-options", 200] },
1320
- () => PutConfigurationSetReputationOptionsRequest,
1321
- () => PutConfigurationSetReputationOptionsResponse,
1314
+ () => PutConfigurationSetReputationOptionsRequest$,
1315
+ () => PutConfigurationSetReputationOptionsResponse$,
1322
1316
  ];
1323
- var PutConfigurationSetSendingOptions = [
1317
+ var PutConfigurationSetSendingOptions$ = [
1324
1318
  9,
1325
1319
  n0,
1326
1320
  _PCSSO,
1327
1321
  { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/sending", 200] },
1328
- () => PutConfigurationSetSendingOptionsRequest,
1329
- () => PutConfigurationSetSendingOptionsResponse,
1322
+ () => PutConfigurationSetSendingOptionsRequest$,
1323
+ () => PutConfigurationSetSendingOptionsResponse$,
1330
1324
  ];
1331
- var PutConfigurationSetTrackingOptions = [
1325
+ var PutConfigurationSetTrackingOptions$ = [
1332
1326
  9,
1333
1327
  n0,
1334
1328
  _PCSTO,
1335
1329
  { [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/tracking-options", 200] },
1336
- () => PutConfigurationSetTrackingOptionsRequest,
1337
- () => PutConfigurationSetTrackingOptionsResponse,
1330
+ () => PutConfigurationSetTrackingOptionsRequest$,
1331
+ () => PutConfigurationSetTrackingOptionsResponse$,
1338
1332
  ];
1339
- var PutDedicatedIpInPool = [
1333
+ var PutDedicatedIpInPool$ = [
1340
1334
  9,
1341
1335
  n0,
1342
1336
  _PDIIP,
1343
1337
  { [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/pool", 200] },
1344
- () => PutDedicatedIpInPoolRequest,
1345
- () => PutDedicatedIpInPoolResponse,
1338
+ () => PutDedicatedIpInPoolRequest$,
1339
+ () => PutDedicatedIpInPoolResponse$,
1346
1340
  ];
1347
- var PutDedicatedIpWarmupAttributes = [
1341
+ var PutDedicatedIpWarmupAttributes$ = [
1348
1342
  9,
1349
1343
  n0,
1350
1344
  _PDIWA,
1351
1345
  { [_h]: ["PUT", "/v1/email/dedicated-ips/{Ip}/warmup", 200] },
1352
- () => PutDedicatedIpWarmupAttributesRequest,
1353
- () => PutDedicatedIpWarmupAttributesResponse,
1346
+ () => PutDedicatedIpWarmupAttributesRequest$,
1347
+ () => PutDedicatedIpWarmupAttributesResponse$,
1354
1348
  ];
1355
- var PutDeliverabilityDashboardOption = [
1349
+ var PutDeliverabilityDashboardOption$ = [
1356
1350
  9,
1357
1351
  n0,
1358
1352
  _PDDO,
1359
1353
  { [_h]: ["PUT", "/v1/email/deliverability-dashboard", 200] },
1360
- () => PutDeliverabilityDashboardOptionRequest,
1361
- () => PutDeliverabilityDashboardOptionResponse,
1354
+ () => PutDeliverabilityDashboardOptionRequest$,
1355
+ () => PutDeliverabilityDashboardOptionResponse$,
1362
1356
  ];
1363
- var PutEmailIdentityDkimAttributes = [
1357
+ var PutEmailIdentityDkimAttributes$ = [
1364
1358
  9,
1365
1359
  n0,
1366
1360
  _PEIDA,
1367
1361
  { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/dkim", 200] },
1368
- () => PutEmailIdentityDkimAttributesRequest,
1369
- () => PutEmailIdentityDkimAttributesResponse,
1362
+ () => PutEmailIdentityDkimAttributesRequest$,
1363
+ () => PutEmailIdentityDkimAttributesResponse$,
1370
1364
  ];
1371
- var PutEmailIdentityFeedbackAttributes = [
1365
+ var PutEmailIdentityFeedbackAttributes$ = [
1372
1366
  9,
1373
1367
  n0,
1374
1368
  _PEIFA,
1375
1369
  { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/feedback", 200] },
1376
- () => PutEmailIdentityFeedbackAttributesRequest,
1377
- () => PutEmailIdentityFeedbackAttributesResponse,
1370
+ () => PutEmailIdentityFeedbackAttributesRequest$,
1371
+ () => PutEmailIdentityFeedbackAttributesResponse$,
1378
1372
  ];
1379
- var PutEmailIdentityMailFromAttributes = [
1373
+ var PutEmailIdentityMailFromAttributes$ = [
1380
1374
  9,
1381
1375
  n0,
1382
1376
  _PEIMFA,
1383
1377
  { [_h]: ["PUT", "/v1/email/identities/{EmailIdentity}/mail-from", 200] },
1384
- () => PutEmailIdentityMailFromAttributesRequest,
1385
- () => PutEmailIdentityMailFromAttributesResponse,
1378
+ () => PutEmailIdentityMailFromAttributesRequest$,
1379
+ () => PutEmailIdentityMailFromAttributesResponse$,
1386
1380
  ];
1387
- var SendEmail = [
1381
+ var SendEmail$ = [
1388
1382
  9,
1389
1383
  n0,
1390
1384
  _SEen,
1391
1385
  { [_h]: ["POST", "/v1/email/outbound-emails", 200] },
1392
- () => SendEmailRequest,
1393
- () => SendEmailResponse,
1386
+ () => SendEmailRequest$,
1387
+ () => SendEmailResponse$,
1394
1388
  ];
1395
- var TagResource = [
1389
+ var TagResource$ = [
1396
1390
  9,
1397
1391
  n0,
1398
1392
  _TR,
1399
1393
  { [_h]: ["POST", "/v1/email/tags", 200] },
1400
- () => TagResourceRequest,
1401
- () => TagResourceResponse,
1394
+ () => TagResourceRequest$,
1395
+ () => TagResourceResponse$,
1402
1396
  ];
1403
- var UntagResource = [
1397
+ var UntagResource$ = [
1404
1398
  9,
1405
1399
  n0,
1406
1400
  _UR,
1407
1401
  { [_h]: ["DELETE", "/v1/email/tags", 200] },
1408
- () => UntagResourceRequest,
1409
- () => UntagResourceResponse,
1402
+ () => UntagResourceRequest$,
1403
+ () => UntagResourceResponse$,
1410
1404
  ];
1411
- var UpdateConfigurationSetEventDestination = [
1405
+ var UpdateConfigurationSetEventDestination$ = [
1412
1406
  9,
1413
1407
  n0,
1414
1408
  _UCSED,
1415
1409
  {
1416
1410
  [_h]: ["PUT", "/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}", 200],
1417
1411
  },
1418
- () => UpdateConfigurationSetEventDestinationRequest,
1419
- () => UpdateConfigurationSetEventDestinationResponse,
1412
+ () => UpdateConfigurationSetEventDestinationRequest$,
1413
+ () => UpdateConfigurationSetEventDestinationResponse$,
1420
1414
  ];
1421
1415
 
1422
1416
  class CreateConfigurationSetCommand extends smithyClient.Command
@@ -1427,7 +1421,7 @@ class CreateConfigurationSetCommand extends smithyClient.Command
1427
1421
  })
1428
1422
  .s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
1429
1423
  .n("PinpointEmailClient", "CreateConfigurationSetCommand")
1430
- .sc(CreateConfigurationSet)
1424
+ .sc(CreateConfigurationSet$)
1431
1425
  .build() {
1432
1426
  }
1433
1427
 
@@ -1439,7 +1433,7 @@ class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
1439
1433
  })
1440
1434
  .s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
1441
1435
  .n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
1442
- .sc(CreateConfigurationSetEventDestination)
1436
+ .sc(CreateConfigurationSetEventDestination$)
1443
1437
  .build() {
1444
1438
  }
1445
1439
 
@@ -1451,7 +1445,7 @@ class CreateDedicatedIpPoolCommand extends smithyClient.Command
1451
1445
  })
1452
1446
  .s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
1453
1447
  .n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
1454
- .sc(CreateDedicatedIpPool)
1448
+ .sc(CreateDedicatedIpPool$)
1455
1449
  .build() {
1456
1450
  }
1457
1451
 
@@ -1463,7 +1457,7 @@ class CreateDeliverabilityTestReportCommand extends smithyClient.Command
1463
1457
  })
1464
1458
  .s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
1465
1459
  .n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
1466
- .sc(CreateDeliverabilityTestReport)
1460
+ .sc(CreateDeliverabilityTestReport$)
1467
1461
  .build() {
1468
1462
  }
1469
1463
 
@@ -1475,7 +1469,7 @@ class CreateEmailIdentityCommand extends smithyClient.Command
1475
1469
  })
1476
1470
  .s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
1477
1471
  .n("PinpointEmailClient", "CreateEmailIdentityCommand")
1478
- .sc(CreateEmailIdentity)
1472
+ .sc(CreateEmailIdentity$)
1479
1473
  .build() {
1480
1474
  }
1481
1475
 
@@ -1487,7 +1481,7 @@ class DeleteConfigurationSetCommand extends smithyClient.Command
1487
1481
  })
1488
1482
  .s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
1489
1483
  .n("PinpointEmailClient", "DeleteConfigurationSetCommand")
1490
- .sc(DeleteConfigurationSet)
1484
+ .sc(DeleteConfigurationSet$)
1491
1485
  .build() {
1492
1486
  }
1493
1487
 
@@ -1499,7 +1493,7 @@ class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
1499
1493
  })
1500
1494
  .s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
1501
1495
  .n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
1502
- .sc(DeleteConfigurationSetEventDestination)
1496
+ .sc(DeleteConfigurationSetEventDestination$)
1503
1497
  .build() {
1504
1498
  }
1505
1499
 
@@ -1511,7 +1505,7 @@ class DeleteDedicatedIpPoolCommand extends smithyClient.Command
1511
1505
  })
1512
1506
  .s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
1513
1507
  .n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
1514
- .sc(DeleteDedicatedIpPool)
1508
+ .sc(DeleteDedicatedIpPool$)
1515
1509
  .build() {
1516
1510
  }
1517
1511
 
@@ -1523,7 +1517,7 @@ class DeleteEmailIdentityCommand extends smithyClient.Command
1523
1517
  })
1524
1518
  .s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
1525
1519
  .n("PinpointEmailClient", "DeleteEmailIdentityCommand")
1526
- .sc(DeleteEmailIdentity)
1520
+ .sc(DeleteEmailIdentity$)
1527
1521
  .build() {
1528
1522
  }
1529
1523
 
@@ -1535,7 +1529,7 @@ class GetAccountCommand extends smithyClient.Command
1535
1529
  })
1536
1530
  .s("AmazonPinpointEmailService", "GetAccount", {})
1537
1531
  .n("PinpointEmailClient", "GetAccountCommand")
1538
- .sc(GetAccount)
1532
+ .sc(GetAccount$)
1539
1533
  .build() {
1540
1534
  }
1541
1535
 
@@ -1547,7 +1541,7 @@ class GetBlacklistReportsCommand extends smithyClient.Command
1547
1541
  })
1548
1542
  .s("AmazonPinpointEmailService", "GetBlacklistReports", {})
1549
1543
  .n("PinpointEmailClient", "GetBlacklistReportsCommand")
1550
- .sc(GetBlacklistReports)
1544
+ .sc(GetBlacklistReports$)
1551
1545
  .build() {
1552
1546
  }
1553
1547
 
@@ -1559,7 +1553,7 @@ class GetConfigurationSetCommand extends smithyClient.Command
1559
1553
  })
1560
1554
  .s("AmazonPinpointEmailService", "GetConfigurationSet", {})
1561
1555
  .n("PinpointEmailClient", "GetConfigurationSetCommand")
1562
- .sc(GetConfigurationSet)
1556
+ .sc(GetConfigurationSet$)
1563
1557
  .build() {
1564
1558
  }
1565
1559
 
@@ -1571,7 +1565,7 @@ class GetConfigurationSetEventDestinationsCommand extends smithyClient.Command
1571
1565
  })
1572
1566
  .s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {})
1573
1567
  .n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand")
1574
- .sc(GetConfigurationSetEventDestinations)
1568
+ .sc(GetConfigurationSetEventDestinations$)
1575
1569
  .build() {
1576
1570
  }
1577
1571
 
@@ -1583,7 +1577,7 @@ class GetDedicatedIpCommand extends smithyClient.Command
1583
1577
  })
1584
1578
  .s("AmazonPinpointEmailService", "GetDedicatedIp", {})
1585
1579
  .n("PinpointEmailClient", "GetDedicatedIpCommand")
1586
- .sc(GetDedicatedIp)
1580
+ .sc(GetDedicatedIp$)
1587
1581
  .build() {
1588
1582
  }
1589
1583
 
@@ -1595,7 +1589,7 @@ class GetDedicatedIpsCommand extends smithyClient.Command
1595
1589
  })
1596
1590
  .s("AmazonPinpointEmailService", "GetDedicatedIps", {})
1597
1591
  .n("PinpointEmailClient", "GetDedicatedIpsCommand")
1598
- .sc(GetDedicatedIps)
1592
+ .sc(GetDedicatedIps$)
1599
1593
  .build() {
1600
1594
  }
1601
1595
 
@@ -1607,7 +1601,7 @@ class GetDeliverabilityDashboardOptionsCommand extends smithyClient.Command
1607
1601
  })
1608
1602
  .s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {})
1609
1603
  .n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand")
1610
- .sc(GetDeliverabilityDashboardOptions)
1604
+ .sc(GetDeliverabilityDashboardOptions$)
1611
1605
  .build() {
1612
1606
  }
1613
1607
 
@@ -1619,7 +1613,7 @@ class GetDeliverabilityTestReportCommand extends smithyClient.Command
1619
1613
  })
1620
1614
  .s("AmazonPinpointEmailService", "GetDeliverabilityTestReport", {})
1621
1615
  .n("PinpointEmailClient", "GetDeliverabilityTestReportCommand")
1622
- .sc(GetDeliverabilityTestReport)
1616
+ .sc(GetDeliverabilityTestReport$)
1623
1617
  .build() {
1624
1618
  }
1625
1619
 
@@ -1631,7 +1625,7 @@ class GetDomainDeliverabilityCampaignCommand extends smithyClient.Command
1631
1625
  })
1632
1626
  .s("AmazonPinpointEmailService", "GetDomainDeliverabilityCampaign", {})
1633
1627
  .n("PinpointEmailClient", "GetDomainDeliverabilityCampaignCommand")
1634
- .sc(GetDomainDeliverabilityCampaign)
1628
+ .sc(GetDomainDeliverabilityCampaign$)
1635
1629
  .build() {
1636
1630
  }
1637
1631
 
@@ -1643,7 +1637,7 @@ class GetDomainStatisticsReportCommand extends smithyClient.Command
1643
1637
  })
1644
1638
  .s("AmazonPinpointEmailService", "GetDomainStatisticsReport", {})
1645
1639
  .n("PinpointEmailClient", "GetDomainStatisticsReportCommand")
1646
- .sc(GetDomainStatisticsReport)
1640
+ .sc(GetDomainStatisticsReport$)
1647
1641
  .build() {
1648
1642
  }
1649
1643
 
@@ -1655,7 +1649,7 @@ class GetEmailIdentityCommand extends smithyClient.Command
1655
1649
  })
1656
1650
  .s("AmazonPinpointEmailService", "GetEmailIdentity", {})
1657
1651
  .n("PinpointEmailClient", "GetEmailIdentityCommand")
1658
- .sc(GetEmailIdentity)
1652
+ .sc(GetEmailIdentity$)
1659
1653
  .build() {
1660
1654
  }
1661
1655
 
@@ -1667,7 +1661,7 @@ class ListConfigurationSetsCommand extends smithyClient.Command
1667
1661
  })
1668
1662
  .s("AmazonPinpointEmailService", "ListConfigurationSets", {})
1669
1663
  .n("PinpointEmailClient", "ListConfigurationSetsCommand")
1670
- .sc(ListConfigurationSets)
1664
+ .sc(ListConfigurationSets$)
1671
1665
  .build() {
1672
1666
  }
1673
1667
 
@@ -1679,7 +1673,7 @@ class ListDedicatedIpPoolsCommand extends smithyClient.Command
1679
1673
  })
1680
1674
  .s("AmazonPinpointEmailService", "ListDedicatedIpPools", {})
1681
1675
  .n("PinpointEmailClient", "ListDedicatedIpPoolsCommand")
1682
- .sc(ListDedicatedIpPools)
1676
+ .sc(ListDedicatedIpPools$)
1683
1677
  .build() {
1684
1678
  }
1685
1679
 
@@ -1691,7 +1685,7 @@ class ListDeliverabilityTestReportsCommand extends smithyClient.Command
1691
1685
  })
1692
1686
  .s("AmazonPinpointEmailService", "ListDeliverabilityTestReports", {})
1693
1687
  .n("PinpointEmailClient", "ListDeliverabilityTestReportsCommand")
1694
- .sc(ListDeliverabilityTestReports)
1688
+ .sc(ListDeliverabilityTestReports$)
1695
1689
  .build() {
1696
1690
  }
1697
1691
 
@@ -1703,7 +1697,7 @@ class ListDomainDeliverabilityCampaignsCommand extends smithyClient.Command
1703
1697
  })
1704
1698
  .s("AmazonPinpointEmailService", "ListDomainDeliverabilityCampaigns", {})
1705
1699
  .n("PinpointEmailClient", "ListDomainDeliverabilityCampaignsCommand")
1706
- .sc(ListDomainDeliverabilityCampaigns)
1700
+ .sc(ListDomainDeliverabilityCampaigns$)
1707
1701
  .build() {
1708
1702
  }
1709
1703
 
@@ -1715,7 +1709,7 @@ class ListEmailIdentitiesCommand extends smithyClient.Command
1715
1709
  })
1716
1710
  .s("AmazonPinpointEmailService", "ListEmailIdentities", {})
1717
1711
  .n("PinpointEmailClient", "ListEmailIdentitiesCommand")
1718
- .sc(ListEmailIdentities)
1712
+ .sc(ListEmailIdentities$)
1719
1713
  .build() {
1720
1714
  }
1721
1715
 
@@ -1727,7 +1721,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1727
1721
  })
1728
1722
  .s("AmazonPinpointEmailService", "ListTagsForResource", {})
1729
1723
  .n("PinpointEmailClient", "ListTagsForResourceCommand")
1730
- .sc(ListTagsForResource)
1724
+ .sc(ListTagsForResource$)
1731
1725
  .build() {
1732
1726
  }
1733
1727
 
@@ -1739,7 +1733,7 @@ class PutAccountDedicatedIpWarmupAttributesCommand extends smithyClient.Command
1739
1733
  })
1740
1734
  .s("AmazonPinpointEmailService", "PutAccountDedicatedIpWarmupAttributes", {})
1741
1735
  .n("PinpointEmailClient", "PutAccountDedicatedIpWarmupAttributesCommand")
1742
- .sc(PutAccountDedicatedIpWarmupAttributes)
1736
+ .sc(PutAccountDedicatedIpWarmupAttributes$)
1743
1737
  .build() {
1744
1738
  }
1745
1739
 
@@ -1751,7 +1745,7 @@ class PutAccountSendingAttributesCommand extends smithyClient.Command
1751
1745
  })
1752
1746
  .s("AmazonPinpointEmailService", "PutAccountSendingAttributes", {})
1753
1747
  .n("PinpointEmailClient", "PutAccountSendingAttributesCommand")
1754
- .sc(PutAccountSendingAttributes)
1748
+ .sc(PutAccountSendingAttributes$)
1755
1749
  .build() {
1756
1750
  }
1757
1751
 
@@ -1763,7 +1757,7 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
1763
1757
  })
1764
1758
  .s("AmazonPinpointEmailService", "PutConfigurationSetDeliveryOptions", {})
1765
1759
  .n("PinpointEmailClient", "PutConfigurationSetDeliveryOptionsCommand")
1766
- .sc(PutConfigurationSetDeliveryOptions)
1760
+ .sc(PutConfigurationSetDeliveryOptions$)
1767
1761
  .build() {
1768
1762
  }
1769
1763
 
@@ -1775,7 +1769,7 @@ class PutConfigurationSetReputationOptionsCommand extends smithyClient.Command
1775
1769
  })
1776
1770
  .s("AmazonPinpointEmailService", "PutConfigurationSetReputationOptions", {})
1777
1771
  .n("PinpointEmailClient", "PutConfigurationSetReputationOptionsCommand")
1778
- .sc(PutConfigurationSetReputationOptions)
1772
+ .sc(PutConfigurationSetReputationOptions$)
1779
1773
  .build() {
1780
1774
  }
1781
1775
 
@@ -1787,7 +1781,7 @@ class PutConfigurationSetSendingOptionsCommand extends smithyClient.Command
1787
1781
  })
1788
1782
  .s("AmazonPinpointEmailService", "PutConfigurationSetSendingOptions", {})
1789
1783
  .n("PinpointEmailClient", "PutConfigurationSetSendingOptionsCommand")
1790
- .sc(PutConfigurationSetSendingOptions)
1784
+ .sc(PutConfigurationSetSendingOptions$)
1791
1785
  .build() {
1792
1786
  }
1793
1787
 
@@ -1799,7 +1793,7 @@ class PutConfigurationSetTrackingOptionsCommand extends smithyClient.Command
1799
1793
  })
1800
1794
  .s("AmazonPinpointEmailService", "PutConfigurationSetTrackingOptions", {})
1801
1795
  .n("PinpointEmailClient", "PutConfigurationSetTrackingOptionsCommand")
1802
- .sc(PutConfigurationSetTrackingOptions)
1796
+ .sc(PutConfigurationSetTrackingOptions$)
1803
1797
  .build() {
1804
1798
  }
1805
1799
 
@@ -1811,7 +1805,7 @@ class PutDedicatedIpInPoolCommand extends smithyClient.Command
1811
1805
  })
1812
1806
  .s("AmazonPinpointEmailService", "PutDedicatedIpInPool", {})
1813
1807
  .n("PinpointEmailClient", "PutDedicatedIpInPoolCommand")
1814
- .sc(PutDedicatedIpInPool)
1808
+ .sc(PutDedicatedIpInPool$)
1815
1809
  .build() {
1816
1810
  }
1817
1811
 
@@ -1823,7 +1817,7 @@ class PutDedicatedIpWarmupAttributesCommand extends smithyClient.Command
1823
1817
  })
1824
1818
  .s("AmazonPinpointEmailService", "PutDedicatedIpWarmupAttributes", {})
1825
1819
  .n("PinpointEmailClient", "PutDedicatedIpWarmupAttributesCommand")
1826
- .sc(PutDedicatedIpWarmupAttributes)
1820
+ .sc(PutDedicatedIpWarmupAttributes$)
1827
1821
  .build() {
1828
1822
  }
1829
1823
 
@@ -1835,7 +1829,7 @@ class PutDeliverabilityDashboardOptionCommand extends smithyClient.Command
1835
1829
  })
1836
1830
  .s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {})
1837
1831
  .n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand")
1838
- .sc(PutDeliverabilityDashboardOption)
1832
+ .sc(PutDeliverabilityDashboardOption$)
1839
1833
  .build() {
1840
1834
  }
1841
1835
 
@@ -1847,7 +1841,7 @@ class PutEmailIdentityDkimAttributesCommand extends smithyClient.Command
1847
1841
  })
1848
1842
  .s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {})
1849
1843
  .n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand")
1850
- .sc(PutEmailIdentityDkimAttributes)
1844
+ .sc(PutEmailIdentityDkimAttributes$)
1851
1845
  .build() {
1852
1846
  }
1853
1847
 
@@ -1859,7 +1853,7 @@ class PutEmailIdentityFeedbackAttributesCommand extends smithyClient.Command
1859
1853
  })
1860
1854
  .s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {})
1861
1855
  .n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand")
1862
- .sc(PutEmailIdentityFeedbackAttributes)
1856
+ .sc(PutEmailIdentityFeedbackAttributes$)
1863
1857
  .build() {
1864
1858
  }
1865
1859
 
@@ -1871,7 +1865,7 @@ class PutEmailIdentityMailFromAttributesCommand extends smithyClient.Command
1871
1865
  })
1872
1866
  .s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {})
1873
1867
  .n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
1874
- .sc(PutEmailIdentityMailFromAttributes)
1868
+ .sc(PutEmailIdentityMailFromAttributes$)
1875
1869
  .build() {
1876
1870
  }
1877
1871
 
@@ -1883,7 +1877,7 @@ class SendEmailCommand extends smithyClient.Command
1883
1877
  })
1884
1878
  .s("AmazonPinpointEmailService", "SendEmail", {})
1885
1879
  .n("PinpointEmailClient", "SendEmailCommand")
1886
- .sc(SendEmail)
1880
+ .sc(SendEmail$)
1887
1881
  .build() {
1888
1882
  }
1889
1883
 
@@ -1895,7 +1889,7 @@ class TagResourceCommand extends smithyClient.Command
1895
1889
  })
1896
1890
  .s("AmazonPinpointEmailService", "TagResource", {})
1897
1891
  .n("PinpointEmailClient", "TagResourceCommand")
1898
- .sc(TagResource)
1892
+ .sc(TagResource$)
1899
1893
  .build() {
1900
1894
  }
1901
1895
 
@@ -1907,7 +1901,7 @@ class UntagResourceCommand extends smithyClient.Command
1907
1901
  })
1908
1902
  .s("AmazonPinpointEmailService", "UntagResource", {})
1909
1903
  .n("PinpointEmailClient", "UntagResourceCommand")
1910
- .sc(UntagResource)
1904
+ .sc(UntagResource$)
1911
1905
  .build() {
1912
1906
  }
1913
1907
 
@@ -1919,7 +1913,7 @@ class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
1919
1913
  })
1920
1914
  .s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {})
1921
1915
  .n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
1922
- .sc(UpdateConfigurationSetEventDestination)
1916
+ .sc(UpdateConfigurationSetEventDestination$)
1923
1917
  .build() {
1924
1918
  }
1925
1919
 
@@ -2046,70 +2040,243 @@ Object.defineProperty(exports, "__Client", {
2046
2040
  enumerable: true,
2047
2041
  get: function () { return smithyClient.Client; }
2048
2042
  });
2049
- exports.AccountSuspendedException = AccountSuspendedException$1;
2050
- exports.AlreadyExistsException = AlreadyExistsException$1;
2051
- exports.BadRequestException = BadRequestException$1;
2043
+ exports.AccountSuspendedException = AccountSuspendedException;
2044
+ exports.AccountSuspendedException$ = AccountSuspendedException$;
2045
+ exports.AlreadyExistsException = AlreadyExistsException;
2046
+ exports.AlreadyExistsException$ = AlreadyExistsException$;
2047
+ exports.BadRequestException = BadRequestException;
2048
+ exports.BadRequestException$ = BadRequestException$;
2052
2049
  exports.BehaviorOnMxFailure = BehaviorOnMxFailure;
2053
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
2050
+ exports.BlacklistEntry$ = BlacklistEntry$;
2051
+ exports.Body$ = Body$;
2052
+ exports.CloudWatchDestination$ = CloudWatchDestination$;
2053
+ exports.CloudWatchDimensionConfiguration$ = CloudWatchDimensionConfiguration$;
2054
+ exports.ConcurrentModificationException = ConcurrentModificationException;
2055
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
2056
+ exports.Content$ = Content$;
2057
+ exports.CreateConfigurationSet$ = CreateConfigurationSet$;
2054
2058
  exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
2059
+ exports.CreateConfigurationSetEventDestination$ = CreateConfigurationSetEventDestination$;
2055
2060
  exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
2061
+ exports.CreateConfigurationSetEventDestinationRequest$ = CreateConfigurationSetEventDestinationRequest$;
2062
+ exports.CreateConfigurationSetEventDestinationResponse$ = CreateConfigurationSetEventDestinationResponse$;
2063
+ exports.CreateConfigurationSetRequest$ = CreateConfigurationSetRequest$;
2064
+ exports.CreateConfigurationSetResponse$ = CreateConfigurationSetResponse$;
2065
+ exports.CreateDedicatedIpPool$ = CreateDedicatedIpPool$;
2056
2066
  exports.CreateDedicatedIpPoolCommand = CreateDedicatedIpPoolCommand;
2067
+ exports.CreateDedicatedIpPoolRequest$ = CreateDedicatedIpPoolRequest$;
2068
+ exports.CreateDedicatedIpPoolResponse$ = CreateDedicatedIpPoolResponse$;
2069
+ exports.CreateDeliverabilityTestReport$ = CreateDeliverabilityTestReport$;
2057
2070
  exports.CreateDeliverabilityTestReportCommand = CreateDeliverabilityTestReportCommand;
2071
+ exports.CreateDeliverabilityTestReportRequest$ = CreateDeliverabilityTestReportRequest$;
2072
+ exports.CreateDeliverabilityTestReportResponse$ = CreateDeliverabilityTestReportResponse$;
2073
+ exports.CreateEmailIdentity$ = CreateEmailIdentity$;
2058
2074
  exports.CreateEmailIdentityCommand = CreateEmailIdentityCommand;
2075
+ exports.CreateEmailIdentityRequest$ = CreateEmailIdentityRequest$;
2076
+ exports.CreateEmailIdentityResponse$ = CreateEmailIdentityResponse$;
2077
+ exports.DailyVolume$ = DailyVolume$;
2078
+ exports.DedicatedIp$ = DedicatedIp$;
2079
+ exports.DeleteConfigurationSet$ = DeleteConfigurationSet$;
2059
2080
  exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
2081
+ exports.DeleteConfigurationSetEventDestination$ = DeleteConfigurationSetEventDestination$;
2060
2082
  exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
2083
+ exports.DeleteConfigurationSetEventDestinationRequest$ = DeleteConfigurationSetEventDestinationRequest$;
2084
+ exports.DeleteConfigurationSetEventDestinationResponse$ = DeleteConfigurationSetEventDestinationResponse$;
2085
+ exports.DeleteConfigurationSetRequest$ = DeleteConfigurationSetRequest$;
2086
+ exports.DeleteConfigurationSetResponse$ = DeleteConfigurationSetResponse$;
2087
+ exports.DeleteDedicatedIpPool$ = DeleteDedicatedIpPool$;
2061
2088
  exports.DeleteDedicatedIpPoolCommand = DeleteDedicatedIpPoolCommand;
2089
+ exports.DeleteDedicatedIpPoolRequest$ = DeleteDedicatedIpPoolRequest$;
2090
+ exports.DeleteDedicatedIpPoolResponse$ = DeleteDedicatedIpPoolResponse$;
2091
+ exports.DeleteEmailIdentity$ = DeleteEmailIdentity$;
2062
2092
  exports.DeleteEmailIdentityCommand = DeleteEmailIdentityCommand;
2093
+ exports.DeleteEmailIdentityRequest$ = DeleteEmailIdentityRequest$;
2094
+ exports.DeleteEmailIdentityResponse$ = DeleteEmailIdentityResponse$;
2063
2095
  exports.DeliverabilityDashboardAccountStatus = DeliverabilityDashboardAccountStatus;
2096
+ exports.DeliverabilityTestReport$ = DeliverabilityTestReport$;
2064
2097
  exports.DeliverabilityTestStatus = DeliverabilityTestStatus;
2098
+ exports.DeliveryOptions$ = DeliveryOptions$;
2099
+ exports.Destination$ = Destination$;
2065
2100
  exports.DimensionValueSource = DimensionValueSource;
2101
+ exports.DkimAttributes$ = DkimAttributes$;
2066
2102
  exports.DkimStatus = DkimStatus;
2103
+ exports.DomainDeliverabilityCampaign$ = DomainDeliverabilityCampaign$;
2104
+ exports.DomainDeliverabilityTrackingOption$ = DomainDeliverabilityTrackingOption$;
2105
+ exports.DomainIspPlacement$ = DomainIspPlacement$;
2106
+ exports.EmailContent$ = EmailContent$;
2107
+ exports.EventDestination$ = EventDestination$;
2108
+ exports.EventDestinationDefinition$ = EventDestinationDefinition$;
2067
2109
  exports.EventType = EventType;
2110
+ exports.GetAccount$ = GetAccount$;
2068
2111
  exports.GetAccountCommand = GetAccountCommand;
2112
+ exports.GetAccountRequest$ = GetAccountRequest$;
2113
+ exports.GetAccountResponse$ = GetAccountResponse$;
2114
+ exports.GetBlacklistReports$ = GetBlacklistReports$;
2069
2115
  exports.GetBlacklistReportsCommand = GetBlacklistReportsCommand;
2116
+ exports.GetBlacklistReportsRequest$ = GetBlacklistReportsRequest$;
2117
+ exports.GetBlacklistReportsResponse$ = GetBlacklistReportsResponse$;
2118
+ exports.GetConfigurationSet$ = GetConfigurationSet$;
2070
2119
  exports.GetConfigurationSetCommand = GetConfigurationSetCommand;
2120
+ exports.GetConfigurationSetEventDestinations$ = GetConfigurationSetEventDestinations$;
2071
2121
  exports.GetConfigurationSetEventDestinationsCommand = GetConfigurationSetEventDestinationsCommand;
2122
+ exports.GetConfigurationSetEventDestinationsRequest$ = GetConfigurationSetEventDestinationsRequest$;
2123
+ exports.GetConfigurationSetEventDestinationsResponse$ = GetConfigurationSetEventDestinationsResponse$;
2124
+ exports.GetConfigurationSetRequest$ = GetConfigurationSetRequest$;
2125
+ exports.GetConfigurationSetResponse$ = GetConfigurationSetResponse$;
2126
+ exports.GetDedicatedIp$ = GetDedicatedIp$;
2072
2127
  exports.GetDedicatedIpCommand = GetDedicatedIpCommand;
2128
+ exports.GetDedicatedIpRequest$ = GetDedicatedIpRequest$;
2129
+ exports.GetDedicatedIpResponse$ = GetDedicatedIpResponse$;
2130
+ exports.GetDedicatedIps$ = GetDedicatedIps$;
2073
2131
  exports.GetDedicatedIpsCommand = GetDedicatedIpsCommand;
2132
+ exports.GetDedicatedIpsRequest$ = GetDedicatedIpsRequest$;
2133
+ exports.GetDedicatedIpsResponse$ = GetDedicatedIpsResponse$;
2134
+ exports.GetDeliverabilityDashboardOptions$ = GetDeliverabilityDashboardOptions$;
2074
2135
  exports.GetDeliverabilityDashboardOptionsCommand = GetDeliverabilityDashboardOptionsCommand;
2136
+ exports.GetDeliverabilityDashboardOptionsRequest$ = GetDeliverabilityDashboardOptionsRequest$;
2137
+ exports.GetDeliverabilityDashboardOptionsResponse$ = GetDeliverabilityDashboardOptionsResponse$;
2138
+ exports.GetDeliverabilityTestReport$ = GetDeliverabilityTestReport$;
2075
2139
  exports.GetDeliverabilityTestReportCommand = GetDeliverabilityTestReportCommand;
2140
+ exports.GetDeliverabilityTestReportRequest$ = GetDeliverabilityTestReportRequest$;
2141
+ exports.GetDeliverabilityTestReportResponse$ = GetDeliverabilityTestReportResponse$;
2142
+ exports.GetDomainDeliverabilityCampaign$ = GetDomainDeliverabilityCampaign$;
2076
2143
  exports.GetDomainDeliverabilityCampaignCommand = GetDomainDeliverabilityCampaignCommand;
2144
+ exports.GetDomainDeliverabilityCampaignRequest$ = GetDomainDeliverabilityCampaignRequest$;
2145
+ exports.GetDomainDeliverabilityCampaignResponse$ = GetDomainDeliverabilityCampaignResponse$;
2146
+ exports.GetDomainStatisticsReport$ = GetDomainStatisticsReport$;
2077
2147
  exports.GetDomainStatisticsReportCommand = GetDomainStatisticsReportCommand;
2148
+ exports.GetDomainStatisticsReportRequest$ = GetDomainStatisticsReportRequest$;
2149
+ exports.GetDomainStatisticsReportResponse$ = GetDomainStatisticsReportResponse$;
2150
+ exports.GetEmailIdentity$ = GetEmailIdentity$;
2078
2151
  exports.GetEmailIdentityCommand = GetEmailIdentityCommand;
2152
+ exports.GetEmailIdentityRequest$ = GetEmailIdentityRequest$;
2153
+ exports.GetEmailIdentityResponse$ = GetEmailIdentityResponse$;
2154
+ exports.IdentityInfo$ = IdentityInfo$;
2079
2155
  exports.IdentityType = IdentityType;
2080
- exports.LimitExceededException = LimitExceededException$1;
2156
+ exports.InboxPlacementTrackingOption$ = InboxPlacementTrackingOption$;
2157
+ exports.IspPlacement$ = IspPlacement$;
2158
+ exports.KinesisFirehoseDestination$ = KinesisFirehoseDestination$;
2159
+ exports.LimitExceededException = LimitExceededException;
2160
+ exports.LimitExceededException$ = LimitExceededException$;
2161
+ exports.ListConfigurationSets$ = ListConfigurationSets$;
2081
2162
  exports.ListConfigurationSetsCommand = ListConfigurationSetsCommand;
2163
+ exports.ListConfigurationSetsRequest$ = ListConfigurationSetsRequest$;
2164
+ exports.ListConfigurationSetsResponse$ = ListConfigurationSetsResponse$;
2165
+ exports.ListDedicatedIpPools$ = ListDedicatedIpPools$;
2082
2166
  exports.ListDedicatedIpPoolsCommand = ListDedicatedIpPoolsCommand;
2167
+ exports.ListDedicatedIpPoolsRequest$ = ListDedicatedIpPoolsRequest$;
2168
+ exports.ListDedicatedIpPoolsResponse$ = ListDedicatedIpPoolsResponse$;
2169
+ exports.ListDeliverabilityTestReports$ = ListDeliverabilityTestReports$;
2083
2170
  exports.ListDeliverabilityTestReportsCommand = ListDeliverabilityTestReportsCommand;
2171
+ exports.ListDeliverabilityTestReportsRequest$ = ListDeliverabilityTestReportsRequest$;
2172
+ exports.ListDeliverabilityTestReportsResponse$ = ListDeliverabilityTestReportsResponse$;
2173
+ exports.ListDomainDeliverabilityCampaigns$ = ListDomainDeliverabilityCampaigns$;
2084
2174
  exports.ListDomainDeliverabilityCampaignsCommand = ListDomainDeliverabilityCampaignsCommand;
2175
+ exports.ListDomainDeliverabilityCampaignsRequest$ = ListDomainDeliverabilityCampaignsRequest$;
2176
+ exports.ListDomainDeliverabilityCampaignsResponse$ = ListDomainDeliverabilityCampaignsResponse$;
2177
+ exports.ListEmailIdentities$ = ListEmailIdentities$;
2085
2178
  exports.ListEmailIdentitiesCommand = ListEmailIdentitiesCommand;
2179
+ exports.ListEmailIdentitiesRequest$ = ListEmailIdentitiesRequest$;
2180
+ exports.ListEmailIdentitiesResponse$ = ListEmailIdentitiesResponse$;
2181
+ exports.ListTagsForResource$ = ListTagsForResource$;
2086
2182
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2087
- exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException$1;
2183
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2184
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2185
+ exports.MailFromAttributes$ = MailFromAttributes$;
2186
+ exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
2187
+ exports.MailFromDomainNotVerifiedException$ = MailFromDomainNotVerifiedException$;
2088
2188
  exports.MailFromDomainStatus = MailFromDomainStatus;
2089
- exports.MessageRejected = MessageRejected$1;
2090
- exports.NotFoundException = NotFoundException$1;
2189
+ exports.Message$ = Message$;
2190
+ exports.MessageRejected = MessageRejected;
2191
+ exports.MessageRejected$ = MessageRejected$;
2192
+ exports.MessageTag$ = MessageTag$;
2193
+ exports.NotFoundException = NotFoundException;
2194
+ exports.NotFoundException$ = NotFoundException$;
2195
+ exports.OverallVolume$ = OverallVolume$;
2196
+ exports.PinpointDestination$ = PinpointDestination$;
2091
2197
  exports.PinpointEmail = PinpointEmail;
2092
2198
  exports.PinpointEmailClient = PinpointEmailClient;
2093
- exports.PinpointEmailServiceException = PinpointEmailServiceException$1;
2199
+ exports.PinpointEmailServiceException = PinpointEmailServiceException;
2200
+ exports.PinpointEmailServiceException$ = PinpointEmailServiceException$;
2201
+ exports.PlacementStatistics$ = PlacementStatistics$;
2202
+ exports.PutAccountDedicatedIpWarmupAttributes$ = PutAccountDedicatedIpWarmupAttributes$;
2094
2203
  exports.PutAccountDedicatedIpWarmupAttributesCommand = PutAccountDedicatedIpWarmupAttributesCommand;
2204
+ exports.PutAccountDedicatedIpWarmupAttributesRequest$ = PutAccountDedicatedIpWarmupAttributesRequest$;
2205
+ exports.PutAccountDedicatedIpWarmupAttributesResponse$ = PutAccountDedicatedIpWarmupAttributesResponse$;
2206
+ exports.PutAccountSendingAttributes$ = PutAccountSendingAttributes$;
2095
2207
  exports.PutAccountSendingAttributesCommand = PutAccountSendingAttributesCommand;
2208
+ exports.PutAccountSendingAttributesRequest$ = PutAccountSendingAttributesRequest$;
2209
+ exports.PutAccountSendingAttributesResponse$ = PutAccountSendingAttributesResponse$;
2210
+ exports.PutConfigurationSetDeliveryOptions$ = PutConfigurationSetDeliveryOptions$;
2096
2211
  exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
2212
+ exports.PutConfigurationSetDeliveryOptionsRequest$ = PutConfigurationSetDeliveryOptionsRequest$;
2213
+ exports.PutConfigurationSetDeliveryOptionsResponse$ = PutConfigurationSetDeliveryOptionsResponse$;
2214
+ exports.PutConfigurationSetReputationOptions$ = PutConfigurationSetReputationOptions$;
2097
2215
  exports.PutConfigurationSetReputationOptionsCommand = PutConfigurationSetReputationOptionsCommand;
2216
+ exports.PutConfigurationSetReputationOptionsRequest$ = PutConfigurationSetReputationOptionsRequest$;
2217
+ exports.PutConfigurationSetReputationOptionsResponse$ = PutConfigurationSetReputationOptionsResponse$;
2218
+ exports.PutConfigurationSetSendingOptions$ = PutConfigurationSetSendingOptions$;
2098
2219
  exports.PutConfigurationSetSendingOptionsCommand = PutConfigurationSetSendingOptionsCommand;
2220
+ exports.PutConfigurationSetSendingOptionsRequest$ = PutConfigurationSetSendingOptionsRequest$;
2221
+ exports.PutConfigurationSetSendingOptionsResponse$ = PutConfigurationSetSendingOptionsResponse$;
2222
+ exports.PutConfigurationSetTrackingOptions$ = PutConfigurationSetTrackingOptions$;
2099
2223
  exports.PutConfigurationSetTrackingOptionsCommand = PutConfigurationSetTrackingOptionsCommand;
2224
+ exports.PutConfigurationSetTrackingOptionsRequest$ = PutConfigurationSetTrackingOptionsRequest$;
2225
+ exports.PutConfigurationSetTrackingOptionsResponse$ = PutConfigurationSetTrackingOptionsResponse$;
2226
+ exports.PutDedicatedIpInPool$ = PutDedicatedIpInPool$;
2100
2227
  exports.PutDedicatedIpInPoolCommand = PutDedicatedIpInPoolCommand;
2228
+ exports.PutDedicatedIpInPoolRequest$ = PutDedicatedIpInPoolRequest$;
2229
+ exports.PutDedicatedIpInPoolResponse$ = PutDedicatedIpInPoolResponse$;
2230
+ exports.PutDedicatedIpWarmupAttributes$ = PutDedicatedIpWarmupAttributes$;
2101
2231
  exports.PutDedicatedIpWarmupAttributesCommand = PutDedicatedIpWarmupAttributesCommand;
2232
+ exports.PutDedicatedIpWarmupAttributesRequest$ = PutDedicatedIpWarmupAttributesRequest$;
2233
+ exports.PutDedicatedIpWarmupAttributesResponse$ = PutDedicatedIpWarmupAttributesResponse$;
2234
+ exports.PutDeliverabilityDashboardOption$ = PutDeliverabilityDashboardOption$;
2102
2235
  exports.PutDeliverabilityDashboardOptionCommand = PutDeliverabilityDashboardOptionCommand;
2236
+ exports.PutDeliverabilityDashboardOptionRequest$ = PutDeliverabilityDashboardOptionRequest$;
2237
+ exports.PutDeliverabilityDashboardOptionResponse$ = PutDeliverabilityDashboardOptionResponse$;
2238
+ exports.PutEmailIdentityDkimAttributes$ = PutEmailIdentityDkimAttributes$;
2103
2239
  exports.PutEmailIdentityDkimAttributesCommand = PutEmailIdentityDkimAttributesCommand;
2240
+ exports.PutEmailIdentityDkimAttributesRequest$ = PutEmailIdentityDkimAttributesRequest$;
2241
+ exports.PutEmailIdentityDkimAttributesResponse$ = PutEmailIdentityDkimAttributesResponse$;
2242
+ exports.PutEmailIdentityFeedbackAttributes$ = PutEmailIdentityFeedbackAttributes$;
2104
2243
  exports.PutEmailIdentityFeedbackAttributesCommand = PutEmailIdentityFeedbackAttributesCommand;
2244
+ exports.PutEmailIdentityFeedbackAttributesRequest$ = PutEmailIdentityFeedbackAttributesRequest$;
2245
+ exports.PutEmailIdentityFeedbackAttributesResponse$ = PutEmailIdentityFeedbackAttributesResponse$;
2246
+ exports.PutEmailIdentityMailFromAttributes$ = PutEmailIdentityMailFromAttributes$;
2105
2247
  exports.PutEmailIdentityMailFromAttributesCommand = PutEmailIdentityMailFromAttributesCommand;
2248
+ exports.PutEmailIdentityMailFromAttributesRequest$ = PutEmailIdentityMailFromAttributesRequest$;
2249
+ exports.PutEmailIdentityMailFromAttributesResponse$ = PutEmailIdentityMailFromAttributesResponse$;
2250
+ exports.RawMessage$ = RawMessage$;
2251
+ exports.ReputationOptions$ = ReputationOptions$;
2252
+ exports.SendEmail$ = SendEmail$;
2106
2253
  exports.SendEmailCommand = SendEmailCommand;
2107
- exports.SendingPausedException = SendingPausedException$1;
2254
+ exports.SendEmailRequest$ = SendEmailRequest$;
2255
+ exports.SendEmailResponse$ = SendEmailResponse$;
2256
+ exports.SendQuota$ = SendQuota$;
2257
+ exports.SendingOptions$ = SendingOptions$;
2258
+ exports.SendingPausedException = SendingPausedException;
2259
+ exports.SendingPausedException$ = SendingPausedException$;
2260
+ exports.SnsDestination$ = SnsDestination$;
2261
+ exports.Tag$ = Tag$;
2262
+ exports.TagResource$ = TagResource$;
2108
2263
  exports.TagResourceCommand = TagResourceCommand;
2264
+ exports.TagResourceRequest$ = TagResourceRequest$;
2265
+ exports.TagResourceResponse$ = TagResourceResponse$;
2266
+ exports.Template$ = Template$;
2109
2267
  exports.TlsPolicy = TlsPolicy;
2110
- exports.TooManyRequestsException = TooManyRequestsException$1;
2268
+ exports.TooManyRequestsException = TooManyRequestsException;
2269
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
2270
+ exports.TrackingOptions$ = TrackingOptions$;
2271
+ exports.UntagResource$ = UntagResource$;
2111
2272
  exports.UntagResourceCommand = UntagResourceCommand;
2273
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2274
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2275
+ exports.UpdateConfigurationSetEventDestination$ = UpdateConfigurationSetEventDestination$;
2112
2276
  exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
2277
+ exports.UpdateConfigurationSetEventDestinationRequest$ = UpdateConfigurationSetEventDestinationRequest$;
2278
+ exports.UpdateConfigurationSetEventDestinationResponse$ = UpdateConfigurationSetEventDestinationResponse$;
2279
+ exports.VolumeStatistics$ = VolumeStatistics$;
2113
2280
  exports.WarmupStatus = WarmupStatus;
2114
2281
  exports.paginateGetDedicatedIps = paginateGetDedicatedIps;
2115
2282
  exports.paginateListConfigurationSets = paginateListConfigurationSets;