@aws-sdk/client-ses 3.590.0 → 3.592.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 (147) hide show
  1. package/dist-cjs/index.js +0 -71
  2. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteIdentityCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +2 -1
  26. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +2 -1
  27. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -1
  28. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -1
  29. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -1
  30. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -1
  32. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -1
  33. package/dist-types/commands/GetSendQuotaCommand.d.ts +2 -1
  34. package/dist-types/commands/GetSendStatisticsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  36. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +2 -1
  41. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -1
  44. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -1
  45. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +2 -1
  46. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -1
  47. package/dist-types/commands/SendBounceCommand.d.ts +2 -1
  48. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +2 -1
  49. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -1
  50. package/dist-types/commands/SendEmailCommand.d.ts +2 -1
  51. package/dist-types/commands/SendRawEmailCommand.d.ts +2 -1
  52. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +2 -1
  53. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -1
  54. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +2 -1
  55. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -1
  56. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -1
  57. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +2 -1
  58. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +2 -1
  59. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +2 -1
  60. package/dist-types/commands/TestRenderTemplateCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  69. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +2 -1
  70. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +2 -1
  71. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +2 -1
  72. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +2 -1
  73. package/dist-types/index.d.ts +2 -2
  74. package/dist-types/models/SESServiceException.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +2 -1
  143. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +2 -1
  144. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/models/SESServiceException.d.ts +2 -1
  147. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -303,7 +303,6 @@ var SESClient = _SESClient;
303
303
 
304
304
  var import_middleware_serde = require("@smithy/middleware-serde");
305
305
 
306
- var import_types = require("@smithy/types");
307
306
 
308
307
  // src/protocols/Aws_query.ts
309
308
  var import_core2 = require("@aws-sdk/core");
@@ -6310,7 +6309,6 @@ var CloneReceiptRuleSetCommand = _CloneReceiptRuleSetCommand;
6310
6309
 
6311
6310
 
6312
6311
 
6313
-
6314
6312
  var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
6315
6313
  ...commonParams
6316
6314
  }).m(function(Command, cs, config, o) {
@@ -6327,7 +6325,6 @@ var CreateConfigurationSetCommand = _CreateConfigurationSetCommand;
6327
6325
 
6328
6326
 
6329
6327
 
6330
-
6331
6328
  var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
6332
6329
  ...commonParams
6333
6330
  }).m(function(Command, cs, config, o) {
@@ -6344,7 +6341,6 @@ var CreateConfigurationSetEventDestinationCommand = _CreateConfigurationSetEvent
6344
6341
 
6345
6342
 
6346
6343
 
6347
-
6348
6344
  var _CreateConfigurationSetTrackingOptionsCommand = class _CreateConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
6349
6345
  ...commonParams
6350
6346
  }).m(function(Command, cs, config, o) {
@@ -6361,7 +6357,6 @@ var CreateConfigurationSetTrackingOptionsCommand = _CreateConfigurationSetTracki
6361
6357
 
6362
6358
 
6363
6359
 
6364
-
6365
6360
  var _CreateCustomVerificationEmailTemplateCommand = class _CreateCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6366
6361
  ...commonParams
6367
6362
  }).m(function(Command, cs, config, o) {
@@ -6378,7 +6373,6 @@ var CreateCustomVerificationEmailTemplateCommand = _CreateCustomVerificationEmai
6378
6373
 
6379
6374
 
6380
6375
 
6381
-
6382
6376
  var _CreateReceiptFilterCommand = class _CreateReceiptFilterCommand extends import_smithy_client.Command.classBuilder().ep({
6383
6377
  ...commonParams
6384
6378
  }).m(function(Command, cs, config, o) {
@@ -6395,7 +6389,6 @@ var CreateReceiptFilterCommand = _CreateReceiptFilterCommand;
6395
6389
 
6396
6390
 
6397
6391
 
6398
-
6399
6392
  var _CreateReceiptRuleCommand = class _CreateReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep({
6400
6393
  ...commonParams
6401
6394
  }).m(function(Command, cs, config, o) {
@@ -6412,7 +6405,6 @@ var CreateReceiptRuleCommand = _CreateReceiptRuleCommand;
6412
6405
 
6413
6406
 
6414
6407
 
6415
-
6416
6408
  var _CreateReceiptRuleSetCommand = class _CreateReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
6417
6409
  ...commonParams
6418
6410
  }).m(function(Command, cs, config, o) {
@@ -6429,7 +6421,6 @@ var CreateReceiptRuleSetCommand = _CreateReceiptRuleSetCommand;
6429
6421
 
6430
6422
 
6431
6423
 
6432
-
6433
6424
  var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6434
6425
  ...commonParams
6435
6426
  }).m(function(Command, cs, config, o) {
@@ -6446,7 +6437,6 @@ var CreateTemplateCommand = _CreateTemplateCommand;
6446
6437
 
6447
6438
 
6448
6439
 
6449
-
6450
6440
  var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
6451
6441
  ...commonParams
6452
6442
  }).m(function(Command, cs, config, o) {
@@ -6463,7 +6453,6 @@ var DeleteConfigurationSetCommand = _DeleteConfigurationSetCommand;
6463
6453
 
6464
6454
 
6465
6455
 
6466
-
6467
6456
  var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
6468
6457
  ...commonParams
6469
6458
  }).m(function(Command, cs, config, o) {
@@ -6480,7 +6469,6 @@ var DeleteConfigurationSetEventDestinationCommand = _DeleteConfigurationSetEvent
6480
6469
 
6481
6470
 
6482
6471
 
6483
-
6484
6472
  var _DeleteConfigurationSetTrackingOptionsCommand = class _DeleteConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
6485
6473
  ...commonParams
6486
6474
  }).m(function(Command, cs, config, o) {
@@ -6497,7 +6485,6 @@ var DeleteConfigurationSetTrackingOptionsCommand = _DeleteConfigurationSetTracki
6497
6485
 
6498
6486
 
6499
6487
 
6500
-
6501
6488
  var _DeleteCustomVerificationEmailTemplateCommand = class _DeleteCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6502
6489
  ...commonParams
6503
6490
  }).m(function(Command, cs, config, o) {
@@ -6514,7 +6501,6 @@ var DeleteCustomVerificationEmailTemplateCommand = _DeleteCustomVerificationEmai
6514
6501
 
6515
6502
 
6516
6503
 
6517
-
6518
6504
  var _DeleteIdentityCommand = class _DeleteIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
6519
6505
  ...commonParams
6520
6506
  }).m(function(Command, cs, config, o) {
@@ -6531,7 +6517,6 @@ var DeleteIdentityCommand = _DeleteIdentityCommand;
6531
6517
 
6532
6518
 
6533
6519
 
6534
-
6535
6520
  var _DeleteIdentityPolicyCommand = class _DeleteIdentityPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
6536
6521
  ...commonParams
6537
6522
  }).m(function(Command, cs, config, o) {
@@ -6548,7 +6533,6 @@ var DeleteIdentityPolicyCommand = _DeleteIdentityPolicyCommand;
6548
6533
 
6549
6534
 
6550
6535
 
6551
-
6552
6536
  var _DeleteReceiptFilterCommand = class _DeleteReceiptFilterCommand extends import_smithy_client.Command.classBuilder().ep({
6553
6537
  ...commonParams
6554
6538
  }).m(function(Command, cs, config, o) {
@@ -6565,7 +6549,6 @@ var DeleteReceiptFilterCommand = _DeleteReceiptFilterCommand;
6565
6549
 
6566
6550
 
6567
6551
 
6568
-
6569
6552
  var _DeleteReceiptRuleCommand = class _DeleteReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep({
6570
6553
  ...commonParams
6571
6554
  }).m(function(Command, cs, config, o) {
@@ -6582,7 +6565,6 @@ var DeleteReceiptRuleCommand = _DeleteReceiptRuleCommand;
6582
6565
 
6583
6566
 
6584
6567
 
6585
-
6586
6568
  var _DeleteReceiptRuleSetCommand = class _DeleteReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
6587
6569
  ...commonParams
6588
6570
  }).m(function(Command, cs, config, o) {
@@ -6599,7 +6581,6 @@ var DeleteReceiptRuleSetCommand = _DeleteReceiptRuleSetCommand;
6599
6581
 
6600
6582
 
6601
6583
 
6602
-
6603
6584
  var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6604
6585
  ...commonParams
6605
6586
  }).m(function(Command, cs, config, o) {
@@ -6616,7 +6597,6 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
6616
6597
 
6617
6598
 
6618
6599
 
6619
-
6620
6600
  var _DeleteVerifiedEmailAddressCommand = class _DeleteVerifiedEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep({
6621
6601
  ...commonParams
6622
6602
  }).m(function(Command, cs, config, o) {
@@ -6633,7 +6613,6 @@ var DeleteVerifiedEmailAddressCommand = _DeleteVerifiedEmailAddressCommand;
6633
6613
 
6634
6614
 
6635
6615
 
6636
-
6637
6616
  var _DescribeActiveReceiptRuleSetCommand = class _DescribeActiveReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
6638
6617
  ...commonParams
6639
6618
  }).m(function(Command, cs, config, o) {
@@ -6650,7 +6629,6 @@ var DescribeActiveReceiptRuleSetCommand = _DescribeActiveReceiptRuleSetCommand;
6650
6629
 
6651
6630
 
6652
6631
 
6653
-
6654
6632
  var _DescribeConfigurationSetCommand = class _DescribeConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep({
6655
6633
  ...commonParams
6656
6634
  }).m(function(Command, cs, config, o) {
@@ -6667,7 +6645,6 @@ var DescribeConfigurationSetCommand = _DescribeConfigurationSetCommand;
6667
6645
 
6668
6646
 
6669
6647
 
6670
-
6671
6648
  var _DescribeReceiptRuleCommand = class _DescribeReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep({
6672
6649
  ...commonParams
6673
6650
  }).m(function(Command, cs, config, o) {
@@ -6684,7 +6661,6 @@ var DescribeReceiptRuleCommand = _DescribeReceiptRuleCommand;
6684
6661
 
6685
6662
 
6686
6663
 
6687
-
6688
6664
  var _DescribeReceiptRuleSetCommand = class _DescribeReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
6689
6665
  ...commonParams
6690
6666
  }).m(function(Command, cs, config, o) {
@@ -6701,7 +6677,6 @@ var DescribeReceiptRuleSetCommand = _DescribeReceiptRuleSetCommand;
6701
6677
 
6702
6678
 
6703
6679
 
6704
-
6705
6680
  var _GetAccountSendingEnabledCommand = class _GetAccountSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
6706
6681
  ...commonParams
6707
6682
  }).m(function(Command, cs, config, o) {
@@ -6718,7 +6693,6 @@ var GetAccountSendingEnabledCommand = _GetAccountSendingEnabledCommand;
6718
6693
 
6719
6694
 
6720
6695
 
6721
-
6722
6696
  var _GetCustomVerificationEmailTemplateCommand = class _GetCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6723
6697
  ...commonParams
6724
6698
  }).m(function(Command, cs, config, o) {
@@ -6735,7 +6709,6 @@ var GetCustomVerificationEmailTemplateCommand = _GetCustomVerificationEmailTempl
6735
6709
 
6736
6710
 
6737
6711
 
6738
-
6739
6712
  var _GetIdentityDkimAttributesCommand = class _GetIdentityDkimAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
6740
6713
  ...commonParams
6741
6714
  }).m(function(Command, cs, config, o) {
@@ -6752,7 +6725,6 @@ var GetIdentityDkimAttributesCommand = _GetIdentityDkimAttributesCommand;
6752
6725
 
6753
6726
 
6754
6727
 
6755
-
6756
6728
  var _GetIdentityMailFromDomainAttributesCommand = class _GetIdentityMailFromDomainAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
6757
6729
  ...commonParams
6758
6730
  }).m(function(Command, cs, config, o) {
@@ -6769,7 +6741,6 @@ var GetIdentityMailFromDomainAttributesCommand = _GetIdentityMailFromDomainAttri
6769
6741
 
6770
6742
 
6771
6743
 
6772
-
6773
6744
  var _GetIdentityNotificationAttributesCommand = class _GetIdentityNotificationAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
6774
6745
  ...commonParams
6775
6746
  }).m(function(Command, cs, config, o) {
@@ -6786,7 +6757,6 @@ var GetIdentityNotificationAttributesCommand = _GetIdentityNotificationAttribute
6786
6757
 
6787
6758
 
6788
6759
 
6789
-
6790
6760
  var _GetIdentityPoliciesCommand = class _GetIdentityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
6791
6761
  ...commonParams
6792
6762
  }).m(function(Command, cs, config, o) {
@@ -6803,7 +6773,6 @@ var GetIdentityPoliciesCommand = _GetIdentityPoliciesCommand;
6803
6773
 
6804
6774
 
6805
6775
 
6806
-
6807
6776
  var _GetIdentityVerificationAttributesCommand = class _GetIdentityVerificationAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
6808
6777
  ...commonParams
6809
6778
  }).m(function(Command, cs, config, o) {
@@ -6820,7 +6789,6 @@ var GetIdentityVerificationAttributesCommand = _GetIdentityVerificationAttribute
6820
6789
 
6821
6790
 
6822
6791
 
6823
-
6824
6792
  var _GetSendQuotaCommand = class _GetSendQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
6825
6793
  ...commonParams
6826
6794
  }).m(function(Command, cs, config, o) {
@@ -6837,7 +6805,6 @@ var GetSendQuotaCommand = _GetSendQuotaCommand;
6837
6805
 
6838
6806
 
6839
6807
 
6840
-
6841
6808
  var _GetSendStatisticsCommand = class _GetSendStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
6842
6809
  ...commonParams
6843
6810
  }).m(function(Command, cs, config, o) {
@@ -6854,7 +6821,6 @@ var GetSendStatisticsCommand = _GetSendStatisticsCommand;
6854
6821
 
6855
6822
 
6856
6823
 
6857
-
6858
6824
  var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
6859
6825
  ...commonParams
6860
6826
  }).m(function(Command, cs, config, o) {
@@ -6871,7 +6837,6 @@ var GetTemplateCommand = _GetTemplateCommand;
6871
6837
 
6872
6838
 
6873
6839
 
6874
-
6875
6840
  var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep({
6876
6841
  ...commonParams
6877
6842
  }).m(function(Command, cs, config, o) {
@@ -6888,7 +6853,6 @@ var ListConfigurationSetsCommand = _ListConfigurationSetsCommand;
6888
6853
 
6889
6854
 
6890
6855
 
6891
-
6892
6856
  var _ListCustomVerificationEmailTemplatesCommand = class _ListCustomVerificationEmailTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
6893
6857
  ...commonParams
6894
6858
  }).m(function(Command, cs, config, o) {
@@ -6905,7 +6869,6 @@ var ListCustomVerificationEmailTemplatesCommand = _ListCustomVerificationEmailTe
6905
6869
 
6906
6870
 
6907
6871
 
6908
-
6909
6872
  var _ListIdentitiesCommand = class _ListIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
6910
6873
  ...commonParams
6911
6874
  }).m(function(Command, cs, config, o) {
@@ -6922,7 +6885,6 @@ var ListIdentitiesCommand = _ListIdentitiesCommand;
6922
6885
 
6923
6886
 
6924
6887
 
6925
-
6926
6888
  var _ListIdentityPoliciesCommand = class _ListIdentityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
6927
6889
  ...commonParams
6928
6890
  }).m(function(Command, cs, config, o) {
@@ -6939,7 +6901,6 @@ var ListIdentityPoliciesCommand = _ListIdentityPoliciesCommand;
6939
6901
 
6940
6902
 
6941
6903
 
6942
-
6943
6904
  var _ListReceiptFiltersCommand = class _ListReceiptFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
6944
6905
  ...commonParams
6945
6906
  }).m(function(Command, cs, config, o) {
@@ -6956,7 +6917,6 @@ var ListReceiptFiltersCommand = _ListReceiptFiltersCommand;
6956
6917
 
6957
6918
 
6958
6919
 
6959
-
6960
6920
  var _ListReceiptRuleSetsCommand = class _ListReceiptRuleSetsCommand extends import_smithy_client.Command.classBuilder().ep({
6961
6921
  ...commonParams
6962
6922
  }).m(function(Command, cs, config, o) {
@@ -6973,7 +6933,6 @@ var ListReceiptRuleSetsCommand = _ListReceiptRuleSetsCommand;
6973
6933
 
6974
6934
 
6975
6935
 
6976
-
6977
6936
  var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
6978
6937
  ...commonParams
6979
6938
  }).m(function(Command, cs, config, o) {
@@ -6990,7 +6949,6 @@ var ListTemplatesCommand = _ListTemplatesCommand;
6990
6949
 
6991
6950
 
6992
6951
 
6993
-
6994
6952
  var _ListVerifiedEmailAddressesCommand = class _ListVerifiedEmailAddressesCommand extends import_smithy_client.Command.classBuilder().ep({
6995
6953
  ...commonParams
6996
6954
  }).m(function(Command, cs, config, o) {
@@ -7007,7 +6965,6 @@ var ListVerifiedEmailAddressesCommand = _ListVerifiedEmailAddressesCommand;
7007
6965
 
7008
6966
 
7009
6967
 
7010
-
7011
6968
  var _PutConfigurationSetDeliveryOptionsCommand = class _PutConfigurationSetDeliveryOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
7012
6969
  ...commonParams
7013
6970
  }).m(function(Command, cs, config, o) {
@@ -7024,7 +6981,6 @@ var PutConfigurationSetDeliveryOptionsCommand = _PutConfigurationSetDeliveryOpti
7024
6981
 
7025
6982
 
7026
6983
 
7027
-
7028
6984
  var _PutIdentityPolicyCommand = class _PutIdentityPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
7029
6985
  ...commonParams
7030
6986
  }).m(function(Command, cs, config, o) {
@@ -7041,7 +6997,6 @@ var PutIdentityPolicyCommand = _PutIdentityPolicyCommand;
7041
6997
 
7042
6998
 
7043
6999
 
7044
-
7045
7000
  var _ReorderReceiptRuleSetCommand = class _ReorderReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
7046
7001
  ...commonParams
7047
7002
  }).m(function(Command, cs, config, o) {
@@ -7058,7 +7013,6 @@ var ReorderReceiptRuleSetCommand = _ReorderReceiptRuleSetCommand;
7058
7013
 
7059
7014
 
7060
7015
 
7061
-
7062
7016
  var _SendBounceCommand = class _SendBounceCommand extends import_smithy_client.Command.classBuilder().ep({
7063
7017
  ...commonParams
7064
7018
  }).m(function(Command, cs, config, o) {
@@ -7075,7 +7029,6 @@ var SendBounceCommand = _SendBounceCommand;
7075
7029
 
7076
7030
 
7077
7031
 
7078
-
7079
7032
  var _SendBulkTemplatedEmailCommand = class _SendBulkTemplatedEmailCommand extends import_smithy_client.Command.classBuilder().ep({
7080
7033
  ...commonParams
7081
7034
  }).m(function(Command, cs, config, o) {
@@ -7092,7 +7045,6 @@ var SendBulkTemplatedEmailCommand = _SendBulkTemplatedEmailCommand;
7092
7045
 
7093
7046
 
7094
7047
 
7095
-
7096
7048
  var _SendCustomVerificationEmailCommand = class _SendCustomVerificationEmailCommand extends import_smithy_client.Command.classBuilder().ep({
7097
7049
  ...commonParams
7098
7050
  }).m(function(Command, cs, config, o) {
@@ -7109,7 +7061,6 @@ var SendCustomVerificationEmailCommand = _SendCustomVerificationEmailCommand;
7109
7061
 
7110
7062
 
7111
7063
 
7112
-
7113
7064
  var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep({
7114
7065
  ...commonParams
7115
7066
  }).m(function(Command, cs, config, o) {
@@ -7126,7 +7077,6 @@ var SendEmailCommand = _SendEmailCommand;
7126
7077
 
7127
7078
 
7128
7079
 
7129
-
7130
7080
  var _SendRawEmailCommand = class _SendRawEmailCommand extends import_smithy_client.Command.classBuilder().ep({
7131
7081
  ...commonParams
7132
7082
  }).m(function(Command, cs, config, o) {
@@ -7143,7 +7093,6 @@ var SendRawEmailCommand = _SendRawEmailCommand;
7143
7093
 
7144
7094
 
7145
7095
 
7146
-
7147
7096
  var _SendTemplatedEmailCommand = class _SendTemplatedEmailCommand extends import_smithy_client.Command.classBuilder().ep({
7148
7097
  ...commonParams
7149
7098
  }).m(function(Command, cs, config, o) {
@@ -7160,7 +7109,6 @@ var SendTemplatedEmailCommand = _SendTemplatedEmailCommand;
7160
7109
 
7161
7110
 
7162
7111
 
7163
-
7164
7112
  var _SetActiveReceiptRuleSetCommand = class _SetActiveReceiptRuleSetCommand extends import_smithy_client.Command.classBuilder().ep({
7165
7113
  ...commonParams
7166
7114
  }).m(function(Command, cs, config, o) {
@@ -7177,7 +7125,6 @@ var SetActiveReceiptRuleSetCommand = _SetActiveReceiptRuleSetCommand;
7177
7125
 
7178
7126
 
7179
7127
 
7180
-
7181
7128
  var _SetIdentityDkimEnabledCommand = class _SetIdentityDkimEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7182
7129
  ...commonParams
7183
7130
  }).m(function(Command, cs, config, o) {
@@ -7194,7 +7141,6 @@ var SetIdentityDkimEnabledCommand = _SetIdentityDkimEnabledCommand;
7194
7141
 
7195
7142
 
7196
7143
 
7197
-
7198
7144
  var _SetIdentityFeedbackForwardingEnabledCommand = class _SetIdentityFeedbackForwardingEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7199
7145
  ...commonParams
7200
7146
  }).m(function(Command, cs, config, o) {
@@ -7211,7 +7157,6 @@ var SetIdentityFeedbackForwardingEnabledCommand = _SetIdentityFeedbackForwarding
7211
7157
 
7212
7158
 
7213
7159
 
7214
-
7215
7160
  var _SetIdentityHeadersInNotificationsEnabledCommand = class _SetIdentityHeadersInNotificationsEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7216
7161
  ...commonParams
7217
7162
  }).m(function(Command, cs, config, o) {
@@ -7228,7 +7173,6 @@ var SetIdentityHeadersInNotificationsEnabledCommand = _SetIdentityHeadersInNotif
7228
7173
 
7229
7174
 
7230
7175
 
7231
-
7232
7176
  var _SetIdentityMailFromDomainCommand = class _SetIdentityMailFromDomainCommand extends import_smithy_client.Command.classBuilder().ep({
7233
7177
  ...commonParams
7234
7178
  }).m(function(Command, cs, config, o) {
@@ -7245,7 +7189,6 @@ var SetIdentityMailFromDomainCommand = _SetIdentityMailFromDomainCommand;
7245
7189
 
7246
7190
 
7247
7191
 
7248
-
7249
7192
  var _SetIdentityNotificationTopicCommand = class _SetIdentityNotificationTopicCommand extends import_smithy_client.Command.classBuilder().ep({
7250
7193
  ...commonParams
7251
7194
  }).m(function(Command, cs, config, o) {
@@ -7262,7 +7205,6 @@ var SetIdentityNotificationTopicCommand = _SetIdentityNotificationTopicCommand;
7262
7205
 
7263
7206
 
7264
7207
 
7265
-
7266
7208
  var _SetReceiptRulePositionCommand = class _SetReceiptRulePositionCommand extends import_smithy_client.Command.classBuilder().ep({
7267
7209
  ...commonParams
7268
7210
  }).m(function(Command, cs, config, o) {
@@ -7279,7 +7221,6 @@ var SetReceiptRulePositionCommand = _SetReceiptRulePositionCommand;
7279
7221
 
7280
7222
 
7281
7223
 
7282
-
7283
7224
  var _TestRenderTemplateCommand = class _TestRenderTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
7284
7225
  ...commonParams
7285
7226
  }).m(function(Command, cs, config, o) {
@@ -7296,7 +7237,6 @@ var TestRenderTemplateCommand = _TestRenderTemplateCommand;
7296
7237
 
7297
7238
 
7298
7239
 
7299
-
7300
7240
  var _UpdateAccountSendingEnabledCommand = class _UpdateAccountSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7301
7241
  ...commonParams
7302
7242
  }).m(function(Command, cs, config, o) {
@@ -7313,7 +7253,6 @@ var UpdateAccountSendingEnabledCommand = _UpdateAccountSendingEnabledCommand;
7313
7253
 
7314
7254
 
7315
7255
 
7316
-
7317
7256
  var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
7318
7257
  ...commonParams
7319
7258
  }).m(function(Command, cs, config, o) {
@@ -7330,7 +7269,6 @@ var UpdateConfigurationSetEventDestinationCommand = _UpdateConfigurationSetEvent
7330
7269
 
7331
7270
 
7332
7271
 
7333
-
7334
7272
  var _UpdateConfigurationSetReputationMetricsEnabledCommand = class _UpdateConfigurationSetReputationMetricsEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7335
7273
  ...commonParams
7336
7274
  }).m(function(Command, cs, config, o) {
@@ -7347,7 +7285,6 @@ var UpdateConfigurationSetReputationMetricsEnabledCommand = _UpdateConfiguration
7347
7285
 
7348
7286
 
7349
7287
 
7350
-
7351
7288
  var _UpdateConfigurationSetSendingEnabledCommand = class _UpdateConfigurationSetSendingEnabledCommand extends import_smithy_client.Command.classBuilder().ep({
7352
7289
  ...commonParams
7353
7290
  }).m(function(Command, cs, config, o) {
@@ -7364,7 +7301,6 @@ var UpdateConfigurationSetSendingEnabledCommand = _UpdateConfigurationSetSending
7364
7301
 
7365
7302
 
7366
7303
 
7367
-
7368
7304
  var _UpdateConfigurationSetTrackingOptionsCommand = class _UpdateConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
7369
7305
  ...commonParams
7370
7306
  }).m(function(Command, cs, config, o) {
@@ -7381,7 +7317,6 @@ var UpdateConfigurationSetTrackingOptionsCommand = _UpdateConfigurationSetTracki
7381
7317
 
7382
7318
 
7383
7319
 
7384
-
7385
7320
  var _UpdateCustomVerificationEmailTemplateCommand = class _UpdateCustomVerificationEmailTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
7386
7321
  ...commonParams
7387
7322
  }).m(function(Command, cs, config, o) {
@@ -7398,7 +7333,6 @@ var UpdateCustomVerificationEmailTemplateCommand = _UpdateCustomVerificationEmai
7398
7333
 
7399
7334
 
7400
7335
 
7401
-
7402
7336
  var _UpdateReceiptRuleCommand = class _UpdateReceiptRuleCommand extends import_smithy_client.Command.classBuilder().ep({
7403
7337
  ...commonParams
7404
7338
  }).m(function(Command, cs, config, o) {
@@ -7415,7 +7349,6 @@ var UpdateReceiptRuleCommand = _UpdateReceiptRuleCommand;
7415
7349
 
7416
7350
 
7417
7351
 
7418
-
7419
7352
  var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
7420
7353
  ...commonParams
7421
7354
  }).m(function(Command, cs, config, o) {
@@ -7432,7 +7365,6 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
7432
7365
 
7433
7366
 
7434
7367
 
7435
-
7436
7368
  var _VerifyDomainDkimCommand = class _VerifyDomainDkimCommand extends import_smithy_client.Command.classBuilder().ep({
7437
7369
  ...commonParams
7438
7370
  }).m(function(Command, cs, config, o) {
@@ -7449,7 +7381,6 @@ var VerifyDomainDkimCommand = _VerifyDomainDkimCommand;
7449
7381
 
7450
7382
 
7451
7383
 
7452
-
7453
7384
  var _VerifyDomainIdentityCommand = class _VerifyDomainIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
7454
7385
  ...commonParams
7455
7386
  }).m(function(Command, cs, config, o) {
@@ -7466,7 +7397,6 @@ var VerifyDomainIdentityCommand = _VerifyDomainIdentityCommand;
7466
7397
 
7467
7398
 
7468
7399
 
7469
-
7470
7400
  var _VerifyEmailAddressCommand = class _VerifyEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep({
7471
7401
  ...commonParams
7472
7402
  }).m(function(Command, cs, config, o) {
@@ -7483,7 +7413,6 @@ var VerifyEmailAddressCommand = _VerifyEmailAddressCommand;
7483
7413
 
7484
7414
 
7485
7415
 
7486
-
7487
7416
  var _VerifyEmailIdentityCommand = class _VerifyEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
7488
7417
  ...commonParams
7489
7418
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *