@aws-sdk/client-ses 3.414.0 → 3.418.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 (143) hide show
  1. package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +5 -0
  2. package/dist-cjs/commands/CreateConfigurationSetCommand.js +5 -0
  3. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +5 -0
  4. package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +5 -0
  5. package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +5 -0
  6. package/dist-cjs/commands/CreateReceiptFilterCommand.js +5 -0
  7. package/dist-cjs/commands/CreateReceiptRuleCommand.js +5 -0
  8. package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +5 -0
  9. package/dist-cjs/commands/CreateTemplateCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteIdentityCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteReceiptFilterCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteReceiptRuleCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteTemplateCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeConfigurationSetCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeReceiptRuleCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +5 -0
  25. package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +5 -0
  26. package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +5 -0
  27. package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +5 -0
  28. package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +5 -0
  29. package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +5 -0
  30. package/dist-cjs/commands/GetIdentityPoliciesCommand.js +5 -0
  31. package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +5 -0
  32. package/dist-cjs/commands/GetSendQuotaCommand.js +5 -0
  33. package/dist-cjs/commands/GetSendStatisticsCommand.js +5 -0
  34. package/dist-cjs/commands/GetTemplateCommand.js +5 -0
  35. package/dist-cjs/commands/ListConfigurationSetsCommand.js +5 -0
  36. package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +5 -0
  37. package/dist-cjs/commands/ListIdentitiesCommand.js +5 -0
  38. package/dist-cjs/commands/ListIdentityPoliciesCommand.js +5 -0
  39. package/dist-cjs/commands/ListReceiptFiltersCommand.js +5 -0
  40. package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +5 -0
  41. package/dist-cjs/commands/ListTemplatesCommand.js +5 -0
  42. package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +5 -0
  43. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +5 -0
  44. package/dist-cjs/commands/PutIdentityPolicyCommand.js +5 -0
  45. package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +5 -0
  46. package/dist-cjs/commands/SendBounceCommand.js +5 -0
  47. package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +5 -0
  48. package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +5 -0
  49. package/dist-cjs/commands/SendEmailCommand.js +5 -0
  50. package/dist-cjs/commands/SendRawEmailCommand.js +5 -0
  51. package/dist-cjs/commands/SendTemplatedEmailCommand.js +5 -0
  52. package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +5 -0
  53. package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +5 -0
  54. package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +5 -0
  55. package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +5 -0
  56. package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +5 -0
  57. package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +5 -0
  58. package/dist-cjs/commands/SetReceiptRulePositionCommand.js +5 -0
  59. package/dist-cjs/commands/TestRenderTemplateCommand.js +5 -0
  60. package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateReceiptRuleCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateTemplateCommand.js +5 -0
  68. package/dist-cjs/commands/VerifyDomainDkimCommand.js +5 -0
  69. package/dist-cjs/commands/VerifyDomainIdentityCommand.js +5 -0
  70. package/dist-cjs/commands/VerifyEmailAddressCommand.js +5 -0
  71. package/dist-cjs/commands/VerifyEmailIdentityCommand.js +5 -0
  72. package/dist-es/commands/CloneReceiptRuleSetCommand.js +5 -0
  73. package/dist-es/commands/CreateConfigurationSetCommand.js +5 -0
  74. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +5 -0
  75. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +5 -0
  76. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +5 -0
  77. package/dist-es/commands/CreateReceiptFilterCommand.js +5 -0
  78. package/dist-es/commands/CreateReceiptRuleCommand.js +5 -0
  79. package/dist-es/commands/CreateReceiptRuleSetCommand.js +5 -0
  80. package/dist-es/commands/CreateTemplateCommand.js +5 -0
  81. package/dist-es/commands/DeleteConfigurationSetCommand.js +5 -0
  82. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +5 -0
  83. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +5 -0
  84. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +5 -0
  85. package/dist-es/commands/DeleteIdentityCommand.js +5 -0
  86. package/dist-es/commands/DeleteIdentityPolicyCommand.js +5 -0
  87. package/dist-es/commands/DeleteReceiptFilterCommand.js +5 -0
  88. package/dist-es/commands/DeleteReceiptRuleCommand.js +5 -0
  89. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +5 -0
  90. package/dist-es/commands/DeleteTemplateCommand.js +5 -0
  91. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +5 -0
  92. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +5 -0
  93. package/dist-es/commands/DescribeConfigurationSetCommand.js +5 -0
  94. package/dist-es/commands/DescribeReceiptRuleCommand.js +5 -0
  95. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +5 -0
  96. package/dist-es/commands/GetAccountSendingEnabledCommand.js +5 -0
  97. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +5 -0
  98. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +5 -0
  99. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +5 -0
  100. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +5 -0
  101. package/dist-es/commands/GetIdentityPoliciesCommand.js +5 -0
  102. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +5 -0
  103. package/dist-es/commands/GetSendQuotaCommand.js +5 -0
  104. package/dist-es/commands/GetSendStatisticsCommand.js +5 -0
  105. package/dist-es/commands/GetTemplateCommand.js +5 -0
  106. package/dist-es/commands/ListConfigurationSetsCommand.js +5 -0
  107. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +5 -0
  108. package/dist-es/commands/ListIdentitiesCommand.js +5 -0
  109. package/dist-es/commands/ListIdentityPoliciesCommand.js +5 -0
  110. package/dist-es/commands/ListReceiptFiltersCommand.js +5 -0
  111. package/dist-es/commands/ListReceiptRuleSetsCommand.js +5 -0
  112. package/dist-es/commands/ListTemplatesCommand.js +5 -0
  113. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +5 -0
  114. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +5 -0
  115. package/dist-es/commands/PutIdentityPolicyCommand.js +5 -0
  116. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +5 -0
  117. package/dist-es/commands/SendBounceCommand.js +5 -0
  118. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +5 -0
  119. package/dist-es/commands/SendCustomVerificationEmailCommand.js +5 -0
  120. package/dist-es/commands/SendEmailCommand.js +5 -0
  121. package/dist-es/commands/SendRawEmailCommand.js +5 -0
  122. package/dist-es/commands/SendTemplatedEmailCommand.js +5 -0
  123. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +5 -0
  124. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +5 -0
  125. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +5 -0
  126. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +5 -0
  127. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +5 -0
  128. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +5 -0
  129. package/dist-es/commands/SetReceiptRulePositionCommand.js +5 -0
  130. package/dist-es/commands/TestRenderTemplateCommand.js +5 -0
  131. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +5 -0
  132. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +5 -0
  133. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +5 -0
  134. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +5 -0
  135. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +5 -0
  136. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +5 -0
  137. package/dist-es/commands/UpdateReceiptRuleCommand.js +5 -0
  138. package/dist-es/commands/UpdateTemplateCommand.js +5 -0
  139. package/dist-es/commands/VerifyDomainDkimCommand.js +5 -0
  140. package/dist-es/commands/VerifyDomainIdentityCommand.js +5 -0
  141. package/dist-es/commands/VerifyEmailAddressCommand.js +5 -0
  142. package/dist-es/commands/VerifyEmailIdentityCommand.js +5 -0
  143. package/package.json +32 -32
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CloneReceiptRuleSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CloneReceiptRuleSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CloneReceiptRuleSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateConfigurationSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConfigurationSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateConfigurationSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateConfigurationSetEventDestination",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConfigurationSetTrackingOptionsCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateConfigurationSetTrackingOptions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCustomVerificationEmailTemplateCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateCustomVerificationEmailTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateReceiptFilterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateReceiptFilterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateReceiptFilter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateReceiptRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateReceiptRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateReceiptRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateReceiptRuleSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateReceiptRuleSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateReceiptRuleSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateTemplateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "CreateTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteConfigurationSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConfigurationSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteConfigurationSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteConfigurationSetEventDestination",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConfigurationSetTrackingOptionsCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteConfigurationSetTrackingOptions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCustomVerificationEmailTemplateCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteCustomVerificationEmailTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIdentityCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteIdentity",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteIdentityPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIdentityPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteIdentityPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteReceiptFilterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteReceiptFilterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteReceiptFilter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteReceiptRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteReceiptRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteReceiptRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteReceiptRuleSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteReceiptRuleSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteReceiptRuleSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteTemplateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteVerifiedEmailAddressCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVerifiedEmailAddressCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DeleteVerifiedEmailAddress",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeActiveReceiptRuleSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeActiveReceiptRuleSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DescribeActiveReceiptRuleSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeConfigurationSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeConfigurationSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DescribeConfigurationSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeReceiptRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeReceiptRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DescribeReceiptRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeReceiptRuleSetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeReceiptRuleSetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "DescribeReceiptRuleSet",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetAccountSendingEnabledCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAccountSendingEnabledCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetAccountSendingEnabled",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCustomVerificationEmailTemplateCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetCustomVerificationEmailTemplate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetIdentityDkimAttributesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityDkimAttributesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetIdentityDkimAttributes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetIdentityMailFromDomainAttributesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityMailFromDomainAttributesCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetIdentityMailFromDomainAttributes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetIdentityNotificationAttributesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityNotificationAttributesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetIdentityNotificationAttributes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetIdentityPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetIdentityPolicies",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetIdentityVerificationAttributesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityVerificationAttributesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetIdentityVerificationAttributes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class GetSendQuotaCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetSendQuotaCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SimpleEmailService",
38
+ operation: "GetSendQuota",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);