@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
|
@@ -6,32 +6,11 @@ export interface DeleteCustomVerificationEmailTemplateCommandInput extends Delet
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an existing custom verification email template. </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, DeleteCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DeleteCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DeleteCustomVerificationEmailTemplateCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
|
|
31
12
|
constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified identity (an email address or a domain) from the list of
|
|
11
|
-
* verified identities.</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, DeleteIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DeleteIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DeleteIdentityCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteIdentityCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteIdentityCommand extends $Command<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteIdentityCommandInput;
|
|
30
12
|
constructor(input: DeleteIdentityCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityCommandInput, DeleteIdentityCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,40 +6,11 @@ export interface DeleteIdentityPolicyCommandInput extends DeleteIdentityPolicyRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified sending authorization policy for the given identity (an email
|
|
11
|
-
* address or a domain). This API returns successfully even if a policy with the specified
|
|
12
|
-
* name does not exist.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
15
|
-
* this API will return an error.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
18
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
19
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
20
|
-
* Guide</a>.</p>
|
|
21
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { SESClient, DeleteIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
26
|
-
* // const { SESClient, DeleteIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
27
|
-
* const client = new SESClient(config);
|
|
28
|
-
* const command = new DeleteIdentityPolicyCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link DeleteIdentityPolicyCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link DeleteIdentityPolicyCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
9
|
+
|
|
37
10
|
export declare class DeleteIdentityPolicyCommand extends $Command<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig> {
|
|
38
11
|
readonly input: DeleteIdentityPolicyCommandInput;
|
|
39
12
|
constructor(input: DeleteIdentityPolicyCommandInput);
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
13
|
+
|
|
43
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput>;
|
|
44
15
|
private serialize;
|
|
45
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DeleteReceiptFilterCommandInput extends DeleteReceiptFilterRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified IP address filter.</p>
|
|
11
|
-
* <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
|
|
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, DeleteReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DeleteReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DeleteReceiptFilterCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteReceiptFilterCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteReceiptFilterCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteReceiptFilterCommand extends $Command<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteReceiptFilterCommandInput;
|
|
31
12
|
constructor(input: DeleteReceiptFilterCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DeleteReceiptRuleCommandInput extends DeleteReceiptRuleRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified receipt rule.</p>
|
|
11
|
-
* <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
|
|
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, DeleteReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DeleteReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DeleteReceiptRuleCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteReceiptRuleCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteReceiptRuleCommand extends $Command<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteReceiptRuleCommandInput;
|
|
31
12
|
constructor(input: DeleteReceiptRuleCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface DeleteReceiptRuleSetCommandInput extends DeleteReceiptRuleSetRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified receipt rule set and all of the receipt rules it
|
|
11
|
-
* contains.</p>
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>The currently active rule set cannot be deleted.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <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>
|
|
16
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { SESClient, DeleteReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
21
|
-
* // const { SESClient, DeleteReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
22
|
-
* const client = new SESClient(config);
|
|
23
|
-
* const command = new DeleteReceiptRuleSetCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link DeleteReceiptRuleSetCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link DeleteReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class DeleteReceiptRuleSetCommand extends $Command<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
33
11
|
readonly input: DeleteReceiptRuleSetCommandInput;
|
|
34
12
|
constructor(input: DeleteReceiptRuleSetCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an email template.</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, DeleteTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, DeleteTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new DeleteTemplateCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteTemplateCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteTemplateCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteTemplateCommandInput;
|
|
29
12
|
constructor(input: DeleteTemplateCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTemplateCommandInput, DeleteTemplateCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteVerifiedEmailAddressCommandInput extends DeleteVerifiedEm
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deprecated. Use the <code>DeleteIdentity</code> operation to delete email addresses
|
|
11
|
-
* and domains.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SESClient, DeleteVerifiedEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, DeleteVerifiedEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new DeleteVerifiedEmailAddressCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteVerifiedEmailAddressCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteVerifiedEmailAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteVerifiedEmailAddressCommand extends $Command<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteVerifiedEmailAddressCommandInput;
|
|
29
12
|
constructor(input: DeleteVerifiedEmailAddressCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DescribeActiveReceiptRuleSetCommandInput extends DescribeActive
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiveReceiptRuleSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the metadata and receipt rules for the receipt rule set that is currently
|
|
11
|
-
* active.</p>
|
|
12
|
-
* <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
|
|
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, DescribeActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
19
|
-
* // const { SESClient, DescribeActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
20
|
-
* const client = new SESClient(config);
|
|
21
|
-
* const command = new DescribeActiveReceiptRuleSetCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DescribeActiveReceiptRuleSetCommand extends $Command<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
31
11
|
readonly input: DescribeActiveReceiptRuleSetCommandInput;
|
|
32
12
|
constructor(input: DescribeActiveReceiptRuleSetCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DescribeConfigurationSetCommandInput extends DescribeConfigurat
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeConfigurationSetCommandOutput extends DescribeConfigurationSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the details of the specified configuration set. For information about using
|
|
11
|
-
* 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, DescribeConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DescribeConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DescribeConfigurationSetCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DescribeConfigurationSetCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: DescribeConfigurationSetCommandInput;
|
|
31
12
|
constructor(input: DescribeConfigurationSetCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DescribeReceiptRuleCommandInput extends DescribeReceiptRuleRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the details of the specified receipt rule.</p>
|
|
11
|
-
* <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
|
|
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, DescribeReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, DescribeReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new DescribeReceiptRuleCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DescribeReceiptRuleCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DescribeReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DescribeReceiptRuleCommand extends $Command<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: DescribeReceiptRuleCommandInput;
|
|
31
12
|
constructor(input: DescribeReceiptRuleCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeReceiptRuleSetCommandInput extends DescribeReceiptRuleS
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRuleSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the details of the specified receipt rule set.</p>
|
|
11
|
-
* <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>
|
|
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, DescribeReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
17
|
-
* // const { SESClient, DescribeReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
18
|
-
* const client = new SESClient(config);
|
|
19
|
-
* const command = new DescribeReceiptRuleSetCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeReceiptRuleSetCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeReceiptRuleSetCommand extends $Command<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeReceiptRuleSetCommandInput;
|
|
30
12
|
constructor(input: DescribeReceiptRuleSetCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetAccountSendingEnabledCommandInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetAccountSendingEnabledCommandOutput extends GetAccountSendingEnabledResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the email sending status of the Amazon SES account for the current region.</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, GetAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
16
|
-
* // const { SESClient, GetAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
17
|
-
* const client = new SESClient(config);
|
|
18
|
-
* const command = new GetAccountSendingEnabledCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetAccountSendingEnabledCommand extends $Command<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
28
11
|
readonly input: GetAccountSendingEnabledCommandInput;
|
|
29
12
|
constructor(input: GetAccountSendingEnabledCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface GetCustomVerificationEmailTemplateCommandInput extends GetCusto
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the custom email verification template for the template name you
|
|
11
|
-
* specify.</p>
|
|
12
|
-
* <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
|
|
13
|
-
* Guide</i>.</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, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
19
|
-
* // const { SESClient, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
20
|
-
* const client = new SESClient(config);
|
|
21
|
-
* const command = new GetCustomVerificationEmailTemplateCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
31
11
|
readonly input: GetCustomVerificationEmailTemplateCommandInput;
|
|
32
12
|
constructor(input: GetCustomVerificationEmailTemplateCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,51 +6,11 @@ export interface GetIdentityDkimAttributesCommandInput extends GetIdentityDkimAt
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimAttributesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the current status of Easy DKIM signing for an entity. For domain name
|
|
11
|
-
* identities, this operation also returns the DKIM tokens that are required for Easy DKIM
|
|
12
|
-
* signing, and whether Amazon SES has successfully verified that these tokens have been
|
|
13
|
-
* published.</p>
|
|
14
|
-
* <p>This operation takes a list of identities as input and returns the following
|
|
15
|
-
* information for each:</p>
|
|
16
|
-
* <ul>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>Whether Easy DKIM signing is enabled or disabled.</p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>A set of DKIM tokens that represent the identity. If the identity is an email
|
|
22
|
-
* address, the tokens represent the domain of that address.</p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>Whether Amazon SES has successfully verified the DKIM tokens published in the
|
|
26
|
-
* domain's DNS. This information is only returned for domain name identities, not
|
|
27
|
-
* for email addresses.</p>
|
|
28
|
-
* </li>
|
|
29
|
-
* </ul>
|
|
30
|
-
* <p>This operation is throttled at one request per second and can only get DKIM attributes
|
|
31
|
-
* for up to 100 identities at a time.</p>
|
|
32
|
-
* <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>
|
|
33
|
-
* @example
|
|
34
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
-
* ```javascript
|
|
36
|
-
* import { SESClient, GetIdentityDkimAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
37
|
-
* // const { SESClient, GetIdentityDkimAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
38
|
-
* const client = new SESClient(config);
|
|
39
|
-
* const command = new GetIdentityDkimAttributesCommand(input);
|
|
40
|
-
* const response = await client.send(command);
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* @see {@link GetIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
44
|
-
* @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
9
|
+
|
|
48
10
|
export declare class GetIdentityDkimAttributesCommand extends $Command<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig> {
|
|
49
11
|
readonly input: GetIdentityDkimAttributesCommandInput;
|
|
50
12
|
constructor(input: GetIdentityDkimAttributesCommandInput);
|
|
51
|
-
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
13
|
+
|
|
54
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput>;
|
|
55
15
|
private serialize;
|
|
56
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIden
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the custom MAIL FROM attributes for a list of identities (email addresses :
|
|
11
|
-
* domains).</p>
|
|
12
|
-
* <p>This operation is throttled at one request per second and can only get custom MAIL
|
|
13
|
-
* FROM attributes for up to 100 identities at a time.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { SESClient, GetIdentityMailFromDomainAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
18
|
-
* // const { SESClient, GetIdentityMailFromDomainAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
19
|
-
* const client = new SESClient(config);
|
|
20
|
-
* const command = new GetIdentityMailFromDomainAttributesCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link GetIdentityMailFromDomainAttributesCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig> {
|
|
30
11
|
readonly input: GetIdentityMailFromDomainAttributesCommandInput;
|
|
31
12
|
constructor(input: GetIdentityMailFromDomainAttributesCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,34 +6,11 @@ export interface GetIdentityNotificationAttributesCommandInput extends GetIdenti
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetIdentityNotificationAttributesCommandOutput extends GetIdentityNotificationAttributesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Given a list of verified identities (email addresses and/or domains), returns a
|
|
11
|
-
* structure describing identity notification attributes.</p>
|
|
12
|
-
* <p>This operation is throttled at one request per second and can only get notification
|
|
13
|
-
* attributes for up to 100 identities at a time.</p>
|
|
14
|
-
* <p>For more information about using notifications with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html">Amazon SES
|
|
15
|
-
* Developer Guide</a>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { SESClient, GetIdentityNotificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
20
|
-
* // const { SESClient, GetIdentityNotificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
21
|
-
* const client = new SESClient(config);
|
|
22
|
-
* const command = new GetIdentityNotificationAttributesCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link GetIdentityNotificationAttributesCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
9
|
+
|
|
31
10
|
export declare class GetIdentityNotificationAttributesCommand extends $Command<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig> {
|
|
32
11
|
readonly input: GetIdentityNotificationAttributesCommandInput;
|
|
33
12
|
constructor(input: GetIdentityNotificationAttributesCommandInput);
|
|
34
|
-
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
13
|
+
|
|
37
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput>;
|
|
38
15
|
private serialize;
|
|
39
16
|
private deserialize;
|