• 沒有找到結果。

ListCustomVerificationEmailTemplates

在文檔中 Amazon Simple Email Service (頁 70-81)

ListCustomVerificationEmailTemplates

Lists the existing custom verification email templates for your account in the current AWS Region.

For more information about custom verification email templates, see Using Custom Verification Email Templates in 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).

MaxResults

The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation returns up to 50 results.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 50.

Required: No NextToken

An array the contains the name and creation time stamp for each template in your Amazon SES account.

Type: String Required: No

Response Elements

The following elements are returned by the service.

CustomVerificationEmailTemplates.member.N

A list of the custom verification email templates that exist in your account.

Type: Array of CustomVerificationEmailTemplate (p. 149) objects NextToken

A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

Type: String

Errors

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

See Also

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

ListIdentities

ListIdentities

Returns a list containing all of the identities (email addresses and domains) for your AWS account in the current AWS Region, regardless of verification status.

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).

IdentityType

The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

Type: String

Valid Values: EmailAddress | Domain Required: No

MaxItems

The maximum number of identities per page. Possible values are 1-1000 inclusive.

Type: Integer Required: No NextToken

The token to use for pagination.

Type: String Required: No

Response Elements

The following elements are returned by the service.

Identities.member.N A list of identities.

Type: Array of strings NextToken

The token used for pagination.

Type: String

Errors

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

See Also

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

ListIdentityPolicies

ListIdentityPolicies

Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This operation returns only a list. To get the actual policy content, use GetIdentityPolicies.

Note

This operation is for the identity owner only. If you have not verified the identity, it returns an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, 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).

Identity

The identity that is associated with the policy for which the policies are listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples:

[email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/

example.com.

To successfully call this operation, you must own the identity.

Type: String Required: Yes

Response Elements

The following element is returned by the service.

PolicyNames.member.N

A list of names of policies that apply to the specified identity.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 64.

Errors

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

See Also

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

• AWS Command Line Interface

See Also

• 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

ListReceiptFilters

ListReceiptFilters

Lists the IP address filters associated with your AWS account in the current AWS Region.

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

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

Response Elements

The following element is returned by the service.

Filters.member.N

A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

Type: Array of ReceiptFilter (p. 169) objects

Errors

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

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

ListReceiptRuleSets

ListReceiptRuleSets

Lists the receipt rule sets that exist under your AWS account in the current AWS Region. If there are additional receipt rule sets to be retrieved, you receive a NextToken that you can provide to the next call to ListReceiptRuleSets to retrieve the additional entries.

For information about managing 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).

NextToken

A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

Type: String Required: No

Response Elements

The following elements are returned by the service.

NextToken

A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

Type: String RuleSets.member.N

The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

Type: Array of ReceiptRuleSetMetadata (p. 173) objects

Errors

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

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

See Also

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListTemplates

ListTemplates

Lists the email templates present in your Amazon SES account in the current AWS Region.

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).

MaxItems

The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation returns up to 10 results.

Type: Integer Required: No NextToken

A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

Type: String Required: No

Response Elements

The following elements are returned by the service.

NextToken

A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

Type: String

TemplatesMetadata.member.N

An array the contains the name and creation time stamp for each template in your Amazon SES account.

Type: Array of TemplateMetadata (p. 184) objects

Errors

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

See Also

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

See Also

• 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

在文檔中 Amazon Simple Email Service (頁 70-81)