@aws-sdk/client-ses 3.168.0 → 3.170.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 (92) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SES.d.ts +1396 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +554 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/SESServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2151 -1868
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  82. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -215
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +13 -7
  92. package/package.json +35 -35
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteConfigurationSetTrackingOptionsRequest, DeleteConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteConfigurationSetTrackingOptionsCommandInput extends DeleteConfigurationSetTrackingOptionsRequest {
6
- }
7
- export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends DeleteConfigurationSetTrackingOptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteConfigurationSetTrackingOptionsCommandInput;
12
- constructor(input: DeleteConfigurationSetTrackingOptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteConfigurationSetTrackingOptionsRequest,
10
+ DeleteConfigurationSetTrackingOptionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteConfigurationSetTrackingOptionsCommandInput
18
+ extends DeleteConfigurationSetTrackingOptionsRequest {}
19
+ export interface DeleteConfigurationSetTrackingOptionsCommandOutput
20
+ extends DeleteConfigurationSetTrackingOptionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<
24
+ DeleteConfigurationSetTrackingOptionsCommandInput,
25
+ DeleteConfigurationSetTrackingOptionsCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteConfigurationSetTrackingOptionsCommandInput;
29
+ constructor(input: DeleteConfigurationSetTrackingOptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteConfigurationSetTrackingOptionsCommandInput,
37
+ DeleteConfigurationSetTrackingOptionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteCustomVerificationEmailTemplateCommandInput extends DeleteCustomVerificationEmailTemplateRequest {
6
- }
7
- export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
12
- constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface DeleteCustomVerificationEmailTemplateCommandInput
15
+ extends DeleteCustomVerificationEmailTemplateRequest {}
16
+ export interface DeleteCustomVerificationEmailTemplateCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<
20
+ DeleteCustomVerificationEmailTemplateCommandInput,
21
+ DeleteCustomVerificationEmailTemplateCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
25
+ constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteCustomVerificationEmailTemplateCommandInput,
33
+ DeleteCustomVerificationEmailTemplateCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {
6
- }
7
- export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteIdentityCommand extends $Command<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteIdentityCommandInput;
12
- constructor(input: DeleteIdentityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityCommandInput, DeleteIdentityCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteIdentityRequest,
10
+ DeleteIdentityResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {}
18
+ export interface DeleteIdentityCommandOutput
19
+ extends DeleteIdentityResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteIdentityCommand extends $Command<
23
+ DeleteIdentityCommandInput,
24
+ DeleteIdentityCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteIdentityCommandInput;
28
+ constructor(input: DeleteIdentityCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SESClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteIdentityCommandInput, DeleteIdentityCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteIdentityPolicyCommandInput extends DeleteIdentityPolicyRequest {
6
- }
7
- export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteIdentityPolicyCommand extends $Command<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteIdentityPolicyCommandInput;
12
- constructor(input: DeleteIdentityPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteIdentityPolicyRequest,
10
+ DeleteIdentityPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteIdentityPolicyCommandInput
18
+ extends DeleteIdentityPolicyRequest {}
19
+ export interface DeleteIdentityPolicyCommandOutput
20
+ extends DeleteIdentityPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteIdentityPolicyCommand extends $Command<
24
+ DeleteIdentityPolicyCommandInput,
25
+ DeleteIdentityPolicyCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteIdentityPolicyCommandInput;
29
+ constructor(input: DeleteIdentityPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteIdentityPolicyCommandInput,
37
+ DeleteIdentityPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteReceiptFilterCommandInput extends DeleteReceiptFilterRequest {
6
- }
7
- export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReceiptFilterCommand extends $Command<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteReceiptFilterCommandInput;
12
- constructor(input: DeleteReceiptFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteReceiptFilterRequest,
10
+ DeleteReceiptFilterResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteReceiptFilterCommandInput
18
+ extends DeleteReceiptFilterRequest {}
19
+ export interface DeleteReceiptFilterCommandOutput
20
+ extends DeleteReceiptFilterResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteReceiptFilterCommand extends $Command<
24
+ DeleteReceiptFilterCommandInput,
25
+ DeleteReceiptFilterCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteReceiptFilterCommandInput;
29
+ constructor(input: DeleteReceiptFilterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteReceiptRuleCommandInput extends DeleteReceiptRuleRequest {
6
- }
7
- export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReceiptRuleCommand extends $Command<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteReceiptRuleCommandInput;
12
- constructor(input: DeleteReceiptRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteReceiptRuleRequest,
10
+ DeleteReceiptRuleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteReceiptRuleCommandInput
18
+ extends DeleteReceiptRuleRequest {}
19
+ export interface DeleteReceiptRuleCommandOutput
20
+ extends DeleteReceiptRuleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteReceiptRuleCommand extends $Command<
24
+ DeleteReceiptRuleCommandInput,
25
+ DeleteReceiptRuleCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteReceiptRuleCommandInput;
29
+ constructor(input: DeleteReceiptRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteReceiptRuleSetCommandInput extends DeleteReceiptRuleSetRequest {
6
- }
7
- export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReceiptRuleSetCommand extends $Command<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteReceiptRuleSetCommandInput;
12
- constructor(input: DeleteReceiptRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteReceiptRuleSetRequest,
10
+ DeleteReceiptRuleSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteReceiptRuleSetCommandInput
18
+ extends DeleteReceiptRuleSetRequest {}
19
+ export interface DeleteReceiptRuleSetCommandOutput
20
+ extends DeleteReceiptRuleSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteReceiptRuleSetCommand extends $Command<
24
+ DeleteReceiptRuleSetCommandInput,
25
+ DeleteReceiptRuleSetCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteReceiptRuleSetCommandInput;
29
+ constructor(input: DeleteReceiptRuleSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteReceiptRuleSetCommandInput,
37
+ DeleteReceiptRuleSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
6
- }
7
- export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteTemplateCommandInput;
12
- constructor(input: DeleteTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTemplateCommandInput, DeleteTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteTemplateRequest,
10
+ DeleteTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
18
+ export interface DeleteTemplateCommandOutput
19
+ extends DeleteTemplateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteTemplateCommand extends $Command<
23
+ DeleteTemplateCommandInput,
24
+ DeleteTemplateCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteTemplateCommandInput;
28
+ constructor(input: DeleteTemplateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SESClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteTemplateCommandInput, DeleteTemplateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteVerifiedEmailAddressRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DeleteVerifiedEmailAddressCommandInput extends DeleteVerifiedEmailAddressRequest {
6
- }
7
- export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVerifiedEmailAddressCommand extends $Command<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DeleteVerifiedEmailAddressCommandInput;
12
- constructor(input: DeleteVerifiedEmailAddressCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteVerifiedEmailAddressRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface DeleteVerifiedEmailAddressCommandInput
15
+ extends DeleteVerifiedEmailAddressRequest {}
16
+ export interface DeleteVerifiedEmailAddressCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteVerifiedEmailAddressCommand extends $Command<
20
+ DeleteVerifiedEmailAddressCommandInput,
21
+ DeleteVerifiedEmailAddressCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteVerifiedEmailAddressCommandInput;
25
+ constructor(input: DeleteVerifiedEmailAddressCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteVerifiedEmailAddressCommandInput,
33
+ DeleteVerifiedEmailAddressCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DescribeActiveReceiptRuleSetCommandInput extends DescribeActiveReceiptRuleSetRequest {
6
- }
7
- export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiveReceiptRuleSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeActiveReceiptRuleSetCommand extends $Command<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DescribeActiveReceiptRuleSetCommandInput;
12
- constructor(input: DescribeActiveReceiptRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeActiveReceiptRuleSetRequest,
10
+ DescribeActiveReceiptRuleSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DescribeActiveReceiptRuleSetCommandInput
18
+ extends DescribeActiveReceiptRuleSetRequest {}
19
+ export interface DescribeActiveReceiptRuleSetCommandOutput
20
+ extends DescribeActiveReceiptRuleSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeActiveReceiptRuleSetCommand extends $Command<
24
+ DescribeActiveReceiptRuleSetCommandInput,
25
+ DescribeActiveReceiptRuleSetCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeActiveReceiptRuleSetCommandInput;
29
+ constructor(input: DescribeActiveReceiptRuleSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeActiveReceiptRuleSetCommandInput,
37
+ DescribeActiveReceiptRuleSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DescribeConfigurationSetCommandInput extends DescribeConfigurationSetRequest {
6
- }
7
- export interface DescribeConfigurationSetCommandOutput extends DescribeConfigurationSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DescribeConfigurationSetCommandInput;
12
- constructor(input: DescribeConfigurationSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeConfigurationSetRequest,
10
+ DescribeConfigurationSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DescribeConfigurationSetCommandInput
18
+ extends DescribeConfigurationSetRequest {}
19
+ export interface DescribeConfigurationSetCommandOutput
20
+ extends DescribeConfigurationSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeConfigurationSetCommand extends $Command<
24
+ DescribeConfigurationSetCommandInput,
25
+ DescribeConfigurationSetCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeConfigurationSetCommandInput;
29
+ constructor(input: DescribeConfigurationSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeConfigurationSetCommandInput,
37
+ DescribeConfigurationSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }