@aws-sdk/client-ses 3.721.0 → 3.726.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.
package/dist-cjs/index.js CHANGED
@@ -249,7 +249,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
249
249
  }, "resolveRuntimeExtensions");
250
250
 
251
251
  // src/SESClient.ts
252
- var _SESClient = class _SESClient extends import_smithy_client.Client {
252
+ var SESClient = class extends import_smithy_client.Client {
253
+ static {
254
+ __name(this, "SESClient");
255
+ }
256
+ /**
257
+ * The resolved configuration of SESClient class. This is resolved and normalized from the {@link SESClientConfig | constructor configuration interface}.
258
+ */
259
+ config;
253
260
  constructor(...[configuration]) {
254
261
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
255
262
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -259,7 +266,7 @@ var _SESClient = class _SESClient extends import_smithy_client.Client {
259
266
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
260
267
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
261
268
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
262
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
269
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
263
270
  super(_config_8);
264
271
  this.config = _config_8;
265
272
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -287,8 +294,6 @@ var _SESClient = class _SESClient extends import_smithy_client.Client {
287
294
  super.destroy();
288
295
  }
289
296
  };
290
- __name(_SESClient, "SESClient");
291
- var SESClient = _SESClient;
292
297
 
293
298
  // src/SES.ts
294
299
 
@@ -305,7 +310,10 @@ var import_core2 = require("@aws-sdk/core");
305
310
 
306
311
  // src/models/SESServiceException.ts
307
312
 
308
- var _SESServiceException = class _SESServiceException extends import_smithy_client.ServiceException {
313
+ var SESServiceException = class _SESServiceException extends import_smithy_client.ServiceException {
314
+ static {
315
+ __name(this, "SESServiceException");
316
+ }
309
317
  /**
310
318
  * @internal
311
319
  */
@@ -314,11 +322,14 @@ var _SESServiceException = class _SESServiceException extends import_smithy_clie
314
322
  Object.setPrototypeOf(this, _SESServiceException.prototype);
315
323
  }
316
324
  };
317
- __name(_SESServiceException, "SESServiceException");
318
- var SESServiceException = _SESServiceException;
319
325
 
320
326
  // src/models/models_0.ts
321
- var _AccountSendingPausedException = class _AccountSendingPausedException extends SESServiceException {
327
+ var AccountSendingPausedException = class _AccountSendingPausedException extends SESServiceException {
328
+ static {
329
+ __name(this, "AccountSendingPausedException");
330
+ }
331
+ name = "AccountSendingPausedException";
332
+ $fault = "client";
322
333
  /**
323
334
  * @internal
324
335
  */
@@ -328,14 +339,21 @@ var _AccountSendingPausedException = class _AccountSendingPausedException extend
328
339
  $fault: "client",
329
340
  ...opts
330
341
  });
331
- this.name = "AccountSendingPausedException";
332
- this.$fault = "client";
333
342
  Object.setPrototypeOf(this, _AccountSendingPausedException.prototype);
334
343
  }
335
344
  };
336
- __name(_AccountSendingPausedException, "AccountSendingPausedException");
337
- var AccountSendingPausedException = _AccountSendingPausedException;
338
- var _AlreadyExistsException = class _AlreadyExistsException extends SESServiceException {
345
+ var AlreadyExistsException = class _AlreadyExistsException extends SESServiceException {
346
+ static {
347
+ __name(this, "AlreadyExistsException");
348
+ }
349
+ name = "AlreadyExistsException";
350
+ $fault = "client";
351
+ /**
352
+ * <p>Indicates that a resource could not be created because the resource name already
353
+ * exists.</p>
354
+ * @public
355
+ */
356
+ Name;
339
357
  /**
340
358
  * @internal
341
359
  */
@@ -345,14 +363,10 @@ var _AlreadyExistsException = class _AlreadyExistsException extends SESServiceEx
345
363
  $fault: "client",
346
364
  ...opts
347
365
  });
348
- this.name = "AlreadyExistsException";
349
- this.$fault = "client";
350
366
  Object.setPrototypeOf(this, _AlreadyExistsException.prototype);
351
367
  this.Name = opts.Name;
352
368
  }
353
369
  };
354
- __name(_AlreadyExistsException, "AlreadyExistsException");
355
- var AlreadyExistsException = _AlreadyExistsException;
356
370
  var BehaviorOnMXFailure = {
357
371
  RejectMessage: "RejectMessage",
358
372
  UseDefaultValue: "UseDefaultValue"
@@ -388,7 +402,18 @@ var BulkEmailStatus = {
388
402
  TemplateDoesNotExist: "TemplateDoesNotExist",
389
403
  TransientFailure: "TransientFailure"
390
404
  };
391
- var _CannotDeleteException = class _CannotDeleteException extends SESServiceException {
405
+ var CannotDeleteException = class _CannotDeleteException extends SESServiceException {
406
+ static {
407
+ __name(this, "CannotDeleteException");
408
+ }
409
+ name = "CannotDeleteException";
410
+ $fault = "client";
411
+ /**
412
+ * <p>Indicates that a resource could not be deleted because no resource with the specified
413
+ * name exists.</p>
414
+ * @public
415
+ */
416
+ Name;
392
417
  /**
393
418
  * @internal
394
419
  */
@@ -398,15 +423,16 @@ var _CannotDeleteException = class _CannotDeleteException extends SESServiceExce
398
423
  $fault: "client",
399
424
  ...opts
400
425
  });
401
- this.name = "CannotDeleteException";
402
- this.$fault = "client";
403
426
  Object.setPrototypeOf(this, _CannotDeleteException.prototype);
404
427
  this.Name = opts.Name;
405
428
  }
406
429
  };
407
- __name(_CannotDeleteException, "CannotDeleteException");
408
- var CannotDeleteException = _CannotDeleteException;
409
- var _LimitExceededException = class _LimitExceededException extends SESServiceException {
430
+ var LimitExceededException = class _LimitExceededException extends SESServiceException {
431
+ static {
432
+ __name(this, "LimitExceededException");
433
+ }
434
+ name = "LimitExceededException";
435
+ $fault = "client";
410
436
  /**
411
437
  * @internal
412
438
  */
@@ -416,14 +442,20 @@ var _LimitExceededException = class _LimitExceededException extends SESServiceEx
416
442
  $fault: "client",
417
443
  ...opts
418
444
  });
419
- this.name = "LimitExceededException";
420
- this.$fault = "client";
421
445
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
422
446
  }
423
447
  };
424
- __name(_LimitExceededException, "LimitExceededException");
425
- var LimitExceededException = _LimitExceededException;
426
- var _RuleSetDoesNotExistException = class _RuleSetDoesNotExistException extends SESServiceException {
448
+ var RuleSetDoesNotExistException = class _RuleSetDoesNotExistException extends SESServiceException {
449
+ static {
450
+ __name(this, "RuleSetDoesNotExistException");
451
+ }
452
+ name = "RuleSetDoesNotExistException";
453
+ $fault = "client";
454
+ /**
455
+ * <p>Indicates that the named receipt rule set does not exist.</p>
456
+ * @public
457
+ */
458
+ Name;
427
459
  /**
428
460
  * @internal
429
461
  */
@@ -433,20 +465,26 @@ var _RuleSetDoesNotExistException = class _RuleSetDoesNotExistException extends
433
465
  $fault: "client",
434
466
  ...opts
435
467
  });
436
- this.name = "RuleSetDoesNotExistException";
437
- this.$fault = "client";
438
468
  Object.setPrototypeOf(this, _RuleSetDoesNotExistException.prototype);
439
469
  this.Name = opts.Name;
440
470
  }
441
471
  };
442
- __name(_RuleSetDoesNotExistException, "RuleSetDoesNotExistException");
443
- var RuleSetDoesNotExistException = _RuleSetDoesNotExistException;
444
472
  var DimensionValueSource = {
445
473
  EMAIL_HEADER: "emailHeader",
446
474
  LINK_TAG: "linkTag",
447
475
  MESSAGE_TAG: "messageTag"
448
476
  };
449
- var _ConfigurationSetAlreadyExistsException = class _ConfigurationSetAlreadyExistsException extends SESServiceException {
477
+ var ConfigurationSetAlreadyExistsException = class _ConfigurationSetAlreadyExistsException extends SESServiceException {
478
+ static {
479
+ __name(this, "ConfigurationSetAlreadyExistsException");
480
+ }
481
+ name = "ConfigurationSetAlreadyExistsException";
482
+ $fault = "client";
483
+ /**
484
+ * <p>Indicates that the configuration set does not exist.</p>
485
+ * @public
486
+ */
487
+ ConfigurationSetName;
450
488
  /**
451
489
  * @internal
452
490
  */
@@ -456,21 +494,27 @@ var _ConfigurationSetAlreadyExistsException = class _ConfigurationSetAlreadyExis
456
494
  $fault: "client",
457
495
  ...opts
458
496
  });
459
- this.name = "ConfigurationSetAlreadyExistsException";
460
- this.$fault = "client";
461
497
  Object.setPrototypeOf(this, _ConfigurationSetAlreadyExistsException.prototype);
462
498
  this.ConfigurationSetName = opts.ConfigurationSetName;
463
499
  }
464
500
  };
465
- __name(_ConfigurationSetAlreadyExistsException, "ConfigurationSetAlreadyExistsException");
466
- var ConfigurationSetAlreadyExistsException = _ConfigurationSetAlreadyExistsException;
467
501
  var ConfigurationSetAttribute = {
468
502
  DELIVERY_OPTIONS: "deliveryOptions",
469
503
  EVENT_DESTINATIONS: "eventDestinations",
470
504
  REPUTATION_OPTIONS: "reputationOptions",
471
505
  TRACKING_OPTIONS: "trackingOptions"
472
506
  };
473
- var _ConfigurationSetDoesNotExistException = class _ConfigurationSetDoesNotExistException extends SESServiceException {
507
+ var ConfigurationSetDoesNotExistException = class _ConfigurationSetDoesNotExistException extends SESServiceException {
508
+ static {
509
+ __name(this, "ConfigurationSetDoesNotExistException");
510
+ }
511
+ name = "ConfigurationSetDoesNotExistException";
512
+ $fault = "client";
513
+ /**
514
+ * <p>Indicates that the configuration set does not exist.</p>
515
+ * @public
516
+ */
517
+ ConfigurationSetName;
474
518
  /**
475
519
  * @internal
476
520
  */
@@ -480,15 +524,21 @@ var _ConfigurationSetDoesNotExistException = class _ConfigurationSetDoesNotExist
480
524
  $fault: "client",
481
525
  ...opts
482
526
  });
483
- this.name = "ConfigurationSetDoesNotExistException";
484
- this.$fault = "client";
485
527
  Object.setPrototypeOf(this, _ConfigurationSetDoesNotExistException.prototype);
486
528
  this.ConfigurationSetName = opts.ConfigurationSetName;
487
529
  }
488
530
  };
489
- __name(_ConfigurationSetDoesNotExistException, "ConfigurationSetDoesNotExistException");
490
- var ConfigurationSetDoesNotExistException = _ConfigurationSetDoesNotExistException;
491
- var _ConfigurationSetSendingPausedException = class _ConfigurationSetSendingPausedException extends SESServiceException {
531
+ var ConfigurationSetSendingPausedException = class _ConfigurationSetSendingPausedException extends SESServiceException {
532
+ static {
533
+ __name(this, "ConfigurationSetSendingPausedException");
534
+ }
535
+ name = "ConfigurationSetSendingPausedException";
536
+ $fault = "client";
537
+ /**
538
+ * <p>The name of the configuration set for which email sending is disabled.</p>
539
+ * @public
540
+ */
541
+ ConfigurationSetName;
492
542
  /**
493
543
  * @internal
494
544
  */
@@ -498,15 +548,16 @@ var _ConfigurationSetSendingPausedException = class _ConfigurationSetSendingPaus
498
548
  $fault: "client",
499
549
  ...opts
500
550
  });
501
- this.name = "ConfigurationSetSendingPausedException";
502
- this.$fault = "client";
503
551
  Object.setPrototypeOf(this, _ConfigurationSetSendingPausedException.prototype);
504
552
  this.ConfigurationSetName = opts.ConfigurationSetName;
505
553
  }
506
554
  };
507
- __name(_ConfigurationSetSendingPausedException, "ConfigurationSetSendingPausedException");
508
- var ConfigurationSetSendingPausedException = _ConfigurationSetSendingPausedException;
509
- var _InvalidConfigurationSetException = class _InvalidConfigurationSetException extends SESServiceException {
555
+ var InvalidConfigurationSetException = class _InvalidConfigurationSetException extends SESServiceException {
556
+ static {
557
+ __name(this, "InvalidConfigurationSetException");
558
+ }
559
+ name = "InvalidConfigurationSetException";
560
+ $fault = "client";
510
561
  /**
511
562
  * @internal
512
563
  */
@@ -516,13 +567,9 @@ var _InvalidConfigurationSetException = class _InvalidConfigurationSetException
516
567
  $fault: "client",
517
568
  ...opts
518
569
  });
519
- this.name = "InvalidConfigurationSetException";
520
- this.$fault = "client";
521
570
  Object.setPrototypeOf(this, _InvalidConfigurationSetException.prototype);
522
571
  }
523
572
  };
524
- __name(_InvalidConfigurationSetException, "InvalidConfigurationSetException");
525
- var InvalidConfigurationSetException = _InvalidConfigurationSetException;
526
573
  var EventType = {
527
574
  BOUNCE: "bounce",
528
575
  CLICK: "click",
@@ -533,7 +580,22 @@ var EventType = {
533
580
  RENDERING_FAILURE: "renderingFailure",
534
581
  SEND: "send"
535
582
  };
536
- var _EventDestinationAlreadyExistsException = class _EventDestinationAlreadyExistsException extends SESServiceException {
583
+ var EventDestinationAlreadyExistsException = class _EventDestinationAlreadyExistsException extends SESServiceException {
584
+ static {
585
+ __name(this, "EventDestinationAlreadyExistsException");
586
+ }
587
+ name = "EventDestinationAlreadyExistsException";
588
+ $fault = "client";
589
+ /**
590
+ * <p>Indicates that the configuration set does not exist.</p>
591
+ * @public
592
+ */
593
+ ConfigurationSetName;
594
+ /**
595
+ * <p>Indicates that the event destination does not exist.</p>
596
+ * @public
597
+ */
598
+ EventDestinationName;
537
599
  /**
538
600
  * @internal
539
601
  */
@@ -543,16 +605,27 @@ var _EventDestinationAlreadyExistsException = class _EventDestinationAlreadyExis
543
605
  $fault: "client",
544
606
  ...opts
545
607
  });
546
- this.name = "EventDestinationAlreadyExistsException";
547
- this.$fault = "client";
548
608
  Object.setPrototypeOf(this, _EventDestinationAlreadyExistsException.prototype);
549
609
  this.ConfigurationSetName = opts.ConfigurationSetName;
550
610
  this.EventDestinationName = opts.EventDestinationName;
551
611
  }
552
612
  };
553
- __name(_EventDestinationAlreadyExistsException, "EventDestinationAlreadyExistsException");
554
- var EventDestinationAlreadyExistsException = _EventDestinationAlreadyExistsException;
555
- var _InvalidCloudWatchDestinationException = class _InvalidCloudWatchDestinationException extends SESServiceException {
613
+ var InvalidCloudWatchDestinationException = class _InvalidCloudWatchDestinationException extends SESServiceException {
614
+ static {
615
+ __name(this, "InvalidCloudWatchDestinationException");
616
+ }
617
+ name = "InvalidCloudWatchDestinationException";
618
+ $fault = "client";
619
+ /**
620
+ * <p>Indicates that the configuration set does not exist.</p>
621
+ * @public
622
+ */
623
+ ConfigurationSetName;
624
+ /**
625
+ * <p>Indicates that the event destination does not exist.</p>
626
+ * @public
627
+ */
628
+ EventDestinationName;
556
629
  /**
557
630
  * @internal
558
631
  */
@@ -562,16 +635,27 @@ var _InvalidCloudWatchDestinationException = class _InvalidCloudWatchDestination
562
635
  $fault: "client",
563
636
  ...opts
564
637
  });
565
- this.name = "InvalidCloudWatchDestinationException";
566
- this.$fault = "client";
567
638
  Object.setPrototypeOf(this, _InvalidCloudWatchDestinationException.prototype);
568
639
  this.ConfigurationSetName = opts.ConfigurationSetName;
569
640
  this.EventDestinationName = opts.EventDestinationName;
570
641
  }
571
642
  };
572
- __name(_InvalidCloudWatchDestinationException, "InvalidCloudWatchDestinationException");
573
- var InvalidCloudWatchDestinationException = _InvalidCloudWatchDestinationException;
574
- var _InvalidFirehoseDestinationException = class _InvalidFirehoseDestinationException extends SESServiceException {
643
+ var InvalidFirehoseDestinationException = class _InvalidFirehoseDestinationException extends SESServiceException {
644
+ static {
645
+ __name(this, "InvalidFirehoseDestinationException");
646
+ }
647
+ name = "InvalidFirehoseDestinationException";
648
+ $fault = "client";
649
+ /**
650
+ * <p>Indicates that the configuration set does not exist.</p>
651
+ * @public
652
+ */
653
+ ConfigurationSetName;
654
+ /**
655
+ * <p>Indicates that the event destination does not exist.</p>
656
+ * @public
657
+ */
658
+ EventDestinationName;
575
659
  /**
576
660
  * @internal
577
661
  */
@@ -581,16 +665,27 @@ var _InvalidFirehoseDestinationException = class _InvalidFirehoseDestinationExce
581
665
  $fault: "client",
582
666
  ...opts
583
667
  });
584
- this.name = "InvalidFirehoseDestinationException";
585
- this.$fault = "client";
586
668
  Object.setPrototypeOf(this, _InvalidFirehoseDestinationException.prototype);
587
669
  this.ConfigurationSetName = opts.ConfigurationSetName;
588
670
  this.EventDestinationName = opts.EventDestinationName;
589
671
  }
590
672
  };
591
- __name(_InvalidFirehoseDestinationException, "InvalidFirehoseDestinationException");
592
- var InvalidFirehoseDestinationException = _InvalidFirehoseDestinationException;
593
- var _InvalidSNSDestinationException = class _InvalidSNSDestinationException extends SESServiceException {
673
+ var InvalidSNSDestinationException = class _InvalidSNSDestinationException extends SESServiceException {
674
+ static {
675
+ __name(this, "InvalidSNSDestinationException");
676
+ }
677
+ name = "InvalidSNSDestinationException";
678
+ $fault = "client";
679
+ /**
680
+ * <p>Indicates that the configuration set does not exist.</p>
681
+ * @public
682
+ */
683
+ ConfigurationSetName;
684
+ /**
685
+ * <p>Indicates that the event destination does not exist.</p>
686
+ * @public
687
+ */
688
+ EventDestinationName;
594
689
  /**
595
690
  * @internal
596
691
  */
@@ -600,16 +695,17 @@ var _InvalidSNSDestinationException = class _InvalidSNSDestinationException exte
600
695
  $fault: "client",
601
696
  ...opts
602
697
  });
603
- this.name = "InvalidSNSDestinationException";
604
- this.$fault = "client";
605
698
  Object.setPrototypeOf(this, _InvalidSNSDestinationException.prototype);
606
699
  this.ConfigurationSetName = opts.ConfigurationSetName;
607
700
  this.EventDestinationName = opts.EventDestinationName;
608
701
  }
609
702
  };
610
- __name(_InvalidSNSDestinationException, "InvalidSNSDestinationException");
611
- var InvalidSNSDestinationException = _InvalidSNSDestinationException;
612
- var _InvalidTrackingOptionsException = class _InvalidTrackingOptionsException extends SESServiceException {
703
+ var InvalidTrackingOptionsException = class _InvalidTrackingOptionsException extends SESServiceException {
704
+ static {
705
+ __name(this, "InvalidTrackingOptionsException");
706
+ }
707
+ name = "InvalidTrackingOptionsException";
708
+ $fault = "client";
613
709
  /**
614
710
  * @internal
615
711
  */
@@ -619,14 +715,21 @@ var _InvalidTrackingOptionsException = class _InvalidTrackingOptionsException ex
619
715
  $fault: "client",
620
716
  ...opts
621
717
  });
622
- this.name = "InvalidTrackingOptionsException";
623
- this.$fault = "client";
624
718
  Object.setPrototypeOf(this, _InvalidTrackingOptionsException.prototype);
625
719
  }
626
720
  };
627
- __name(_InvalidTrackingOptionsException, "InvalidTrackingOptionsException");
628
- var InvalidTrackingOptionsException = _InvalidTrackingOptionsException;
629
- var _TrackingOptionsAlreadyExistsException = class _TrackingOptionsAlreadyExistsException extends SESServiceException {
721
+ var TrackingOptionsAlreadyExistsException = class _TrackingOptionsAlreadyExistsException extends SESServiceException {
722
+ static {
723
+ __name(this, "TrackingOptionsAlreadyExistsException");
724
+ }
725
+ name = "TrackingOptionsAlreadyExistsException";
726
+ $fault = "client";
727
+ /**
728
+ * <p>Indicates that a TrackingOptions object already exists in the specified configuration
729
+ * set.</p>
730
+ * @public
731
+ */
732
+ ConfigurationSetName;
630
733
  /**
631
734
  * @internal
632
735
  */
@@ -636,15 +739,16 @@ var _TrackingOptionsAlreadyExistsException = class _TrackingOptionsAlreadyExists
636
739
  $fault: "client",
637
740
  ...opts
638
741
  });
639
- this.name = "TrackingOptionsAlreadyExistsException";
640
- this.$fault = "client";
641
742
  Object.setPrototypeOf(this, _TrackingOptionsAlreadyExistsException.prototype);
642
743
  this.ConfigurationSetName = opts.ConfigurationSetName;
643
744
  }
644
745
  };
645
- __name(_TrackingOptionsAlreadyExistsException, "TrackingOptionsAlreadyExistsException");
646
- var TrackingOptionsAlreadyExistsException = _TrackingOptionsAlreadyExistsException;
647
- var _CustomVerificationEmailInvalidContentException = class _CustomVerificationEmailInvalidContentException extends SESServiceException {
746
+ var CustomVerificationEmailInvalidContentException = class _CustomVerificationEmailInvalidContentException extends SESServiceException {
747
+ static {
748
+ __name(this, "CustomVerificationEmailInvalidContentException");
749
+ }
750
+ name = "CustomVerificationEmailInvalidContentException";
751
+ $fault = "client";
648
752
  /**
649
753
  * @internal
650
754
  */
@@ -654,14 +758,21 @@ var _CustomVerificationEmailInvalidContentException = class _CustomVerificationE
654
758
  $fault: "client",
655
759
  ...opts
656
760
  });
657
- this.name = "CustomVerificationEmailInvalidContentException";
658
- this.$fault = "client";
659
761
  Object.setPrototypeOf(this, _CustomVerificationEmailInvalidContentException.prototype);
660
762
  }
661
763
  };
662
- __name(_CustomVerificationEmailInvalidContentException, "CustomVerificationEmailInvalidContentException");
663
- var CustomVerificationEmailInvalidContentException = _CustomVerificationEmailInvalidContentException;
664
- var _CustomVerificationEmailTemplateAlreadyExistsException = class _CustomVerificationEmailTemplateAlreadyExistsException extends SESServiceException {
764
+ var CustomVerificationEmailTemplateAlreadyExistsException = class _CustomVerificationEmailTemplateAlreadyExistsException extends SESServiceException {
765
+ static {
766
+ __name(this, "CustomVerificationEmailTemplateAlreadyExistsException");
767
+ }
768
+ name = "CustomVerificationEmailTemplateAlreadyExistsException";
769
+ $fault = "client";
770
+ /**
771
+ * <p>Indicates that the provided custom verification email template with the specified
772
+ * template name already exists.</p>
773
+ * @public
774
+ */
775
+ CustomVerificationEmailTemplateName;
665
776
  /**
666
777
  * @internal
667
778
  */
@@ -671,15 +782,22 @@ var _CustomVerificationEmailTemplateAlreadyExistsException = class _CustomVerifi
671
782
  $fault: "client",
672
783
  ...opts
673
784
  });
674
- this.name = "CustomVerificationEmailTemplateAlreadyExistsException";
675
- this.$fault = "client";
676
785
  Object.setPrototypeOf(this, _CustomVerificationEmailTemplateAlreadyExistsException.prototype);
677
786
  this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
678
787
  }
679
788
  };
680
- __name(_CustomVerificationEmailTemplateAlreadyExistsException, "CustomVerificationEmailTemplateAlreadyExistsException");
681
- var CustomVerificationEmailTemplateAlreadyExistsException = _CustomVerificationEmailTemplateAlreadyExistsException;
682
- var _FromEmailAddressNotVerifiedException = class _FromEmailAddressNotVerifiedException extends SESServiceException {
789
+ var FromEmailAddressNotVerifiedException = class _FromEmailAddressNotVerifiedException extends SESServiceException {
790
+ static {
791
+ __name(this, "FromEmailAddressNotVerifiedException");
792
+ }
793
+ name = "FromEmailAddressNotVerifiedException";
794
+ $fault = "client";
795
+ /**
796
+ * <p>Indicates that the from email address associated with the custom verification email
797
+ * template is not verified.</p>
798
+ * @public
799
+ */
800
+ FromEmailAddress;
683
801
  /**
684
802
  * @internal
685
803
  */
@@ -689,14 +807,10 @@ var _FromEmailAddressNotVerifiedException = class _FromEmailAddressNotVerifiedEx
689
807
  $fault: "client",
690
808
  ...opts
691
809
  });
692
- this.name = "FromEmailAddressNotVerifiedException";
693
- this.$fault = "client";
694
810
  Object.setPrototypeOf(this, _FromEmailAddressNotVerifiedException.prototype);
695
811
  this.FromEmailAddress = opts.FromEmailAddress;
696
812
  }
697
813
  };
698
- __name(_FromEmailAddressNotVerifiedException, "FromEmailAddressNotVerifiedException");
699
- var FromEmailAddressNotVerifiedException = _FromEmailAddressNotVerifiedException;
700
814
  var ReceiptFilterPolicy = {
701
815
  Allow: "Allow",
702
816
  Block: "Block"
@@ -716,7 +830,17 @@ var TlsPolicy = {
716
830
  Optional: "Optional",
717
831
  Require: "Require"
718
832
  };
719
- var _InvalidLambdaFunctionException = class _InvalidLambdaFunctionException extends SESServiceException {
833
+ var InvalidLambdaFunctionException = class _InvalidLambdaFunctionException extends SESServiceException {
834
+ static {
835
+ __name(this, "InvalidLambdaFunctionException");
836
+ }
837
+ name = "InvalidLambdaFunctionException";
838
+ $fault = "client";
839
+ /**
840
+ * <p>Indicates that the ARN of the function was not found.</p>
841
+ * @public
842
+ */
843
+ FunctionArn;
720
844
  /**
721
845
  * @internal
722
846
  */
@@ -726,15 +850,21 @@ var _InvalidLambdaFunctionException = class _InvalidLambdaFunctionException exte
726
850
  $fault: "client",
727
851
  ...opts
728
852
  });
729
- this.name = "InvalidLambdaFunctionException";
730
- this.$fault = "client";
731
853
  Object.setPrototypeOf(this, _InvalidLambdaFunctionException.prototype);
732
854
  this.FunctionArn = opts.FunctionArn;
733
855
  }
734
856
  };
735
- __name(_InvalidLambdaFunctionException, "InvalidLambdaFunctionException");
736
- var InvalidLambdaFunctionException = _InvalidLambdaFunctionException;
737
- var _InvalidS3ConfigurationException = class _InvalidS3ConfigurationException extends SESServiceException {
857
+ var InvalidS3ConfigurationException = class _InvalidS3ConfigurationException extends SESServiceException {
858
+ static {
859
+ __name(this, "InvalidS3ConfigurationException");
860
+ }
861
+ name = "InvalidS3ConfigurationException";
862
+ $fault = "client";
863
+ /**
864
+ * <p>Indicated that the S3 Bucket was not found.</p>
865
+ * @public
866
+ */
867
+ Bucket;
738
868
  /**
739
869
  * @internal
740
870
  */
@@ -744,15 +874,21 @@ var _InvalidS3ConfigurationException = class _InvalidS3ConfigurationException ex
744
874
  $fault: "client",
745
875
  ...opts
746
876
  });
747
- this.name = "InvalidS3ConfigurationException";
748
- this.$fault = "client";
749
877
  Object.setPrototypeOf(this, _InvalidS3ConfigurationException.prototype);
750
878
  this.Bucket = opts.Bucket;
751
879
  }
752
880
  };
753
- __name(_InvalidS3ConfigurationException, "InvalidS3ConfigurationException");
754
- var InvalidS3ConfigurationException = _InvalidS3ConfigurationException;
755
- var _InvalidSnsTopicException = class _InvalidSnsTopicException extends SESServiceException {
881
+ var InvalidSnsTopicException = class _InvalidSnsTopicException extends SESServiceException {
882
+ static {
883
+ __name(this, "InvalidSnsTopicException");
884
+ }
885
+ name = "InvalidSnsTopicException";
886
+ $fault = "client";
887
+ /**
888
+ * <p>Indicates that the topic does not exist.</p>
889
+ * @public
890
+ */
891
+ Topic;
756
892
  /**
757
893
  * @internal
758
894
  */
@@ -762,15 +898,21 @@ var _InvalidSnsTopicException = class _InvalidSnsTopicException extends SESServi
762
898
  $fault: "client",
763
899
  ...opts
764
900
  });
765
- this.name = "InvalidSnsTopicException";
766
- this.$fault = "client";
767
901
  Object.setPrototypeOf(this, _InvalidSnsTopicException.prototype);
768
902
  this.Topic = opts.Topic;
769
903
  }
770
904
  };
771
- __name(_InvalidSnsTopicException, "InvalidSnsTopicException");
772
- var InvalidSnsTopicException = _InvalidSnsTopicException;
773
- var _RuleDoesNotExistException = class _RuleDoesNotExistException extends SESServiceException {
905
+ var RuleDoesNotExistException = class _RuleDoesNotExistException extends SESServiceException {
906
+ static {
907
+ __name(this, "RuleDoesNotExistException");
908
+ }
909
+ name = "RuleDoesNotExistException";
910
+ $fault = "client";
911
+ /**
912
+ * <p>Indicates that the named receipt rule does not exist.</p>
913
+ * @public
914
+ */
915
+ Name;
774
916
  /**
775
917
  * @internal
776
918
  */
@@ -780,15 +922,17 @@ var _RuleDoesNotExistException = class _RuleDoesNotExistException extends SESSer
780
922
  $fault: "client",
781
923
  ...opts
782
924
  });
783
- this.name = "RuleDoesNotExistException";
784
- this.$fault = "client";
785
925
  Object.setPrototypeOf(this, _RuleDoesNotExistException.prototype);
786
926
  this.Name = opts.Name;
787
927
  }
788
928
  };
789
- __name(_RuleDoesNotExistException, "RuleDoesNotExistException");
790
- var RuleDoesNotExistException = _RuleDoesNotExistException;
791
- var _InvalidTemplateException = class _InvalidTemplateException extends SESServiceException {
929
+ var InvalidTemplateException = class _InvalidTemplateException extends SESServiceException {
930
+ static {
931
+ __name(this, "InvalidTemplateException");
932
+ }
933
+ name = "InvalidTemplateException";
934
+ $fault = "client";
935
+ TemplateName;
792
936
  /**
793
937
  * @internal
794
938
  */
@@ -798,21 +942,27 @@ var _InvalidTemplateException = class _InvalidTemplateException extends SESServi
798
942
  $fault: "client",
799
943
  ...opts
800
944
  });
801
- this.name = "InvalidTemplateException";
802
- this.$fault = "client";
803
945
  Object.setPrototypeOf(this, _InvalidTemplateException.prototype);
804
946
  this.TemplateName = opts.TemplateName;
805
947
  }
806
948
  };
807
- __name(_InvalidTemplateException, "InvalidTemplateException");
808
- var InvalidTemplateException = _InvalidTemplateException;
809
949
  var CustomMailFromStatus = {
810
950
  Failed: "Failed",
811
951
  Pending: "Pending",
812
952
  Success: "Success",
813
953
  TemporaryFailure: "TemporaryFailure"
814
954
  };
815
- var _CustomVerificationEmailTemplateDoesNotExistException = class _CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException {
955
+ var CustomVerificationEmailTemplateDoesNotExistException = class _CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException {
956
+ static {
957
+ __name(this, "CustomVerificationEmailTemplateDoesNotExistException");
958
+ }
959
+ name = "CustomVerificationEmailTemplateDoesNotExistException";
960
+ $fault = "client";
961
+ /**
962
+ * <p>Indicates that the provided custom verification email template does not exist.</p>
963
+ * @public
964
+ */
965
+ CustomVerificationEmailTemplateName;
816
966
  /**
817
967
  * @internal
818
968
  */
@@ -822,15 +972,26 @@ var _CustomVerificationEmailTemplateDoesNotExistException = class _CustomVerific
822
972
  $fault: "client",
823
973
  ...opts
824
974
  });
825
- this.name = "CustomVerificationEmailTemplateDoesNotExistException";
826
- this.$fault = "client";
827
975
  Object.setPrototypeOf(this, _CustomVerificationEmailTemplateDoesNotExistException.prototype);
828
976
  this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
829
977
  }
830
978
  };
