@aws-sdk/client-ses 3.169.0 → 3.171.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 +1325 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +529 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +35 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +31 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +36 -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 +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1540 -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 +65 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -7
  92. package/package.json +35 -35
@@ -1,17 +1,39 @@
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 { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface SetIdentityMailFromDomainCommandInput extends SetIdentityMailFromDomainRequest {
6
- }
7
- export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailFromDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SetIdentityMailFromDomainCommand extends $Command<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig> {
11
- readonly input: SetIdentityMailFromDomainCommandInput;
12
- constructor(input: SetIdentityMailFromDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput>;
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
+ SetIdentityMailFromDomainRequest,
10
+ SetIdentityMailFromDomainResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface SetIdentityMailFromDomainCommandInput
18
+ extends SetIdentityMailFromDomainRequest {}
19
+ export interface SetIdentityMailFromDomainCommandOutput
20
+ extends SetIdentityMailFromDomainResponse,
21
+ __MetadataBearer {}
22
+ export declare class SetIdentityMailFromDomainCommand extends $Command<
23
+ SetIdentityMailFromDomainCommandInput,
24
+ SetIdentityMailFromDomainCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: SetIdentityMailFromDomainCommandInput;
28
+ constructor(input: SetIdentityMailFromDomainCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SetIdentityMailFromDomainCommandInput,
35
+ SetIdentityMailFromDomainCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface SetIdentityNotificationTopicCommandInput extends SetIdentityNotificationTopicRequest {
6
- }
7
- export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNotificationTopicResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SetIdentityNotificationTopicCommand extends $Command<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig> {
11
- readonly input: SetIdentityNotificationTopicCommandInput;
12
- constructor(input: SetIdentityNotificationTopicCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput>;
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
+ SetIdentityNotificationTopicRequest,
10
+ SetIdentityNotificationTopicResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface SetIdentityNotificationTopicCommandInput
18
+ extends SetIdentityNotificationTopicRequest {}
19
+ export interface SetIdentityNotificationTopicCommandOutput
20
+ extends SetIdentityNotificationTopicResponse,
21
+ __MetadataBearer {}
22
+ export declare class SetIdentityNotificationTopicCommand extends $Command<
23
+ SetIdentityNotificationTopicCommandInput,
24
+ SetIdentityNotificationTopicCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: SetIdentityNotificationTopicCommandInput;
28
+ constructor(input: SetIdentityNotificationTopicCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SetIdentityNotificationTopicCommandInput,
35
+ SetIdentityNotificationTopicCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface SetReceiptRulePositionCommandInput extends SetReceiptRulePositionRequest {
6
- }
7
- export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SetReceiptRulePositionCommand extends $Command<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig> {
11
- readonly input: SetReceiptRulePositionCommandInput;
12
- constructor(input: SetReceiptRulePositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput>;
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
+ SetReceiptRulePositionRequest,
10
+ SetReceiptRulePositionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface SetReceiptRulePositionCommandInput
18
+ extends SetReceiptRulePositionRequest {}
19
+ export interface SetReceiptRulePositionCommandOutput
20
+ extends SetReceiptRulePositionResponse,
21
+ __MetadataBearer {}
22
+ export declare class SetReceiptRulePositionCommand extends $Command<
23
+ SetReceiptRulePositionCommandInput,
24
+ SetReceiptRulePositionCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: SetReceiptRulePositionCommandInput;
28
+ constructor(input: SetReceiptRulePositionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SetReceiptRulePositionCommandInput,
35
+ SetReceiptRulePositionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface TestRenderTemplateCommandInput extends TestRenderTemplateRequest {
6
- }
7
- export interface TestRenderTemplateCommandOutput extends TestRenderTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: TestRenderTemplateCommandInput;
12
- constructor(input: TestRenderTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput>;
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
+ TestRenderTemplateRequest,
10
+ TestRenderTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface TestRenderTemplateCommandInput
18
+ extends TestRenderTemplateRequest {}
19
+ export interface TestRenderTemplateCommandOutput
20
+ extends TestRenderTemplateResponse,
21
+ __MetadataBearer {}
22
+ export declare class TestRenderTemplateCommand extends $Command<
23
+ TestRenderTemplateCommandInput,
24
+ TestRenderTemplateCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: TestRenderTemplateCommandInput;
28
+ constructor(input: TestRenderTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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 { UpdateAccountSendingEnabledRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateAccountSendingEnabledCommandInput extends UpdateAccountSendingEnabledRequest {
6
- }
7
- export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAccountSendingEnabledCommand extends $Command<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateAccountSendingEnabledCommandInput;
12
- constructor(input: UpdateAccountSendingEnabledCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput>;
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 { UpdateAccountSendingEnabledRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface UpdateAccountSendingEnabledCommandInput
15
+ extends UpdateAccountSendingEnabledRequest {}
16
+ export interface UpdateAccountSendingEnabledCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdateAccountSendingEnabledCommand extends $Command<
19
+ UpdateAccountSendingEnabledCommandInput,
20
+ UpdateAccountSendingEnabledCommandOutput,
21
+ SESClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateAccountSendingEnabledCommandInput;
24
+ constructor(input: UpdateAccountSendingEnabledCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SESClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ UpdateAccountSendingEnabledCommandInput,
31
+ UpdateAccountSendingEnabledCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
6
- }
7
- export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateConfigurationSetEventDestinationCommandInput;
12
- constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput>;
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
+ UpdateConfigurationSetEventDestinationRequest,
10
+ UpdateConfigurationSetEventDestinationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface UpdateConfigurationSetEventDestinationCommandInput
18
+ extends UpdateConfigurationSetEventDestinationRequest {}
19
+ export interface UpdateConfigurationSetEventDestinationCommandOutput
20
+ extends UpdateConfigurationSetEventDestinationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<
23
+ UpdateConfigurationSetEventDestinationCommandInput,
24
+ UpdateConfigurationSetEventDestinationCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConfigurationSetEventDestinationCommandInput;
28
+ constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateConfigurationSetEventDestinationCommandInput,
35
+ UpdateConfigurationSetEventDestinationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateConfigurationSetReputationMetricsEnabledCommandInput extends UpdateConfigurationSetReputationMetricsEnabledRequest {
6
- }
7
- export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateConfigurationSetReputationMetricsEnabledCommandInput;
12
- constructor(input: UpdateConfigurationSetReputationMetricsEnabledCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
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 { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface UpdateConfigurationSetReputationMetricsEnabledCommandInput
15
+ extends UpdateConfigurationSetReputationMetricsEnabledRequest {}
16
+ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<
19
+ UpdateConfigurationSetReputationMetricsEnabledCommandInput,
20
+ UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
21
+ SESClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateConfigurationSetReputationMetricsEnabledCommandInput;
24
+ constructor(
25
+ input: UpdateConfigurationSetReputationMetricsEnabledCommandInput
26
+ );
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ UpdateConfigurationSetReputationMetricsEnabledCommandInput,
33
+ UpdateConfigurationSetReputationMetricsEnabledCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,35 @@
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 { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateConfigurationSetSendingEnabledCommandInput extends UpdateConfigurationSetSendingEnabledRequest {
6
- }
7
- export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateConfigurationSetSendingEnabledCommandInput;
12
- constructor(input: UpdateConfigurationSetSendingEnabledCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput>;
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 { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface UpdateConfigurationSetSendingEnabledCommandInput
15
+ extends UpdateConfigurationSetSendingEnabledRequest {}
16
+ export interface UpdateConfigurationSetSendingEnabledCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<
19
+ UpdateConfigurationSetSendingEnabledCommandInput,
20
+ UpdateConfigurationSetSendingEnabledCommandOutput,
21
+ SESClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateConfigurationSetSendingEnabledCommandInput;
24
+ constructor(input: UpdateConfigurationSetSendingEnabledCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SESClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ UpdateConfigurationSetSendingEnabledCommandInput,
31
+ UpdateConfigurationSetSendingEnabledCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { UpdateConfigurationSetTrackingOptionsRequest, UpdateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateConfigurationSetTrackingOptionsCommandInput extends UpdateConfigurationSetTrackingOptionsRequest {
6
- }
7
- export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends UpdateConfigurationSetTrackingOptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateConfigurationSetTrackingOptionsCommandInput;
12
- constructor(input: UpdateConfigurationSetTrackingOptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput>;
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
+ UpdateConfigurationSetTrackingOptionsRequest,
10
+ UpdateConfigurationSetTrackingOptionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface UpdateConfigurationSetTrackingOptionsCommandInput
18
+ extends UpdateConfigurationSetTrackingOptionsRequest {}
19
+ export interface UpdateConfigurationSetTrackingOptionsCommandOutput
20
+ extends UpdateConfigurationSetTrackingOptionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<
23
+ UpdateConfigurationSetTrackingOptionsCommandInput,
24
+ UpdateConfigurationSetTrackingOptionsCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConfigurationSetTrackingOptionsCommandInput;
28
+ constructor(input: UpdateConfigurationSetTrackingOptionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateConfigurationSetTrackingOptionsCommandInput,
35
+ UpdateConfigurationSetTrackingOptionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {
6
- }
7
- export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
12
- constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput>;
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 { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface UpdateCustomVerificationEmailTemplateCommandInput
15
+ extends UpdateCustomVerificationEmailTemplateRequest {}
16
+ export interface UpdateCustomVerificationEmailTemplateCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<
19
+ UpdateCustomVerificationEmailTemplateCommandInput,
20
+ UpdateCustomVerificationEmailTemplateCommandOutput,
21
+ SESClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
24
+ constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SESClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ UpdateCustomVerificationEmailTemplateCommandInput,
31
+ UpdateCustomVerificationEmailTemplateCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface UpdateReceiptRuleCommandInput extends UpdateReceiptRuleRequest {
6
- }
7
- export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateReceiptRuleCommand extends $Command<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput, SESClientResolvedConfig> {
11
- readonly input: UpdateReceiptRuleCommandInput;
12
- constructor(input: UpdateReceiptRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput>;
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
+ UpdateReceiptRuleRequest,
10
+ UpdateReceiptRuleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface UpdateReceiptRuleCommandInput
18
+ extends UpdateReceiptRuleRequest {}
19
+ export interface UpdateReceiptRuleCommandOutput
20
+ extends UpdateReceiptRuleResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateReceiptRuleCommand extends $Command<
23
+ UpdateReceiptRuleCommandInput,
24
+ UpdateReceiptRuleCommandOutput,
25
+ SESClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateReceiptRuleCommandInput;
28
+ constructor(input: UpdateReceiptRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SESClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }