@aws-sdk/client-ses 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist-cjs/index.js +34 -170
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SESClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +34 -170
  8. package/dist-types/SES.d.ts +1 -1
  9. package/dist-types/SESClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -3
  36. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +3 -3
  37. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -3
  38. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +3 -3
  39. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -3
  40. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +3 -3
  41. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +3 -3
  42. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +3 -3
  43. package/dist-types/commands/GetSendQuotaCommand.d.ts +3 -3
  44. package/dist-types/commands/GetSendStatisticsCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  46. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -3
  49. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -3
  50. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +3 -3
  51. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -3
  53. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +3 -3
  54. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -3
  55. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +3 -3
  56. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +3 -3
  57. package/dist-types/commands/SendBounceCommand.d.ts +3 -3
  58. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +3 -3
  59. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +3 -3
  60. package/dist-types/commands/SendEmailCommand.d.ts +3 -3
  61. package/dist-types/commands/SendRawEmailCommand.d.ts +3 -3
  62. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +3 -3
  63. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -3
  64. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +3 -3
  65. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +3 -3
  66. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -3
  67. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +3 -3
  68. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +3 -3
  69. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +3 -3
  70. package/dist-types/commands/TestRenderTemplateCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +3 -3
  76. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  79. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -3
  80. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -3
  81. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -3
  82. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -3
  83. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  84. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  85. package/dist-types/extensionConfiguration.d.ts +4 -4
  86. package/dist-types/models/SESServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/pagination/Interfaces.d.ts +1 -1
  89. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +1 -1
  91. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/runtimeConfig.d.ts +1 -1
  93. package/dist-types/runtimeConfig.native.d.ts +1 -1
  94. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  95. package/dist-types/runtimeExtensions.d.ts +1 -1
  96. package/dist-types/schemas/schemas_0.d.ts +1 -1
  97. package/dist-types/ts3.4/SESClient.d.ts +3 -3
  98. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/SESServiceException.d.ts +1 -1
  100. package/package.json +13 -12
@@ -454,11 +454,7 @@ export var AccountSendingPausedException = [
454
454
  -3,
455
455
  n0,
456
456
  _ASPE,
457
- {
458
- [_e]: _c,
459
- [_hE]: 400,
460
- [_aQE]: [`AccountSendingPausedException`, 400],
461
- },
457
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`AccountSendingPausedException`, 400] },
462
458
  [_m],
463
459
  [0],
464
460
  ];
@@ -468,11 +464,7 @@ export var AlreadyExistsException = [
468
464
  -3,
469
465
  n0,
470
466
  _AEE,
471
- {
472
- [_e]: _c,
473
- [_hE]: 400,
474
- [_aQE]: [`AlreadyExists`, 400],
475
- },
467
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`AlreadyExists`, 400] },
476
468
  [_N, _m],
477
469
  [0, 0],
478
470
  ];
@@ -500,11 +492,7 @@ export var CannotDeleteException = [
500
492
  -3,
501
493
  n0,
502
494
  _CDE,
503
- {
504
- [_e]: _c,
505
- [_hE]: 400,
506
- [_aQE]: [`CannotDelete`, 400],
507
- },
495
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CannotDelete`, 400] },
508
496
  [_N, _m],
509
497
  [0, 0],
510
498
  ];
@@ -525,11 +513,7 @@ export var ConfigurationSetAlreadyExistsException = [
525
513
  -3,
526
514
  n0,
527
515
  _CSAEE,
528
- {
529
- [_e]: _c,
530
- [_hE]: 400,
531
- [_aQE]: [`ConfigurationSetAlreadyExists`, 400],
532
- },
516
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetAlreadyExists`, 400] },
533
517
  [_CSN, _m],
534
518
  [0, 0],
535
519
  ];
@@ -538,11 +522,7 @@ export var ConfigurationSetDoesNotExistException = [
538
522
  -3,
539
523
  n0,
540
524
  _CSDNEE,
541
- {
542
- [_e]: _c,
543
- [_hE]: 400,
544
- [_aQE]: [`ConfigurationSetDoesNotExist`, 400],
545
- },
525
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetDoesNotExist`, 400] },
546
526
  [_CSN, _m],
547
527
  [0, 0],
548
528
  ];
@@ -551,11 +531,7 @@ export var ConfigurationSetSendingPausedException = [
551
531
  -3,
552
532
  n0,
553
533
  _CSSPE,
554
- {
555
- [_e]: _c,
556
- [_hE]: 400,
557
- [_aQE]: [`ConfigurationSetSendingPausedException`, 400],
558
- },
534
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ConfigurationSetSendingPausedException`, 400] },
559
535
  [_CSN, _m],
560
536
  [0, 0],
561
537
  ];
@@ -609,11 +585,7 @@ export var CustomVerificationEmailInvalidContentException = [
609
585
  -3,
610
586
  n0,
611
587
  _CVEICE,
612
- {
613
- [_e]: _c,
614
- [_hE]: 400,
615
- [_aQE]: [`CustomVerificationEmailInvalidContent`, 400],
616
- },
588
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailInvalidContent`, 400] },
617
589
  [_m],
618
590
  [0],
619
591
  ];
@@ -630,11 +602,7 @@ export var CustomVerificationEmailTemplateAlreadyExistsException = [
630
602
  -3,
631
603
  n0,
632
604
  _CVETAEE,
633
- {
634
- [_e]: _c,
635
- [_hE]: 400,
636
- [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400],
637
- },
605
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400] },
638
606
  [_CVETN, _m],
639
607
  [0, 0],
640
608
  ];
@@ -643,11 +611,7 @@ export var CustomVerificationEmailTemplateDoesNotExistException = [
643
611
  -3,
644
612
  n0,
645
613
  _CVETDNEE,
646
- {
647
- [_e]: _c,
648
- [_hE]: 400,
649
- [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400],
650
- },
614
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400] },
651
615
  [_CVETN, _m],
652
616
  [0, 0],
653
617
  ];
@@ -728,11 +692,7 @@ export var EventDestinationAlreadyExistsException = [
728
692
  -3,
729
693
  n0,
730
694
  _EDAEE,
731
- {
732
- [_e]: _c,
733
- [_hE]: 400,
734
- [_aQE]: [`EventDestinationAlreadyExists`, 400],
735
- },
695
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`EventDestinationAlreadyExists`, 400] },
736
696
  [_CSN, _EDN, _m],
737
697
  [0, 0, 0],
738
698
  ];
@@ -741,11 +701,7 @@ export var EventDestinationDoesNotExistException = [
741
701
  -3,
742
702
  n0,
743
703
  _EDDNEE,
744
- {
745
- [_e]: _c,
746
- [_hE]: 400,
747
- [_aQE]: [`EventDestinationDoesNotExist`, 400],
748
- },
704
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`EventDestinationDoesNotExist`, 400] },
749
705
  [_CSN, _EDN, _m],
750
706
  [0, 0, 0],
751
707
  ];
@@ -755,11 +711,7 @@ export var FromEmailAddressNotVerifiedException = [
755
711
  -3,
756
712
  n0,
757
713
  _FEANVE,
758
- {
759
- [_e]: _c,
760
- [_hE]: 400,
761
- [_aQE]: [`FromEmailAddressNotVerified`, 400],
762
- },
714
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`FromEmailAddressNotVerified`, 400] },
763
715
  [_FEA, _m],
764
716
  [0, 0],
765
717
  ];
@@ -838,11 +790,7 @@ export var InvalidCloudWatchDestinationException = [
838
790
  -3,
839
791
  n0,
840
792
  _ICWDE,
841
- {
842
- [_e]: _c,
843
- [_hE]: 400,
844
- [_aQE]: [`InvalidCloudWatchDestination`, 400],
845
- },
793
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidCloudWatchDestination`, 400] },
846
794
  [_CSN, _EDN, _m],
847
795
  [0, 0, 0],
848
796
  ];
@@ -851,11 +799,7 @@ export var InvalidConfigurationSetException = [
851
799
  -3,
852
800
  n0,
853
801
  _ICSE,
854
- {
855
- [_e]: _c,
856
- [_hE]: 400,
857
- [_aQE]: [`InvalidConfigurationSet`, 400],
858
- },
802
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidConfigurationSet`, 400] },
859
803
  [_m],
860
804
  [0],
861
805
  ];
@@ -864,11 +808,7 @@ export var InvalidDeliveryOptionsException = [
864
808
  -3,
865
809
  n0,
866
810
  _IDOE,
867
- {
868
- [_e]: _c,
869
- [_hE]: 400,
870
- [_aQE]: [`InvalidDeliveryOptions`, 400],
871
- },
811
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidDeliveryOptions`, 400] },
872
812
  [_m],
873
813
  [0],
874
814
  ];
@@ -877,11 +817,7 @@ export var InvalidFirehoseDestinationException = [
877
817
  -3,
878
818
  n0,
879
819
  _IFDE,
880
- {
881
- [_e]: _c,
882
- [_hE]: 400,
883
- [_aQE]: [`InvalidFirehoseDestination`, 400],
884
- },
820
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidFirehoseDestination`, 400] },
885
821
  [_CSN, _EDN, _m],
886
822
  [0, 0, 0],
887
823
  ];
@@ -890,11 +826,7 @@ export var InvalidLambdaFunctionException = [
890
826
  -3,
891
827
  n0,
892
828
  _ILFE,
893
- {
894
- [_e]: _c,
895
- [_hE]: 400,
896
- [_aQE]: [`InvalidLambdaFunction`, 400],
897
- },
829
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidLambdaFunction`, 400] },
898
830
  [_FA, _m],
899
831
  [0, 0],
900
832
  ];
@@ -903,11 +835,7 @@ export var InvalidPolicyException = [
903
835
  -3,
904
836
  n0,
905
837
  _IPE,
906
- {
907
- [_e]: _c,
908
- [_hE]: 400,
909
- [_aQE]: [`InvalidPolicy`, 400],
910
- },
838
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidPolicy`, 400] },
911
839
  [_m],
912
840
  [0],
913
841
  ];
@@ -916,11 +844,7 @@ export var InvalidRenderingParameterException = [
916
844
  -3,
917
845
  n0,
918
846
  _IRPE,
919
- {
920
- [_e]: _c,
921
- [_hE]: 400,
922
- [_aQE]: [`InvalidRenderingParameter`, 400],
923
- },
847
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidRenderingParameter`, 400] },
924
848
  [_TN, _m],
925
849
  [0, 0],
926
850
  ];
@@ -929,11 +853,7 @@ export var InvalidS3ConfigurationException = [
929
853
  -3,
930
854
  n0,
931
855
  _ISCE,
932
- {
933
- [_e]: _c,
934
- [_hE]: 400,
935
- [_aQE]: [`InvalidS3Configuration`, 400],
936
- },
856
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidS3Configuration`, 400] },
937
857
  [_Bu, _m],
938
858
  [0, 0],
939
859
  ];
@@ -942,11 +862,7 @@ export var InvalidSNSDestinationException = [
942
862
  -3,
943
863
  n0,
944
864
  _ISNSDE,
945
- {
946
- [_e]: _c,
947
- [_hE]: 400,
948
- [_aQE]: [`InvalidSNSDestination`, 400],
949
- },
865
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSNSDestination`, 400] },
950
866
  [_CSN, _EDN, _m],
951
867
  [0, 0, 0],
952
868
  ];
@@ -955,11 +871,7 @@ export var InvalidSnsTopicException = [
955
871
  -3,
956
872
  n0,
957
873
  _ISTE,
958
- {
959
- [_e]: _c,
960
- [_hE]: 400,
961
- [_aQE]: [`InvalidSnsTopic`, 400],
962
- },
874
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSnsTopic`, 400] },
963
875
  [_To, _m],
964
876
  [0, 0],
965
877
  ];
@@ -968,11 +880,7 @@ export var InvalidTemplateException = [
968
880
  -3,
969
881
  n0,
970
882
  _ITE,
971
- {
972
- [_e]: _c,
973
- [_hE]: 400,
974
- [_aQE]: [`InvalidTemplate`, 400],
975
- },
883
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTemplate`, 400] },
976
884
  [_TN, _m],
977
885
  [0, 0],
978
886
  ];
@@ -981,11 +889,7 @@ export var InvalidTrackingOptionsException = [
981
889
  -3,
982
890
  n0,
983
891
  _ITOE,
984
- {
985
- [_e]: _c,
986
- [_hE]: 400,
987
- [_aQE]: [`InvalidTrackingOptions`, 400],
988
- },
892
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTrackingOptions`, 400] },
989
893
  [_m],
990
894
  [0],
991
895
  ];
@@ -996,11 +900,7 @@ export var LimitExceededException = [
996
900
  -3,
997
901
  n0,
998
902
  _LEE,
999
- {
1000
- [_e]: _c,
1001
- [_hE]: 400,
1002
- [_aQE]: [`LimitExceeded`, 400],
1003
- },
903
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
1004
904
  [_m],
1005
905
  [0],
1006
906
  ];
@@ -1052,11 +952,7 @@ export var MailFromDomainNotVerifiedException = [
1052
952
  -3,
1053
953
  n0,
1054
954
  _MFDNVE,
1055
- {
1056
- [_e]: _c,
1057
- [_hE]: 400,
1058
- [_aQE]: [`MailFromDomainNotVerifiedException`, 400],
1059
- },
955
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MailFromDomainNotVerifiedException`, 400] },
1060
956
  [_m],
1061
957
  [0],
1062
958
  ];
@@ -1067,11 +963,7 @@ export var MessageRejected = [
1067
963
  -3,
1068
964
  n0,
1069
965
  _MRe,
1070
- {
1071
- [_e]: _c,
1072
- [_hE]: 400,
1073
- [_aQE]: [`MessageRejected`, 400],
1074
- },
966
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MessageRejected`, 400] },
1075
967
  [_m],
1076
968
  [0],
1077
969
  ];
@@ -1081,11 +973,7 @@ export var MissingRenderingAttributeException = [
1081
973
  -3,
1082
974
  n0,
1083
975
  _MRAE,
1084
- {
1085
- [_e]: _c,
1086
- [_hE]: 400,
1087
- [_aQE]: [`MissingRenderingAttribute`, 400],
1088
- },
976
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingRenderingAttribute`, 400] },
1089
977
  [_TN, _m],
1090
978
  [0, 0],
1091
979
  ];
@@ -1094,11 +982,7 @@ export var ProductionAccessNotGrantedException = [
1094
982
  -3,
1095
983
  n0,
1096
984
  _PANGE,
1097
- {
1098
- [_e]: _c,
1099
- [_hE]: 400,
1100
- [_aQE]: [`ProductionAccessNotGranted`, 400],
1101
- },
985
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ProductionAccessNotGranted`, 400] },
1102
986
  [_m],
1103
987
  [0],
1104
988
  ];
@@ -1158,11 +1042,7 @@ export var RuleDoesNotExistException = [
1158
1042
  -3,
1159
1043
  n0,
1160
1044
  _RDNEE,
1161
- {
1162
- [_e]: _c,
1163
- [_hE]: 400,
1164
- [_aQE]: [`RuleDoesNotExist`, 400],
1165
- },
1045
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`RuleDoesNotExist`, 400] },
1166
1046
  [_N, _m],
1167
1047
  [0, 0],
1168
1048
  ];
@@ -1171,11 +1051,7 @@ export var RuleSetDoesNotExistException = [
1171
1051
  -3,
1172
1052
  n0,
1173
1053
  _RSDNEE,
1174
- {
1175
- [_e]: _c,
1176
- [_hE]: 400,
1177
- [_aQE]: [`RuleSetDoesNotExist`, 400],
1178
- },
1054
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`RuleSetDoesNotExist`, 400] },
1179
1055
  [_N, _m],
1180
1056
  [0, 0],
1181
1057
  ];
@@ -1265,11 +1141,7 @@ export var TemplateDoesNotExistException = [
1265
1141
  -3,
1266
1142
  n0,
1267
1143
  _TDNEE,
1268
- {
1269
- [_e]: _c,
1270
- [_hE]: 400,
1271
- [_aQE]: [`TemplateDoesNotExist`, 400],
1272
- },
1144
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TemplateDoesNotExist`, 400] },
1273
1145
  [_TN, _m],
1274
1146
  [0, 0],
1275
1147
  ];
@@ -1282,11 +1154,7 @@ export var TrackingOptionsAlreadyExistsException = [
1282
1154
  -3,
1283
1155
  n0,
1284
1156
  _TOAEE,
1285
- {
1286
- [_e]: _c,
1287
- [_hE]: 400,
1288
- [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400],
1289
- },
1157
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400] },
1290
1158
  [_CSN, _m],
1291
1159
  [0, 0],
1292
1160
  ];
@@ -1295,11 +1163,7 @@ export var TrackingOptionsDoesNotExistException = [
1295
1163
  -3,
1296
1164
  n0,
1297
1165
  _TODNEE,
1298
- {
1299
- [_e]: _c,
1300
- [_hE]: 400,
1301
- [_aQE]: [`TrackingOptionsDoesNotExistException`, 400],
1302
- },
1166
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TrackingOptionsDoesNotExistException`, 400] },
1303
1167
  [_CSN, _m],
1304
1168
  [0, 0],
1305
1169
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput } from "./commands/CloneReceiptRuleSetCommand";
3
3
  import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
4
4
  import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "./commands/CreateConfigurationSetEventDestinationCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput } from "./commands/CloneReceiptRuleSetCommand";
11
11
  import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
12
12
  import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "./commands/CreateConfigurationSetEventDestinationCommand";
@@ -79,7 +79,7 @@ import { VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput } f
79
79
  import { VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput } from "./commands/VerifyEmailAddressCommand";
80
80
  import { VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput } from "./commands/VerifyEmailIdentityCommand";
81
81
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
82
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
82
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
83
83
  export { __Client };
84
84
  /**
85
85
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SESHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SESHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SESClientResolvedConfig } from "../SESClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SESClientResolvedConfig } from "../SESClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteConfigurationSetTrackingOptionsRequest, DeleteConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConfigurationSetTrackingOptionsRequest, DeleteConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
5
  /**
6
6
  * @public
7
7
  */