831
- __name(_CustomVerificationEmailTemplateDoesNotExistException, "CustomVerificationEmailTemplateDoesNotExistException");
832
- var CustomVerificationEmailTemplateDoesNotExistException = _CustomVerificationEmailTemplateDoesNotExistException;
833
- var _EventDestinationDoesNotExistException = class _EventDestinationDoesNotExistException extends SESServiceException {
979
+ var EventDestinationDoesNotExistException = class _EventDestinationDoesNotExistException extends SESServiceException {
980
+ static {
981
+ __name(this, "EventDestinationDoesNotExistException");
982
+ }
983
+ name = "EventDestinationDoesNotExistException";
984
+ $fault = "client";
985
+ /**
986
+ * <p>Indicates that the configuration set does not exist.</p>
987
+ * @public
988
+ */
989
+ ConfigurationSetName;
990
+ /**
991
+ * <p>Indicates that the event destination does not exist.</p>
992
+ * @public
993
+ */
994
+ EventDestinationName;
834
995
  /**
835
996
  * @internal
836
997
  */
@@ -840,16 +1001,23 @@ var _EventDestinationDoesNotExistException = class _EventDestinationDoesNotExist
840
1001
  $fault: "client",
841
1002
  ...opts
842
1003
  });
843
- this.name = "EventDestinationDoesNotExistException";
844
- this.$fault = "client";
845
1004
  Object.setPrototypeOf(this, _EventDestinationDoesNotExistException.prototype);
846
1005
  this.ConfigurationSetName = opts.ConfigurationSetName;
847
1006
  this.EventDestinationName = opts.EventDestinationName;
848
1007
  }
849
1008
  };
850
- __name(_EventDestinationDoesNotExistException, "EventDestinationDoesNotExistException");
851
- var EventDestinationDoesNotExistException = _EventDestinationDoesNotExistException;
852
- var _TrackingOptionsDoesNotExistException = class _TrackingOptionsDoesNotExistException extends SESServiceException {
1009
+ var TrackingOptionsDoesNotExistException = class _TrackingOptionsDoesNotExistException extends SESServiceException {
1010
+ static {
1011
+ __name(this, "TrackingOptionsDoesNotExistException");
1012
+ }
1013
+ name = "TrackingOptionsDoesNotExistException";
1014
+ $fault = "client";
1015
+ /**
1016
+ * <p>Indicates that a TrackingOptions object does not exist in the specified configuration
1017
+ * set.</p>
1018
+ * @public
1019
+ */
1020
+ ConfigurationSetName;
853
1021
  /**
854
1022
  * @internal
855
1023
  */
@@ -859,14 +1027,10 @@ var _TrackingOptionsDoesNotExistException = class _TrackingOptionsDoesNotExistEx
859
1027
  $fault: "client",
860
1028
  ...opts
861
1029
  });
862
- this.name = "TrackingOptionsDoesNotExistException";
863
- this.$fault = "client";
864
1030
  Object.setPrototypeOf(this, _TrackingOptionsDoesNotExistException.prototype);
865
1031
  this.ConfigurationSetName = opts.ConfigurationSetName;
866
1032
  }
867
1033
  };
868
- __name(_TrackingOptionsDoesNotExistException, "TrackingOptionsDoesNotExistException");
869
- var TrackingOptionsDoesNotExistException = _TrackingOptionsDoesNotExistException;
870
1034
  var VerificationStatus = {
871
1035
  Failed: "Failed",
872
1036
  NotStarted: "NotStarted",
@@ -874,7 +1038,13 @@ var VerificationStatus = {
874
1038
  Success: "Success",
875
1039
  TemporaryFailure: "TemporaryFailure"
876
1040
  };
877
- var _TemplateDoesNotExistException = class _TemplateDoesNotExistException extends SESServiceException {
1041
+ var TemplateDoesNotExistException = class _TemplateDoesNotExistException extends SESServiceException {
1042
+ static {
1043
+ __name(this, "TemplateDoesNotExistException");
1044
+ }
1045
+ name = "TemplateDoesNotExistException";
1046
+ $fault = "client";
1047
+ TemplateName;
878
1048
  /**
879
1049
  * @internal
880
1050
  */
@@ -884,19 +1054,20 @@ var _TemplateDoesNotExistException = class _TemplateDoesNotExistException extend
884
1054
  $fault: "client",
885
1055
  ...opts
886
1056
  });
887
- this.name = "TemplateDoesNotExistException";
888
- this.$fault = "client";
889
1057
  Object.setPrototypeOf(this, _TemplateDoesNotExistException.prototype);
890
1058
  this.TemplateName = opts.TemplateName;
891
1059
  }
892
1060
  };
893
- __name(_TemplateDoesNotExistException, "TemplateDoesNotExistException");
894
- var TemplateDoesNotExistException = _TemplateDoesNotExistException;
895
1061
  var IdentityType = {
896
1062
  Domain: "Domain",
897
1063
  EmailAddress: "EmailAddress"
898
1064
  };
899
- var _InvalidDeliveryOptionsException = class _InvalidDeliveryOptionsException extends SESServiceException {
1065
+ var InvalidDeliveryOptionsException = class _InvalidDeliveryOptionsException extends SESServiceException {
1066
+ static {
1067
+ __name(this, "InvalidDeliveryOptionsException");
1068
+ }
1069
+ name = "InvalidDeliveryOptionsException";
1070
+ $fault = "client";
900
1071
  /**
901
1072
  * @internal
902
1073
  */
@@ -906,14 +1077,15 @@ var _InvalidDeliveryOptionsException = class _InvalidDeliveryOptionsException ex
906
1077
  $fault: "client",
907
1078
  ...opts
908
1079
  });
909
- this.name = "InvalidDeliveryOptionsException";
910
- this.$fault = "client";
911
1080
  Object.setPrototypeOf(this, _InvalidDeliveryOptionsException.prototype);
912
1081
  }
913
1082
  };
914
- __name(_InvalidDeliveryOptionsException, "InvalidDeliveryOptionsException");
915
- var InvalidDeliveryOptionsException = _InvalidDeliveryOptionsException;
916
- var _InvalidPolicyException = class _InvalidPolicyException extends SESServiceException {
1083
+ var InvalidPolicyException = class _InvalidPolicyException extends SESServiceException {
1084
+ static {
1085
+ __name(this, "InvalidPolicyException");
1086
+ }
1087
+ name = "InvalidPolicyException";
1088
+ $fault = "client";
917
1089
  /**
918
1090
  * @internal
919
1091
  */
@@ -923,14 +1095,16 @@ var _InvalidPolicyException = class _InvalidPolicyException extends SESServiceEx
923
1095
  $fault: "client",
924
1096
  ...opts
925
1097
  });
926
- this.name = "InvalidPolicyException";
927
- this.$fault = "client";
928
1098
  Object.setPrototypeOf(this, _InvalidPolicyException.prototype);
929
1099
  }
930
1100
  };
931
- __name(_InvalidPolicyException, "InvalidPolicyException");
932
- var InvalidPolicyException = _InvalidPolicyException;
933
- var _InvalidRenderingParameterException = class _InvalidRenderingParameterException extends SESServiceException {
1101
+ var InvalidRenderingParameterException = class _InvalidRenderingParameterException extends SESServiceException {
1102
+ static {
1103
+ __name(this, "InvalidRenderingParameterException");
1104
+ }
1105
+ name = "InvalidRenderingParameterException";
1106
+ $fault = "client";
1107
+ TemplateName;
934
1108
  /**
935
1109
  * @internal
936
1110
  */
@@ -940,15 +1114,16 @@ var _InvalidRenderingParameterException = class _InvalidRenderingParameterExcept
940
1114
  $fault: "client",
941
1115
  ...opts
942
1116
  });
943
- this.name = "InvalidRenderingParameterException";
944
- this.$fault = "client";
945
1117
  Object.setPrototypeOf(this, _InvalidRenderingParameterException.prototype);
946
1118
  this.TemplateName = opts.TemplateName;
947
1119
  }
948
1120
  };
949
- __name(_InvalidRenderingParameterException, "InvalidRenderingParameterException");
950
- var InvalidRenderingParameterException = _InvalidRenderingParameterException;
951
- var _MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedException extends SESServiceException {
1121
+ var MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedException extends SESServiceException {
1122
+ static {
1123
+ __name(this, "MailFromDomainNotVerifiedException");
1124
+ }
1125
+ name = "MailFromDomainNotVerifiedException";
1126
+ $fault = "client";
952
1127
  /**
953
1128
  * @internal
954
1129
  */
@@ -958,14 +1133,15 @@ var _MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedExcept
958
1133
  $fault: "client",
959
1134
  ...opts
960
1135
  });
961
- this.name = "MailFromDomainNotVerifiedException";
962
- this.$fault = "client";
963
1136
  Object.setPrototypeOf(this, _MailFromDomainNotVerifiedException.prototype);
964
1137
  }
965
1138
  };
966
- __name(_MailFromDomainNotVerifiedException, "MailFromDomainNotVerifiedException");
967
- var MailFromDomainNotVerifiedException = _MailFromDomainNotVerifiedException;
968
- var _MessageRejected = class _MessageRejected extends SESServiceException {
1139
+ var MessageRejected = class _MessageRejected extends SESServiceException {
1140
+ static {
1141
+ __name(this, "MessageRejected");
1142
+ }
1143
+ name = "MessageRejected";
1144
+ $fault = "client";
969
1145
  /**
970
1146
  * @internal
971
1147
  */
@@ -975,14 +1151,16 @@ var _MessageRejected = class _MessageRejected extends SESServiceException {
975
1151
  $fault: "client",
976
1152
  ...opts
977
1153
  });
978
- this.name = "MessageRejected";
979
- this.$fault = "client";
980
1154
  Object.setPrototypeOf(this, _MessageRejected.prototype);
981
1155
  }
982
1156
  };
983
- __name(_MessageRejected, "MessageRejected");
984
- var MessageRejected = _MessageRejected;
985
- var _MissingRenderingAttributeException = class _MissingRenderingAttributeException extends SESServiceException {
1157
+ var MissingRenderingAttributeException = class _MissingRenderingAttributeException extends SESServiceException {
1158
+ static {
1159
+ __name(this, "MissingRenderingAttributeException");
1160
+ }
1161
+ name = "MissingRenderingAttributeException";
1162
+ $fault = "client";
1163
+ TemplateName;
986
1164
  /**
987
1165
  * @internal
988
1166
  */
@@ -992,20 +1170,21 @@ var _MissingRenderingAttributeException = class _MissingRenderingAttributeExcept
992
1170
  $fault: "client",
993
1171
  ...opts
994
1172
  });
995
- this.name = "MissingRenderingAttributeException";
996
- this.$fault = "client";
997
1173
  Object.setPrototypeOf(this, _MissingRenderingAttributeException.prototype);
998
1174
  this.TemplateName = opts.TemplateName;
999
1175
  }
1000
1176
  };
1001
- __name(_MissingRenderingAttributeException, "MissingRenderingAttributeException");
1002
- var MissingRenderingAttributeException = _MissingRenderingAttributeException;
1003
1177
  var NotificationType = {
1004
1178
  Bounce: "Bounce",
1005
1179
  Complaint: "Complaint",
1006
1180
  Delivery: "Delivery"
1007
1181
  };
1008
- var _ProductionAccessNotGrantedException = class _ProductionAccessNotGrantedException extends SESServiceException {
1182
+ var ProductionAccessNotGrantedException = class _ProductionAccessNotGrantedException extends SESServiceException {
1183
+ static {
1184
+ __name(this, "ProductionAccessNotGrantedException");
1185
+ }
1186
+ name = "ProductionAccessNotGrantedException";
1187
+ $fault = "client";
1009
1188
  /**
1010
1189
  * @internal
1011
1190
  */
@@ -1015,13 +1194,9 @@ var _ProductionAccessNotGrantedException = class _ProductionAccessNotGrantedExce
1015
1194
  $fault: "client",
1016
1195
  ...opts
1017
1196
  });
1018
- this.name = "ProductionAccessNotGrantedException";
1019
- this.$fault = "client";
1020
1197
  Object.setPrototypeOf(this, _ProductionAccessNotGrantedException.prototype);
1021
1198
  }
1022
1199
  };
1023
- __name(_ProductionAccessNotGrantedException, "ProductionAccessNotGrantedException");
1024
- var ProductionAccessNotGrantedException = _ProductionAccessNotGrantedException;
1025
1200
 
1026
1201
  // src/protocols/Aws_query.ts
1027
1202
  var se_CloneReceiptRuleSetCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -3165,7 +3340,6 @@ var se_BouncedRecipientInfoList = /* @__PURE__ */ __name((input, context) => {
3165
3340
  return entries;
3166
3341
  }, "se_BouncedRecipientInfoList");
3167
3342
  var se_BulkEmailDestination = /* @__PURE__ */ __name((input, context) => {
3168
- var _a;
3169
3343
  const entries = {};
3170
3344
  if (input[_D] != null) {
3171
3345
  const memberEntries = se_Destination(input[_D], context);
@@ -3176,7 +3350,7 @@ var se_BulkEmailDestination = /* @__PURE__ */ __name((input, context) => {
3176
3350
  }
3177
3351
  if (input[_RT] != null) {
3178
3352
  const memberEntries = se_MessageTagList(input[_RT], context);
3179
- if (((_a = input[_RT]) == null ? void 0 : _a.length) === 0) {
3353
+ if (input[_RT]?.length === 0) {
3180
3354
  entries.ReplacementTags = [];
3181
3355
  }
3182
3356
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3215,11 +3389,10 @@ var se_CloneReceiptRuleSetRequest = /* @__PURE__ */ __name((input, context) => {
3215
3389
  return entries;
3216
3390
  }, "se_CloneReceiptRuleSetRequest");
3217
3391
  var se_CloudWatchDestination = /* @__PURE__ */ __name((input, context) => {
3218
- var _a;
3219
3392
  const entries = {};
3220
3393
  if (input[_DC] != null) {
3221
3394
  const memberEntries = se_CloudWatchDimensionConfigurations(input[_DC], context);
3222
- if (((_a = input[_DC]) == null ? void 0 : _a.length) === 0) {
3395
+ if (input[_DC]?.length === 0) {
3223
3396
  entries.DimensionConfigurations = [];
3224
3397
  }
3225
3398
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3501,14 +3674,13 @@ var se_DescribeActiveReceiptRuleSetRequest = /* @__PURE__ */ __name((input, cont
3501
3674
  return entries;
3502
3675
  }, "se_DescribeActiveReceiptRuleSetRequest");
3503
3676
  var se_DescribeConfigurationSetRequest = /* @__PURE__ */ __name((input, context) => {
3504
- var _a;
3505
3677
  const entries = {};
3506
3678
  if (input[_CSN] != null) {
3507
3679
  entries[_CSN] = input[_CSN];
3508
3680
  }
3509
3681
  if (input[_CSAN] != null) {
3510
3682
  const memberEntries = se_ConfigurationSetAttributeList(input[_CSAN], context);
3511
- if (((_a = input[_CSAN]) == null ? void 0 : _a.length) === 0) {
3683
+ if (input[_CSAN]?.length === 0) {
3512
3684
  entries.ConfigurationSetAttributeNames = [];
3513
3685
  }
3514
3686
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3536,11 +3708,10 @@ var se_DescribeReceiptRuleSetRequest = /* @__PURE__ */ __name((input, context) =
3536
3708
  return entries;
3537
3709
  }, "se_DescribeReceiptRuleSetRequest");
3538
3710
  var se_Destination = /* @__PURE__ */ __name((input, context) => {
3539
- var _a, _b, _c;
3540
3711
  const entries = {};
3541
3712
  if (input[_TAo] != null) {
3542
3713
  const memberEntries = se_AddressList(input[_TAo], context);
3543
- if (((_a = input[_TAo]) == null ? void 0 : _a.length) === 0) {
3714
+ if (input[_TAo]?.length === 0) {
3544
3715
  entries.ToAddresses = [];
3545
3716
  }
3546
3717
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3550,7 +3721,7 @@ var se_Destination = /* @__PURE__ */ __name((input, context) => {
3550
3721
  }
3551
3722
  if (input[_CA] != null) {
3552
3723
  const memberEntries = se_AddressList(input[_CA], context);
3553
- if (((_b = input[_CA]) == null ? void 0 : _b.length) === 0) {
3724
+ if (input[_CA]?.length === 0) {
3554
3725
  entries.CcAddresses = [];
3555
3726
  }
3556
3727
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3560,7 +3731,7 @@ var se_Destination = /* @__PURE__ */ __name((input, context) => {
3560
3731
  }
3561
3732
  if (input[_BA] != null) {
3562
3733
  const memberEntries = se_AddressList(input[_BA], context);
3563
- if (((_c = input[_BA]) == null ? void 0 : _c.length) === 0) {
3734
+ if (input[_BA]?.length === 0) {
3564
3735
  entries.BccAddresses = [];
3565
3736
  }
3566
3737
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3571,7 +3742,6 @@ var se_Destination = /* @__PURE__ */ __name((input, context) => {
3571
3742
  return entries;
3572
3743
  }, "se_Destination");
3573
3744
  var se_EventDestination = /* @__PURE__ */ __name((input, context) => {
3574
- var _a;
3575
3745
  const entries = {};
3576
3746
  if (input[_N] != null) {
3577
3747
  entries[_N] = input[_N];
@@ -3581,7 +3751,7 @@ var se_EventDestination = /* @__PURE__ */ __name((input, context) => {
3581
3751
  }
3582
3752
  if (input[_MET] != null) {
3583
3753
  const memberEntries = se_EventTypes(input[_MET], context);
3584
- if (((_a = input[_MET]) == null ? void 0 : _a.length) === 0) {
3754
+ if (input[_MET]?.length === 0) {
3585
3755
  entries.MatchingEventTypes = [];
3586
3756
  }
3587
3757
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3657,11 +3827,10 @@ var se_GetCustomVerificationEmailTemplateRequest = /* @__PURE__ */ __name((input
3657
3827
  return entries;
3658
3828
  }, "se_GetCustomVerificationEmailTemplateRequest");
3659
3829
  var se_GetIdentityDkimAttributesRequest = /* @__PURE__ */ __name((input, context) => {
3660
- var _a;
3661
3830
  const entries = {};
3662
3831
  if (input[_Id] != null) {
3663
3832
  const memberEntries = se_IdentityList(input[_Id], context);
3664
- if (((_a = input[_Id]) == null ? void 0 : _a.length) === 0) {
3833
+ if (input[_Id]?.length === 0) {
3665
3834
  entries.Identities = [];
3666
3835
  }
3667
3836
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3672,11 +3841,10 @@ var se_GetIdentityDkimAttributesRequest = /* @__PURE__ */ __name((input, context
3672
3841
  return entries;
3673
3842
  }, "se_GetIdentityDkimAttributesRequest");
3674
3843
  var se_GetIdentityMailFromDomainAttributesRequest = /* @__PURE__ */ __name((input, context) => {
3675
- var _a;
3676
3844
  const entries = {};
3677
3845
  if (input[_Id] != null) {
3678
3846
  const memberEntries = se_IdentityList(input[_Id], context);
3679
- if (((_a = input[_Id]) == null ? void 0 : _a.length) === 0) {
3847
+ if (input[_Id]?.length === 0) {
3680
3848
  entries.Identities = [];
3681
3849
  }
3682
3850
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3687,11 +3855,10 @@ var se_GetIdentityMailFromDomainAttributesRequest = /* @__PURE__ */ __name((inpu
3687
3855
  return entries;
3688
3856
  }, "se_GetIdentityMailFromDomainAttributesRequest");
3689
3857
  var se_GetIdentityNotificationAttributesRequest = /* @__PURE__ */ __name((input, context) => {
3690
- var _a;
3691
3858
  const entries = {};
3692
3859
  if (input[_Id] != null) {
3693
3860
  const memberEntries = se_IdentityList(input[_Id], context);
3694
- if (((_a = input[_Id]) == null ? void 0 : _a.length) === 0) {
3861
+ if (input[_Id]?.length === 0) {
3695
3862
  entries.Identities = [];
3696
3863
  }
3697
3864
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3702,14 +3869,13 @@ var se_GetIdentityNotificationAttributesRequest = /* @__PURE__ */ __name((input,
3702
3869
  return entries;
3703
3870
  }, "se_GetIdentityNotificationAttributesRequest");
3704
3871
  var se_GetIdentityPoliciesRequest = /* @__PURE__ */ __name((input, context) => {
3705
- var _a;
3706
3872
  const entries = {};
3707
3873
  if (input[_I] != null) {
3708
3874
  entries[_I] = input[_I];
3709
3875
  }
3710
3876
  if (input[_PNo] != null) {
3711
3877
  const memberEntries = se_PolicyNameList(input[_PNo], context);
3712
- if (((_a = input[_PNo]) == null ? void 0 : _a.length) === 0) {
3878
+ if (input[_PNo]?.length === 0) {
3713
3879
  entries.PolicyNames = [];
3714
3880
  }
3715
3881
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3720,11 +3886,10 @@ var se_GetIdentityPoliciesRequest = /* @__PURE__ */ __name((input, context) => {
3720
3886
  return entries;
3721
3887
  }, "se_GetIdentityPoliciesRequest");
3722
3888
  var se_GetIdentityVerificationAttributesRequest = /* @__PURE__ */ __name((input, context) => {
3723
- var _a;
3724
3889
  const entries = {};
3725
3890
  if (input[_Id] != null) {
3726
3891
  const memberEntries = se_IdentityList(input[_Id], context);
3727
- if (((_a = input[_Id]) == null ? void 0 : _a.length) === 0) {
3892
+ if (input[_Id]?.length === 0) {
3728
3893
  entries.Identities = [];
3729
3894
  }
3730
3895
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3856,7 +4021,6 @@ var se_Message = /* @__PURE__ */ __name((input, context) => {
3856
4021
  return entries;
3857
4022
  }, "se_Message");
3858
4023
  var se_MessageDsn = /* @__PURE__ */ __name((input, context) => {
3859
- var _a;
3860
4024
  const entries = {};
3861
4025
  if (input[_RM] != null) {
3862
4026
  entries[_RM] = input[_RM];
@@ -3866,7 +4030,7 @@ var se_MessageDsn = /* @__PURE__ */ __name((input, context) => {
3866
4030
  }
3867
4031
  if (input[_EF] != null) {
3868
4032
  const memberEntries = se_ExtensionFieldList(input[_EF], context);
3869
- if (((_a = input[_EF]) == null ? void 0 : _a.length) === 0) {
4033
+ if (input[_EF]?.length === 0) {
3870
4034
  entries.ExtensionFields = [];
3871
4035
  }
3872
4036
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4047,7 +4211,6 @@ var se_ReceiptIpFilter = /* @__PURE__ */ __name((input, context) => {
4047
4211
  return entries;
4048
4212
  }, "se_ReceiptIpFilter");
4049
4213
  var se_ReceiptRule = /* @__PURE__ */ __name((input, context) => {
4050
- var _a, _b;
4051
4214
  const entries = {};
4052
4215
  if (input[_N] != null) {
4053
4216
  entries[_N] = input[_N];
@@ -4060,7 +4223,7 @@ var se_ReceiptRule = /* @__PURE__ */ __name((input, context) => {
4060
4223
  }
4061
4224
  if (input[_Re] != null) {
4062
4225
  const memberEntries = se_RecipientsList(input[_Re], context);
4063
- if (((_a = input[_Re]) == null ? void 0 : _a.length) === 0) {
4226
+ if (input[_Re]?.length === 0) {
4064
4227
  entries.Recipients = [];
4065
4228
  }
4066
4229
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4070,7 +4233,7 @@ var se_ReceiptRule = /* @__PURE__ */ __name((input, context) => {
4070
4233
  }
4071
4234
  if (input[_Ac] != null) {
4072
4235
  const memberEntries = se_ReceiptActionsList(input[_Ac], context);
4073
- if (((_b = input[_Ac]) == null ? void 0 : _b.length) === 0) {
4236
+ if (input[_Ac]?.length === 0) {
4074
4237
  entries.Actions = [];
4075
4238
  }
4076
4239
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4096,7 +4259,6 @@ var se_ReceiptRuleNamesList = /* @__PURE__ */ __name((input, context) => {
4096
4259
  return entries;
4097
4260
  }, "se_ReceiptRuleNamesList");
4098
4261
  var se_RecipientDsnFields = /* @__PURE__ */ __name((input, context) => {
4099
- var _a;
4100
4262
  const entries = {};
4101
4263
  if (input[_FR] != null) {
4102
4264
  entries[_FR] = input[_FR];
@@ -4118,7 +4280,7 @@ var se_RecipientDsnFields = /* @__PURE__ */ __name((input, context) => {
4118
4280
  }
4119
4281
  if (input[_EF] != null) {
4120
4282
  const memberEntries = se_ExtensionFieldList(input[_EF], context);
4121
- if (((_a = input[_EF]) == null ? void 0 : _a.length) === 0) {
4283
+ if (input[_EF]?.length === 0) {
4122
4284
  entries.ExtensionFields = [];
4123
4285
  }
4124
4286
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4141,14 +4303,13 @@ var se_RecipientsList = /* @__PURE__ */ __name((input, context) => {
4141
4303
  return entries;
4142
4304
  }, "se_RecipientsList");
4143
4305
  var se_ReorderReceiptRuleSetRequest = /* @__PURE__ */ __name((input, context) => {
4144
- var _a;
4145
4306
  const entries = {};
4146
4307
  if (input[_RSN] != null) {
4147
4308
  entries[_RSN] = input[_RSN];
4148
4309
  }
4149
4310
  if (input[_RNu] != null) {
4150
4311
  const memberEntries = se_ReceiptRuleNamesList(input[_RNu], context);
4151
- if (((_a = input[_RNu]) == null ? void 0 : _a.length) === 0) {
4312
+ if (input[_RNu]?.length === 0) {
4152
4313
  entries.RuleNames = [];
4153
4314
  }
4154
4315
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4178,7 +4339,6 @@ var se_S3Action = /* @__PURE__ */ __name((input, context) => {
4178
4339
  return entries;
4179
4340
  }, "se_S3Action");
4180
4341
  var se_SendBounceRequest = /* @__PURE__ */ __name((input, context) => {
4181
- var _a;
4182
4342
  const entries = {};
4183
4343
  if (input[_OMI] != null) {
4184
4344
  entries[_OMI] = input[_OMI];
@@ -4198,7 +4358,7 @@ var se_SendBounceRequest = /* @__PURE__ */ __name((input, context) => {
4198
4358
  }
4199
4359
  if (input[_BRIL] != null) {
4200
4360
  const memberEntries = se_BouncedRecipientInfoList(input[_BRIL], context);
4201
- if (((_a = input[_BRIL]) == null ? void 0 : _a.length) === 0) {
4361
+ if (input[_BRIL]?.length === 0) {
4202
4362
  entries.BouncedRecipientInfoList = [];
4203
4363
  }
4204
4364
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4212,7 +4372,6 @@ var se_SendBounceRequest = /* @__PURE__ */ __name((input, context) => {
4212
4372
  return entries;
4213
4373
  }, "se_SendBounceRequest");
4214
4374
  var se_SendBulkTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) => {
4215
- var _a, _b, _c;
4216
4375
  const entries = {};
4217
4376
  if (input[_So] != null) {
4218
4377
  entries[_So] = input[_So];
@@ -4222,7 +4381,7 @@ var se_SendBulkTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) =
4222
4381
  }
4223
4382
  if (input[_RTA] != null) {
4224
4383
  const memberEntries = se_AddressList(input[_RTA], context);
4225
- if (((_a = input[_RTA]) == null ? void 0 : _a.length) === 0) {
4384
+ if (input[_RTA]?.length === 0) {
4226
4385
  entries.ReplyToAddresses = [];
4227
4386
  }
4228
4387
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4241,7 +4400,7 @@ var se_SendBulkTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) =
4241
4400
  }
4242
4401
  if (input[_DTe] != null) {
4243
4402
  const memberEntries = se_MessageTagList(input[_DTe], context);
4244
- if (((_b = input[_DTe]) == null ? void 0 : _b.length) === 0) {
4403
+ if (input[_DTe]?.length === 0) {
4245
4404
  entries.DefaultTags = [];
4246
4405
  }
4247
4406
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4260,7 +4419,7 @@ var se_SendBulkTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) =
4260
4419
  }
4261
4420
  if (input[_De] != null) {
4262
4421
  const memberEntries = se_BulkEmailDestinationList(input[_De], context);
4263
- if (((_c = input[_De]) == null ? void 0 : _c.length) === 0) {
4422
+ if (input[_De]?.length === 0) {
4264
4423
  entries.Destinations = [];
4265
4424
  }
4266
4425
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4284,7 +4443,6 @@ var se_SendCustomVerificationEmailRequest = /* @__PURE__ */ __name((input, conte
4284
4443
  return entries;
4285
4444
  }, "se_SendCustomVerificationEmailRequest");
4286
4445
  var se_SendEmailRequest = /* @__PURE__ */ __name((input, context) => {
4287
- var _a, _b;
4288
4446
  const entries = {};
4289
4447
  if (input[_So] != null) {
4290
4448
  entries[_So] = input[_So];
@@ -4305,7 +4463,7 @@ var se_SendEmailRequest = /* @__PURE__ */ __name((input, context) => {
4305
4463
  }
4306
4464
  if (input[_RTA] != null) {
4307
4465
  const memberEntries = se_AddressList(input[_RTA], context);
4308
- if (((_a = input[_RTA]) == null ? void 0 : _a.length) === 0) {
4466
+ if (input[_RTA]?.length === 0) {
4309
4467
  entries.ReplyToAddresses = [];
4310
4468
  }
4311
4469
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4324,7 +4482,7 @@ var se_SendEmailRequest = /* @__PURE__ */ __name((input, context) => {
4324
4482
  }
4325
4483
  if (input[_Ta] != null) {
4326
4484
  const memberEntries = se_MessageTagList(input[_Ta], context);
4327
- if (((_b = input[_Ta]) == null ? void 0 : _b.length) === 0) {
4485
+ if (input[_Ta]?.length === 0) {
4328
4486
  entries.Tags = [];
4329
4487
  }
4330
4488
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4338,14 +4496,13 @@ var se_SendEmailRequest = /* @__PURE__ */ __name((input, context) => {
4338
4496
  return entries;
4339
4497
  }, "se_SendEmailRequest");
4340
4498
  var se_SendRawEmailRequest = /* @__PURE__ */ __name((input, context) => {
4341
- var _a, _b;
4342
4499
  const entries = {};
4343
4500
  if (input[_So] != null) {
4344
4501
  entries[_So] = input[_So];
4345
4502
  }
4346
4503
  if (input[_De] != null) {
4347
4504
  const memberEntries = se_AddressList(input[_De], context);
4348
- if (((_a = input[_De]) == null ? void 0 : _a.length) === 0) {
4505
+ if (input[_De]?.length === 0) {
4349
4506
  entries.Destinations = [];
4350
4507
  }
4351
4508
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4371,7 +4528,7 @@ var se_SendRawEmailRequest = /* @__PURE__ */ __name((input, context) => {
4371
4528
  }
4372
4529
  if (input[_Ta] != null) {
4373
4530
  const memberEntries = se_MessageTagList(input[_Ta], context);
4374
- if (((_b = input[_Ta]) == null ? void 0 : _b.length) === 0) {
4531
+ if (input[_Ta]?.length === 0) {
4375
4532
  entries.Tags = [];
4376
4533
  }
4377
4534
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4385,7 +4542,6 @@ var se_SendRawEmailRequest = /* @__PURE__ */ __name((input, context) => {
4385
4542
  return entries;
4386
4543
  }, "se_SendRawEmailRequest");
4387
4544
  var se_SendTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) => {
4388
- var _a, _b;
4389
4545
  const entries = {};
4390
4546
  if (input[_So] != null) {
4391
4547
  entries[_So] = input[_So];
@@ -4399,7 +4555,7 @@ var se_SendTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) => {
4399
4555
  }
4400
4556
  if (input[_RTA] != null) {
4401
4557
  const memberEntries = se_AddressList(input[_RTA], context);
4402
- if (((_a = input[_RTA]) == null ? void 0 : _a.length) === 0) {
4558
+ if (input[_RTA]?.length === 0) {
4403
4559
  entries.ReplyToAddresses = [];
4404
4560
  }
4405
4561
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4418,7 +4574,7 @@ var se_SendTemplatedEmailRequest = /* @__PURE__ */ __name((input, context) => {
4418
4574
  }
4419
4575
  if (input[_Ta] != null) {
4420
4576
  const memberEntries = se_MessageTagList(input[_Ta], context);
4421
- if (((_b = input[_Ta]) == null ? void 0 : _b.length) === 0) {
4577
+ if (input[_Ta]?.length === 0) {
4422
4578
  entries.Tags = [];
4423
4579
  }
4424
4580
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -6316,8 +6472,7 @@ var _m = "message";
6316
6472
  var _me = "member";
6317
6473
  var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
6318
6474
  var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
6319
- var _a;
6320
- if (((_a = data.Error) == null ? void 0 : _a.Code) !== void 0) {
6475
+ if (data.Error?.Code !== void 0) {
6321
6476
  return data.Error.Code;
6322
6477
  }
6323
6478
  if (output.statusCode == 404) {
@@ -6326,995 +6481,1066 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
6326
6481
  }, "loadQueryErrorCode");
6327
6482
 
6328
6483
  // src/commands/CloneReceiptRuleSetCommand.ts
6329
- var _CloneReceiptRuleSetCommand = class _CloneReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6484
+ var CloneReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6330
6485
  return [
6331
6486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6332
6487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6333
6488
  ];
6334
6489
  }).s("SimpleEmailService", "CloneReceiptRuleSet", {}).n("SESClient", "CloneReceiptRuleSetCommand").f(void 0, void 0).ser(se_CloneReceiptRuleSetCommand).de(de_CloneReceiptRuleSetCommand).build() {
6490
+ static {
6491
+ __name(this, "CloneReceiptRuleSetCommand");
6492
+ }
6335
6493
  };
6336
- __name(_CloneReceiptRuleSetCommand, "CloneReceiptRuleSetCommand");
6337
- var CloneReceiptRuleSetCommand = _CloneReceiptRuleSetCommand;
6338
6494
 
6339
6495
  // src/commands/CreateConfigurationSetCommand.ts
6340
6496
 
6341
6497
 
6342
6498
 
6343
- var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6499
+ var CreateConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6344
6500
  return [
6345
6501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6346
6502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6347
6503
  ];
6348
6504
  }).s("SimpleEmailService", "CreateConfigurationSet", {}).n("SESClient", "CreateConfigurationSetCommand").f(void 0, void 0).ser(se_CreateConfigurationSetCommand).de(de_CreateConfigurationSetCommand).build() {
6505
+ static {
6506
+ __name(this, "CreateConfigurationSetCommand");
6507
+ }
6349
6508
  };
6350
- __name(_CreateConfigurationSetCommand, "CreateConfigurationSetCommand");
6351
- var CreateConfigurationSetCommand = _CreateConfigurationSetCommand;
6352
6509
 
6353
6510
  // src/commands/CreateConfigurationSetEventDestinationCommand.ts
6354
6511
 
6355
6512
 
6356
6513
 
6357
- var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6514
+ var CreateConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6358
6515
  return [
6359
6516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6360
6517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6361
6518
  ];
6362
6519
  }).s("SimpleEmailService", "CreateConfigurationSetEventDestination", {}).n("SESClient", "CreateConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_CreateConfigurationSetEventDestinationCommand).de(de_CreateConfigurationSetEventDestinationCommand).build() {
6520
+ static {
6521
+ __name(this, "CreateConfigurationSetEventDestinationCommand");
6522
+ }
6363
6523
  };
6364
- __name(_CreateConfigurationSetEventDestinationCommand, "CreateConfigurationSetEventDestinationCommand");
6365
- var CreateConfigurationSetEventDestinationCommand = _CreateConfigurationSetEventDestinationCommand;
6366
6524
 
6367
6525
  // src/commands/CreateConfigurationSetTrackingOptionsCommand.ts
6368
6526
 
6369
6527
 
6370
6528
 
6371
- var _CreateConfigurationSetTrackingOptionsCommand = class _CreateConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6529
+ var CreateConfigurationSetTrackingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6372
6530
  return [
6373
6531
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6374
6532
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6375
6533
  ];
6376
6534
  }).s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {}).n("SESClient", "CreateConfigurationSetTrackingOptionsCommand").f(void 0, void 0).ser(se_CreateConfigurationSetTrackingOptionsCommand).de(de_CreateConfigurationSetTrackingOptionsCommand).build() {
6535
+ static {
6536
+ __name(this, "CreateConfigurationSetTrackingOptionsCommand");
6537
+ }
6377
6538
  };
6378
- __name(_CreateConfigurationSetTrackingOptionsCommand, "CreateConfigurationSetTrackingOptionsCommand");
6379
- var CreateConfigurationSetTrackingOptionsCommand = _CreateConfigurationSetTrackingOptionsCommand;
6380
6539
 
6381
6540
  // src/commands/CreateCustomVerificationEmailTemplateCommand.ts
6382
6541
 
6383
6542
 
6384
6543
 
6385
- var _CreateCustomVerificationEmailTemplateCommand = class _CreateCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6544
+ var CreateCustomVerificationEmailTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6386
6545
  return [
6387
6546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6388
6547
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6389
6548
  ];
6390
6549
  }).s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {}).n("SESClient", "CreateCustomVerificationEmailTemplateCommand").f(void 0, void 0).ser(se_CreateCustomVerificationEmailTemplateCommand).de(de_CreateCustomVerificationEmailTemplateCommand).build() {
6550
+ static {
6551
+ __name(this, "CreateCustomVerificationEmailTemplateCommand");
6552
+ }
6391
6553
  };
6392
- __name(_CreateCustomVerificationEmailTemplateCommand, "CreateCustomVerificationEmailTemplateCommand");
6393
- var CreateCustomVerificationEmailTemplateCommand = _CreateCustomVerificationEmailTemplateCommand;
6394
6554
 
6395
6555
  // src/commands/CreateReceiptFilterCommand.ts
6396
6556
 
6397
6557
 
6398
6558
 
6399
- var _CreateReceiptFilterCommand = class _CreateReceiptFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6559
+ var CreateReceiptFilterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6400
6560
  return [
6401
6561
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6402
6562
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6403
6563
  ];
6404
6564
  }).s("SimpleEmailService", "CreateReceiptFilter", {}).n("SESClient", "CreateReceiptFilterCommand").f(void 0, void 0).ser(se_CreateReceiptFilterCommand).de(de_CreateReceiptFilterCommand).build() {
6565
+ static {
6566
+ __name(this, "CreateReceiptFilterCommand");
6567
+ }
6405
6568
  };
6406
- __name(_CreateReceiptFilterCommand, "CreateReceiptFilterCommand");
6407
- var CreateReceiptFilterCommand = _CreateReceiptFilterCommand;
6408
6569
 
6409
6570
  // src/commands/CreateReceiptRuleCommand.ts
6410
6571
 
6411
6572
 
6412
6573
 
6413
- var _CreateReceiptRuleCommand = class _CreateReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6574
+ var CreateReceiptRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6414
6575
  return [
6415
6576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6416
6577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6417
6578
  ];
6418
6579
  }).s("SimpleEmailService", "CreateReceiptRule", {}).n("SESClient", "CreateReceiptRuleCommand").f(void 0, void 0).ser(se_CreateReceiptRuleCommand).de(de_CreateReceiptRuleCommand).build() {
6580
+ static {
6581
+ __name(this, "CreateReceiptRuleCommand");
6582
+ }
6419
6583
  };
6420
- __name(_CreateReceiptRuleCommand, "CreateReceiptRuleCommand");
6421
- var CreateReceiptRuleCommand = _CreateReceiptRuleCommand;
6422
6584
 
6423
6585
  // src/commands/CreateReceiptRuleSetCommand.ts
6424
6586
 
6425
6587
 
6426
6588
 
6427
- var _CreateReceiptRuleSetCommand = class _CreateReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6589
+ var CreateReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6428
6590
  return [
6429
6591
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6430
6592
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6431
6593
  ];
6432
6594
  }).s("SimpleEmailService", "CreateReceiptRuleSet", {}).n("SESClient", "CreateReceiptRuleSetCommand").f(void 0, void 0).ser(se_CreateReceiptRuleSetCommand).de(de_CreateReceiptRuleSetCommand).build() {
6595
+ static {
6596
+ __name(this, "CreateReceiptRuleSetCommand");
6597
+ }
6433
6598
  };
6434
- __name(_CreateReceiptRuleSetCommand, "CreateReceiptRuleSetCommand");
6435
- var CreateReceiptRuleSetCommand = _CreateReceiptRuleSetCommand;
6436
6599
 
6437
6600
  // src/commands/CreateTemplateCommand.ts
6438
6601
 
6439
6602
 
6440
6603
 
6441
- var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6604
+ var CreateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6442
6605
  return [
6443
6606
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6444
6607
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6445
6608
  ];
6446
6609
  }).s("SimpleEmailService", "CreateTemplate", {}).n("SESClient", "CreateTemplateCommand").f(void 0, void 0).ser(se_CreateTemplateCommand).de(de_CreateTemplateCommand).build() {
6610
+ static {
6611
+ __name(this, "CreateTemplateCommand");
6612
+ }
6447
6613
  };
6448
- __name(_CreateTemplateCommand, "CreateTemplateCommand");
6449
- var CreateTemplateCommand = _CreateTemplateCommand;
6450
6614
 
6451
6615
  // src/commands/DeleteConfigurationSetCommand.ts
6452
6616
 
6453
6617
 
6454
6618
 
6455
- var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6619
+ var DeleteConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6456
6620
  return [
6457
6621
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6458
6622
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6459
6623
  ];
6460
6624
  }).s("SimpleEmailService", "DeleteConfigurationSet", {}).n("SESClient", "DeleteConfigurationSetCommand").f(void 0, void 0).ser(se_DeleteConfigurationSetCommand).de(de_DeleteConfigurationSetCommand).build() {
6625
+ static {
6626
+ __name(this, "DeleteConfigurationSetCommand");
6627
+ }
6461
6628
  };
6462
- __name(_DeleteConfigurationSetCommand, "DeleteConfigurationSetCommand");
6463
- var DeleteConfigurationSetCommand = _DeleteConfigurationSetCommand;
6464
6629
 
6465
6630
  // src/commands/DeleteConfigurationSetEventDestinationCommand.ts
6466
6631
 
6467
6632
 
6468
6633
 
6469
- var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6634
+ var DeleteConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6470
6635
  return [
6471
6636
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6472
6637
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6473
6638
  ];
6474
6639
  }).s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {}).n("SESClient", "DeleteConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_DeleteConfigurationSetEventDestinationCommand).de(de_DeleteConfigurationSetEventDestinationCommand).build() {
6640
+ static {
6641
+ __name(this, "DeleteConfigurationSetEventDestinationCommand");
6642
+ }
6475
6643
  };
6476
- __name(_DeleteConfigurationSetEventDestinationCommand, "DeleteConfigurationSetEventDestinationCommand");
6477
- var DeleteConfigurationSetEventDestinationCommand = _DeleteConfigurationSetEventDestinationCommand;
6478
6644
 
6479
6645
  // src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts
6480
6646
 
6481
6647
 
6482
6648
 
6483
- var _DeleteConfigurationSetTrackingOptionsCommand = class _DeleteConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6649
+ var DeleteConfigurationSetTrackingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6484
6650
  return [
6485
6651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6486
6652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6487
6653
  ];
6488
6654
  }).s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {}).n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand").f(void 0, void 0).ser(se_DeleteConfigurationSetTrackingOptionsCommand).de(de_DeleteConfigurationSetTrackingOptionsCommand).build() {
6655
+ static {
6656
+ __name(this, "DeleteConfigurationSetTrackingOptionsCommand");
6657
+ }
6489
6658
  };
6490
- __name(_DeleteConfigurationSetTrackingOptionsCommand, "DeleteConfigurationSetTrackingOptionsCommand");
6491
- var DeleteConfigurationSetTrackingOptionsCommand = _DeleteConfigurationSetTrackingOptionsCommand;
6492
6659
 
6493
6660
  // src/commands/DeleteCustomVerificationEmailTemplateCommand.ts
6494
6661
 
6495
6662
 
6496
6663
 
6497
- var _DeleteCustomVerificationEmailTemplateCommand = class _DeleteCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6664
+ var DeleteCustomVerificationEmailTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6498
6665
  return [
6499
6666
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6500
6667
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6501
6668
  ];
6502
6669
  }).s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {}).n("SESClient", "DeleteCustomVerificationEmailTemplateCommand").f(void 0, void 0).ser(se_DeleteCustomVerificationEmailTemplateCommand).de(de_DeleteCustomVerificationEmailTemplateCommand).build() {
6670
+ static {
6671
+ __name(this, "DeleteCustomVerificationEmailTemplateCommand");
6672
+ }
6503
6673
  };
6504
- __name(_DeleteCustomVerificationEmailTemplateCommand, "DeleteCustomVerificationEmailTemplateCommand");
6505
- var DeleteCustomVerificationEmailTemplateCommand = _DeleteCustomVerificationEmailTemplateCommand;
6506
6674
 
6507
6675
  // src/commands/DeleteIdentityCommand.ts
6508
6676
 
6509
6677
 
6510
6678
 
6511
- var _DeleteIdentityCommand = class _DeleteIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6679
+ var DeleteIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6512
6680
  return [
6513
6681
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6514
6682
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6515
6683
  ];
6516
6684
  }).s("SimpleEmailService", "DeleteIdentity", {}).n("SESClient", "DeleteIdentityCommand").f(void 0, void 0).ser(se_DeleteIdentityCommand).de(de_DeleteIdentityCommand).build() {
6685
+ static {
6686
+ __name(this, "DeleteIdentityCommand");
6687
+ }
6517
6688
  };
6518
- __name(_DeleteIdentityCommand, "DeleteIdentityCommand");
6519
- var DeleteIdentityCommand = _DeleteIdentityCommand;
6520
6689
 
6521
6690
  // src/commands/DeleteIdentityPolicyCommand.ts
6522
6691
 
6523
6692
 
6524
6693
 
6525
- var _DeleteIdentityPolicyCommand = class _DeleteIdentityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6694
+ var DeleteIdentityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6526
6695
  return [
6527
6696
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6528
6697
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6529
6698
  ];
6530
6699
  }).s("SimpleEmailService", "DeleteIdentityPolicy", {}).n("SESClient", "DeleteIdentityPolicyCommand").f(void 0, void 0).ser(se_DeleteIdentityPolicyCommand).de(de_DeleteIdentityPolicyCommand).build() {
6700
+ static {
6701
+ __name(this, "DeleteIdentityPolicyCommand");
6702
+ }
6531
6703
  };
6532
- __name(_DeleteIdentityPolicyCommand, "DeleteIdentityPolicyCommand");
6533
- var DeleteIdentityPolicyCommand = _DeleteIdentityPolicyCommand;
6534
6704
 
6535
6705
  // src/commands/DeleteReceiptFilterCommand.ts
6536
6706
 
6537
6707
 
6538
6708
 
6539
- var _DeleteReceiptFilterCommand = class _DeleteReceiptFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6709
+ var DeleteReceiptFilterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6540
6710
  return [
6541
6711
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6542
6712
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6543
6713
  ];
6544
6714
  }).s("SimpleEmailService", "DeleteReceiptFilter", {}).n("SESClient", "DeleteReceiptFilterCommand").f(void 0, void 0).ser(se_DeleteReceiptFilterCommand).de(de_DeleteReceiptFilterCommand).build() {
6715
+ static {
6716
+ __name(this, "DeleteReceiptFilterCommand");
6717
+ }
6545
6718
  };
6546
- __name(_DeleteReceiptFilterCommand, "DeleteReceiptFilterCommand");
6547
- var DeleteReceiptFilterCommand = _DeleteReceiptFilterCommand;
6548
6719
 
6549
6720
  // src/commands/DeleteReceiptRuleCommand.ts
6550
6721
 
6551
6722
 
6552
6723
 
6553
- var _DeleteReceiptRuleCommand = class _DeleteReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6724
+ var DeleteReceiptRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6554
6725
  return [
6555
6726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6556
6727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6557
6728
  ];
6558
6729
  }).s("SimpleEmailService", "DeleteReceiptRule", {}).n("SESClient", "DeleteReceiptRuleCommand").f(void 0, void 0).ser(se_DeleteReceiptRuleCommand).de(de_DeleteReceiptRuleCommand).build() {
6730
+ static {
6731
+ __name(this, "DeleteReceiptRuleCommand");
6732
+ }
6559
6733
  };
6560
- __name(_DeleteReceiptRuleCommand, "DeleteReceiptRuleCommand");
6561
- var DeleteReceiptRuleCommand = _DeleteReceiptRuleCommand;
6562
6734
 
6563
6735
  // src/commands/DeleteReceiptRuleSetCommand.ts
6564
6736
 
6565
6737
 
6566
6738
 
6567
- var _DeleteReceiptRuleSetCommand = class _DeleteReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6739
+ var DeleteReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6568
6740
  return [
6569
6741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6570
6742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6571
6743
  ];
6572
6744
  }).s("SimpleEmailService", "DeleteReceiptRuleSet", {}).n("SESClient", "DeleteReceiptRuleSetCommand").f(void 0, void 0).ser(se_DeleteReceiptRuleSetCommand).de(de_DeleteReceiptRuleSetCommand).build() {
6745
+ static {
6746
+ __name(this, "DeleteReceiptRuleSetCommand");
6747
+ }
6573
6748
  };
6574
- __name(_DeleteReceiptRuleSetCommand, "DeleteReceiptRuleSetCommand");
6575
- var DeleteReceiptRuleSetCommand = _DeleteReceiptRuleSetCommand;
6576
6749
 
6577
6750
  // src/commands/DeleteTemplateCommand.ts
6578
6751
 
6579
6752
 
6580
6753
 
6581
- var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6754
+ var DeleteTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6582
6755
  return [
6583
6756
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6584
6757
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6585
6758
  ];
6586
6759
  }).s("SimpleEmailService", "DeleteTemplate", {}).n("SESClient", "DeleteTemplateCommand").f(void 0, void 0).ser(se_DeleteTemplateCommand).de(de_DeleteTemplateCommand).build() {
6760
+ static {
6761
+ __name(this, "DeleteTemplateCommand");
6762
+ }
6587
6763
  };
6588
- __name(_DeleteTemplateCommand, "DeleteTemplateCommand");
6589
- var DeleteTemplateCommand = _DeleteTemplateCommand;
6590
6764
 
6591
6765
  // src/commands/DeleteVerifiedEmailAddressCommand.ts
6592
6766
 
6593
6767
 
6594
6768
 
6595
- var _DeleteVerifiedEmailAddressCommand = class _DeleteVerifiedEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6769
+ var DeleteVerifiedEmailAddressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6596
6770
  return [
6597
6771
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6598
6772
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6599
6773
  ];
6600
6774
  }).s("SimpleEmailService", "DeleteVerifiedEmailAddress", {}).n("SESClient", "DeleteVerifiedEmailAddressCommand").f(void 0, void 0).ser(se_DeleteVerifiedEmailAddressCommand).de(de_DeleteVerifiedEmailAddressCommand).build() {
6775
+ static {
6776
+ __name(this, "DeleteVerifiedEmailAddressCommand");
6777
+ }
6601
6778
  };
6602
- __name(_DeleteVerifiedEmailAddressCommand, "DeleteVerifiedEmailAddressCommand");
6603
- var DeleteVerifiedEmailAddressCommand = _DeleteVerifiedEmailAddressCommand;
6604
6779
 
6605
6780
  // src/commands/DescribeActiveReceiptRuleSetCommand.ts
6606
6781
 
6607
6782
 
6608
6783
 
6609
- var _DescribeActiveReceiptRuleSetCommand = class _DescribeActiveReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6784
+ var DescribeActiveReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6610
6785
  return [
6611
6786
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6612
6787
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6613
6788
  ];
6614
6789
  }).s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {}).n("SESClient", "DescribeActiveReceiptRuleSetCommand").f(void 0, void 0).ser(se_DescribeActiveReceiptRuleSetCommand).de(de_DescribeActiveReceiptRuleSetCommand).build() {
6790
+ static {
6791
+ __name(this, "DescribeActiveReceiptRuleSetCommand");
6792
+ }
6615
6793
  };
6616
- __name(_DescribeActiveReceiptRuleSetCommand, "DescribeActiveReceiptRuleSetCommand");
6617
- var DescribeActiveReceiptRuleSetCommand = _DescribeActiveReceiptRuleSetCommand;
6618
6794
 
6619
6795
  // src/commands/DescribeConfigurationSetCommand.ts
6620
6796
 
6621
6797
 
6622
6798
 
6623
- var _DescribeConfigurationSetCommand = class _DescribeConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6799
+ var DescribeConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6624
6800
  return [
6625
6801
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6626
6802
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6627
6803
  ];
6628
6804
  }).s("SimpleEmailService", "DescribeConfigurationSet", {}).n("SESClient", "DescribeConfigurationSetCommand").f(void 0, void 0).ser(se_DescribeConfigurationSetCommand).de(de_DescribeConfigurationSetCommand).build() {
6805
+ static {
6806
+ __name(this, "DescribeConfigurationSetCommand");
6807
+ }
6629
6808
  };
6630
- __name(_DescribeConfigurationSetCommand, "DescribeConfigurationSetCommand");
6631
- var DescribeConfigurationSetCommand = _DescribeConfigurationSetCommand;
6632
6809
 
6633
6810
  // src/commands/DescribeReceiptRuleCommand.ts
6634
6811
 
6635
6812
 
6636
6813
 
6637
- var _DescribeReceiptRuleCommand = class _DescribeReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6814
+ var DescribeReceiptRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6638
6815
  return [
6639
6816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6640
6817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6641
6818
  ];
6642
6819
  }).s("SimpleEmailService", "DescribeReceiptRule", {}).n("SESClient", "DescribeReceiptRuleCommand").f(void 0, void 0).ser(se_DescribeReceiptRuleCommand).de(de_DescribeReceiptRuleCommand).build() {
6820
+ static {
6821
+ __name(this, "DescribeReceiptRuleCommand");
6822
+ }
6643
6823
  };
6644
- __name(_DescribeReceiptRuleCommand, "DescribeReceiptRuleCommand");
6645
- var DescribeReceiptRuleCommand = _DescribeReceiptRuleCommand;
6646
6824
 
6647
6825
  // src/commands/DescribeReceiptRuleSetCommand.ts
6648
6826
 
6649
6827
 
6650
6828
 
6651
- var _DescribeReceiptRuleSetCommand = class _DescribeReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6829
+ var DescribeReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6652
6830
  return [
6653
6831
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6654
6832
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6655
6833
  ];
6656
6834
  }).s("SimpleEmailService", "DescribeReceiptRuleSet", {}).n("SESClient", "DescribeReceiptRuleSetCommand").f(void 0, void 0).ser(se_DescribeReceiptRuleSetCommand).de(de_DescribeReceiptRuleSetCommand).build() {
6835
+ static {
6836
+ __name(this, "DescribeReceiptRuleSetCommand");
6837
+ }
6657
6838
  };
6658
- __name(_DescribeReceiptRuleSetCommand, "DescribeReceiptRuleSetCommand");
6659
- var DescribeReceiptRuleSetCommand = _DescribeReceiptRuleSetCommand;
6660
6839
 
6661
6840
  // src/commands/GetAccountSendingEnabledCommand.ts
6662
6841
 
6663
6842
 
6664
6843
 
6665
- var _GetAccountSendingEnabledCommand = class _GetAccountSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6844
+ var GetAccountSendingEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6666
6845
  return [
6667
6846
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6668
6847
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6669
6848
  ];
6670
6849
  }).s("SimpleEmailService", "GetAccountSendingEnabled", {}).n("SESClient", "GetAccountSendingEnabledCommand").f(void 0, void 0).ser(se_GetAccountSendingEnabledCommand).de(de_GetAccountSendingEnabledCommand).build() {
6850
+ static {
6851
+ __name(this, "GetAccountSendingEnabledCommand");
6852
+ }
6671
6853
  };
6672
- __name(_GetAccountSendingEnabledCommand, "GetAccountSendingEnabledCommand");
6673
- var GetAccountSendingEnabledCommand = _GetAccountSendingEnabledCommand;
6674
6854
 
6675
6855
  // src/commands/GetCustomVerificationEmailTemplateCommand.ts
6676
6856
 
6677
6857
 
6678
6858
 
6679
- var _GetCustomVerificationEmailTemplateCommand = class _GetCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6859
+ var GetCustomVerificationEmailTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6680
6860
  return [
6681
6861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6682
6862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6683
6863
  ];
6684
6864
  }).s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {}).n("SESClient", "GetCustomVerificationEmailTemplateCommand").f(void 0, void 0).ser(se_GetCustomVerificationEmailTemplateCommand).de(de_GetCustomVerificationEmailTemplateCommand).build() {
6865
+ static {
6866
+ __name(this, "GetCustomVerificationEmailTemplateCommand");
6867
+ }
6685
6868
  };
6686
- __name(_GetCustomVerificationEmailTemplateCommand, "GetCustomVerificationEmailTemplateCommand");
6687
- var GetCustomVerificationEmailTemplateCommand = _GetCustomVerificationEmailTemplateCommand;
6688
6869
 
6689
6870
  // src/commands/GetIdentityDkimAttributesCommand.ts
6690
6871
 
6691
6872
 
6692
6873
 
6693
- var _GetIdentityDkimAttributesCommand = class _GetIdentityDkimAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6874
+ var GetIdentityDkimAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6694
6875
  return [
6695
6876
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6696
6877
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6697
6878
  ];
6698
6879
  }).s("SimpleEmailService", "GetIdentityDkimAttributes", {}).n("SESClient", "GetIdentityDkimAttributesCommand").f(void 0, void 0).ser(se_GetIdentityDkimAttributesCommand).de(de_GetIdentityDkimAttributesCommand).build() {
6880
+ static {
6881
+ __name(this, "GetIdentityDkimAttributesCommand");
6882
+ }
6699
6883
  };
6700
- __name(_GetIdentityDkimAttributesCommand, "GetIdentityDkimAttributesCommand");
6701
- var GetIdentityDkimAttributesCommand = _GetIdentityDkimAttributesCommand;
6702
6884
 
6703
6885
  // src/commands/GetIdentityMailFromDomainAttributesCommand.ts
6704
6886
 
6705
6887
 
6706
6888
 
6707
- var _GetIdentityMailFromDomainAttributesCommand = class _GetIdentityMailFromDomainAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6889
+ var GetIdentityMailFromDomainAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6708
6890
  return [
6709
6891
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6710
6892
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6711
6893
  ];
6712
6894
  }).s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {}).n("SESClient", "GetIdentityMailFromDomainAttributesCommand").f(void 0, void 0).ser(se_GetIdentityMailFromDomainAttributesCommand).de(de_GetIdentityMailFromDomainAttributesCommand).build() {
6895
+ static {
6896
+ __name(this, "GetIdentityMailFromDomainAttributesCommand");
6897
+ }
6713
6898
  };
6714
- __name(_GetIdentityMailFromDomainAttributesCommand, "GetIdentityMailFromDomainAttributesCommand");
6715
- var GetIdentityMailFromDomainAttributesCommand = _GetIdentityMailFromDomainAttributesCommand;
6716
6899
 
6717
6900
  // src/commands/GetIdentityNotificationAttributesCommand.ts
6718
6901
 
6719
6902
 
6720
6903
 
6721
- var _GetIdentityNotificationAttributesCommand = class _GetIdentityNotificationAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6904
+ var GetIdentityNotificationAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6722
6905
  return [
6723
6906
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6724
6907
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6725
6908
  ];
6726
6909
  }).s("SimpleEmailService", "GetIdentityNotificationAttributes", {}).n("SESClient", "GetIdentityNotificationAttributesCommand").f(void 0, void 0).ser(se_GetIdentityNotificationAttributesCommand).de(de_GetIdentityNotificationAttributesCommand).build() {
6910
+ static {
6911
+ __name(this, "GetIdentityNotificationAttributesCommand");
6912
+ }
6727
6913
  };
6728
- __name(_GetIdentityNotificationAttributesCommand, "GetIdentityNotificationAttributesCommand");
6729
- var GetIdentityNotificationAttributesCommand = _GetIdentityNotificationAttributesCommand;
6730
6914
 
6731
6915
  // src/commands/GetIdentityPoliciesCommand.ts
6732
6916
 
6733
6917
 
6734
6918
 
6735
- var _GetIdentityPoliciesCommand = class _GetIdentityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6919
+ var GetIdentityPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6736
6920
  return [
6737
6921
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6738
6922
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6739
6923
  ];
6740
6924
  }).s("SimpleEmailService", "GetIdentityPolicies", {}).n("SESClient", "GetIdentityPoliciesCommand").f(void 0, void 0).ser(se_GetIdentityPoliciesCommand).de(de_GetIdentityPoliciesCommand).build() {
6925
+ static {
6926
+ __name(this, "GetIdentityPoliciesCommand");
6927
+ }
6741
6928
  };
6742
- __name(_GetIdentityPoliciesCommand, "GetIdentityPoliciesCommand");
6743
- var GetIdentityPoliciesCommand = _GetIdentityPoliciesCommand;
6744
6929
 
6745
6930
  // src/commands/GetIdentityVerificationAttributesCommand.ts
6746
6931
 
6747
6932
 
6748
6933
 
6749
- var _GetIdentityVerificationAttributesCommand = class _GetIdentityVerificationAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6934
+ var GetIdentityVerificationAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6750
6935
  return [
6751
6936
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6752
6937
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6753
6938
  ];
6754
6939
  }).s("SimpleEmailService", "GetIdentityVerificationAttributes", {}).n("SESClient", "GetIdentityVerificationAttributesCommand").f(void 0, void 0).ser(se_GetIdentityVerificationAttributesCommand).de(de_GetIdentityVerificationAttributesCommand).build() {
6940
+ static {
6941
+ __name(this, "GetIdentityVerificationAttributesCommand");
6942
+ }
6755
6943
  };
6756
- __name(_GetIdentityVerificationAttributesCommand, "GetIdentityVerificationAttributesCommand");
6757
- var GetIdentityVerificationAttributesCommand = _GetIdentityVerificationAttributesCommand;
6758
6944
 
6759
6945
  // src/commands/GetSendQuotaCommand.ts
6760
6946
 
6761
6947
 
6762
6948
 
6763
- var _GetSendQuotaCommand = class _GetSendQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6949
+ var GetSendQuotaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6764
6950
  return [
6765
6951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6766
6952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6767
6953
  ];
6768
6954
  }).s("SimpleEmailService", "GetSendQuota", {}).n("SESClient", "GetSendQuotaCommand").f(void 0, void 0).ser(se_GetSendQuotaCommand).de(de_GetSendQuotaCommand).build() {
6955
+ static {
6956
+ __name(this, "GetSendQuotaCommand");
6957
+ }
6769
6958
  };
6770
- __name(_GetSendQuotaCommand, "GetSendQuotaCommand");
6771
- var GetSendQuotaCommand = _GetSendQuotaCommand;
6772
6959
 
6773
6960
  // src/commands/GetSendStatisticsCommand.ts
6774
6961
 
6775
6962
 
6776
6963
 
6777
- var _GetSendStatisticsCommand = class _GetSendStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6964
+ var GetSendStatisticsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6778
6965
  return [
6779
6966
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6780
6967
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6781
6968
  ];
6782
6969
  }).s("SimpleEmailService", "GetSendStatistics", {}).n("SESClient", "GetSendStatisticsCommand").f(void 0, void 0).ser(se_GetSendStatisticsCommand).de(de_GetSendStatisticsCommand).build() {
6970
+ static {
6971
+ __name(this, "GetSendStatisticsCommand");
6972
+ }
6783
6973
  };
6784
- __name(_GetSendStatisticsCommand, "GetSendStatisticsCommand");
6785
- var GetSendStatisticsCommand = _GetSendStatisticsCommand;
6786
6974
 
6787
6975
  // src/commands/GetTemplateCommand.ts
6788
6976
 
6789
6977
 
6790
6978
 
6791
- var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6979
+ var GetTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6792
6980
  return [
6793
6981
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6794
6982
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6795
6983
  ];
6796
6984
  }).s("SimpleEmailService", "GetTemplate", {}).n("SESClient", "GetTemplateCommand").f(void 0, void 0).ser(se_GetTemplateCommand).de(de_GetTemplateCommand).build() {
6985
+ static {
6986
+ __name(this, "GetTemplateCommand");
6987
+ }
6797
6988
  };
6798
- __name(_GetTemplateCommand, "GetTemplateCommand");
6799
- var GetTemplateCommand = _GetTemplateCommand;
6800
6989
 
6801
6990
  // src/commands/ListConfigurationSetsCommand.ts
6802
6991
 
6803
6992
 
6804
6993
 
6805
- var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6994
+ var ListConfigurationSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6806
6995
  return [
6807
6996
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6808
6997
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6809
6998
  ];
6810
6999
  }).s("SimpleEmailService", "ListConfigurationSets", {}).n("SESClient", "ListConfigurationSetsCommand").f(void 0, void 0).ser(se_ListConfigurationSetsCommand).de(de_ListConfigurationSetsCommand).build() {
7000
+ static {
7001
+ __name(this, "ListConfigurationSetsCommand");
7002
+ }
6811
7003
  };
6812
- __name(_ListConfigurationSetsCommand, "ListConfigurationSetsCommand");
6813
- var ListConfigurationSetsCommand = _ListConfigurationSetsCommand;
6814
7004
 
6815
7005
  // src/commands/ListCustomVerificationEmailTemplatesCommand.ts
6816
7006
 
6817
7007
 
6818
7008
 
6819
- var _ListCustomVerificationEmailTemplatesCommand = class _ListCustomVerificationEmailTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7009
+ var ListCustomVerificationEmailTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6820
7010
  return [
6821
7011
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6822
7012
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6823
7013
  ];
6824
7014
  }).s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {}).n("SESClient", "ListCustomVerificationEmailTemplatesCommand").f(void 0, void 0).ser(se_ListCustomVerificationEmailTemplatesCommand).de(de_ListCustomVerificationEmailTemplatesCommand).build() {
7015
+ static {
7016
+ __name(this, "ListCustomVerificationEmailTemplatesCommand");
7017
+ }
6825
7018
  };
6826
- __name(_ListCustomVerificationEmailTemplatesCommand, "ListCustomVerificationEmailTemplatesCommand");
6827
- var ListCustomVerificationEmailTemplatesCommand = _ListCustomVerificationEmailTemplatesCommand;
6828
7019
 
6829
7020
  // src/commands/ListIdentitiesCommand.ts
6830
7021
 
6831
7022
 
6832
7023
 
6833
- var _ListIdentitiesCommand = class _ListIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7024
+ var ListIdentitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6834
7025
  return [
6835
7026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6836
7027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6837
7028
  ];
6838
7029
  }).s("SimpleEmailService", "ListIdentities", {}).n("SESClient", "ListIdentitiesCommand").f(void 0, void 0).ser(se_ListIdentitiesCommand).de(de_ListIdentitiesCommand).build() {
7030
+ static {
7031
+ __name(this, "ListIdentitiesCommand");
7032
+ }
6839
7033
  };
6840
- __name(_ListIdentitiesCommand, "ListIdentitiesCommand");
6841
- var ListIdentitiesCommand = _ListIdentitiesCommand;
6842
7034
 
6843
7035
  // src/commands/ListIdentityPoliciesCommand.ts
6844
7036
 
6845
7037
 
6846
7038
 
6847
- var _ListIdentityPoliciesCommand = class _ListIdentityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7039
+ var ListIdentityPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6848
7040
  return [
6849
7041
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6850
7042
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6851
7043
  ];
6852
7044
  }).s("SimpleEmailService", "ListIdentityPolicies", {}).n("SESClient", "ListIdentityPoliciesCommand").f(void 0, void 0).ser(se_ListIdentityPoliciesCommand).de(de_ListIdentityPoliciesCommand).build() {
7045
+ static {
7046
+ __name(this, "ListIdentityPoliciesCommand");
7047
+ }
6853
7048
  };
6854
- __name(_ListIdentityPoliciesCommand, "ListIdentityPoliciesCommand");
6855
- var ListIdentityPoliciesCommand = _ListIdentityPoliciesCommand;
6856
7049
 
6857
7050
  // src/commands/ListReceiptFiltersCommand.ts
6858
7051
 
6859
7052
 
6860
7053
 
6861
- var _ListReceiptFiltersCommand = class _ListReceiptFiltersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7054
+ var ListReceiptFiltersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6862
7055
  return [
6863
7056
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6864
7057
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6865
7058
  ];
6866
7059
  }).s("SimpleEmailService", "ListReceiptFilters", {}).n("SESClient", "ListReceiptFiltersCommand").f(void 0, void 0).ser(se_ListReceiptFiltersCommand).de(de_ListReceiptFiltersCommand).build() {
7060
+ static {
7061
+ __name(this, "ListReceiptFiltersCommand");
7062
+ }
6867
7063
  };
6868
- __name(_ListReceiptFiltersCommand, "ListReceiptFiltersCommand");
6869
- var ListReceiptFiltersCommand = _ListReceiptFiltersCommand;
6870
7064
 
6871
7065
  // src/commands/ListReceiptRuleSetsCommand.ts
6872
7066
 
6873
7067
 
6874
7068
 
6875
- var _ListReceiptRuleSetsCommand = class _ListReceiptRuleSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7069
+ var ListReceiptRuleSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6876
7070
  return [
6877
7071
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6878
7072
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6879
7073
  ];
6880
7074
  }).s("SimpleEmailService", "ListReceiptRuleSets", {}).n("SESClient", "ListReceiptRuleSetsCommand").f(void 0, void 0).ser(se_ListReceiptRuleSetsCommand).de(de_ListReceiptRuleSetsCommand).build() {
7075
+ static {
7076
+ __name(this, "ListReceiptRuleSetsCommand");
7077
+ }
6881
7078
  };
6882
- __name(_ListReceiptRuleSetsCommand, "ListReceiptRuleSetsCommand");
6883
- var ListReceiptRuleSetsCommand = _ListReceiptRuleSetsCommand;
6884
7079
 
6885
7080
  // src/commands/ListTemplatesCommand.ts
6886
7081
 
6887
7082
 
6888
7083
 
6889
- var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7084
+ var ListTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6890
7085
  return [
6891
7086
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6892
7087
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6893
7088
  ];
6894
7089
  }).s("SimpleEmailService", "ListTemplates", {}).n("SESClient", "ListTemplatesCommand").f(void 0, void 0).ser(se_ListTemplatesCommand).de(de_ListTemplatesCommand).build() {
7090
+ static {
7091
+ __name(this, "ListTemplatesCommand");
7092
+ }
6895
7093
  };
6896
- __name(_ListTemplatesCommand, "ListTemplatesCommand");
6897
- var ListTemplatesCommand = _ListTemplatesCommand;
6898
7094
 
6899
7095
  // src/commands/ListVerifiedEmailAddressesCommand.ts
6900
7096
 
6901
7097
 
6902
7098
 
6903
- var _ListVerifiedEmailAddressesCommand = class _ListVerifiedEmailAddressesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7099
+ var ListVerifiedEmailAddressesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6904
7100
  return [
6905
7101
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6906
7102
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6907
7103
  ];
6908
7104
  }).s("SimpleEmailService", "ListVerifiedEmailAddresses", {}).n("SESClient", "ListVerifiedEmailAddressesCommand").f(void 0, void 0).ser(se_ListVerifiedEmailAddressesCommand).de(de_ListVerifiedEmailAddressesCommand).build() {
7105
+ static {
7106
+ __name(this, "ListVerifiedEmailAddressesCommand");
7107
+ }
6909
7108
  };
6910
- __name(_ListVerifiedEmailAddressesCommand, "ListVerifiedEmailAddressesCommand");
6911
- var ListVerifiedEmailAddressesCommand = _ListVerifiedEmailAddressesCommand;
6912
7109
 
6913
7110
  // src/commands/PutConfigurationSetDeliveryOptionsCommand.ts
6914
7111
 
6915
7112
 
6916
7113
 
6917
- var _PutConfigurationSetDeliveryOptionsCommand = class _PutConfigurationSetDeliveryOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7114
+ var PutConfigurationSetDeliveryOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6918
7115
  return [
6919
7116
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6920
7117
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6921
7118
  ];
6922
7119
  }).s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {}).n("SESClient", "PutConfigurationSetDeliveryOptionsCommand").f(void 0, void 0).ser(se_PutConfigurationSetDeliveryOptionsCommand).de(de_PutConfigurationSetDeliveryOptionsCommand).build() {
7120
+ static {
7121
+ __name(this, "PutConfigurationSetDeliveryOptionsCommand");
7122
+ }
6923
7123
  };
6924
- __name(_PutConfigurationSetDeliveryOptionsCommand, "PutConfigurationSetDeliveryOptionsCommand");
6925
- var PutConfigurationSetDeliveryOptionsCommand = _PutConfigurationSetDeliveryOptionsCommand;
6926
7124
 
6927
7125
  // src/commands/PutIdentityPolicyCommand.ts
6928
7126
 
6929
7127
 
6930
7128
 
6931
- var _PutIdentityPolicyCommand = class _PutIdentityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7129
+ var PutIdentityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6932
7130
  return [
6933
7131
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6934
7132
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6935
7133
  ];
6936
7134
  }).s("SimpleEmailService", "PutIdentityPolicy", {}).n("SESClient", "PutIdentityPolicyCommand").f(void 0, void 0).ser(se_PutIdentityPolicyCommand).de(de_PutIdentityPolicyCommand).build() {
7135
+ static {
7136
+ __name(this, "PutIdentityPolicyCommand");
7137
+ }
6937
7138
  };
6938
- __name(_PutIdentityPolicyCommand, "PutIdentityPolicyCommand");
6939
- var PutIdentityPolicyCommand = _PutIdentityPolicyCommand;
6940
7139
 
6941
7140
  // src/commands/ReorderReceiptRuleSetCommand.ts
6942
7141
 
6943
7142
 
6944
7143
 
6945
- var _ReorderReceiptRuleSetCommand = class _ReorderReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7144
+ var ReorderReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6946
7145
  return [
6947
7146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6948
7147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6949
7148
  ];
6950
7149
  }).s("SimpleEmailService", "ReorderReceiptRuleSet", {}).n("SESClient", "ReorderReceiptRuleSetCommand").f(void 0, void 0).ser(se_ReorderReceiptRuleSetCommand).de(de_ReorderReceiptRuleSetCommand).build() {
7150
+ static {
7151
+ __name(this, "ReorderReceiptRuleSetCommand");
7152
+ }
6951
7153
  };
6952
- __name(_ReorderReceiptRuleSetCommand, "ReorderReceiptRuleSetCommand");
6953
- var ReorderReceiptRuleSetCommand = _ReorderReceiptRuleSetCommand;
6954
7154
 
6955
7155
  // src/commands/SendBounceCommand.ts
6956
7156
 
6957
7157
 
6958
7158
 
6959
- var _SendBounceCommand = class _SendBounceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7159
+ var SendBounceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6960
7160
  return [
6961
7161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6962
7162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6963
7163
  ];
6964
7164
  }).s("SimpleEmailService", "SendBounce", {}).n("SESClient", "SendBounceCommand").f(void 0, void 0).ser(se_SendBounceCommand).de(de_SendBounceCommand).build() {
7165
+ static {
7166
+ __name(this, "SendBounceCommand");
7167
+ }
6965
7168
  };
