• 沒有找到結果。

Request Parameters

在文檔中 Amazon Simple Email Service (頁 22-31)

For information about the parameters that are common to all actions, see Common Parameters (p. 187).

FailureRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Type: String Required: Yes FromEmailAddress

The email address that the custom verification email is sent from.

Type: String Required: Yes SuccessRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

Type: String Required: Yes TemplateContent

The content of the custom verification email. The total size of the email must be less than 10 MB.

The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

Type: String Required: Yes TemplateName

The name of the custom verification email template.

Type: String Required: Yes TemplateSubject

The subject line of the custom verification email.

Type: String

Errors

Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors (p. 189).

CustomVerificationEmailInvalidContent

Indicates that custom verification email template provided content is invalid.

HTTP Status Code: 400

CustomVerificationEmailTemplateAlreadyExists

Indicates that a custom verification email template with the name you specified already exists.

HTTP Status Code: 400 FromEmailAddressNotVerified

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

HTTP Status Code: 400 LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

CreateReceiptFilter

CreateReceiptFilter

Creates a new IP address filter.

For information about setting up IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 187).

Filter

A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

Type: ReceiptFilter (p. 169) object Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors (p. 189).

AlreadyExists

Indicates that a resource could not be created because of a naming conflict.

HTTP Status Code: 400 LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

CreateReceiptRule

CreateReceiptRule

Creates a receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 187).

After

The name of an existing rule after which the new rule is placed. If this parameter is null, the new rule is inserted at the beginning of the rule list.

Type: String Required: No Rule

A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

Type: ReceiptRule (p. 171) object Required: Yes

RuleSetName

The name of the rule set where the receipt rule is added.

Type: String Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors (p. 189).

AlreadyExists

Indicates that a resource could not be created because of a naming conflict.

HTTP Status Code: 400 InvalidLambdaFunction

Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

HTTP Status Code: 400 InvalidS3Configuration

Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

See Also

HTTP Status Code: 400 InvalidSnsTopic

Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

HTTP Status Code: 400 LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400 RuleDoesNotExist

Indicates that the provided receipt rule does not exist.

HTTP Status Code: 400 RuleSetDoesNotExist

Indicates that the provided receipt rule set does not exist.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

CreateReceiptRuleSet

CreateReceiptRuleSet

Creates an empty receipt rule set.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 187).

RuleSetName

The name of the rule set to create. The name must meet the following requirements:

• Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

• Start and end with a letter or number.

• Contain 64 characters or fewer.

Type: String Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors (p. 189).

AlreadyExists

Indicates that a resource could not be created because of a naming conflict.

HTTP Status Code: 400 LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

See Also

• AWS SDK for Ruby V3

CreateTemplate

CreateTemplate

Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 187).

Template

The content of the email, composed of a subject line and either an HTML part or a text-only part.

Type: Template (p. 183) object Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors (p. 189).

AlreadyExists

Indicates that a resource could not be created because of a naming conflict.

HTTP Status Code: 400 InvalidTemplate

Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.

HTTP Status Code: 400 LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

See Also

• AWS SDK for Python

• AWS SDK for Ruby V3

在文檔中 Amazon Simple Email Service (頁 22-31)