@aws-sdk/client-ses 3.1077.0 → 3.1078.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 (221) hide show
  1. package/dist-cjs/index.js +219 -853
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
  5. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
  6. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -14
  7. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -14
  8. package/dist-es/commands/CreateReceiptFilterCommand.js +2 -14
  9. package/dist-es/commands/CreateReceiptRuleCommand.js +2 -14
  10. package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -14
  11. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  12. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
  13. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
  14. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -14
  15. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -14
  16. package/dist-es/commands/DeleteIdentityCommand.js +2 -14
  17. package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -14
  18. package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -14
  19. package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -14
  20. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -14
  21. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  22. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -14
  23. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -14
  24. package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -14
  25. package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -14
  26. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -14
  27. package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -14
  28. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -14
  29. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -14
  30. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -14
  31. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -14
  32. package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -14
  33. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -14
  34. package/dist-es/commands/GetSendQuotaCommand.js +2 -14
  35. package/dist-es/commands/GetSendStatisticsCommand.js +2 -14
  36. package/dist-es/commands/GetTemplateCommand.js +2 -14
  37. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
  38. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -14
  39. package/dist-es/commands/ListIdentitiesCommand.js +2 -14
  40. package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -14
  41. package/dist-es/commands/ListReceiptFiltersCommand.js +2 -14
  42. package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -14
  43. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  44. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -14
  45. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
  46. package/dist-es/commands/PutIdentityPolicyCommand.js +2 -14
  47. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -14
  48. package/dist-es/commands/SendBounceCommand.js +2 -14
  49. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -14
  50. package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -14
  51. package/dist-es/commands/SendEmailCommand.js +2 -14
  52. package/dist-es/commands/SendRawEmailCommand.js +2 -14
  53. package/dist-es/commands/SendTemplatedEmailCommand.js +2 -14
  54. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -14
  55. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -14
  56. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -14
  57. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -14
  58. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -14
  59. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -14
  60. package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -14
  61. package/dist-es/commands/TestRenderTemplateCommand.js +2 -14
  62. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -14
  63. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
  64. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -14
  65. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -14
  66. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -14
  67. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -14
  68. package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -14
  69. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  70. package/dist-es/commands/VerifyDomainDkimCommand.js +2 -14
  71. package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -14
  72. package/dist-es/commands/VerifyEmailAddressCommand.js +2 -14
  73. package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -14
  74. package/dist-es/index.js +1 -0
  75. package/dist-types/commandBuilder.d.ts +18 -0
  76. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +3 -8
  99. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -8
  100. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +3 -8
  101. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -8
  102. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +3 -8
  103. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -8
  104. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +3 -8
  105. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +3 -8
  106. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +3 -8
  107. package/dist-types/commands/GetSendQuotaCommand.d.ts +3 -8
  108. package/dist-types/commands/GetSendStatisticsCommand.d.ts +3 -8
  109. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  110. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +3 -8
  115. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  117. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +3 -8
  118. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  119. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +3 -8
  120. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +3 -8
  121. package/dist-types/commands/SendBounceCommand.d.ts +3 -8
  122. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +3 -8
  123. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +3 -8
  124. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  125. package/dist-types/commands/SendRawEmailCommand.d.ts +3 -8
  126. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +3 -8
  127. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -8
  128. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +3 -8
  129. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +3 -8
  130. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -8
  131. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +3 -8
  132. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +3 -8
  133. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +3 -8
  134. package/dist-types/commands/TestRenderTemplateCommand.d.ts +3 -8
  135. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -8
  136. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  137. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +3 -8
  139. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  143. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -8
  144. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -8
  145. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -8
  146. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -8
  147. package/dist-types/index.d.ts +1 -0
  148. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  149. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/index.d.ts +1 -0
  221. package/package.json +9 -9
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2544,856 +2545,221 @@ class SESClient extends Client {
2544
2545
  }
2545
2546
  }
2546
2547
 
2547
- class CloneReceiptRuleSetCommand extends Command
2548
- .classBuilder()
2549
- .ep(commonParams)
2550
- .m(function (Command, cs, config, o) {
2551
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2552
- })
2553
- .s("SimpleEmailService", "CloneReceiptRuleSet", {})
2554
- .n("SESClient", "CloneReceiptRuleSetCommand")
2555
- .sc(CloneReceiptRuleSet$)
2556
- .build() {
2557
- }
2558
-
2559
- class CreateConfigurationSetCommand extends Command
2560
- .classBuilder()
2561
- .ep(commonParams)
2562
- .m(function (Command, cs, config, o) {
2563
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2564
- })
2565
- .s("SimpleEmailService", "CreateConfigurationSet", {})
2566
- .n("SESClient", "CreateConfigurationSetCommand")
2567
- .sc(CreateConfigurationSet$)
2568
- .build() {
2569
- }
2570
-
2571
- class CreateConfigurationSetEventDestinationCommand extends Command
2572
- .classBuilder()
2573
- .ep(commonParams)
2574
- .m(function (Command, cs, config, o) {
2575
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2576
- })
2577
- .s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
2578
- .n("SESClient", "CreateConfigurationSetEventDestinationCommand")
2579
- .sc(CreateConfigurationSetEventDestination$)
2580
- .build() {
2581
- }
2582
-
2583
- class CreateConfigurationSetTrackingOptionsCommand extends Command
2584
- .classBuilder()
2585
- .ep(commonParams)
2586
- .m(function (Command, cs, config, o) {
2587
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2588
- })
2589
- .s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
2590
- .n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
2591
- .sc(CreateConfigurationSetTrackingOptions$)
2592
- .build() {
2593
- }
2594
-
2595
- class CreateCustomVerificationEmailTemplateCommand extends Command
2596
- .classBuilder()
2597
- .ep(commonParams)
2598
- .m(function (Command, cs, config, o) {
2599
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2600
- })
2601
- .s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
2602
- .n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
2603
- .sc(CreateCustomVerificationEmailTemplate$)
2604
- .build() {
2605
- }
2606
-
2607
- class CreateReceiptFilterCommand extends Command
2608
- .classBuilder()
2609
- .ep(commonParams)
2610
- .m(function (Command, cs, config, o) {
2611
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2612
- })
2613
- .s("SimpleEmailService", "CreateReceiptFilter", {})
2614
- .n("SESClient", "CreateReceiptFilterCommand")
2615
- .sc(CreateReceiptFilter$)
2616
- .build() {
2617
- }
2618
-
2619
- class CreateReceiptRuleCommand extends Command
2620
- .classBuilder()
2621
- .ep(commonParams)
2622
- .m(function (Command, cs, config, o) {
2623
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2624
- })
2625
- .s("SimpleEmailService", "CreateReceiptRule", {})
2626
- .n("SESClient", "CreateReceiptRuleCommand")
2627
- .sc(CreateReceiptRule$)
2628
- .build() {
2629
- }
2630
-
2631
- class CreateReceiptRuleSetCommand extends Command
2632
- .classBuilder()
2633
- .ep(commonParams)
2634
- .m(function (Command, cs, config, o) {
2635
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2636
- })
2637
- .s("SimpleEmailService", "CreateReceiptRuleSet", {})
2638
- .n("SESClient", "CreateReceiptRuleSetCommand")
2639
- .sc(CreateReceiptRuleSet$)
2640
- .build() {
2641
- }
2642
-
2643
- class CreateTemplateCommand extends Command
2644
- .classBuilder()
2645
- .ep(commonParams)
2646
- .m(function (Command, cs, config, o) {
2647
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2648
- })
2649
- .s("SimpleEmailService", "CreateTemplate", {})
2650
- .n("SESClient", "CreateTemplateCommand")
2651
- .sc(CreateTemplate$)
2652
- .build() {
2653
- }
2654
-
2655
- class DeleteConfigurationSetCommand extends Command
2656
- .classBuilder()
2657
- .ep(commonParams)
2658
- .m(function (Command, cs, config, o) {
2659
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2660
- })
2661
- .s("SimpleEmailService", "DeleteConfigurationSet", {})
2662
- .n("SESClient", "DeleteConfigurationSetCommand")
2663
- .sc(DeleteConfigurationSet$)
2664
- .build() {
2665
- }
2666
-
2667
- class DeleteConfigurationSetEventDestinationCommand extends Command
2668
- .classBuilder()
2669
- .ep(commonParams)
2670
- .m(function (Command, cs, config, o) {
2671
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2672
- })
2673
- .s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
2674
- .n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
2675
- .sc(DeleteConfigurationSetEventDestination$)
2676
- .build() {
2677
- }
2678
-
2679
- class DeleteConfigurationSetTrackingOptionsCommand extends Command
2680
- .classBuilder()
2681
- .ep(commonParams)
2682
- .m(function (Command, cs, config, o) {
2683
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2684
- })
2685
- .s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
2686
- .n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
2687
- .sc(DeleteConfigurationSetTrackingOptions$)
2688
- .build() {
2689
- }
2690
-
2691
- class DeleteCustomVerificationEmailTemplateCommand extends Command
2692
- .classBuilder()
2693
- .ep(commonParams)
2694
- .m(function (Command, cs, config, o) {
2695
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2696
- })
2697
- .s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
2698
- .n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
2699
- .sc(DeleteCustomVerificationEmailTemplate$)
2700
- .build() {
2701
- }
2702
-
2703
- class DeleteIdentityCommand extends Command
2704
- .classBuilder()
2705
- .ep(commonParams)
2706
- .m(function (Command, cs, config, o) {
2707
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2708
- })
2709
- .s("SimpleEmailService", "DeleteIdentity", {})
2710
- .n("SESClient", "DeleteIdentityCommand")
2711
- .sc(DeleteIdentity$)
2712
- .build() {
2713
- }
2714
-
2715
- class DeleteIdentityPolicyCommand extends Command
2716
- .classBuilder()
2717
- .ep(commonParams)
2718
- .m(function (Command, cs, config, o) {
2719
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2720
- })
2721
- .s("SimpleEmailService", "DeleteIdentityPolicy", {})
2722
- .n("SESClient", "DeleteIdentityPolicyCommand")
2723
- .sc(DeleteIdentityPolicy$)
2724
- .build() {
2725
- }
2726
-
2727
- class DeleteReceiptFilterCommand extends Command
2728
- .classBuilder()
2729
- .ep(commonParams)
2730
- .m(function (Command, cs, config, o) {
2731
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2732
- })
2733
- .s("SimpleEmailService", "DeleteReceiptFilter", {})
2734
- .n("SESClient", "DeleteReceiptFilterCommand")
2735
- .sc(DeleteReceiptFilter$)
2736
- .build() {
2737
- }
2738
-
2739
- class DeleteReceiptRuleCommand extends Command
2740
- .classBuilder()
2741
- .ep(commonParams)
2742
- .m(function (Command, cs, config, o) {
2743
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2744
- })
2745
- .s("SimpleEmailService", "DeleteReceiptRule", {})
2746
- .n("SESClient", "DeleteReceiptRuleCommand")
2747
- .sc(DeleteReceiptRule$)
2748
- .build() {
2749
- }
2750
-
2751
- class DeleteReceiptRuleSetCommand extends Command
2752
- .classBuilder()
2753
- .ep(commonParams)
2754
- .m(function (Command, cs, config, o) {
2755
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2756
- })
2757
- .s("SimpleEmailService", "DeleteReceiptRuleSet", {})
2758
- .n("SESClient", "DeleteReceiptRuleSetCommand")
2759
- .sc(DeleteReceiptRuleSet$)
2760
- .build() {
2761
- }
2762
-
2763
- class DeleteTemplateCommand extends Command
2764
- .classBuilder()
2765
- .ep(commonParams)
2766
- .m(function (Command, cs, config, o) {
2767
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2768
- })
2769
- .s("SimpleEmailService", "DeleteTemplate", {})
2770
- .n("SESClient", "DeleteTemplateCommand")
2771
- .sc(DeleteTemplate$)
2772
- .build() {
2773
- }
2774
-
2775
- class DeleteVerifiedEmailAddressCommand extends Command
2776
- .classBuilder()
2777
- .ep(commonParams)
2778
- .m(function (Command, cs, config, o) {
2779
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2780
- })
2781
- .s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
2782
- .n("SESClient", "DeleteVerifiedEmailAddressCommand")
2783
- .sc(DeleteVerifiedEmailAddress$)
2784
- .build() {
2785
- }
2786
-
2787
- class DescribeActiveReceiptRuleSetCommand extends Command
2788
- .classBuilder()
2789
- .ep(commonParams)
2790
- .m(function (Command, cs, config, o) {
2791
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2792
- })
2793
- .s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
2794
- .n("SESClient", "DescribeActiveReceiptRuleSetCommand")
2795
- .sc(DescribeActiveReceiptRuleSet$)
2796
- .build() {
2797
- }
2798
-
2799
- class DescribeConfigurationSetCommand extends Command
2800
- .classBuilder()
2801
- .ep(commonParams)
2802
- .m(function (Command, cs, config, o) {
2803
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2804
- })
2805
- .s("SimpleEmailService", "DescribeConfigurationSet", {})
2806
- .n("SESClient", "DescribeConfigurationSetCommand")
2807
- .sc(DescribeConfigurationSet$)
2808
- .build() {
2809
- }
2810
-
2811
- class DescribeReceiptRuleCommand extends Command
2812
- .classBuilder()
2813
- .ep(commonParams)
2814
- .m(function (Command, cs, config, o) {
2815
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2816
- })
2817
- .s("SimpleEmailService", "DescribeReceiptRule", {})
2818
- .n("SESClient", "DescribeReceiptRuleCommand")
2819
- .sc(DescribeReceiptRule$)
2820
- .build() {
2821
- }
2822
-
2823
- class DescribeReceiptRuleSetCommand extends Command
2824
- .classBuilder()
2825
- .ep(commonParams)
2826
- .m(function (Command, cs, config, o) {
2827
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2828
- })
2829
- .s("SimpleEmailService", "DescribeReceiptRuleSet", {})
2830
- .n("SESClient", "DescribeReceiptRuleSetCommand")
2831
- .sc(DescribeReceiptRuleSet$)
2832
- .build() {
2833
- }
2834
-
2835
- class GetAccountSendingEnabledCommand extends Command
2836
- .classBuilder()
2837
- .ep(commonParams)
2838
- .m(function (Command, cs, config, o) {
2839
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2840
- })
2841
- .s("SimpleEmailService", "GetAccountSendingEnabled", {})
2842
- .n("SESClient", "GetAccountSendingEnabledCommand")
2843
- .sc(GetAccountSendingEnabled$)
2844
- .build() {
2845
- }
2846
-
2847
- class GetCustomVerificationEmailTemplateCommand extends Command
2848
- .classBuilder()
2849
- .ep(commonParams)
2850
- .m(function (Command, cs, config, o) {
2851
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2852
- })
2853
- .s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
2854
- .n("SESClient", "GetCustomVerificationEmailTemplateCommand")
2855
- .sc(GetCustomVerificationEmailTemplate$)
2856
- .build() {
2857
- }
2858
-
2859
- class GetIdentityDkimAttributesCommand extends Command
2860
- .classBuilder()
2861
- .ep(commonParams)
2862
- .m(function (Command, cs, config, o) {
2863
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2864
- })
2865
- .s("SimpleEmailService", "GetIdentityDkimAttributes", {})
2866
- .n("SESClient", "GetIdentityDkimAttributesCommand")
2867
- .sc(GetIdentityDkimAttributes$)
2868
- .build() {
2869
- }
2870
-
2871
- class GetIdentityMailFromDomainAttributesCommand extends Command
2872
- .classBuilder()
2873
- .ep(commonParams)
2874
- .m(function (Command, cs, config, o) {
2875
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2876
- })
2877
- .s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
2878
- .n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
2879
- .sc(GetIdentityMailFromDomainAttributes$)
2880
- .build() {
2881
- }
2882
-
2883
- class GetIdentityNotificationAttributesCommand extends Command
2884
- .classBuilder()
2885
- .ep(commonParams)
2886
- .m(function (Command, cs, config, o) {
2887
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2888
- })
2889
- .s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
2890
- .n("SESClient", "GetIdentityNotificationAttributesCommand")
2891
- .sc(GetIdentityNotificationAttributes$)
2892
- .build() {
2893
- }
2894
-
2895
- class GetIdentityPoliciesCommand extends Command
2896
- .classBuilder()
2897
- .ep(commonParams)
2898
- .m(function (Command, cs, config, o) {
2899
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2900
- })
2901
- .s("SimpleEmailService", "GetIdentityPolicies", {})
2902
- .n("SESClient", "GetIdentityPoliciesCommand")
2903
- .sc(GetIdentityPolicies$)
2904
- .build() {
2905
- }
2906
-
2907
- class GetIdentityVerificationAttributesCommand extends Command
2908
- .classBuilder()
2909
- .ep(commonParams)
2910
- .m(function (Command, cs, config, o) {
2911
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2912
- })
2913
- .s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
2914
- .n("SESClient", "GetIdentityVerificationAttributesCommand")
2915
- .sc(GetIdentityVerificationAttributes$)
2916
- .build() {
2917
- }
2918
-
2919
- class GetSendQuotaCommand extends Command
2920
- .classBuilder()
2921
- .ep(commonParams)
2922
- .m(function (Command, cs, config, o) {
2923
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2924
- })
2925
- .s("SimpleEmailService", "GetSendQuota", {})
2926
- .n("SESClient", "GetSendQuotaCommand")
2927
- .sc(GetSendQuota$)
2928
- .build() {
2929
- }
2930
-
2931
- class GetSendStatisticsCommand extends Command
2932
- .classBuilder()
2933
- .ep(commonParams)
2934
- .m(function (Command, cs, config, o) {
2935
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2936
- })
2937
- .s("SimpleEmailService", "GetSendStatistics", {})
2938
- .n("SESClient", "GetSendStatisticsCommand")
2939
- .sc(GetSendStatistics$)
2940
- .build() {
2941
- }
2942
-
2943
- class GetTemplateCommand extends Command
2944
- .classBuilder()
2945
- .ep(commonParams)
2946
- .m(function (Command, cs, config, o) {
2947
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2948
- })
2949
- .s("SimpleEmailService", "GetTemplate", {})
2950
- .n("SESClient", "GetTemplateCommand")
2951
- .sc(GetTemplate$)
2952
- .build() {
2953
- }
2954
-
2955
- class ListConfigurationSetsCommand extends Command
2956
- .classBuilder()
2957
- .ep(commonParams)
2958
- .m(function (Command, cs, config, o) {
2959
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2960
- })
2961
- .s("SimpleEmailService", "ListConfigurationSets", {})
2962
- .n("SESClient", "ListConfigurationSetsCommand")
2963
- .sc(ListConfigurationSets$)
2964
- .build() {
2965
- }
2966
-
2967
- class ListCustomVerificationEmailTemplatesCommand extends Command
2968
- .classBuilder()
2969
- .ep(commonParams)
2970
- .m(function (Command, cs, config, o) {
2971
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2972
- })
2973
- .s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
2974
- .n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
2975
- .sc(ListCustomVerificationEmailTemplates$)
2976
- .build() {
2977
- }
2978
-
2979
- class ListIdentitiesCommand extends Command
2980
- .classBuilder()
2981
- .ep(commonParams)
2982
- .m(function (Command, cs, config, o) {
2983
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2984
- })
2985
- .s("SimpleEmailService", "ListIdentities", {})
2986
- .n("SESClient", "ListIdentitiesCommand")
2987
- .sc(ListIdentities$)
2988
- .build() {
2989
- }
2990
-
2991
- class ListIdentityPoliciesCommand extends Command
2992
- .classBuilder()
2993
- .ep(commonParams)
2994
- .m(function (Command, cs, config, o) {
2995
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2996
- })
2997
- .s("SimpleEmailService", "ListIdentityPolicies", {})
2998
- .n("SESClient", "ListIdentityPoliciesCommand")
2999
- .sc(ListIdentityPolicies$)
3000
- .build() {
3001
- }
3002
-
3003
- class ListReceiptFiltersCommand extends Command
3004
- .classBuilder()
3005
- .ep(commonParams)
3006
- .m(function (Command, cs, config, o) {
3007
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3008
- })
3009
- .s("SimpleEmailService", "ListReceiptFilters", {})
3010
- .n("SESClient", "ListReceiptFiltersCommand")
3011
- .sc(ListReceiptFilters$)
3012
- .build() {
3013
- }
3014
-
3015
- class ListReceiptRuleSetsCommand extends Command
3016
- .classBuilder()
3017
- .ep(commonParams)
3018
- .m(function (Command, cs, config, o) {
3019
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3020
- })
3021
- .s("SimpleEmailService", "ListReceiptRuleSets", {})
3022
- .n("SESClient", "ListReceiptRuleSetsCommand")
3023
- .sc(ListReceiptRuleSets$)
3024
- .build() {
3025
- }
3026
-
3027
- class ListTemplatesCommand extends Command
3028
- .classBuilder()
3029
- .ep(commonParams)
3030
- .m(function (Command, cs, config, o) {
3031
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3032
- })
3033
- .s("SimpleEmailService", "ListTemplates", {})
3034
- .n("SESClient", "ListTemplatesCommand")
3035
- .sc(ListTemplates$)
3036
- .build() {
3037
- }
3038
-
3039
- class ListVerifiedEmailAddressesCommand extends Command
3040
- .classBuilder()
3041
- .ep(commonParams)
3042
- .m(function (Command, cs, config, o) {
3043
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3044
- })
3045
- .s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
3046
- .n("SESClient", "ListVerifiedEmailAddressesCommand")
3047
- .sc(ListVerifiedEmailAddresses$)
3048
- .build() {
3049
- }
3050
-
3051
- class PutConfigurationSetDeliveryOptionsCommand extends Command
3052
- .classBuilder()
3053
- .ep(commonParams)
3054
- .m(function (Command, cs, config, o) {
3055
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3056
- })
3057
- .s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
3058
- .n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
3059
- .sc(PutConfigurationSetDeliveryOptions$)
3060
- .build() {
3061
- }
3062
-
3063
- class PutIdentityPolicyCommand extends Command
3064
- .classBuilder()
3065
- .ep(commonParams)
3066
- .m(function (Command, cs, config, o) {
3067
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3068
- })
3069
- .s("SimpleEmailService", "PutIdentityPolicy", {})
3070
- .n("SESClient", "PutIdentityPolicyCommand")
3071
- .sc(PutIdentityPolicy$)
3072
- .build() {
3073
- }
3074
-
3075
- class ReorderReceiptRuleSetCommand extends Command
3076
- .classBuilder()
3077
- .ep(commonParams)
3078
- .m(function (Command, cs, config, o) {
3079
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3080
- })
3081
- .s("SimpleEmailService", "ReorderReceiptRuleSet", {})
3082
- .n("SESClient", "ReorderReceiptRuleSetCommand")
3083
- .sc(ReorderReceiptRuleSet$)
3084
- .build() {
3085
- }
3086
-
3087
- class SendBounceCommand extends Command
3088
- .classBuilder()
3089
- .ep(commonParams)
3090
- .m(function (Command, cs, config, o) {
3091
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3092
- })
3093
- .s("SimpleEmailService", "SendBounce", {})
3094
- .n("SESClient", "SendBounceCommand")
3095
- .sc(SendBounce$)
3096
- .build() {
3097
- }
3098
-
3099
- class SendBulkTemplatedEmailCommand extends Command
3100
- .classBuilder()
3101
- .ep(commonParams)
3102
- .m(function (Command, cs, config, o) {
3103
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3104
- })
3105
- .s("SimpleEmailService", "SendBulkTemplatedEmail", {})
3106
- .n("SESClient", "SendBulkTemplatedEmailCommand")
3107
- .sc(SendBulkTemplatedEmail$)
3108
- .build() {
3109
- }
3110
-
3111
- class SendCustomVerificationEmailCommand extends Command
3112
- .classBuilder()
3113
- .ep(commonParams)
3114
- .m(function (Command, cs, config, o) {
3115
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3116
- })
3117
- .s("SimpleEmailService", "SendCustomVerificationEmail", {})
3118
- .n("SESClient", "SendCustomVerificationEmailCommand")
3119
- .sc(SendCustomVerificationEmail$)
3120
- .build() {
3121
- }
3122
-
3123
- class SendEmailCommand extends Command
3124
- .classBuilder()
3125
- .ep(commonParams)
3126
- .m(function (Command, cs, config, o) {
3127
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3128
- })
3129
- .s("SimpleEmailService", "SendEmail", {})
3130
- .n("SESClient", "SendEmailCommand")
3131
- .sc(SendEmail$)
3132
- .build() {
3133
- }
3134
-
3135
- class SendRawEmailCommand extends Command
3136
- .classBuilder()
3137
- .ep(commonParams)
3138
- .m(function (Command, cs, config, o) {
3139
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3140
- })
3141
- .s("SimpleEmailService", "SendRawEmail", {})
3142
- .n("SESClient", "SendRawEmailCommand")
3143
- .sc(SendRawEmail$)
3144
- .build() {
3145
- }
3146
-
3147
- class SendTemplatedEmailCommand extends Command
3148
- .classBuilder()
3149
- .ep(commonParams)
3150
- .m(function (Command, cs, config, o) {
3151
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3152
- })
3153
- .s("SimpleEmailService", "SendTemplatedEmail", {})
3154
- .n("SESClient", "SendTemplatedEmailCommand")
3155
- .sc(SendTemplatedEmail$)
3156
- .build() {
3157
- }
3158
-
3159
- class SetActiveReceiptRuleSetCommand extends Command
3160
- .classBuilder()
3161
- .ep(commonParams)
3162
- .m(function (Command, cs, config, o) {
3163
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3164
- })
3165
- .s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
3166
- .n("SESClient", "SetActiveReceiptRuleSetCommand")
3167
- .sc(SetActiveReceiptRuleSet$)
3168
- .build() {
3169
- }
3170
-
3171
- class SetIdentityDkimEnabledCommand extends Command
3172
- .classBuilder()
3173
- .ep(commonParams)
3174
- .m(function (Command, cs, config, o) {
3175
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3176
- })
3177
- .s("SimpleEmailService", "SetIdentityDkimEnabled", {})
3178
- .n("SESClient", "SetIdentityDkimEnabledCommand")
3179
- .sc(SetIdentityDkimEnabled$)
3180
- .build() {
3181
- }
3182
-
3183
- class SetIdentityFeedbackForwardingEnabledCommand extends Command
3184
- .classBuilder()
3185
- .ep(commonParams)
3186
- .m(function (Command, cs, config, o) {
3187
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3188
- })
3189
- .s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
3190
- .n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
3191
- .sc(SetIdentityFeedbackForwardingEnabled$)
3192
- .build() {
3193
- }
3194
-
3195
- class SetIdentityHeadersInNotificationsEnabledCommand extends Command
3196
- .classBuilder()
3197
- .ep(commonParams)
3198
- .m(function (Command, cs, config, o) {
3199
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3200
- })
3201
- .s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
3202
- .n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
3203
- .sc(SetIdentityHeadersInNotificationsEnabled$)
3204
- .build() {
3205
- }
3206
-
3207
- class SetIdentityMailFromDomainCommand extends Command
3208
- .classBuilder()
3209
- .ep(commonParams)
3210
- .m(function (Command, cs, config, o) {
3211
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3212
- })
3213
- .s("SimpleEmailService", "SetIdentityMailFromDomain", {})
3214
- .n("SESClient", "SetIdentityMailFromDomainCommand")
3215
- .sc(SetIdentityMailFromDomain$)
3216
- .build() {
3217
- }
3218
-
3219
- class SetIdentityNotificationTopicCommand extends Command
3220
- .classBuilder()
3221
- .ep(commonParams)
3222
- .m(function (Command, cs, config, o) {
3223
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3224
- })
3225
- .s("SimpleEmailService", "SetIdentityNotificationTopic", {})
3226
- .n("SESClient", "SetIdentityNotificationTopicCommand")
3227
- .sc(SetIdentityNotificationTopic$)
3228
- .build() {
3229
- }
3230
-
3231
- class SetReceiptRulePositionCommand extends Command
3232
- .classBuilder()
3233
- .ep(commonParams)
3234
- .m(function (Command, cs, config, o) {
3235
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3236
- })
3237
- .s("SimpleEmailService", "SetReceiptRulePosition", {})
3238
- .n("SESClient", "SetReceiptRulePositionCommand")
3239
- .sc(SetReceiptRulePosition$)
3240
- .build() {
3241
- }
3242
-
3243
- class TestRenderTemplateCommand extends Command
3244
- .classBuilder()
3245
- .ep(commonParams)
3246
- .m(function (Command, cs, config, o) {
3247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3248
- })
3249
- .s("SimpleEmailService", "TestRenderTemplate", {})
3250
- .n("SESClient", "TestRenderTemplateCommand")
3251
- .sc(TestRenderTemplate$)
3252
- .build() {
3253
- }
3254
-
3255
- class UpdateAccountSendingEnabledCommand extends Command
3256
- .classBuilder()
3257
- .ep(commonParams)
3258
- .m(function (Command, cs, config, o) {
3259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3260
- })
3261
- .s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
3262
- .n("SESClient", "UpdateAccountSendingEnabledCommand")
3263
- .sc(UpdateAccountSendingEnabled$)
3264
- .build() {
3265
- }
3266
-
3267
- class UpdateConfigurationSetEventDestinationCommand extends Command
3268
- .classBuilder()
3269
- .ep(commonParams)
3270
- .m(function (Command, cs, config, o) {
3271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3272
- })
3273
- .s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
3274
- .n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
3275
- .sc(UpdateConfigurationSetEventDestination$)
3276
- .build() {
3277
- }
3278
-
3279
- class UpdateConfigurationSetReputationMetricsEnabledCommand extends Command
3280
- .classBuilder()
3281
- .ep(commonParams)
3282
- .m(function (Command, cs, config, o) {
3283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3284
- })
3285
- .s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
3286
- .n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
3287
- .sc(UpdateConfigurationSetReputationMetricsEnabled$)
3288
- .build() {
3289
- }
3290
-
3291
- class UpdateConfigurationSetSendingEnabledCommand extends Command
3292
- .classBuilder()
3293
- .ep(commonParams)
3294
- .m(function (Command, cs, config, o) {
3295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3296
- })
3297
- .s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
3298
- .n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
3299
- .sc(UpdateConfigurationSetSendingEnabled$)
3300
- .build() {
3301
- }
3302
-
3303
- class UpdateConfigurationSetTrackingOptionsCommand extends Command
3304
- .classBuilder()
3305
- .ep(commonParams)
3306
- .m(function (Command, cs, config, o) {
3307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3308
- })
3309
- .s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
3310
- .n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
3311
- .sc(UpdateConfigurationSetTrackingOptions$)
3312
- .build() {
3313
- }
3314
-
3315
- class UpdateCustomVerificationEmailTemplateCommand extends Command
3316
- .classBuilder()
3317
- .ep(commonParams)
3318
- .m(function (Command, cs, config, o) {
3319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3320
- })
3321
- .s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
3322
- .n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
3323
- .sc(UpdateCustomVerificationEmailTemplate$)
3324
- .build() {
3325
- }
3326
-
3327
- class UpdateReceiptRuleCommand extends Command
3328
- .classBuilder()
3329
- .ep(commonParams)
3330
- .m(function (Command, cs, config, o) {
3331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3332
- })
3333
- .s("SimpleEmailService", "UpdateReceiptRule", {})
3334
- .n("SESClient", "UpdateReceiptRuleCommand")
3335
- .sc(UpdateReceiptRule$)
3336
- .build() {
3337
- }
3338
-
3339
- class UpdateTemplateCommand extends Command
3340
- .classBuilder()
3341
- .ep(commonParams)
3342
- .m(function (Command, cs, config, o) {
3343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3344
- })
3345
- .s("SimpleEmailService", "UpdateTemplate", {})
3346
- .n("SESClient", "UpdateTemplateCommand")
3347
- .sc(UpdateTemplate$)
3348
- .build() {
3349
- }
3350
-
3351
- class VerifyDomainDkimCommand extends Command
3352
- .classBuilder()
3353
- .ep(commonParams)
3354
- .m(function (Command, cs, config, o) {
3355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3356
- })
3357
- .s("SimpleEmailService", "VerifyDomainDkim", {})
3358
- .n("SESClient", "VerifyDomainDkimCommand")
3359
- .sc(VerifyDomainDkim$)
3360
- .build() {
3361
- }
3362
-
3363
- class VerifyDomainIdentityCommand extends Command
3364
- .classBuilder()
3365
- .ep(commonParams)
3366
- .m(function (Command, cs, config, o) {
3367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3368
- })
3369
- .s("SimpleEmailService", "VerifyDomainIdentity", {})
3370
- .n("SESClient", "VerifyDomainIdentityCommand")
3371
- .sc(VerifyDomainIdentity$)
3372
- .build() {
3373
- }
3374
-
3375
- class VerifyEmailAddressCommand extends Command
3376
- .classBuilder()
3377
- .ep(commonParams)
3378
- .m(function (Command, cs, config, o) {
3379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3380
- })
3381
- .s("SimpleEmailService", "VerifyEmailAddress", {})
3382
- .n("SESClient", "VerifyEmailAddressCommand")
3383
- .sc(VerifyEmailAddress$)
3384
- .build() {
3385
- }
3386
-
3387
- class VerifyEmailIdentityCommand extends Command
3388
- .classBuilder()
3389
- .ep(commonParams)
3390
- .m(function (Command, cs, config, o) {
3391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3392
- })
3393
- .s("SimpleEmailService", "VerifyEmailIdentity", {})
3394
- .n("SESClient", "VerifyEmailIdentityCommand")
3395
- .sc(VerifyEmailIdentity$)
3396
- .build() {
2548
+ const command = makeBuilder(commonParams, "SimpleEmailService", "SESClient", getEndpointPlugin);
2549
+ const _ep0 = {};
2550
+ const _mw0 = (Command, cs, config, o) => [];
2551
+
2552
+ class CloneReceiptRuleSetCommand extends command(_ep0, _mw0, "CloneReceiptRuleSet", CloneReceiptRuleSet$) {
2553
+ }
2554
+
2555
+ class CreateConfigurationSetCommand extends command(_ep0, _mw0, "CreateConfigurationSet", CreateConfigurationSet$) {
2556
+ }
2557
+
2558
+ class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
2559
+ }
2560
+
2561
+ class CreateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "CreateConfigurationSetTrackingOptions", CreateConfigurationSetTrackingOptions$) {
2562
+ }
2563
+
2564
+ class CreateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "CreateCustomVerificationEmailTemplate", CreateCustomVerificationEmailTemplate$) {
2565
+ }
2566
+
2567
+ class CreateReceiptFilterCommand extends command(_ep0, _mw0, "CreateReceiptFilter", CreateReceiptFilter$) {
2568
+ }
2569
+
2570
+ class CreateReceiptRuleCommand extends command(_ep0, _mw0, "CreateReceiptRule", CreateReceiptRule$) {
2571
+ }
2572
+
2573
+ class CreateReceiptRuleSetCommand extends command(_ep0, _mw0, "CreateReceiptRuleSet", CreateReceiptRuleSet$) {
2574
+ }
2575
+
2576
+ class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
2577
+ }
2578
+
2579
+ class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
2580
+ }
2581
+
2582
+ class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
2583
+ }
2584
+
2585
+ class DeleteConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "DeleteConfigurationSetTrackingOptions", DeleteConfigurationSetTrackingOptions$) {
2586
+ }
2587
+
2588
+ class DeleteCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "DeleteCustomVerificationEmailTemplate", DeleteCustomVerificationEmailTemplate$) {
2589
+ }
2590
+
2591
+ class DeleteIdentityCommand extends command(_ep0, _mw0, "DeleteIdentity", DeleteIdentity$) {
2592
+ }
2593
+
2594
+ class DeleteIdentityPolicyCommand extends command(_ep0, _mw0, "DeleteIdentityPolicy", DeleteIdentityPolicy$) {
2595
+ }
2596
+
2597
+ class DeleteReceiptFilterCommand extends command(_ep0, _mw0, "DeleteReceiptFilter", DeleteReceiptFilter$) {
2598
+ }
2599
+
2600
+ class DeleteReceiptRuleCommand extends command(_ep0, _mw0, "DeleteReceiptRule", DeleteReceiptRule$) {
2601
+ }
2602
+
2603
+ class DeleteReceiptRuleSetCommand extends command(_ep0, _mw0, "DeleteReceiptRuleSet", DeleteReceiptRuleSet$) {
2604
+ }
2605
+
2606
+ class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
2607
+ }
2608
+
2609
+ class DeleteVerifiedEmailAddressCommand extends command(_ep0, _mw0, "DeleteVerifiedEmailAddress", DeleteVerifiedEmailAddress$) {
2610
+ }
2611
+
2612
+ class DescribeActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeActiveReceiptRuleSet", DescribeActiveReceiptRuleSet$) {
2613
+ }
2614
+
2615
+ class DescribeConfigurationSetCommand extends command(_ep0, _mw0, "DescribeConfigurationSet", DescribeConfigurationSet$) {
2616
+ }
2617
+
2618
+ class DescribeReceiptRuleCommand extends command(_ep0, _mw0, "DescribeReceiptRule", DescribeReceiptRule$) {
2619
+ }
2620
+
2621
+ class DescribeReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeReceiptRuleSet", DescribeReceiptRuleSet$) {
2622
+ }
2623
+
2624
+ class GetAccountSendingEnabledCommand extends command(_ep0, _mw0, "GetAccountSendingEnabled", GetAccountSendingEnabled$) {
2625
+ }
2626
+
2627
+ class GetCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "GetCustomVerificationEmailTemplate", GetCustomVerificationEmailTemplate$) {
2628
+ }
2629
+
2630
+ class GetIdentityDkimAttributesCommand extends command(_ep0, _mw0, "GetIdentityDkimAttributes", GetIdentityDkimAttributes$) {
2631
+ }
2632
+
2633
+ class GetIdentityMailFromDomainAttributesCommand extends command(_ep0, _mw0, "GetIdentityMailFromDomainAttributes", GetIdentityMailFromDomainAttributes$) {
2634
+ }
2635
+
2636
+ class GetIdentityNotificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityNotificationAttributes", GetIdentityNotificationAttributes$) {
2637
+ }
2638
+
2639
+ class GetIdentityPoliciesCommand extends command(_ep0, _mw0, "GetIdentityPolicies", GetIdentityPolicies$) {
2640
+ }
2641
+
2642
+ class GetIdentityVerificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityVerificationAttributes", GetIdentityVerificationAttributes$) {
2643
+ }
2644
+
2645
+ class GetSendQuotaCommand extends command(_ep0, _mw0, "GetSendQuota", GetSendQuota$) {
2646
+ }
2647
+
2648
+ class GetSendStatisticsCommand extends command(_ep0, _mw0, "GetSendStatistics", GetSendStatistics$) {
2649
+ }
2650
+
2651
+ class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
2652
+ }
2653
+
2654
+ class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
2655
+ }
2656
+
2657
+ class ListCustomVerificationEmailTemplatesCommand extends command(_ep0, _mw0, "ListCustomVerificationEmailTemplates", ListCustomVerificationEmailTemplates$) {
2658
+ }
2659
+
2660
+ class ListIdentitiesCommand extends command(_ep0, _mw0, "ListIdentities", ListIdentities$) {
2661
+ }
2662
+
2663
+ class ListIdentityPoliciesCommand extends command(_ep0, _mw0, "ListIdentityPolicies", ListIdentityPolicies$) {
2664
+ }
2665
+
2666
+ class ListReceiptFiltersCommand extends command(_ep0, _mw0, "ListReceiptFilters", ListReceiptFilters$) {
2667
+ }
2668
+
2669
+ class ListReceiptRuleSetsCommand extends command(_ep0, _mw0, "ListReceiptRuleSets", ListReceiptRuleSets$) {
2670
+ }
2671
+
2672
+ class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
2673
+ }
2674
+
2675
+ class ListVerifiedEmailAddressesCommand extends command(_ep0, _mw0, "ListVerifiedEmailAddresses", ListVerifiedEmailAddresses$) {
2676
+ }
2677
+
2678
+ class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
2679
+ }
2680
+
2681
+ class PutIdentityPolicyCommand extends command(_ep0, _mw0, "PutIdentityPolicy", PutIdentityPolicy$) {
2682
+ }
2683
+
2684
+ class ReorderReceiptRuleSetCommand extends command(_ep0, _mw0, "ReorderReceiptRuleSet", ReorderReceiptRuleSet$) {
2685
+ }
2686
+
2687
+ class SendBounceCommand extends command(_ep0, _mw0, "SendBounce", SendBounce$) {
2688
+ }
2689
+
2690
+ class SendBulkTemplatedEmailCommand extends command(_ep0, _mw0, "SendBulkTemplatedEmail", SendBulkTemplatedEmail$) {
2691
+ }
2692
+
2693
+ class SendCustomVerificationEmailCommand extends command(_ep0, _mw0, "SendCustomVerificationEmail", SendCustomVerificationEmail$) {
2694
+ }
2695
+
2696
+ class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
2697
+ }
2698
+
2699
+ class SendRawEmailCommand extends command(_ep0, _mw0, "SendRawEmail", SendRawEmail$) {
2700
+ }
2701
+
2702
+ class SendTemplatedEmailCommand extends command(_ep0, _mw0, "SendTemplatedEmail", SendTemplatedEmail$) {
2703
+ }
2704
+
2705
+ class SetActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "SetActiveReceiptRuleSet", SetActiveReceiptRuleSet$) {
2706
+ }
2707
+
2708
+ class SetIdentityDkimEnabledCommand extends command(_ep0, _mw0, "SetIdentityDkimEnabled", SetIdentityDkimEnabled$) {
2709
+ }
2710
+
2711
+ class SetIdentityFeedbackForwardingEnabledCommand extends command(_ep0, _mw0, "SetIdentityFeedbackForwardingEnabled", SetIdentityFeedbackForwardingEnabled$) {
2712
+ }
2713
+
2714
+ class SetIdentityHeadersInNotificationsEnabledCommand extends command(_ep0, _mw0, "SetIdentityHeadersInNotificationsEnabled", SetIdentityHeadersInNotificationsEnabled$) {
2715
+ }
2716
+
2717
+ class SetIdentityMailFromDomainCommand extends command(_ep0, _mw0, "SetIdentityMailFromDomain", SetIdentityMailFromDomain$) {
2718
+ }
2719
+
2720
+ class SetIdentityNotificationTopicCommand extends command(_ep0, _mw0, "SetIdentityNotificationTopic", SetIdentityNotificationTopic$) {
2721
+ }
2722
+
2723
+ class SetReceiptRulePositionCommand extends command(_ep0, _mw0, "SetReceiptRulePosition", SetReceiptRulePosition$) {
2724
+ }
2725
+
2726
+ class TestRenderTemplateCommand extends command(_ep0, _mw0, "TestRenderTemplate", TestRenderTemplate$) {
2727
+ }
2728
+
2729
+ class UpdateAccountSendingEnabledCommand extends command(_ep0, _mw0, "UpdateAccountSendingEnabled", UpdateAccountSendingEnabled$) {
2730
+ }
2731
+
2732
+ class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
2733
+ }
2734
+
2735
+ class UpdateConfigurationSetReputationMetricsEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetReputationMetricsEnabled", UpdateConfigurationSetReputationMetricsEnabled$) {
2736
+ }
2737
+
2738
+ class UpdateConfigurationSetSendingEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetSendingEnabled", UpdateConfigurationSetSendingEnabled$) {
2739
+ }
2740
+
2741
+ class UpdateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "UpdateConfigurationSetTrackingOptions", UpdateConfigurationSetTrackingOptions$) {
2742
+ }
2743
+
2744
+ class UpdateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "UpdateCustomVerificationEmailTemplate", UpdateCustomVerificationEmailTemplate$) {
2745
+ }
2746
+
2747
+ class UpdateReceiptRuleCommand extends command(_ep0, _mw0, "UpdateReceiptRule", UpdateReceiptRule$) {
2748
+ }
2749
+
2750
+ class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
2751
+ }
2752
+
2753
+ class VerifyDomainDkimCommand extends command(_ep0, _mw0, "VerifyDomainDkim", VerifyDomainDkim$) {
2754
+ }
2755
+
2756
+ class VerifyDomainIdentityCommand extends command(_ep0, _mw0, "VerifyDomainIdentity", VerifyDomainIdentity$) {
2757
+ }
2758
+
2759
+ class VerifyEmailAddressCommand extends command(_ep0, _mw0, "VerifyEmailAddress", VerifyEmailAddress$) {
2760
+ }
2761
+
2762
+ class VerifyEmailIdentityCommand extends command(_ep0, _mw0, "VerifyEmailIdentity", VerifyEmailIdentity$) {
3397
2763
  }
3398
2764
 
3399
2765
  const paginateListCustomVerificationEmailTemplates = createPaginator(SESClient, ListCustomVerificationEmailTemplatesCommand, "NextToken", "NextToken", "MaxResults");