6966
- __name(_SendBounceCommand, "SendBounceCommand");
6967
- var SendBounceCommand = _SendBounceCommand;
6968
7169
 
6969
7170
  // src/commands/SendBulkTemplatedEmailCommand.ts
6970
7171
 
6971
7172
 
6972
7173
 
6973
- var _SendBulkTemplatedEmailCommand = class _SendBulkTemplatedEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7174
+ var SendBulkTemplatedEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6974
7175
  return [
6975
7176
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6976
7177
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6977
7178
  ];
6978
7179
  }).s("SimpleEmailService", "SendBulkTemplatedEmail", {}).n("SESClient", "SendBulkTemplatedEmailCommand").f(void 0, void 0).ser(se_SendBulkTemplatedEmailCommand).de(de_SendBulkTemplatedEmailCommand).build() {
7180
+ static {
7181
+ __name(this, "SendBulkTemplatedEmailCommand");
7182
+ }
6979
7183
  };
6980
- __name(_SendBulkTemplatedEmailCommand, "SendBulkTemplatedEmailCommand");
6981
- var SendBulkTemplatedEmailCommand = _SendBulkTemplatedEmailCommand;
6982
7184
 
6983
7185
  // src/commands/SendCustomVerificationEmailCommand.ts
6984
7186
 
6985
7187
 
6986
7188
 
6987
- var _SendCustomVerificationEmailCommand = class _SendCustomVerificationEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7189
+ var SendCustomVerificationEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6988
7190
  return [
6989
7191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6990
7192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6991
7193
  ];
6992
7194
  }).s("SimpleEmailService", "SendCustomVerificationEmail", {}).n("SESClient", "SendCustomVerificationEmailCommand").f(void 0, void 0).ser(se_SendCustomVerificationEmailCommand).de(de_SendCustomVerificationEmailCommand).build() {
7195
+ static {
7196
+ __name(this, "SendCustomVerificationEmailCommand");
7197
+ }
6993
7198
  };
6994
- __name(_SendCustomVerificationEmailCommand, "SendCustomVerificationEmailCommand");
6995
- var SendCustomVerificationEmailCommand = _SendCustomVerificationEmailCommand;
6996
7199
 
6997
7200
  // src/commands/SendEmailCommand.ts
6998
7201
 
6999
7202
 
7000
7203
 
7001
- var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7204
+ var SendEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7002
7205
  return [
7003
7206
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7004
7207
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7005
7208
  ];
7006
7209
  }).s("SimpleEmailService", "SendEmail", {}).n("SESClient", "SendEmailCommand").f(void 0, void 0).ser(se_SendEmailCommand).de(de_SendEmailCommand).build() {
7210
+ static {
7211
+ __name(this, "SendEmailCommand");
7212
+ }
7007
7213
  };
7008
- __name(_SendEmailCommand, "SendEmailCommand");
7009
- var SendEmailCommand = _SendEmailCommand;
7010
7214
 
7011
7215
  // src/commands/SendRawEmailCommand.ts
7012
7216
 
7013
7217
 
7014
7218
 
7015
- var _SendRawEmailCommand = class _SendRawEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7219
+ var SendRawEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7016
7220
  return [
7017
7221
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7018
7222
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7019
7223
  ];
7020
7224
  }).s("SimpleEmailService", "SendRawEmail", {}).n("SESClient", "SendRawEmailCommand").f(void 0, void 0).ser(se_SendRawEmailCommand).de(de_SendRawEmailCommand).build() {
7225
+ static {
7226
+ __name(this, "SendRawEmailCommand");
7227
+ }
7021
7228
  };
7022
- __name(_SendRawEmailCommand, "SendRawEmailCommand");
7023
- var SendRawEmailCommand = _SendRawEmailCommand;
7024
7229
 
7025
7230
  // src/commands/SendTemplatedEmailCommand.ts
7026
7231
 
7027
7232
 
7028
7233
 
7029
- var _SendTemplatedEmailCommand = class _SendTemplatedEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7234
+ var SendTemplatedEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7030
7235
  return [
7031
7236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7032
7237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7033
7238
  ];
7034
7239
  }).s("SimpleEmailService", "SendTemplatedEmail", {}).n("SESClient", "SendTemplatedEmailCommand").f(void 0, void 0).ser(se_SendTemplatedEmailCommand).de(de_SendTemplatedEmailCommand).build() {
7240
+ static {
7241
+ __name(this, "SendTemplatedEmailCommand");
7242
+ }
7035
7243
  };
7036
- __name(_SendTemplatedEmailCommand, "SendTemplatedEmailCommand");
7037
- var SendTemplatedEmailCommand = _SendTemplatedEmailCommand;
7038
7244
 
7039
7245
  // src/commands/SetActiveReceiptRuleSetCommand.ts
7040
7246
 
7041
7247
 
7042
7248
 
7043
- var _SetActiveReceiptRuleSetCommand = class _SetActiveReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7249
+ var SetActiveReceiptRuleSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7044
7250
  return [
7045
7251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7046
7252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7047
7253
  ];
7048
7254
  }).s("SimpleEmailService", "SetActiveReceiptRuleSet", {}).n("SESClient", "SetActiveReceiptRuleSetCommand").f(void 0, void 0).ser(se_SetActiveReceiptRuleSetCommand).de(de_SetActiveReceiptRuleSetCommand).build() {
7255
+ static {
7256
+ __name(this, "SetActiveReceiptRuleSetCommand");
7257
+ }
7049
7258
  };
7050
- __name(_SetActiveReceiptRuleSetCommand, "SetActiveReceiptRuleSetCommand");
7051
- var SetActiveReceiptRuleSetCommand = _SetActiveReceiptRuleSetCommand;
7052
7259
 
7053
7260
  // src/commands/SetIdentityDkimEnabledCommand.ts
7054
7261
 
7055
7262
 
7056
7263
 
7057
- var _SetIdentityDkimEnabledCommand = class _SetIdentityDkimEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7264
+ var SetIdentityDkimEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7058
7265
  return [
7059
7266
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7060
7267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7061
7268
  ];
7062
7269
  }).s("SimpleEmailService", "SetIdentityDkimEnabled", {}).n("SESClient", "SetIdentityDkimEnabledCommand").f(void 0, void 0).ser(se_SetIdentityDkimEnabledCommand).de(de_SetIdentityDkimEnabledCommand).build() {
7270
+ static {
7271
+ __name(this, "SetIdentityDkimEnabledCommand");
7272
+ }
7063
7273
  };
7064
- __name(_SetIdentityDkimEnabledCommand, "SetIdentityDkimEnabledCommand");
7065
- var SetIdentityDkimEnabledCommand = _SetIdentityDkimEnabledCommand;
7066
7274
 
7067
7275
  // src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts
7068
7276
 
7069
7277
 
7070
7278
 
7071
- var _SetIdentityFeedbackForwardingEnabledCommand = class _SetIdentityFeedbackForwardingEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7279
+ var SetIdentityFeedbackForwardingEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7072
7280
  return [
7073
7281
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7074
7282
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7075
7283
  ];
7076
7284
  }).s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {}).n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand").f(void 0, void 0).ser(se_SetIdentityFeedbackForwardingEnabledCommand).de(de_SetIdentityFeedbackForwardingEnabledCommand).build() {
7285
+ static {
7286
+ __name(this, "SetIdentityFeedbackForwardingEnabledCommand");
7287
+ }
7077
7288
  };
7078
- __name(_SetIdentityFeedbackForwardingEnabledCommand, "SetIdentityFeedbackForwardingEnabledCommand");
7079
- var SetIdentityFeedbackForwardingEnabledCommand = _SetIdentityFeedbackForwardingEnabledCommand;
7080
7289
 
7081
7290
  // src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts
7082
7291
 
7083
7292
 
7084
7293
 
