@aws-sdk/client-ses 3.1087.0 → 3.1089.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SES.d.ts +219 -345
  3. package/dist-types/ts3.4/SESClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  32. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  40. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  49. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  56. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  77. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  82. package/dist-types/ts3.4/models/errors.d.ts +33 -150
  83. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  91. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteIdentityPolicyRequest,
4
- DeleteIdentityPolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteIdentityPolicyCommandInput
8
- extends DeleteIdentityPolicyRequest {}
4
+ export interface DeleteIdentityPolicyCommandInput extends DeleteIdentityPolicyRequest {}
9
5
  export interface DeleteIdentityPolicyCommandOutput
10
- extends DeleteIdentityPolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteIdentityPolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteIdentityPolicyCommand_base: {
13
8
  new (
14
- input: DeleteIdentityPolicyCommandInput
9
+ input: DeleteIdentityPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteIdentityPolicyCommandInput,
17
12
  DeleteIdentityPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteIdentityPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteIdentityPolicyCommandInput
18
+ input: DeleteIdentityPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteIdentityPolicyCommandInput,
26
21
  DeleteIdentityPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteReceiptFilterRequest,
4
- DeleteReceiptFilterResponse,
5
- } from "../models/models_0";
2
+ import { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteReceiptFilterCommandInput
8
- extends DeleteReceiptFilterRequest {}
4
+ export interface DeleteReceiptFilterCommandInput extends DeleteReceiptFilterRequest {}
9
5
  export interface DeleteReceiptFilterCommandOutput
10
- extends DeleteReceiptFilterResponse,
11
- __MetadataBearer {}
6
+ extends DeleteReceiptFilterResponse, __MetadataBearer {}
12
7
  declare const DeleteReceiptFilterCommand_base: {
13
8
  new (
14
- input: DeleteReceiptFilterCommandInput
9
+ input: DeleteReceiptFilterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteReceiptFilterCommandInput,
17
12
  DeleteReceiptFilterCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteReceiptFilterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteReceiptFilterCommandInput
18
+ input: DeleteReceiptFilterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteReceiptFilterCommandInput,
26
21
  DeleteReceiptFilterCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteReceiptRuleRequest,
4
- DeleteReceiptRuleResponse,
5
- } from "../models/models_0";
2
+ import { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteReceiptRuleCommandInput
8
- extends DeleteReceiptRuleRequest {}
4
+ export interface DeleteReceiptRuleCommandInput extends DeleteReceiptRuleRequest {}
9
5
  export interface DeleteReceiptRuleCommandOutput
10
- extends DeleteReceiptRuleResponse,
11
- __MetadataBearer {}
6
+ extends DeleteReceiptRuleResponse, __MetadataBearer {}
12
7
  declare const DeleteReceiptRuleCommand_base: {
13
8
  new (
14
- input: DeleteReceiptRuleCommandInput
9
+ input: DeleteReceiptRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteReceiptRuleCommandInput,
17
12
  DeleteReceiptRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteReceiptRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteReceiptRuleCommandInput
18
+ input: DeleteReceiptRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteReceiptRuleCommandInput,
26
21
  DeleteReceiptRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteReceiptRuleSetRequest,
4
- DeleteReceiptRuleSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteReceiptRuleSetCommandInput
8
- extends DeleteReceiptRuleSetRequest {}
4
+ export interface DeleteReceiptRuleSetCommandInput extends DeleteReceiptRuleSetRequest {}
9
5
  export interface DeleteReceiptRuleSetCommandOutput
10
- extends DeleteReceiptRuleSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteReceiptRuleSetResponse, __MetadataBearer {}
12
7
  declare const DeleteReceiptRuleSetCommand_base: {
13
8
  new (
14
- input: DeleteReceiptRuleSetCommandInput
9
+ input: DeleteReceiptRuleSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteReceiptRuleSetCommandInput,
17
12
  DeleteReceiptRuleSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteReceiptRuleSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteReceiptRuleSetCommandInput
18
+ input: DeleteReceiptRuleSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteReceiptRuleSetCommandInput,
26
21
  DeleteReceiptRuleSetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteTemplateRequest,
4
- DeleteTemplateResponse,
5
- } from "../models/models_0";
2
+ import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
8
- export interface DeleteTemplateCommandOutput
9
- extends DeleteTemplateResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {}
11
6
  declare const DeleteTemplateCommand_base: {
12
7
  new (
13
- input: DeleteTemplateCommandInput
8
+ input: DeleteTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteTemplateCommandInput,
16
11
  DeleteTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteTemplateCommandInput
17
+ input: DeleteTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteTemplateCommandInput,
25
20
  DeleteTemplateCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVerifiedEmailAddressRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVerifiedEmailAddressCommandInput
5
- extends DeleteVerifiedEmailAddressRequest {}
6
- export interface DeleteVerifiedEmailAddressCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVerifiedEmailAddressCommandInput extends DeleteVerifiedEmailAddressRequest {}
5
+ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVerifiedEmailAddressCommand_base: {
9
7
  new (
10
- input: DeleteVerifiedEmailAddressCommandInput
8
+ input: DeleteVerifiedEmailAddressCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVerifiedEmailAddressCommandInput,
13
11
  DeleteVerifiedEmailAddressCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVerifiedEmailAddressCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVerifiedEmailAddressCommandInput
17
+ input: DeleteVerifiedEmailAddressCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVerifiedEmailAddressCommandInput,
22
20
  DeleteVerifiedEmailAddressCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeActiveReceiptRuleSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeActiveReceiptRuleSetCommandInput
8
- extends DescribeActiveReceiptRuleSetRequest {}
7
+ export interface DescribeActiveReceiptRuleSetCommandInput extends DescribeActiveReceiptRuleSetRequest {}
9
8
  export interface DescribeActiveReceiptRuleSetCommandOutput
10
- extends DescribeActiveReceiptRuleSetResponse,
11
- __MetadataBearer {}
9
+ extends DescribeActiveReceiptRuleSetResponse, __MetadataBearer {}
12
10
  declare const DescribeActiveReceiptRuleSetCommand_base: {
13
11
  new (
14
- input: DescribeActiveReceiptRuleSetCommandInput
12
+ input: DescribeActiveReceiptRuleSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeActiveReceiptRuleSetCommandInput,
17
15
  DescribeActiveReceiptRuleSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeConfigurationSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeConfigurationSetCommandInput
8
- extends DescribeConfigurationSetRequest {}
7
+ export interface DescribeConfigurationSetCommandInput extends DescribeConfigurationSetRequest {}
9
8
  export interface DescribeConfigurationSetCommandOutput
10
- extends DescribeConfigurationSetResponse,
11
- __MetadataBearer {}
9
+ extends DescribeConfigurationSetResponse, __MetadataBearer {}
12
10
  declare const DescribeConfigurationSetCommand_base: {
13
11
  new (
14
- input: DescribeConfigurationSetCommandInput
12
+ input: DescribeConfigurationSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeConfigurationSetCommandInput,
17
15
  DescribeConfigurationSetCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeConfigurationSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeConfigurationSetCommandInput
21
+ input: DescribeConfigurationSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeConfigurationSetCommandInput,
26
24
  DescribeConfigurationSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeReceiptRuleRequest,
4
- DescribeReceiptRuleResponse,
5
- } from "../models/models_0";
2
+ import { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeReceiptRuleCommandInput
8
- extends DescribeReceiptRuleRequest {}
4
+ export interface DescribeReceiptRuleCommandInput extends DescribeReceiptRuleRequest {}
9
5
  export interface DescribeReceiptRuleCommandOutput
10
- extends DescribeReceiptRuleResponse,
11
- __MetadataBearer {}
6
+ extends DescribeReceiptRuleResponse, __MetadataBearer {}
12
7
  declare const DescribeReceiptRuleCommand_base: {
13
8
  new (
14
- input: DescribeReceiptRuleCommandInput
9
+ input: DescribeReceiptRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeReceiptRuleCommandInput,
17
12
  DescribeReceiptRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeReceiptRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeReceiptRuleCommandInput
18
+ input: DescribeReceiptRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeReceiptRuleCommandInput,
26
21
  DescribeReceiptRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeReceiptRuleSetRequest,
4
- DescribeReceiptRuleSetResponse,
5
- } from "../models/models_0";
2
+ import { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeReceiptRuleSetCommandInput
8
- extends DescribeReceiptRuleSetRequest {}
4
+ export interface DescribeReceiptRuleSetCommandInput extends DescribeReceiptRuleSetRequest {}
9
5
  export interface DescribeReceiptRuleSetCommandOutput
10
- extends DescribeReceiptRuleSetResponse,
11
- __MetadataBearer {}
6
+ extends DescribeReceiptRuleSetResponse, __MetadataBearer {}
12
7
  declare const DescribeReceiptRuleSetCommand_base: {
13
8
  new (
14
- input: DescribeReceiptRuleSetCommandInput
9
+ input: DescribeReceiptRuleSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeReceiptRuleSetCommandInput,
17
12
  DescribeReceiptRuleSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeReceiptRuleSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeReceiptRuleSetCommandInput
18
+ input: DescribeReceiptRuleSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeReceiptRuleSetCommandInput,
26
21
  DescribeReceiptRuleSetCommandOutput,
@@ -3,11 +3,10 @@ import { GetAccountSendingEnabledResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAccountSendingEnabledCommandInput {}
5
5
  export interface GetAccountSendingEnabledCommandOutput
6
- extends GetAccountSendingEnabledResponse,
7
- __MetadataBearer {}
6
+ extends GetAccountSendingEnabledResponse, __MetadataBearer {}
8
7
  declare const GetAccountSendingEnabledCommand_base: {
9
8
  new (
10
- input: GetAccountSendingEnabledCommandInput
9
+ input: GetAccountSendingEnabledCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  GetAccountSendingEnabledCommandInput,
13
12
  GetAccountSendingEnabledCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetCustomVerificationEmailTemplateResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetCustomVerificationEmailTemplateCommandInput
8
- extends GetCustomVerificationEmailTemplateRequest {}
7
+ export interface GetCustomVerificationEmailTemplateCommandInput extends GetCustomVerificationEmailTemplateRequest {}
9
8
  export interface GetCustomVerificationEmailTemplateCommandOutput
10
- extends GetCustomVerificationEmailTemplateResponse,
11
- __MetadataBearer {}
9
+ extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {}
12
10
  declare const GetCustomVerificationEmailTemplateCommand_base: {
13
11
  new (
14
- input: GetCustomVerificationEmailTemplateCommandInput
12
+ input: GetCustomVerificationEmailTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetCustomVerificationEmailTemplateCommandInput,
17
15
  GetCustomVerificationEmailTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetCustomVerificationEmailTemplateCommandInput
21
+ input: GetCustomVerificationEmailTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetCustomVerificationEmailTemplateCommandInput,
26
24
  GetCustomVerificationEmailTemplateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIdentityDkimAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIdentityDkimAttributesCommandInput
8
- extends GetIdentityDkimAttributesRequest {}
7
+ export interface GetIdentityDkimAttributesCommandInput extends GetIdentityDkimAttributesRequest {}
9
8
  export interface GetIdentityDkimAttributesCommandOutput
10
- extends GetIdentityDkimAttributesResponse,
11
- __MetadataBearer {}
9
+ extends GetIdentityDkimAttributesResponse, __MetadataBearer {}
12
10
  declare const GetIdentityDkimAttributesCommand_base: {
13
11
  new (
14
- input: GetIdentityDkimAttributesCommandInput
12
+ input: GetIdentityDkimAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIdentityDkimAttributesCommandInput,
17
15
  GetIdentityDkimAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIdentityDkimAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIdentityDkimAttributesCommandInput
21
+ input: GetIdentityDkimAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIdentityDkimAttributesCommandInput,
26
24
  GetIdentityDkimAttributesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIdentityMailFromDomainAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIdentityMailFromDomainAttributesCommandInput
8
- extends GetIdentityMailFromDomainAttributesRequest {}
7
+ export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIdentityMailFromDomainAttributesRequest {}
9
8
  export interface GetIdentityMailFromDomainAttributesCommandOutput
10
- extends GetIdentityMailFromDomainAttributesResponse,
11
- __MetadataBearer {}
9
+ extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {}
12
10
  declare const GetIdentityMailFromDomainAttributesCommand_base: {
13
11
  new (
14
- input: GetIdentityMailFromDomainAttributesCommandInput
12
+ input: GetIdentityMailFromDomainAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIdentityMailFromDomainAttributesCommandInput,
17
15
  GetIdentityMailFromDomainAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIdentityMailFromDomainAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIdentityMailFromDomainAttributesCommandInput
21
+ input: GetIdentityMailFromDomainAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIdentityMailFromDomainAttributesCommandInput,
26
24
  GetIdentityMailFromDomainAttributesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIdentityNotificationAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIdentityNotificationAttributesCommandInput
8
- extends GetIdentityNotificationAttributesRequest {}
7
+ export interface GetIdentityNotificationAttributesCommandInput extends GetIdentityNotificationAttributesRequest {}
9
8
  export interface GetIdentityNotificationAttributesCommandOutput
10
- extends GetIdentityNotificationAttributesResponse,
11
- __MetadataBearer {}
9
+ extends GetIdentityNotificationAttributesResponse, __MetadataBearer {}
12
10
  declare const GetIdentityNotificationAttributesCommand_base: {
13
11
  new (
14
- input: GetIdentityNotificationAttributesCommandInput
12
+ input: GetIdentityNotificationAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIdentityNotificationAttributesCommandInput,
17
15
  GetIdentityNotificationAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIdentityNotificationAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIdentityNotificationAttributesCommandInput
21
+ input: GetIdentityNotificationAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIdentityNotificationAttributesCommandInput,
26
24
  GetIdentityNotificationAttributesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetIdentityPoliciesRequest,
4
- GetIdentityPoliciesResponse,
5
- } from "../models/models_0";
2
+ import { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetIdentityPoliciesCommandInput
8
- extends GetIdentityPoliciesRequest {}
4
+ export interface GetIdentityPoliciesCommandInput extends GetIdentityPoliciesRequest {}
9
5
  export interface GetIdentityPoliciesCommandOutput
10
- extends GetIdentityPoliciesResponse,
11
- __MetadataBearer {}
6
+ extends GetIdentityPoliciesResponse, __MetadataBearer {}
12
7
  declare const GetIdentityPoliciesCommand_base: {
13
8
  new (
14
- input: GetIdentityPoliciesCommandInput
9
+ input: GetIdentityPoliciesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetIdentityPoliciesCommandInput,
17
12
  GetIdentityPoliciesCommandOutput,
@@ -20,7 +15,7 @@ declare const GetIdentityPoliciesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetIdentityPoliciesCommandInput
18
+ input: GetIdentityPoliciesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetIdentityPoliciesCommandInput,
26
21
  GetIdentityPoliciesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIdentityVerificationAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIdentityVerificationAttributesCommandInput
8
- extends GetIdentityVerificationAttributesRequest {}
7
+ export interface GetIdentityVerificationAttributesCommandInput extends GetIdentityVerificationAttributesRequest {}
9
8
  export interface GetIdentityVerificationAttributesCommandOutput
10
- extends GetIdentityVerificationAttributesResponse,
11
- __MetadataBearer {}
9
+ extends GetIdentityVerificationAttributesResponse, __MetadataBearer {}
12
10
  declare const GetIdentityVerificationAttributesCommand_base: {
13
11
  new (
14
- input: GetIdentityVerificationAttributesCommandInput
12
+ input: GetIdentityVerificationAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIdentityVerificationAttributesCommandInput,
17
15
  GetIdentityVerificationAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIdentityVerificationAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIdentityVerificationAttributesCommandInput
21
+ input: GetIdentityVerificationAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIdentityVerificationAttributesCommandInput,
26
24
  GetIdentityVerificationAttributesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetSendQuotaResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSendQuotaCommandInput {}
5
- export interface GetSendQuotaCommandOutput
6
- extends GetSendQuotaResponse,
7
- __MetadataBearer {}
5
+ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __MetadataBearer {}
8
6
  declare const GetSendQuotaCommand_base: {
9
7
  new (
10
- input: GetSendQuotaCommandInput
8
+ input: GetSendQuotaCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetSendQuotaCommandInput,
13
11
  GetSendQuotaCommandOutput,
@@ -3,11 +3,10 @@ import { GetSendStatisticsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSendStatisticsCommandInput {}
5
5
  export interface GetSendStatisticsCommandOutput
6
- extends GetSendStatisticsResponse,
7
- __MetadataBearer {}
6
+ extends GetSendStatisticsResponse, __MetadataBearer {}
8
7
  declare const GetSendStatisticsCommand_base: {
9
8
  new (
10
- input: GetSendStatisticsCommandInput
9
+ input: GetSendStatisticsCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  GetSendStatisticsCommandInput,
13
12
  GetSendStatisticsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetTemplateCommandInput extends GetTemplateRequest {}
5
- export interface GetTemplateCommandOutput
6
- extends GetTemplateResponse,
7
- __MetadataBearer {}
5
+ export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {}
8
6
  declare const GetTemplateCommand_base: {
9
7
  new (
10
- input: GetTemplateCommandInput
8
+ input: GetTemplateCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetTemplateCommandInput,
13
11
  GetTemplateCommandOutput,
@@ -16,7 +14,7 @@ declare const GetTemplateCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetTemplateCommandInput
17
+ input: GetTemplateCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetTemplateCommandInput,
22
20
  GetTemplateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListConfigurationSetsRequest,
4
- ListConfigurationSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListConfigurationSetsCommandInput
8
- extends ListConfigurationSetsRequest {}
4
+ export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {}
9
5
  export interface ListConfigurationSetsCommandOutput
10
- extends ListConfigurationSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListConfigurationSetsResponse, __MetadataBearer {}
12
7
  declare const ListConfigurationSetsCommand_base: {
13
8
  new (
14
- input: ListConfigurationSetsCommandInput
9
+ input: ListConfigurationSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListConfigurationSetsCommandInput,
17
12
  ListConfigurationSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListCustomVerificationEmailTemplatesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListCustomVerificationEmailTemplatesCommandInput
8
- extends ListCustomVerificationEmailTemplatesRequest {}
7
+ export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {}
9
8
  export interface ListCustomVerificationEmailTemplatesCommandOutput
10
- extends ListCustomVerificationEmailTemplatesResponse,
11
- __MetadataBearer {}
9
+ extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {}
12
10
  declare const ListCustomVerificationEmailTemplatesCommand_base: {
13
11
  new (
14
- input: ListCustomVerificationEmailTemplatesCommandInput
12
+ input: ListCustomVerificationEmailTemplatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListCustomVerificationEmailTemplatesCommandInput,
17
15
  ListCustomVerificationEmailTemplatesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListIdentitiesRequest,
4
- ListIdentitiesResponse,
5
- } from "../models/models_0";
2
+ import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {}
8
- export interface ListIdentitiesCommandOutput
9
- extends ListIdentitiesResponse,
10
- __MetadataBearer {}
5
+ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {}
11
6
  declare const ListIdentitiesCommand_base: {
12
7
  new (
13
- input: ListIdentitiesCommandInput
8
+ input: ListIdentitiesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListIdentitiesCommandInput,
16
11
  ListIdentitiesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListIdentityPoliciesRequest,
4
- ListIdentityPoliciesResponse,
5
- } from "../models/models_0";
2
+ import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListIdentityPoliciesCommandInput
8
- extends ListIdentityPoliciesRequest {}
4
+ export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRequest {}
9
5
  export interface ListIdentityPoliciesCommandOutput
10
- extends ListIdentityPoliciesResponse,
11
- __MetadataBearer {}
6
+ extends ListIdentityPoliciesResponse, __MetadataBearer {}
12
7
  declare const ListIdentityPoliciesCommand_base: {
13
8
  new (
14
- input: ListIdentityPoliciesCommandInput
9
+ input: ListIdentityPoliciesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListIdentityPoliciesCommandInput,
17
12
  ListIdentityPoliciesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListIdentityPoliciesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListIdentityPoliciesCommandInput
18
+ input: ListIdentityPoliciesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListIdentityPoliciesCommandInput,
26
21
  ListIdentityPoliciesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListReceiptFiltersRequest,
4
- ListReceiptFiltersResponse,
5
- } from "../models/models_0";
2
+ import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListReceiptFiltersCommandInput
8
- extends ListReceiptFiltersRequest {}
4
+ export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersRequest {}
9
5
  export interface ListReceiptFiltersCommandOutput
10
- extends ListReceiptFiltersResponse,
11
- __MetadataBearer {}
6
+ extends ListReceiptFiltersResponse, __MetadataBearer {}
12
7
  declare const ListReceiptFiltersCommand_base: {
13
8
  new (
14
- input: ListReceiptFiltersCommandInput
9
+ input: ListReceiptFiltersCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListReceiptFiltersCommandInput,
17
12
  ListReceiptFiltersCommandOutput,