@aws-sdk/client-ses 3.1077.0 → 3.1079.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
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ReorderReceiptRuleSetRequest,
5
4
  ReorderReceiptRuleSetResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ReorderReceiptRuleSetCommandInput
15
8
  extends ReorderReceiptRuleSetRequest {}
16
9
  export interface ReorderReceiptRuleSetCommandOutput
@@ -22,22 +15,20 @@ declare const ReorderReceiptRuleSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ReorderReceiptRuleSetCommandInput,
24
17
  ReorderReceiptRuleSetCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ReorderReceiptRuleSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ReorderReceiptRuleSetCommandInput,
33
26
  ReorderReceiptRuleSetCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ReorderReceiptRuleSetCommand extends ReorderReceiptRuleSetCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { SendBounceRequest, SendBounceResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SESClientResolvedConfig,
8
- } from "../SESClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SendBounceCommandInput extends SendBounceRequest {}
12
5
  export interface SendBounceCommandOutput
13
6
  extends SendBounceResponse,
@@ -18,22 +11,20 @@ declare const SendBounceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  SendBounceCommandInput,
20
13
  SendBounceCommandOutput,
21
- SESClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SESClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: SendBounceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  SendBounceCommandInput,
29
22
  SendBounceCommandOutput,
30
- SESClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SESClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class SendBounceCommand extends SendBounceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendBulkTemplatedEmailRequest,
5
4
  SendBulkTemplatedEmailResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendBulkTemplatedEmailCommandInput
15
8
  extends SendBulkTemplatedEmailRequest {}
16
9
  export interface SendBulkTemplatedEmailCommandOutput
@@ -22,22 +15,20 @@ declare const SendBulkTemplatedEmailCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SendBulkTemplatedEmailCommandInput,
24
17
  SendBulkTemplatedEmailCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SendBulkTemplatedEmailCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SendBulkTemplatedEmailCommandInput,
33
26
  SendBulkTemplatedEmailCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SendBulkTemplatedEmailCommand extends SendBulkTemplatedEmailCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendCustomVerificationEmailRequest,
5
4
  SendCustomVerificationEmailResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendCustomVerificationEmailCommandInput
15
8
  extends SendCustomVerificationEmailRequest {}
16
9
  export interface SendCustomVerificationEmailCommandOutput
@@ -22,22 +15,20 @@ declare const SendCustomVerificationEmailCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SendCustomVerificationEmailCommandInput,
24
17
  SendCustomVerificationEmailCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SendCustomVerificationEmailCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SendCustomVerificationEmailCommandInput,
33
26
  SendCustomVerificationEmailCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SendCustomVerificationEmailCommand extends SendCustomVerificationEmailCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SESClientResolvedConfig,
8
- } from "../SESClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SendEmailCommandInput extends SendEmailRequest {}
12
5
  export interface SendEmailCommandOutput
13
6
  extends SendEmailResponse,
@@ -16,20 +9,18 @@ declare const SendEmailCommand_base: {
16
9
  new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  SendEmailCommandInput,
18
11
  SendEmailCommandOutput,
19
- SESClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SESClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  SendEmailCommandInput,
25
18
  SendEmailCommandOutput,
26
- SESClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").SESClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class SendEmailCommand extends SendEmailCommand_base {
35
26
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SESClientResolvedConfig,
8
- } from "../SESClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SendRawEmailCommandInput extends SendRawEmailRequest {}
12
5
  export interface SendRawEmailCommandOutput
13
6
  extends SendRawEmailResponse,
@@ -18,22 +11,20 @@ declare const SendRawEmailCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  SendRawEmailCommandInput,
20
13
  SendRawEmailCommandOutput,
21
- SESClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SESClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: SendRawEmailCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  SendRawEmailCommandInput,
29
22
  SendRawEmailCommandOutput,
30
- SESClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SESClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class SendRawEmailCommand extends SendRawEmailCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendTemplatedEmailRequest,
5
4
  SendTemplatedEmailResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendTemplatedEmailCommandInput
15
8
  extends SendTemplatedEmailRequest {}
16
9
  export interface SendTemplatedEmailCommandOutput
@@ -22,22 +15,20 @@ declare const SendTemplatedEmailCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SendTemplatedEmailCommandInput,
24
17
  SendTemplatedEmailCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SendTemplatedEmailCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SendTemplatedEmailCommandInput,
33
26
  SendTemplatedEmailCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SendTemplatedEmailCommand extends SendTemplatedEmailCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetActiveReceiptRuleSetRequest,
5
4
  SetActiveReceiptRuleSetResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetActiveReceiptRuleSetCommandInput
15
8
  extends SetActiveReceiptRuleSetRequest {}
16
9
  export interface SetActiveReceiptRuleSetCommandOutput
@@ -22,22 +15,20 @@ declare const SetActiveReceiptRuleSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetActiveReceiptRuleSetCommandInput,
24
17
  SetActiveReceiptRuleSetCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [SetActiveReceiptRuleSetCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetActiveReceiptRuleSetCommandInput,
33
26
  SetActiveReceiptRuleSetCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetActiveReceiptRuleSetCommand extends SetActiveReceiptRuleSetCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetIdentityDkimEnabledRequest,
5
4
  SetIdentityDkimEnabledResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetIdentityDkimEnabledCommandInput
15
8
  extends SetIdentityDkimEnabledRequest {}
16
9
  export interface SetIdentityDkimEnabledCommandOutput
@@ -22,22 +15,20 @@ declare const SetIdentityDkimEnabledCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetIdentityDkimEnabledCommandInput,
24
17
  SetIdentityDkimEnabledCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetIdentityDkimEnabledCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetIdentityDkimEnabledCommandInput,
33
26
  SetIdentityDkimEnabledCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetIdentityDkimEnabledCommand extends SetIdentityDkimEnabledCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetIdentityFeedbackForwardingEnabledRequest,
5
4
  SetIdentityFeedbackForwardingEnabledResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetIdentityFeedbackForwardingEnabledCommandInput
15
8
  extends SetIdentityFeedbackForwardingEnabledRequest {}
16
9
  export interface SetIdentityFeedbackForwardingEnabledCommandOutput
@@ -22,22 +15,20 @@ declare const SetIdentityFeedbackForwardingEnabledCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetIdentityFeedbackForwardingEnabledCommandInput,
24
17
  SetIdentityFeedbackForwardingEnabledCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetIdentityFeedbackForwardingEnabledCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetIdentityFeedbackForwardingEnabledCommandInput,
33
26
  SetIdentityFeedbackForwardingEnabledCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetIdentityFeedbackForwardingEnabledCommand extends SetIdentityFeedbackForwardingEnabledCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetIdentityHeadersInNotificationsEnabledRequest,
5
4
  SetIdentityHeadersInNotificationsEnabledResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetIdentityHeadersInNotificationsEnabledCommandInput
15
8
  extends SetIdentityHeadersInNotificationsEnabledRequest {}
16
9
  export interface SetIdentityHeadersInNotificationsEnabledCommandOutput
@@ -22,22 +15,20 @@ declare const SetIdentityHeadersInNotificationsEnabledCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetIdentityHeadersInNotificationsEnabledCommandInput,
24
17
  SetIdentityHeadersInNotificationsEnabledCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetIdentityHeadersInNotificationsEnabledCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetIdentityHeadersInNotificationsEnabledCommandInput,
33
26
  SetIdentityHeadersInNotificationsEnabledCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetIdentityHeadersInNotificationsEnabledCommand extends SetIdentityHeadersInNotificationsEnabledCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetIdentityMailFromDomainRequest,
5
4
  SetIdentityMailFromDomainResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetIdentityMailFromDomainCommandInput
15
8
  extends SetIdentityMailFromDomainRequest {}
16
9
  export interface SetIdentityMailFromDomainCommandOutput
@@ -22,22 +15,20 @@ declare const SetIdentityMailFromDomainCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetIdentityMailFromDomainCommandInput,
24
17
  SetIdentityMailFromDomainCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetIdentityMailFromDomainCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetIdentityMailFromDomainCommandInput,
33
26
  SetIdentityMailFromDomainCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetIdentityMailFromDomainCommand extends SetIdentityMailFromDomainCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetIdentityNotificationTopicRequest,
5
4
  SetIdentityNotificationTopicResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetIdentityNotificationTopicCommandInput
15
8
  extends SetIdentityNotificationTopicRequest {}
16
9
  export interface SetIdentityNotificationTopicCommandOutput
@@ -22,22 +15,20 @@ declare const SetIdentityNotificationTopicCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetIdentityNotificationTopicCommandInput,
24
17
  SetIdentityNotificationTopicCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetIdentityNotificationTopicCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetIdentityNotificationTopicCommandInput,
33
26
  SetIdentityNotificationTopicCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetIdentityNotificationTopicCommand extends SetIdentityNotificationTopicCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SetReceiptRulePositionRequest,
5
4
  SetReceiptRulePositionResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SESClientResolvedConfig,
11
- } from "../SESClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetReceiptRulePositionCommandInput
15
8
  extends SetReceiptRulePositionRequest {}
16
9
  export interface SetReceiptRulePositionCommandOutput
@@ -22,22 +15,20 @@ declare const SetReceiptRulePositionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetReceiptRulePositionCommandInput,
24
17
  SetReceiptRulePositionCommandOutput,
25
- SESClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SESClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetReceiptRulePositionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetReceiptRulePositionCommandInput,
33
26
  SetReceiptRulePositionCommandOutput,
34
- SESClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SESClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetReceiptRulePositionCommand extends SetReceiptRulePositionCommand_base {
43
34
  protected static __types: {