7085
- var _SetIdentityHeadersInNotificationsEnabledCommand = class _SetIdentityHeadersInNotificationsEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7294
+ var SetIdentityHeadersInNotificationsEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7086
7295
  return [
7087
7296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7088
7297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7089
7298
  ];
7090
7299
  }).s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {}).n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand").f(void 0, void 0).ser(se_SetIdentityHeadersInNotificationsEnabledCommand).de(de_SetIdentityHeadersInNotificationsEnabledCommand).build() {
7300
+ static {
7301
+ __name(this, "SetIdentityHeadersInNotificationsEnabledCommand");
7302
+ }
7091
7303
  };
7092
- __name(_SetIdentityHeadersInNotificationsEnabledCommand, "SetIdentityHeadersInNotificationsEnabledCommand");
7093
- var SetIdentityHeadersInNotificationsEnabledCommand = _SetIdentityHeadersInNotificationsEnabledCommand;
7094
7304
 
7095
7305
  // src/commands/SetIdentityMailFromDomainCommand.ts
7096
7306
 
7097
7307
 
7098
7308
 
7099
- var _SetIdentityMailFromDomainCommand = class _SetIdentityMailFromDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7309
+ var SetIdentityMailFromDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7100
7310
  return [
7101
7311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7102
7312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7103
7313
  ];
7104
7314
  }).s("SimpleEmailService", "SetIdentityMailFromDomain", {}).n("SESClient", "SetIdentityMailFromDomainCommand").f(void 0, void 0).ser(se_SetIdentityMailFromDomainCommand).de(de_SetIdentityMailFromDomainCommand).build() {
7315
+ static {
7316
+ __name(this, "SetIdentityMailFromDomainCommand");
7317
+ }
7105
7318
  };
7106
- __name(_SetIdentityMailFromDomainCommand, "SetIdentityMailFromDomainCommand");
7107
- var SetIdentityMailFromDomainCommand = _SetIdentityMailFromDomainCommand;
7108
7319
 
7109
7320
  // src/commands/SetIdentityNotificationTopicCommand.ts
7110
7321
 
7111
7322
 
7112
7323
 
7113
- var _SetIdentityNotificationTopicCommand = class _SetIdentityNotificationTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7324
+ var SetIdentityNotificationTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7114
7325
  return [
7115
7326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7116
7327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7117
7328
  ];
7118
7329
  }).s("SimpleEmailService", "SetIdentityNotificationTopic", {}).n("SESClient", "SetIdentityNotificationTopicCommand").f(void 0, void 0).ser(se_SetIdentityNotificationTopicCommand).de(de_SetIdentityNotificationTopicCommand).build() {
7330
+ static {
7331
+ __name(this, "SetIdentityNotificationTopicCommand");
7332
+ }
7119
7333
  };
7120
- __name(_SetIdentityNotificationTopicCommand, "SetIdentityNotificationTopicCommand");
7121
- var SetIdentityNotificationTopicCommand = _SetIdentityNotificationTopicCommand;
7122
7334
 
7123
7335
  // src/commands/SetReceiptRulePositionCommand.ts
7124
7336
 
7125
7337
 
7126
7338
 
7127
- var _SetReceiptRulePositionCommand = class _SetReceiptRulePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7339
+ var SetReceiptRulePositionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7128
7340
  return [
7129
7341
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7130
7342
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7131
7343
  ];
7132
7344
  }).s("SimpleEmailService", "SetReceiptRulePosition", {}).n("SESClient", "SetReceiptRulePositionCommand").f(void 0, void 0).ser(se_SetReceiptRulePositionCommand).de(de_SetReceiptRulePositionCommand).build() {
7345
+ static {
7346
+ __name(this, "SetReceiptRulePositionCommand");
7347
+ }
7133
7348
  };
7134
- __name(_SetReceiptRulePositionCommand, "SetReceiptRulePositionCommand");
7135
- var SetReceiptRulePositionCommand = _SetReceiptRulePositionCommand;
7136
7349
 
7137
7350
  // src/commands/TestRenderTemplateCommand.ts
7138
7351
 
7139
7352
 
7140
7353
 
7141
- var _TestRenderTemplateCommand = class _TestRenderTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7354
+ var TestRenderTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7142
7355
  return [
7143
7356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7144
7357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7145
7358
  ];
7146
7359
  }).s("SimpleEmailService", "TestRenderTemplate", {}).n("SESClient", "TestRenderTemplateCommand").f(void 0, void 0).ser(se_TestRenderTemplateCommand).de(de_TestRenderTemplateCommand).build() {
7360
+ static {
7361
+ __name(this, "TestRenderTemplateCommand");
7362
+ }
7147
7363
  };
7148
- __name(_TestRenderTemplateCommand, "TestRenderTemplateCommand");
7149
- var TestRenderTemplateCommand = _TestRenderTemplateCommand;
7150
7364
 
7151
7365
  // src/commands/UpdateAccountSendingEnabledCommand.ts
7152
7366
 
7153
7367
 
7154
7368
 
7155
- var _UpdateAccountSendingEnabledCommand = class _UpdateAccountSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7369
+ var UpdateAccountSendingEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7156
7370
  return [
7157
7371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7158
7372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7159
7373
  ];
7160
7374
  }).s("SimpleEmailService", "UpdateAccountSendingEnabled", {}).n("SESClient", "UpdateAccountSendingEnabledCommand").f(void 0, void 0).ser(se_UpdateAccountSendingEnabledCommand).de(de_UpdateAccountSendingEnabledCommand).build() {
7375
+ static {
7376
+ __name(this, "UpdateAccountSendingEnabledCommand");
7377
+ }
7161
7378
  };
7162
- __name(_UpdateAccountSendingEnabledCommand, "UpdateAccountSendingEnabledCommand");
7163
- var UpdateAccountSendingEnabledCommand = _UpdateAccountSendingEnabledCommand;
7164
7379
 
7165
7380
  // src/commands/UpdateConfigurationSetEventDestinationCommand.ts
7166
7381
 
7167
7382
 
7168
7383
 
7169
- var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7384
+ var UpdateConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7170
7385
  return [
7171
7386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7172
7387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7173
7388
  ];
7174
7389
  }).s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {}).n("SESClient", "UpdateConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_UpdateConfigurationSetEventDestinationCommand).de(de_UpdateConfigurationSetEventDestinationCommand).build() {
7390
+ static {
7391
+ __name(this, "UpdateConfigurationSetEventDestinationCommand");
7392
+ }
7175
7393
  };
7176
- __name(_UpdateConfigurationSetEventDestinationCommand, "UpdateConfigurationSetEventDestinationCommand");
7177
- var UpdateConfigurationSetEventDestinationCommand = _UpdateConfigurationSetEventDestinationCommand;
7178
7394
 
7179
7395
  // src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts
7180
7396
 
7181
7397
 
7182
7398
 
7183
- var _UpdateConfigurationSetReputationMetricsEnabledCommand = class _UpdateConfigurationSetReputationMetricsEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7399
+ var UpdateConfigurationSetReputationMetricsEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7184
7400
  return [
7185
7401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7186
7402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7187
7403
  ];
7188
7404
  }).s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {}).n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand").f(void 0, void 0).ser(se_UpdateConfigurationSetReputationMetricsEnabledCommand).de(de_UpdateConfigurationSetReputationMetricsEnabledCommand).build() {
7405
+ static {
7406
+ __name(this, "UpdateConfigurationSetReputationMetricsEnabledCommand");
7407
+ }
7189
7408
  };
7190
- __name(_UpdateConfigurationSetReputationMetricsEnabledCommand, "UpdateConfigurationSetReputationMetricsEnabledCommand");
7191
- var UpdateConfigurationSetReputationMetricsEnabledCommand = _UpdateConfigurationSetReputationMetricsEnabledCommand;
7192
7409
 
7193
7410
  // src/commands/UpdateConfigurationSetSendingEnabledCommand.ts
7194
7411
 
7195
7412
 
7196
7413
 
7197
- var _UpdateConfigurationSetSendingEnabledCommand = class _UpdateConfigurationSetSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7414
+ var UpdateConfigurationSetSendingEnabledCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7198
7415
  return [
7199
7416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7200
7417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7201
7418
  ];
7202
7419
  }).s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {}).n("SESClient", "UpdateConfigurationSetSendingEnabledCommand").f(void 0, void 0).ser(se_UpdateConfigurationSetSendingEnabledCommand).de(de_UpdateConfigurationSetSendingEnabledCommand).build() {
7420
+ static {
7421
+ __name(this, "UpdateConfigurationSetSendingEnabledCommand");
7422
+ }
7203
7423
  };
7204
- __name(_UpdateConfigurationSetSendingEnabledCommand, "UpdateConfigurationSetSendingEnabledCommand");
7205
- var UpdateConfigurationSetSendingEnabledCommand = _UpdateConfigurationSetSendingEnabledCommand;
7206
7424
 
7207
7425
  // src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts
7208
7426
 
7209
7427
 
7210
7428
 
7211
- var _UpdateConfigurationSetTrackingOptionsCommand = class _UpdateConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7429
+ var UpdateConfigurationSetTrackingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7212
7430
  return [
7213
7431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7214
7432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7215
7433
  ];
7216
7434
  }).s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {}).n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand").f(void 0, void 0).ser(se_UpdateConfigurationSetTrackingOptionsCommand).de(de_UpdateConfigurationSetTrackingOptionsCommand).build() {
7435
+ static {
7436
+ __name(this, "UpdateConfigurationSetTrackingOptionsCommand");
7437
+ }
7217
7438
  };
7218
- __name(_UpdateConfigurationSetTrackingOptionsCommand, "UpdateConfigurationSetTrackingOptionsCommand");
7219
- var UpdateConfigurationSetTrackingOptionsCommand = _UpdateConfigurationSetTrackingOptionsCommand;
7220
7439
 
7221
7440
  // src/commands/UpdateCustomVerificationEmailTemplateCommand.ts
7222
7441
 
7223
7442
 
7224
7443
 
7225
- var _UpdateCustomVerificationEmailTemplateCommand = class _UpdateCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7444
+ var UpdateCustomVerificationEmailTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7226
7445
  return [
7227
7446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7228
7447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7229
7448
  ];
7230
7449
  }).s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {}).n("SESClient", "UpdateCustomVerificationEmailTemplateCommand").f(void 0, void 0).ser(se_UpdateCustomVerificationEmailTemplateCommand).de(de_UpdateCustomVerificationEmailTemplateCommand).build() {
7450
+ static {
7451
+ __name(this, "UpdateCustomVerificationEmailTemplateCommand");
7452
+ }
7231
7453
  };
7232
- __name(_UpdateCustomVerificationEmailTemplateCommand, "UpdateCustomVerificationEmailTemplateCommand");
7233
- var UpdateCustomVerificationEmailTemplateCommand = _UpdateCustomVerificationEmailTemplateCommand;
7234
7454
 
7235
7455
  // src/commands/UpdateReceiptRuleCommand.ts
7236
7456
 
7237
7457
 
7238
7458
 
7239
- var _UpdateReceiptRuleCommand = class _UpdateReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7459
+ var UpdateReceiptRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7240
7460
  return [
7241
7461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7242
7462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7243
7463
  ];
7244
7464
  }).s("SimpleEmailService", "UpdateReceiptRule", {}).n("SESClient", "UpdateReceiptRuleCommand").f(void 0, void 0).ser(se_UpdateReceiptRuleCommand).de(de_UpdateReceiptRuleCommand).build() {
7465
+ static {
7466
+ __name(this, "UpdateReceiptRuleCommand");
7467
+ }
7245
7468
  };
7246
- __name(_UpdateReceiptRuleCommand, "UpdateReceiptRuleCommand");
7247
- var UpdateReceiptRuleCommand = _UpdateReceiptRuleCommand;
7248
7469
 
7249
7470
  // src/commands/UpdateTemplateCommand.ts
7250
7471
 
7251
7472
 
7252
7473
 
7253
- var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7474
+ var UpdateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7254
7475
  return [
7255
7476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7256
7477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7257
7478
  ];
7258
7479
  }).s("SimpleEmailService", "UpdateTemplate", {}).n("SESClient", "UpdateTemplateCommand").f(void 0, void 0).ser(se_UpdateTemplateCommand).de(de_UpdateTemplateCommand).build() {
7480
+ static {
7481
+ __name(this, "UpdateTemplateCommand");
7482
+ }
7259
7483
  };
7260
- __name(_UpdateTemplateCommand, "UpdateTemplateCommand");
7261
- var UpdateTemplateCommand = _UpdateTemplateCommand;
7262
7484
 
7263
7485
  // src/commands/VerifyDomainDkimCommand.ts
7264
7486
 
7265
7487
 
7266
7488
 
7267
- var _VerifyDomainDkimCommand = class _VerifyDomainDkimCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7489
+ var VerifyDomainDkimCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7268
7490
  return [
7269
7491
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7270
7492
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7271
7493
  ];
7272
7494
  }).s("SimpleEmailService", "VerifyDomainDkim", {}).n("SESClient", "VerifyDomainDkimCommand").f(void 0, void 0).ser(se_VerifyDomainDkimCommand).de(de_VerifyDomainDkimCommand).build() {
7495
+ static {
7496
+ __name(this, "VerifyDomainDkimCommand");
7497
+ }
7273
7498
  };
7274
- __name(_VerifyDomainDkimCommand, "VerifyDomainDkimCommand");
7275
- var VerifyDomainDkimCommand = _VerifyDomainDkimCommand;
7276
7499
 
7277
7500
  // src/commands/VerifyDomainIdentityCommand.ts
7278
7501
 
7279
7502
 
7280
7503
 
7281
- var _VerifyDomainIdentityCommand = class _VerifyDomainIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7504
+ var VerifyDomainIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7282
7505
  return [
7283
7506
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7284
7507
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7285
7508
  ];
7286
7509
  }).s("SimpleEmailService", "VerifyDomainIdentity", {}).n("SESClient", "VerifyDomainIdentityCommand").f(void 0, void 0).ser(se_VerifyDomainIdentityCommand).de(de_VerifyDomainIdentityCommand).build() {
7510
+ static {
7511
+ __name(this, "VerifyDomainIdentityCommand");
7512
+ }
7287
7513
  };
7288
- __name(_VerifyDomainIdentityCommand, "VerifyDomainIdentityCommand");
7289
- var VerifyDomainIdentityCommand = _VerifyDomainIdentityCommand;
7290
7514
 
7291
7515
  // src/commands/VerifyEmailAddressCommand.ts
7292
7516
 
7293
7517
 
7294
7518
 
7295
- var _VerifyEmailAddressCommand = class _VerifyEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7519
+ var VerifyEmailAddressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7296
7520
  return [
7297
7521
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7298
7522
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7299
7523
  ];
7300
7524
  }).s("SimpleEmailService", "VerifyEmailAddress", {}).n("SESClient", "VerifyEmailAddressCommand").f(void 0, void 0).ser(se_VerifyEmailAddressCommand).de(de_VerifyEmailAddressCommand).build() {
7525
+ static {
7526
+ __name(this, "VerifyEmailAddressCommand");
7527
+ }
7301
7528
  };
7302
- __name(_VerifyEmailAddressCommand, "VerifyEmailAddressCommand");
7303
- var VerifyEmailAddressCommand = _VerifyEmailAddressCommand;
7304
7529
 
7305
7530
  // src/commands/VerifyEmailIdentityCommand.ts
7306
7531
 
7307
7532
 
7308
7533
 
7309
- var _VerifyEmailIdentityCommand = class _VerifyEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7534
+ var VerifyEmailIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7310
7535
  return [
7311
7536
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7312
7537
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7313
7538
  ];
7314
7539
  }).s("SimpleEmailService", "VerifyEmailIdentity", {}).n("SESClient", "VerifyEmailIdentityCommand").f(void 0, void 0).ser(se_VerifyEmailIdentityCommand).de(de_VerifyEmailIdentityCommand).build() {
7540
+ static {
7541
+ __name(this, "VerifyEmailIdentityCommand");
7542
+ }
7315
7543
  };
7316
- __name(_VerifyEmailIdentityCommand, "VerifyEmailIdentityCommand");
7317
- var VerifyEmailIdentityCommand = _VerifyEmailIdentityCommand;
7318
7544
 
7319
7545
  // src/SES.ts
7320
7546
  var commands = {
@@ -7390,10 +7616,11 @@ var commands = {
7390
7616
  VerifyEmailAddressCommand,
7391
7617
  VerifyEmailIdentityCommand
7392
7618
  };
7393
- var _SES = class _SES extends SESClient {
7619
+ var SES = class extends SESClient {
7620
+ static {
7621
+ __name(this, "SES");
7622
+ }
7394
7623
  };
7395
- __name(_SES, "SES");
7396
- var SES = _SES;
7397
7624
  (0, import_smithy_client.createAggregatedClient)(commands, SES);
7398
7625
 
7399
7626
  // src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts