@aws-sdk/client-ses 3.36.0 → 3.39.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/SES.js +0 -11
- package/dist-cjs/SESClient.js +0 -16
- package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +0 -29
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +0 -28
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +0 -33
- package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +0 -28
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/CreateReceiptFilterCommand.js +0 -26
- package/dist-cjs/commands/CreateReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +0 -27
- package/dist-cjs/commands/CreateTemplateCommand.js +0 -27
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +0 -26
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -27
- package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +0 -33
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/DeleteIdentityCommand.js +0 -26
- package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +0 -35
- package/dist-cjs/commands/DeleteReceiptFilterCommand.js +0 -27
- package/dist-cjs/commands/DeleteReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +0 -30
- package/dist-cjs/commands/DeleteTemplateCommand.js +0 -25
- package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +0 -25
- package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +0 -28
- package/dist-cjs/commands/DescribeConfigurationSetCommand.js +0 -27
- package/dist-cjs/commands/DescribeReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +0 -26
- package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +0 -25
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +0 -28
- package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +0 -46
- package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +0 -27
- package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +0 -29
- package/dist-cjs/commands/GetIdentityPoliciesCommand.js +0 -35
- package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +0 -39
- package/dist-cjs/commands/GetSendQuotaCommand.js +0 -25
- package/dist-cjs/commands/GetSendStatisticsCommand.js +0 -27
- package/dist-cjs/commands/GetTemplateCommand.js +0 -26
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +0 -33
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -28
- package/dist-cjs/commands/ListIdentitiesCommand.js +0 -26
- package/dist-cjs/commands/ListIdentityPoliciesCommand.js +0 -35
- package/dist-cjs/commands/ListReceiptFiltersCommand.js +0 -28
- package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +0 -29
- package/dist-cjs/commands/ListTemplatesCommand.js +0 -26
- package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +0 -25
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -24
- package/dist-cjs/commands/PutIdentityPolicyCommand.js +0 -34
- package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +0 -31
- package/dist-cjs/commands/SendBounceCommand.js +0 -32
- package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +0 -66
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +0 -32
- package/dist-cjs/commands/SendEmailCommand.js +0 -68
- package/dist-cjs/commands/SendRawEmailCommand.js +0 -132
- package/dist-cjs/commands/SendTemplatedEmailCommand.js +0 -73
- package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +0 -30
- package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +0 -36
- package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +0 -34
- package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +0 -29
- package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +0 -33
- package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +0 -32
- package/dist-cjs/commands/SetReceiptRulePositionCommand.js +0 -27
- package/dist-cjs/commands/TestRenderTemplateCommand.js +0 -26
- package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +0 -29
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -35
- package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +0 -28
- package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +0 -29
- package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +0 -28
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/UpdateReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/UpdateTemplateCommand.js +0 -27
- package/dist-cjs/commands/VerifyDomainDkimCommand.js +0 -62
- package/dist-cjs/commands/VerifyDomainIdentityCommand.js +0 -30
- package/dist-cjs/commands/VerifyEmailAddressCommand.js +0 -25
- package/dist-cjs/commands/VerifyEmailIdentityCommand.js +0 -27
- package/dist-cjs/commands/index.js +74 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -77
- package/dist-cjs/models/models_0.js +0 -615
- package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -10
- package/dist-cjs/pagination/ListIdentitiesPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_query.js +0 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForIdentityExists.js +0 -9
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -77
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/index.d.ts +5 -77
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/SES.d.ts +72 -838
- package/dist-types/ts3.4/SESClient.d.ts +24 -97
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +2 -62
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +2 -128
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +2 -69
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/index.d.ts +5 -77
- package/dist-types/ts3.4/models/models_0.d.ts +748 -3405
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ses
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
20
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
6
48
|
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
49
|
|
|
8
50
|
|
package/dist-cjs/SES.js
CHANGED
|
@@ -73,17 +73,6 @@ const VerifyDomainIdentityCommand_1 = require("./commands/VerifyDomainIdentityCo
|
|
|
73
73
|
const VerifyEmailAddressCommand_1 = require("./commands/VerifyEmailAddressCommand");
|
|
74
74
|
const VerifyEmailIdentityCommand_1 = require("./commands/VerifyEmailIdentityCommand");
|
|
75
75
|
const SESClient_1 = require("./SESClient");
|
|
76
|
-
/**
|
|
77
|
-
* <fullname>Amazon Simple Email Service</fullname>
|
|
78
|
-
* <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
|
|
79
|
-
* 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
|
|
80
|
-
* Guide</a>. </p>
|
|
81
|
-
* <note>
|
|
82
|
-
* <p> For a list of Amazon SES endpoints to use in service requests, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and
|
|
83
|
-
* Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
|
|
84
|
-
* Guide</a>.</p>
|
|
85
|
-
* </note>
|
|
86
|
-
*/
|
|
87
76
|
class SES extends SESClient_1.SESClient {
|
|
88
77
|
cloneReceiptRuleSet(args, optionsOrCb, cb) {
|
|
89
78
|
const command = new CloneReceiptRuleSetCommand_1.CloneReceiptRuleSetCommand(args);
|
package/dist-cjs/SESClient.js
CHANGED
|
@@ -10,17 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
10
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
-
/**
|
|
14
|
-
* <fullname>Amazon Simple Email Service</fullname>
|
|
15
|
-
* <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
|
|
16
|
-
* 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
|
|
17
|
-
* Guide</a>. </p>
|
|
18
|
-
* <note>
|
|
19
|
-
* <p> For a list of Amazon SES endpoints to use in service requests, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and
|
|
20
|
-
* Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
|
|
21
|
-
* Guide</a>.</p>
|
|
22
|
-
* </note>
|
|
23
|
-
*/
|
|
24
13
|
class SESClient extends smithy_client_1.Client {
|
|
25
14
|
constructor(configuration) {
|
|
26
15
|
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
@@ -39,11 +28,6 @@ class SESClient extends smithy_client_1.Client {
|
|
|
39
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
40
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
41
30
|
}
|
|
42
|
-
/**
|
|
43
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
44
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
45
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
46
|
-
*/
|
|
47
31
|
destroy() {
|
|
48
32
|
super.destroy();
|
|
49
33
|
}
|
|
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a receipt rule set by cloning an existing one. All receipt rules and
|
|
10
|
-
* configurations are copied to the new receipt rule set and are completely independent of
|
|
11
|
-
* the source rule set.</p>
|
|
12
|
-
* <p>For information about setting up rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
|
|
13
|
-
* Developer Guide</a>.</p>
|
|
14
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { SESClient, CloneReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
19
|
-
* // const { SESClient, CloneReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
20
|
-
* const client = new SESClient(config);
|
|
21
|
-
* const command = new CloneReceiptRuleSetCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CloneReceiptRuleSetCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CloneReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
8
|
class CloneReceiptRuleSetCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a configuration set.</p>
|
|
10
|
-
* <p>Configuration sets enable you to publish email sending events. For information about
|
|
11
|
-
* using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
|
|
12
|
-
* Guide</a>.</p>
|
|
13
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { SESClient, CreateConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new CreateConfigurationSetCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateConfigurationSetCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class CreateConfigurationSetCommand extends smithy_client_1.Command {
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
9
|
constructor(input) {
|
|
33
|
-
// Start section: command_constructor
|
|
34
10
|
super();
|
|
35
11
|
this.input = input;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a configuration set event destination.</p>
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>When you create or update an event destination, you must provide one, and only
|
|
12
|
-
* one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* <p>An event destination is the AWS service to which Amazon SES publishes the email sending
|
|
15
|
-
* events associated with a configuration set. For information about using configuration
|
|
16
|
-
* sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
|
|
17
|
-
* Guide</a>.</p>
|
|
18
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { SESClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
23
|
-
* // const { SESClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
24
|
-
* const client = new SESClient(config);
|
|
25
|
-
* const command = new CreateConfigurationSetEventDestinationCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates an association between a configuration set and a custom domain for open and
|
|
10
|
-
* click event tracking. </p>
|
|
11
|
-
* <p>By default, images and links used for tracking open and click events are hosted on
|
|
12
|
-
* domains operated by Amazon SES. You can configure a subdomain of your own to handle these
|
|
13
|
-
* events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { SESClient, CreateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, CreateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new CreateConfigurationSetTrackingOptionsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class CreateConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command {
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
9
|
constructor(input) {
|
|
33
|
-
// Start section: command_constructor
|
|
34
10
|
super();
|
|
35
11
|
this.input = input;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a new custom verification email template.</p>
|
|
10
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
11
|
-
* Guide</i>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, CreateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, CreateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new CreateCustomVerificationEmailTemplateCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class CreateCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a new IP address filter.</p>
|
|
10
|
-
* <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html">Amazon SES Developer Guide</a>.</p>
|
|
11
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SESClient, CreateReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, CreateReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new CreateReceiptFilterCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateReceiptFilterCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateReceiptFilterCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class CreateReceiptFilterCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a receipt rule.</p>
|
|
10
|
-
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer
|
|
11
|
-
* Guide</a>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, CreateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, CreateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new CreateReceiptRuleCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateReceiptRuleCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateReceiptRuleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class CreateReceiptRuleCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates an empty receipt rule set.</p>
|
|
10
|
-
* <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
|
|
11
|
-
* Developer Guide</a>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, CreateReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, CreateReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new CreateReceiptRuleSetCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateReceiptRuleSetCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class CreateReceiptRuleSetCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates an email template. Email templates enable you to send personalized email to
|
|
10
|
-
* one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
|
|
11
|
-
* Guide</a>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, CreateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, CreateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new CreateTemplateCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateTemplateCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class CreateTemplateCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes a configuration set. Configuration sets enable you to publish email sending
|
|
10
|
-
* events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
|
|
11
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SESClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new DeleteConfigurationSetCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DeleteConfigurationSetCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes a configuration set event destination. Configuration set event destinations
|
|
10
|
-
* are associated with configuration sets, which enable you to publish email sending
|
|
11
|
-
* events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DeleteConfigurationSetEventDestinationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes an association between a configuration set and a custom domain for open and
|
|
10
|
-
* click event tracking.</p>
|
|
11
|
-
* <p>By default, images and links used for tracking open and click events are hosted on
|
|
12
|
-
* domains operated by Amazon SES. You can configure a subdomain of your own to handle these
|
|
13
|
-
* events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>Deleting this kind of association will result in emails sent using the specified
|
|
16
|
-
* configuration set to capture open and click events using the standard,
|
|
17
|
-
* Amazon SES-operated domains.</p>
|
|
18
|
-
* </note>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { SESClient, DeleteConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
23
|
-
* // const { SESClient, DeleteConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
24
|
-
* const client = new SESClient(config);
|
|
25
|
-
* const command = new DeleteConfigurationSetTrackingOptionsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DeleteConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DeleteConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class DeleteConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes an existing custom verification email template. </p>
|
|
10
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
11
|
-
* Guide</i>.</p>
|
|
12
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, DeleteCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DeleteCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DeleteCustomVerificationEmailTemplateCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DeleteCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|