@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
|
@@ -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 the specified identity (an email address or a domain) from the list of
|
|
10
|
-
* verified identities.</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, DeleteIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, DeleteIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new DeleteIdentityCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteIdentityCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteIdentityCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DeleteIdentityCommand 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,46 +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 the specified sending authorization policy for the given identity (an email
|
|
10
|
-
* address or a domain). This API returns successfully even if a policy with the specified
|
|
11
|
-
* name does not exist.</p>
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
14
|
-
* this API will return an error.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
17
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
18
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
19
|
-
* Guide</a>.</p>
|
|
20
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { SESClient, DeleteIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
25
|
-
* // const { SESClient, DeleteIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
26
|
-
* const client = new SESClient(config);
|
|
27
|
-
* const command = new DeleteIdentityPolicyCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link DeleteIdentityPolicyCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link DeleteIdentityPolicyCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
36
8
|
class DeleteIdentityPolicyCommand extends smithy_client_1.Command {
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
9
|
constructor(input) {
|
|
40
|
-
// Start section: command_constructor
|
|
41
10
|
super();
|
|
42
11
|
this.input = input;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
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 the specified IP address filter.</p>
|
|
10
|
-
* <p>For information about managing IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.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, DeleteReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DeleteReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DeleteReceiptFilterCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteReceiptFilterCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteReceiptFilterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DeleteReceiptFilterCommand 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>Deletes the specified receipt rule.</p>
|
|
10
|
-
* <p>For information about managing receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.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, DeleteReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DeleteReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DeleteReceiptRuleCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteReceiptRuleCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteReceiptRuleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DeleteReceiptRuleCommand 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,41 +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 the specified receipt rule set and all of the receipt rules it
|
|
10
|
-
* contains.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>The currently active rule set cannot be deleted.</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* <p>For information about managing receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer Guide</a>.</p>
|
|
15
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { SESClient, DeleteReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
20
|
-
* // const { SESClient, DeleteReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
21
|
-
* const client = new SESClient(config);
|
|
22
|
-
* const command = new DeleteReceiptRuleSetCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteReceiptRuleSetCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class DeleteReceiptRuleSetCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +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 email template.</p>
|
|
10
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SESClient, DeleteTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
15
|
-
* // const { SESClient, DeleteTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
16
|
-
* const client = new SESClient(config);
|
|
17
|
-
* const command = new DeleteTemplateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteTemplateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DeleteTemplateCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +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>Deprecated. Use the <code>DeleteIdentity</code> operation to delete email addresses
|
|
10
|
-
* and domains.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SESClient, DeleteVerifiedEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
15
|
-
* // const { SESClient, DeleteVerifiedEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
16
|
-
* const client = new SESClient(config);
|
|
17
|
-
* const command = new DeleteVerifiedEmailAddressCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteVerifiedEmailAddressCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteVerifiedEmailAddressCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DeleteVerifiedEmailAddressCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
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>Returns the metadata and receipt rules for the receipt rule set that is currently
|
|
10
|
-
* active.</p>
|
|
11
|
-
* <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
|
|
12
|
-
* Developer 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, DescribeActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DescribeActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DescribeActiveReceiptRuleSetCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DescribeActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class DescribeActiveReceiptRuleSetCommand 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>Returns the details of the specified configuration set. For information about using
|
|
10
|
-
* configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.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, DescribeConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DescribeConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DescribeConfigurationSetCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeConfigurationSetCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DescribeConfigurationSetCommand 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>Returns the details of the specified 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, DescribeReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DescribeReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DescribeReceiptRuleCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeReceiptRuleCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeReceiptRuleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DescribeReceiptRuleCommand 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>Returns the details of the specified receipt rule set.</p>
|
|
10
|
-
* <p>For information about managing receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.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, DescribeReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, DescribeReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new DescribeReceiptRuleSetCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeReceiptRuleSetCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DescribeReceiptRuleSetCommand 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,36 +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>Returns the email sending status of the Amazon SES account for the current region.</p>
|
|
10
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SESClient, GetAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
15
|
-
* // const { SESClient, GetAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
16
|
-
* const client = new SESClient(config);
|
|
17
|
-
* const command = new GetAccountSendingEnabledCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class GetAccountSendingEnabledCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
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>Returns the custom email verification template for the template name you
|
|
10
|
-
* specify.</p>
|
|
11
|
-
* <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
|
|
12
|
-
* Guide</i>.</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, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new GetCustomVerificationEmailTemplateCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class GetCustomVerificationEmailTemplateCommand 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,57 +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>Returns the current status of Easy DKIM signing for an entity. For domain name
|
|
10
|
-
* identities, this operation also returns the DKIM tokens that are required for Easy DKIM
|
|
11
|
-
* signing, and whether Amazon SES has successfully verified that these tokens have been
|
|
12
|
-
* published.</p>
|
|
13
|
-
* <p>This operation takes a list of identities as input and returns the following
|
|
14
|
-
* information for each:</p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>Whether Easy DKIM signing is enabled or disabled.</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>A set of DKIM tokens that represent the identity. If the identity is an email
|
|
21
|
-
* address, the tokens represent the domain of that address.</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>Whether Amazon SES has successfully verified the DKIM tokens published in the
|
|
25
|
-
* domain's DNS. This information is only returned for domain name identities, not
|
|
26
|
-
* for email addresses.</p>
|
|
27
|
-
* </li>
|
|
28
|
-
* </ul>
|
|
29
|
-
* <p>This operation is throttled at one request per second and can only get DKIM attributes
|
|
30
|
-
* for up to 100 identities at a time.</p>
|
|
31
|
-
* <p>For more information about creating DNS records using DKIM tokens, go to the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html">Amazon SES Developer Guide</a>.</p>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { SESClient, GetIdentityDkimAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
|
-
* // const { SESClient, GetIdentityDkimAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
37
|
-
* const client = new SESClient(config);
|
|
38
|
-
* const command = new GetIdentityDkimAttributesCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link GetIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
8
|
class GetIdentityDkimAttributesCommand extends smithy_client_1.Command {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
9
|
constructor(input) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
10
|
super();
|
|
53
11
|
this.input = input;
|
|
54
|
-
// End section: command_constructor
|
|
55
12
|
}
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
60
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
61
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>Returns the custom MAIL FROM attributes for a list of identities (email addresses :
|
|
10
|
-
* domains).</p>
|
|
11
|
-
* <p>This operation is throttled at one request per second and can only get custom MAIL
|
|
12
|
-
* FROM attributes for up to 100 identities at a time.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SESClient, GetIdentityMailFromDomainAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, GetIdentityMailFromDomainAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new GetIdentityMailFromDomainAttributesCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetIdentityMailFromDomainAttributesCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class GetIdentityMailFromDomainAttributesCommand 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);
|