@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,34 @@
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 { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetTemplateCommandInput extends GetTemplateRequest {
6
- }
7
- export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetTemplateCommandInput;
12
- constructor(input: GetTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
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 { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface GetTemplateCommandInput extends GetTemplateRequest {}
15
+ export interface GetTemplateCommandOutput
16
+ extends GetTemplateResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetTemplateCommand extends $Command<
20
+ GetTemplateCommandInput,
21
+ GetTemplateCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: GetTemplateCommandInput;
25
+ constructor(input: GetTemplateCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {
6
- }
7
- export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListConfigurationSetsCommandInput;
12
- constructor(input: ListConfigurationSetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput>;
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
+ ListConfigurationSetsRequest,
10
+ ListConfigurationSetsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListConfigurationSetsCommandInput
18
+ extends ListConfigurationSetsRequest {}
19
+ export interface ListConfigurationSetsCommandOutput
20
+ extends ListConfigurationSetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListConfigurationSetsCommand extends $Command<
24
+ ListConfigurationSetsCommandInput,
25
+ ListConfigurationSetsCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: ListConfigurationSetsCommandInput;
29
+ constructor(input: ListConfigurationSetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListConfigurationSetsCommandInput,
37
+ ListConfigurationSetsCommandOutput
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 { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {
6
- }
7
- export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListCustomVerificationEmailTemplatesCommandInput;
12
- constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput>;
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
+ ListCustomVerificationEmailTemplatesRequest,
10
+ ListCustomVerificationEmailTemplatesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListCustomVerificationEmailTemplatesCommandInput
18
+ extends ListCustomVerificationEmailTemplatesRequest {}
19
+ export interface ListCustomVerificationEmailTemplatesCommandOutput
20
+ extends ListCustomVerificationEmailTemplatesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<
24
+ ListCustomVerificationEmailTemplatesCommandInput,
25
+ ListCustomVerificationEmailTemplatesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomVerificationEmailTemplatesCommandInput;
29
+ constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomVerificationEmailTemplatesCommandInput,
37
+ ListCustomVerificationEmailTemplatesCommandOutput
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 { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {
6
- }
7
- export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListIdentitiesCommandInput;
12
- constructor(input: ListIdentitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentitiesCommandInput, ListIdentitiesCommandOutput>;
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
+ ListIdentitiesRequest,
10
+ ListIdentitiesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {}
18
+ export interface ListIdentitiesCommandOutput
19
+ extends ListIdentitiesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListIdentitiesCommand extends $Command<
23
+ ListIdentitiesCommandInput,
24
+ ListIdentitiesCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: ListIdentitiesCommandInput;
28
+ constructor(input: ListIdentitiesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SESClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListIdentitiesCommandInput, ListIdentitiesCommandOutput>;
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 { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRequest {
6
- }
7
- export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListIdentityPoliciesCommandInput;
12
- constructor(input: ListIdentityPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput>;
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
+ ListIdentityPoliciesRequest,
10
+ ListIdentityPoliciesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListIdentityPoliciesCommandInput
18
+ extends ListIdentityPoliciesRequest {}
19
+ export interface ListIdentityPoliciesCommandOutput
20
+ extends ListIdentityPoliciesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListIdentityPoliciesCommand extends $Command<
24
+ ListIdentityPoliciesCommandInput,
25
+ ListIdentityPoliciesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: ListIdentityPoliciesCommandInput;
29
+ constructor(input: ListIdentityPoliciesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListIdentityPoliciesCommandInput,
37
+ ListIdentityPoliciesCommandOutput
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 { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersRequest {
6
- }
7
- export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListReceiptFiltersCommandInput;
12
- constructor(input: ListReceiptFiltersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput>;
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
+ ListReceiptFiltersRequest,
10
+ ListReceiptFiltersResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListReceiptFiltersCommandInput
18
+ extends ListReceiptFiltersRequest {}
19
+ export interface ListReceiptFiltersCommandOutput
20
+ extends ListReceiptFiltersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListReceiptFiltersCommand extends $Command<
24
+ ListReceiptFiltersCommandInput,
25
+ ListReceiptFiltersCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: ListReceiptFiltersCommandInput;
29
+ constructor(input: ListReceiptFiltersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput>;
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 { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequest {
6
- }
7
- export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListReceiptRuleSetsCommandInput;
12
- constructor(input: ListReceiptRuleSetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput>;
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
+ ListReceiptRuleSetsRequest,
10
+ ListReceiptRuleSetsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListReceiptRuleSetsCommandInput
18
+ extends ListReceiptRuleSetsRequest {}
19
+ export interface ListReceiptRuleSetsCommandOutput
20
+ extends ListReceiptRuleSetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListReceiptRuleSetsCommand extends $Command<
24
+ ListReceiptRuleSetsCommandInput,
25
+ ListReceiptRuleSetsCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: ListReceiptRuleSetsCommandInput;
29
+ constructor(input: ListReceiptRuleSetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListTemplatesCommandInput extends ListTemplatesRequest {
6
- }
7
- export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListTemplatesCommandInput;
12
- constructor(input: ListTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
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
+ ListTemplatesRequest,
10
+ ListTemplatesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
18
+ export interface ListTemplatesCommandOutput
19
+ extends ListTemplatesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListTemplatesCommand extends $Command<
23
+ ListTemplatesCommandInput,
24
+ ListTemplatesCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: ListTemplatesCommandInput;
28
+ constructor(input: ListTemplatesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SESClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
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 { ListVerifiedEmailAddressesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface ListVerifiedEmailAddressesCommandInput {
6
- }
7
- export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEmailAddressesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: ListVerifiedEmailAddressesCommandInput;
12
- constructor(input: ListVerifiedEmailAddressesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput>;
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 { ListVerifiedEmailAddressesResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface ListVerifiedEmailAddressesCommandInput {}
15
+ export interface ListVerifiedEmailAddressesCommandOutput
16
+ extends ListVerifiedEmailAddressesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListVerifiedEmailAddressesCommand extends $Command<
20
+ ListVerifiedEmailAddressesCommandInput,
21
+ ListVerifiedEmailAddressesCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: ListVerifiedEmailAddressesCommandInput;
25
+ constructor(input: ListVerifiedEmailAddressesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ ListVerifiedEmailAddressesCommandInput,
33
+ ListVerifiedEmailAddressesCommandOutput
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 { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
6
- }
7
- export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
12
- constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput>;
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
+ PutConfigurationSetDeliveryOptionsRequest,
10
+ PutConfigurationSetDeliveryOptionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface PutConfigurationSetDeliveryOptionsCommandInput
18
+ extends PutConfigurationSetDeliveryOptionsRequest {}
19
+ export interface PutConfigurationSetDeliveryOptionsCommandOutput
20
+ extends PutConfigurationSetDeliveryOptionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<
24
+ PutConfigurationSetDeliveryOptionsCommandInput,
25
+ PutConfigurationSetDeliveryOptionsCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
29
+ constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutConfigurationSetDeliveryOptionsCommandInput,
37
+ PutConfigurationSetDeliveryOptionsCommandOutput
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 { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest {
6
- }
7
- export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
11
- readonly input: PutIdentityPolicyCommandInput;
12
- constructor(input: PutIdentityPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput>;
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
+ PutIdentityPolicyRequest,
10
+ PutIdentityPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface PutIdentityPolicyCommandInput
18
+ extends PutIdentityPolicyRequest {}
19
+ export interface PutIdentityPolicyCommandOutput
20
+ extends PutIdentityPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutIdentityPolicyCommand extends $Command<
24
+ PutIdentityPolicyCommandInput,
25
+ PutIdentityPolicyCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: PutIdentityPolicyCommandInput;
29
+ constructor(input: PutIdentityPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }