{ "version": "2.0", "service": "Amazon Simple Email Service

This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the Amazon SES Developer Guide.

For a list of Amazon SES endpoints to use in service requests, see Regions and Amazon SES in the Amazon SES Developer Guide.

", "operations": { "CloneReceiptRuleSet": "

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.

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

This action is throttled at one request per second.

", "CreateReceiptFilter": "

Creates a new IP address filter.

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

This action is throttled at one request per second.

", "CreateReceiptRule": "

Creates a receipt rule.

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

This action is throttled at one request per second.

", "CreateReceiptRuleSet": "

Creates an empty receipt rule set.

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

This action is throttled at one request per second.

", "DeleteIdentity": "

Deletes the specified identity (an email address or a domain) from the list of verified identities.

This action is throttled at one request per second.

", "DeleteIdentityPolicy": "

Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.

This API is for the identity owner only. If you have not verified the identity, this API will return 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.

This action is throttled at one request per second.

", "DeleteReceiptFilter": "

Deletes the specified IP address filter.

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

This action is throttled at one request per second.

", "DeleteReceiptRule": "

Deletes the specified receipt rule.

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

This action is throttled at one request per second.

", "DeleteReceiptRuleSet": "

Deletes the specified receipt rule set and all of the receipt rules it contains.

The currently active rule set cannot be deleted.

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

This action is throttled at one request per second.

", "DeleteVerifiedEmailAddress": "

Deletes the specified email address from the list of verified addresses.

The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.

This action is throttled at one request per second.

", "DescribeActiveReceiptRuleSet": "

Returns the metadata and receipt rules for the receipt rule set that is currently active.

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

This action is throttled at one request per second.

", "DescribeReceiptRule": "

Returns the details of the specified receipt rule.

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

This action is throttled at one request per second.

", "DescribeReceiptRuleSet": "

Returns the details of the specified receipt rule set.

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

This action is throttled at one request per second.

", "GetIdentityDkimAttributes": "

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This action takes a list of identities as input and returns the following information for each:

This action is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

", "GetIdentityMailFromDomainAttributes": "

Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).

This action is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

", "GetIdentityNotificationAttributes": "

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This action is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "GetIdentityPolicies": "

Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.

This API is for the identity owner only. If you have not verified the identity, this API will return 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.

This action is throttled at one request per second.

", "GetIdentityVerificationAttributes": "

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

This action is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.

", "GetSendQuota": "

Returns the user's current sending limits.

This action is throttled at one request per second.

", "GetSendStatistics": "

Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.

Each data point in the list contains statistics for a 15-minute interval.

This action is throttled at one request per second.

", "ListIdentities": "

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

This action is throttled at one request per second.

", "ListIdentityPolicies": "

Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This API returns only a list. If you want the actual policy content, you can use GetIdentityPolicies.

This API is for the identity owner only. If you have not verified the identity, this API will return 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.

This action is throttled at one request per second.

", "ListReceiptFilters": "

Lists the IP address filters associated with your AWS account.

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

This action is throttled at one request per second.

", "ListReceiptRuleSets": "

Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will 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.

This action is throttled at one request per second.

", "ListVerifiedEmailAddresses": "

Returns a list containing all of the email addresses that have been verified.

The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.

This action is throttled at one request per second.

", "PutIdentityPolicy": "

Adds or updates a sending authorization policy for the specified identity (an email address or a domain).

This API is for the identity owner only. If you have not verified the identity, this API will return 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.

This action is throttled at one request per second.

", "ReorderReceiptRuleSet": "

Reorders the receipt rules within a receipt rule set.

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules.

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

This action is throttled at one request per second.

", "SendBounce": "

Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.

You cannot use this API to send generic bounces for mail that was not received by Amazon SES.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "SendEmail": "

Composes an email message based on input data, and then immediately queues the message for sending.

There are several important points to know about SendEmail:

", "SendRawEmail": "

Sends an email message, with header and content specified by the client. The SendRawEmail action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.

There are several important points to know about SendRawEmail:

", "SetActiveReceiptRuleSet": "

Sets the specified receipt rule set as the active receipt rule set.

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.

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

This action is throttled at one request per second.

", "SetIdentityDkimEnabled": "

Enables or disables Easy DKIM signing of email sent from an identity:

For email addresses (e.g., user@example.com), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.

This action is throttled at one request per second.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.

", "SetIdentityFeedbackForwardingEnabled": "

Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.

Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "SetIdentityHeadersInNotificationsEnabled": "

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "SetIdentityMailFromDomain": "

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a domain).

To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "SetIdentityNotificationTopic": "

Given an identity (an email address or a domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the Source.

Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see SetIdentityFeedbackForwardingEnabled.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.

", "SetReceiptRulePosition": "

Sets the position of the specified receipt rule in the receipt rule set.

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

This action is throttled at one request per second.

", "UpdateReceiptRule": "

Updates a receipt rule.

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

This action is throttled at one request per second.

", "VerifyDomainDkim": "

Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain.

This action is throttled at one request per second.

To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled action.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

", "VerifyDomainIdentity": "

Verifies a domain.

This action is throttled at one request per second.

", "VerifyEmailAddress": "

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.

This action is throttled at one request per second.

", "VerifyEmailIdentity": "

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

This action is throttled at one request per second.

" }, "shapes": { "AddHeaderAction": { "base": "

When included in a receipt rule, this action adds a header to the received email.

For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$AddHeaderAction": "

Adds a header to the received email.

" } }, "Address": { "base": null, "refs": { "AddressList$member": null, "BounceAction$Sender": "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "BouncedRecipientInfo$Recipient": "

The email address of the recipient of the bounced email.

", "DeleteVerifiedEmailAddressRequest$EmailAddress": "

An email address to be removed from the list of verified addresses.

", "RecipientDsnFields$FinalRecipient": "

The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

", "SendBounceRequest$BounceSender": "

The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

", "SendEmailRequest$Source": "

The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

", "SendEmailRequest$ReturnPath": "

The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

", "SendRawEmailRequest$Source": "

The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

", "VerifyEmailAddressRequest$EmailAddress": "

The email address to be verified.

", "VerifyEmailIdentityRequest$EmailAddress": "

The email address to be verified.

" } }, "AddressList": { "base": null, "refs": { "Destination$ToAddresses": "

The To: field(s) of the message.

", "Destination$CcAddresses": "

The CC: field(s) of the message.

", "Destination$BccAddresses": "

The BCC: field(s) of the message.

", "ListVerifiedEmailAddressesResponse$VerifiedEmailAddresses": "

A list of email addresses that have been verified.

", "SendEmailRequest$ReplyToAddresses": "

The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

", "SendRawEmailRequest$Destinations": "

A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

" } }, "AlreadyExistsException": { "base": "

Indicates that a resource could not be created due to a naming conflict.

", "refs": { } }, "AmazonResourceName": { "base": null, "refs": { "BounceAction$TopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "BouncedRecipientInfo$RecipientArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "InvalidLambdaFunctionException$FunctionArn": null, "InvalidSnsTopicException$Topic": null, "LambdaAction$TopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "LambdaAction$FunctionArn": "

The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

", "S3Action$TopicArn": "

The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "S3Action$KmsKeyArn": "

The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

", "SNSAction$TopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "SendBounceRequest$BounceSenderArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

", "SendEmailRequest$SourceArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from user@example.com, then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be user@example.com.

For more information about sending authorization, see the Amazon SES Developer Guide.

", "SendEmailRequest$ReturnPathArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use feedback@example.com, then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be feedback@example.com.

For more information about sending authorization, see the Amazon SES Developer Guide.

", "SendRawEmailRequest$FromArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

", "SendRawEmailRequest$SourceArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from user@example.com, then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be user@example.com.

Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

", "SendRawEmailRequest$ReturnPathArn": "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use feedback@example.com, then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be feedback@example.com.

Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

", "StopAction$TopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "WorkmailAction$TopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "WorkmailAction$OrganizationArn": "

The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

" } }, "ArrivalDate": { "base": null, "refs": { "MessageDsn$ArrivalDate": "

When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

" } }, "BehaviorOnMXFailure": { "base": null, "refs": { "IdentityMailFromDomainAttributes$BehaviorOnMXFailure": "

The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

", "SetIdentityMailFromDomainRequest$BehaviorOnMXFailure": "

The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

" } }, "Body": { "base": "

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

", "refs": { "Message$Body": "

The message body.

" } }, "BounceAction": { "base": "

When included in a receipt rule, this action rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$BounceAction": "

Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

" } }, "BounceMessage": { "base": null, "refs": { "BounceAction$Message": "

Human-readable text to include in the bounce message.

" } }, "BounceSmtpReplyCode": { "base": null, "refs": { "BounceAction$SmtpReplyCode": "

The SMTP reply code, as defined by RFC 5321.

" } }, "BounceStatusCode": { "base": null, "refs": { "BounceAction$StatusCode": "

The SMTP enhanced status code, as defined by RFC 3463.

" } }, "BounceType": { "base": null, "refs": { "BouncedRecipientInfo$BounceType": "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

" } }, "BouncedRecipientInfo": { "base": "

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

", "refs": { "BouncedRecipientInfoList$member": null } }, "BouncedRecipientInfoList": { "base": null, "refs": { "SendBounceRequest$BouncedRecipientInfoList": "

A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

" } }, "CannotDeleteException": { "base": "

Indicates that the delete operation could not be completed.

", "refs": { } }, "Charset": { "base": null, "refs": { "Content$Charset": "

The character set of the content.

" } }, "Cidr": { "base": null, "refs": { "ReceiptIpFilter$Cidr": "

A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

" } }, "CloneReceiptRuleSetRequest": { "base": "

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "CloneReceiptRuleSetResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "Content": { "base": "

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

", "refs": { "Body$Text": "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "Body$Html": "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "Message$Subject": "

The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

" } }, "Counter": { "base": null, "refs": { "SendDataPoint$DeliveryAttempts": "

Number of emails that have been enqueued for sending.

", "SendDataPoint$Bounces": "

Number of emails that have bounced.

", "SendDataPoint$Complaints": "

Number of unwanted emails that were rejected by recipients.

", "SendDataPoint$Rejects": "

Number of emails rejected by Amazon SES.

" } }, "CreateReceiptFilterRequest": { "base": "

Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "CreateReceiptFilterResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "CreateReceiptRuleRequest": { "base": "

Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "CreateReceiptRuleResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "CreateReceiptRuleSetRequest": { "base": "

Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "CreateReceiptRuleSetResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "CustomMailFromStatus": { "base": null, "refs": { "IdentityMailFromDomainAttributes$MailFromDomainStatus": "

The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

" } }, "DeleteIdentityPolicyRequest": { "base": "

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "refs": { } }, "DeleteIdentityPolicyResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "DeleteIdentityRequest": { "base": "

Represents a request to delete one of your Amazon SES identities (an email address or domain).

", "refs": { } }, "DeleteIdentityResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "DeleteReceiptFilterRequest": { "base": "

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DeleteReceiptFilterResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "DeleteReceiptRuleRequest": { "base": "

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DeleteReceiptRuleResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "DeleteReceiptRuleSetRequest": { "base": "

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DeleteReceiptRuleSetResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "DeleteVerifiedEmailAddressRequest": { "base": "

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

", "refs": { } }, "DescribeActiveReceiptRuleSetRequest": { "base": "

Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DescribeActiveReceiptRuleSetResponse": { "base": "

Represents the metadata and receipt rules for the receipt rule set that is currently active.

", "refs": { } }, "DescribeReceiptRuleRequest": { "base": "

Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DescribeReceiptRuleResponse": { "base": "

Represents the details of a receipt rule.

", "refs": { } }, "DescribeReceiptRuleSetRequest": { "base": "

Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "DescribeReceiptRuleSetResponse": { "base": "

Represents the details of the specified receipt rule set.

", "refs": { } }, "Destination": { "base": "

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

", "refs": { "SendEmailRequest$Destination": "

The destination for this email, composed of To:, CC:, and BCC: fields.

" } }, "DiagnosticCode": { "base": null, "refs": { "RecipientDsnFields$DiagnosticCode": "

An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

" } }, "DkimAttributes": { "base": null, "refs": { "GetIdentityDkimAttributesResponse$DkimAttributes": "

The DKIM attributes for an email address or a domain.

" } }, "Domain": { "base": null, "refs": { "VerifyDomainDkimRequest$Domain": "

The name of the domain to be verified for Easy DKIM signing.

", "VerifyDomainIdentityRequest$Domain": "

The domain to be verified.

" } }, "DsnAction": { "base": null, "refs": { "RecipientDsnFields$Action": "

The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

" } }, "DsnStatus": { "base": null, "refs": { "RecipientDsnFields$Status": "

The status code that indicates what went wrong. This is required by RFC 3464.

" } }, "Enabled": { "base": null, "refs": { "IdentityDkimAttributes$DkimEnabled": "

True if DKIM signing is enabled for email sent from the identity; false otherwise.

", "IdentityNotificationAttributes$ForwardingEnabled": "

Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

", "IdentityNotificationAttributes$HeadersInBounceNotificationsEnabled": "

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

", "IdentityNotificationAttributes$HeadersInComplaintNotificationsEnabled": "

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

", "IdentityNotificationAttributes$HeadersInDeliveryNotificationsEnabled": "

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

", "ReceiptRule$Enabled": "

If true, the receipt rule is active. The default value is false.

", "ReceiptRule$ScanEnabled": "

If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

", "SetIdentityDkimEnabledRequest$DkimEnabled": "

Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

", "SetIdentityFeedbackForwardingEnabledRequest$ForwardingEnabled": "

Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

", "SetIdentityHeadersInNotificationsEnabledRequest$Enabled": "

Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

" } }, "Explanation": { "base": null, "refs": { "SendBounceRequest$Explanation": "

Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

" } }, "ExtensionField": { "base": "

Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

", "refs": { "ExtensionFieldList$member": null } }, "ExtensionFieldList": { "base": null, "refs": { "MessageDsn$ExtensionFields": "

Additional X-headers to include in the DSN.

", "RecipientDsnFields$ExtensionFields": "

Additional X-headers to include in the DSN.

" } }, "ExtensionFieldName": { "base": null, "refs": { "ExtensionField$Name": "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

" } }, "ExtensionFieldValue": { "base": null, "refs": { "ExtensionField$Value": "

The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

" } }, "GetIdentityDkimAttributesRequest": { "base": "

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

", "refs": { } }, "GetIdentityDkimAttributesResponse": { "base": "

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

", "refs": { } }, "GetIdentityMailFromDomainAttributesRequest": { "base": "

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "refs": { } }, "GetIdentityMailFromDomainAttributesResponse": { "base": "

Represents the custom MAIL FROM attributes for a list of identities.

", "refs": { } }, "GetIdentityNotificationAttributesRequest": { "base": "

Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "refs": { } }, "GetIdentityNotificationAttributesResponse": { "base": "

Represents the notification attributes for a list of identities.

", "refs": { } }, "GetIdentityPoliciesRequest": { "base": "

Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "refs": { } }, "GetIdentityPoliciesResponse": { "base": "

Represents the requested sending authorization policies.

", "refs": { } }, "GetIdentityVerificationAttributesRequest": { "base": "

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

", "refs": { } }, "GetIdentityVerificationAttributesResponse": { "base": "

The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

", "refs": { } }, "GetSendQuotaResponse": { "base": "

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

", "refs": { } }, "GetSendStatisticsResponse": { "base": "

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

", "refs": { } }, "HeaderName": { "base": null, "refs": { "AddHeaderAction$HeaderName": "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

" } }, "HeaderValue": { "base": null, "refs": { "AddHeaderAction$HeaderValue": "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

" } }, "Identity": { "base": null, "refs": { "DeleteIdentityPolicyRequest$Identity": "

The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

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

", "DeleteIdentityRequest$Identity": "

The identity to be removed from the list of identities for the AWS Account.

", "DkimAttributes$key": null, "GetIdentityPoliciesRequest$Identity": "

The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

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

", "IdentityList$member": null, "ListIdentityPoliciesRequest$Identity": "

The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

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

", "MailFromDomainAttributes$key": null, "NotificationAttributes$key": null, "PutIdentityPolicyRequest$Identity": "

The identity to which the policy will apply. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

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

", "SetIdentityDkimEnabledRequest$Identity": "

The identity for which DKIM signing should be enabled or disabled.

", "SetIdentityFeedbackForwardingEnabledRequest$Identity": "

The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.

", "SetIdentityHeadersInNotificationsEnabledRequest$Identity": "

The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.

", "SetIdentityMailFromDomainRequest$Identity": "

The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

", "SetIdentityNotificationTopicRequest$Identity": "

The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

", "VerificationAttributes$key": null } }, "IdentityDkimAttributes": { "base": "

Represents the DKIM attributes of a verified email address or a domain.

", "refs": { "DkimAttributes$value": null } }, "IdentityList": { "base": null, "refs": { "GetIdentityDkimAttributesRequest$Identities": "

A list of one or more verified identities - email addresses, domains, or both.

", "GetIdentityMailFromDomainAttributesRequest$Identities": "

A list of one or more identities.

", "GetIdentityNotificationAttributesRequest$Identities": "

A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

", "GetIdentityVerificationAttributesRequest$Identities": "

A list of identities.

", "ListIdentitiesResponse$Identities": "

A list of identities.

" } }, "IdentityMailFromDomainAttributes": { "base": "

Represents the custom MAIL FROM domain attributes of a verified identity (email address or domain).

", "refs": { "MailFromDomainAttributes$value": null } }, "IdentityNotificationAttributes": { "base": "

Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

", "refs": { "NotificationAttributes$value": null } }, "IdentityType": { "base": null, "refs": { "ListIdentitiesRequest$IdentityType": "

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

" } }, "IdentityVerificationAttributes": { "base": "

Represents the verification attributes of a single identity.

", "refs": { "VerificationAttributes$value": null } }, "InvalidLambdaFunctionException": { "base": "

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.

", "refs": { } }, "InvalidPolicyException": { "base": "

Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

", "refs": { } }, "InvalidS3ConfigurationException": { "base": "

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.

", "refs": { } }, "InvalidSnsTopicException": { "base": "

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.

", "refs": { } }, "InvocationType": { "base": null, "refs": { "LambdaAction$InvocationType": "

The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

" } }, "LambdaAction": { "base": "

When included in a receipt rule, this action calls an AWS Lambda function and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

To enable Amazon SES to call your AWS Lambda function or to publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

For information about using AWS Lambda actions in receipt rules, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$LambdaAction": "

Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

" } }, "LastAttemptDate": { "base": null, "refs": { "RecipientDsnFields$LastAttemptDate": "

The time the final delivery attempt was made, in RFC 822 date-time format.

" } }, "LimitExceededException": { "base": "

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

", "refs": { } }, "ListIdentitiesRequest": { "base": "

Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.

", "refs": { } }, "ListIdentitiesResponse": { "base": "

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

", "refs": { } }, "ListIdentityPoliciesRequest": { "base": "

Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "refs": { } }, "ListIdentityPoliciesResponse": { "base": "

A list of names of sending authorization policies that apply to an identity.

", "refs": { } }, "ListReceiptFiltersRequest": { "base": "

: Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "ListReceiptFiltersResponse": { "base": "

A list of IP address filters that exist under your AWS account.

", "refs": { } }, "ListReceiptRuleSetsRequest": { "base": "

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "ListReceiptRuleSetsResponse": { "base": "

A list of receipt rule sets that exist under your AWS account.

", "refs": { } }, "ListVerifiedEmailAddressesResponse": { "base": "

A list of email addresses that you have verified with Amazon SES under your AWS account.

", "refs": { } }, "MailFromDomainAttributes": { "base": null, "refs": { "GetIdentityMailFromDomainAttributesResponse$MailFromDomainAttributes": "

A map of identities to custom MAIL FROM attributes.

" } }, "MailFromDomainName": { "base": null, "refs": { "IdentityMailFromDomainAttributes$MailFromDomain": "

The custom MAIL FROM domain that the identity is configured to use.

", "SetIdentityMailFromDomainRequest$MailFromDomain": "

The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

" } }, "MailFromDomainNotVerifiedException": { "base": "

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

", "refs": { } }, "Max24HourSend": { "base": null, "refs": { "GetSendQuotaResponse$Max24HourSend": "

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

" } }, "MaxItems": { "base": null, "refs": { "ListIdentitiesRequest$MaxItems": "

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

" } }, "MaxSendRate": { "base": null, "refs": { "GetSendQuotaResponse$MaxSendRate": "

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

" } }, "Message": { "base": "

Represents the message to be sent, composed of a subject and a body.

", "refs": { "SendEmailRequest$Message": "

The message to be sent.

" } }, "MessageData": { "base": null, "refs": { "Content$Data": "

The textual data of the content.

" } }, "MessageDsn": { "base": "

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

", "refs": { "SendBounceRequest$MessageDsn": "

Message-related DSN fields. If not specified, Amazon SES will choose the values.

" } }, "MessageId": { "base": null, "refs": { "SendBounceRequest$OriginalMessageId": "

The message ID of the message to be bounced.

", "SendBounceResponse$MessageId": "

The message ID of the bounce message.

", "SendEmailResponse$MessageId": "

The unique message identifier returned from the SendEmail action.

", "SendRawEmailResponse$MessageId": "

The unique message identifier returned from the SendRawEmail action.

" } }, "MessageRejected": { "base": "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "refs": { } }, "NextToken": { "base": null, "refs": { "ListIdentitiesRequest$NextToken": "

The token to use for pagination.

", "ListIdentitiesResponse$NextToken": "

The token used for pagination.

", "ListReceiptRuleSetsRequest$NextToken": "

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

", "ListReceiptRuleSetsResponse$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.

" } }, "NotificationAttributes": { "base": null, "refs": { "GetIdentityNotificationAttributesResponse$NotificationAttributes": "

A map of Identity to IdentityNotificationAttributes.

" } }, "NotificationTopic": { "base": null, "refs": { "IdentityNotificationAttributes$BounceTopic": "

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

", "IdentityNotificationAttributes$ComplaintTopic": "

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

", "IdentityNotificationAttributes$DeliveryTopic": "

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

", "SetIdentityNotificationTopicRequest$SnsTopic": "

The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

" } }, "NotificationType": { "base": null, "refs": { "SetIdentityHeadersInNotificationsEnabledRequest$NotificationType": "

The notification type for which to enable or disable headers in notifications.

", "SetIdentityNotificationTopicRequest$NotificationType": "

The type of notifications that will be published to the specified Amazon SNS topic.

" } }, "Policy": { "base": null, "refs": { "PolicyMap$value": null, "PutIdentityPolicyRequest$Policy": "

The text of the policy in JSON format. The policy cannot exceed 4 KB.

For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

" } }, "PolicyMap": { "base": null, "refs": { "GetIdentityPoliciesResponse$Policies": "

A map of policy names to policies.

" } }, "PolicyName": { "base": null, "refs": { "DeleteIdentityPolicyRequest$PolicyName": "

The name of the policy to be deleted.

", "PolicyMap$key": null, "PolicyNameList$member": null, "PutIdentityPolicyRequest$PolicyName": "

The name of the policy.

The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

" } }, "PolicyNameList": { "base": null, "refs": { "GetIdentityPoliciesRequest$PolicyNames": "

A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

", "ListIdentityPoliciesResponse$PolicyNames": "

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

" } }, "PutIdentityPolicyRequest": { "base": "

Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "refs": { } }, "PutIdentityPolicyResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "RawMessage": { "base": "

Represents the raw data of the message.

", "refs": { "SendRawEmailRequest$RawMessage": "

The raw text of the message. The client is responsible for ensuring the following:

" } }, "RawMessageData": { "base": null, "refs": { "RawMessage$Data": "

The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

The To:, CC:, and BCC: headers in the raw message can contain a group list.

If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

For more information, go to the Amazon SES Developer Guide.

" } }, "ReceiptAction": { "base": "

An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

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

", "refs": { "ReceiptActionsList$member": null } }, "ReceiptActionsList": { "base": null, "refs": { "ReceiptRule$Actions": "

An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

" } }, "ReceiptFilter": { "base": "

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

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

", "refs": { "CreateReceiptFilterRequest$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.

", "ReceiptFilterList$member": null } }, "ReceiptFilterList": { "base": null, "refs": { "ListReceiptFiltersResponse$Filters": "

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.

" } }, "ReceiptFilterName": { "base": null, "refs": { "DeleteReceiptFilterRequest$FilterName": "

The name of the IP address filter to delete.

", "ReceiptFilter$Name": "

The name of the IP address filter. The name must:

" } }, "ReceiptFilterPolicy": { "base": null, "refs": { "ReceiptIpFilter$Policy": "

Indicates whether to block or allow incoming mail from the specified IP addresses.

" } }, "ReceiptIpFilter": { "base": "

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

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

", "refs": { "ReceiptFilter$IpFilter": "

A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

" } }, "ReceiptRule": { "base": "

Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.

Each receipt rule defines a set of email addresses or domains to which it applies. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.

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

", "refs": { "CreateReceiptRuleRequest$Rule": "

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

", "DescribeReceiptRuleResponse$Rule": "

A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

", "ReceiptRulesList$member": null, "UpdateReceiptRuleRequest$Rule": "

A data structure that contains the updated receipt rule information.

" } }, "ReceiptRuleName": { "base": null, "refs": { "CreateReceiptRuleRequest$After": "

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

", "DeleteReceiptRuleRequest$RuleName": "

The name of the receipt rule to delete.

", "DescribeReceiptRuleRequest$RuleName": "

The name of the receipt rule.

", "ReceiptRule$Name": "

The name of the receipt rule. The name must:

", "ReceiptRuleNamesList$member": null, "SetReceiptRulePositionRequest$RuleName": "

The name of the receipt rule to reposition.

", "SetReceiptRulePositionRequest$After": "

The name of the receipt rule after which to place the specified receipt rule.

" } }, "ReceiptRuleNamesList": { "base": null, "refs": { "ReorderReceiptRuleSetRequest$RuleNames": "

A list of the specified receipt rule set's receipt rules in the order that you want to put them.

" } }, "ReceiptRuleSetMetadata": { "base": "

Information about a receipt rule set.

A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

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

", "refs": { "DescribeActiveReceiptRuleSetResponse$Metadata": "

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

", "DescribeReceiptRuleSetResponse$Metadata": "

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

", "ReceiptRuleSetsLists$member": null } }, "ReceiptRuleSetName": { "base": null, "refs": { "CloneReceiptRuleSetRequest$RuleSetName": "

The name of the rule set to create. The name must:

", "CloneReceiptRuleSetRequest$OriginalRuleSetName": "

The name of the rule set to clone.

", "CreateReceiptRuleRequest$RuleSetName": "

The name of the rule set to which to add the rule.

", "CreateReceiptRuleSetRequest$RuleSetName": "

The name of the rule set to create. The name must:

", "DeleteReceiptRuleRequest$RuleSetName": "

The name of the receipt rule set that contains the receipt rule to delete.

", "DeleteReceiptRuleSetRequest$RuleSetName": "

The name of the receipt rule set to delete.

", "DescribeReceiptRuleRequest$RuleSetName": "

The name of the receipt rule set to which the receipt rule belongs.

", "DescribeReceiptRuleSetRequest$RuleSetName": "

The name of the receipt rule set to describe.

", "ReceiptRuleSetMetadata$Name": "

The name of the receipt rule set. The name must:

", "ReorderReceiptRuleSetRequest$RuleSetName": "

The name of the receipt rule set to reorder.

", "SetActiveReceiptRuleSetRequest$RuleSetName": "

The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

", "SetReceiptRulePositionRequest$RuleSetName": "

The name of the receipt rule set that contains the receipt rule to reposition.

", "UpdateReceiptRuleRequest$RuleSetName": "

The name of the receipt rule set to which the receipt rule belongs.

" } }, "ReceiptRuleSetsLists": { "base": null, "refs": { "ListReceiptRuleSetsResponse$RuleSets": "

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.

" } }, "ReceiptRulesList": { "base": null, "refs": { "DescribeActiveReceiptRuleSetResponse$Rules": "

The receipt rules that belong to the active rule set.

", "DescribeReceiptRuleSetResponse$Rules": "

A list of the receipt rules that belong to the specified receipt rule set.

" } }, "Recipient": { "base": null, "refs": { "RecipientsList$member": null } }, "RecipientDsnFields": { "base": "

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

", "refs": { "BouncedRecipientInfo$RecipientDsnFields": "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

" } }, "RecipientsList": { "base": null, "refs": { "ReceiptRule$Recipients": "

The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

" } }, "RemoteMta": { "base": null, "refs": { "RecipientDsnFields$RemoteMta": "

The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

" } }, "ReorderReceiptRuleSetRequest": { "base": "

Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "ReorderReceiptRuleSetResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "ReportingMta": { "base": null, "refs": { "MessageDsn$ReportingMta": "

The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

" } }, "RuleDoesNotExistException": { "base": "

Indicates that the provided receipt rule does not exist.

", "refs": { } }, "RuleOrRuleSetName": { "base": null, "refs": { "AlreadyExistsException$Name": null, "CannotDeleteException$Name": null, "RuleDoesNotExistException$Name": null, "RuleSetDoesNotExistException$Name": null } }, "RuleSetDoesNotExistException": { "base": "

Indicates that the provided receipt rule set does not exist.

", "refs": { } }, "S3Action": { "base": "

When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

To enable Amazon SES to write emails to your Amazon S3 bucket, use an AWS KMS key to encrypt your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

When you save your emails to an Amazon S3 bucket, the maximum email size (including headers) is 30 MB. Emails larger than that will bounce.

For information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$S3Action": "

Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

" } }, "S3BucketName": { "base": null, "refs": { "InvalidS3ConfigurationException$Bucket": null, "S3Action$BucketName": "

The name of the Amazon S3 bucket to which to save the received email.

" } }, "S3KeyPrefix": { "base": null, "refs": { "S3Action$ObjectKeyPrefix": "

The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

" } }, "SNSAction": { "base": "

When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS notifications. Amazon SNS notifications for all other actions simply provide information about the email. They do not include the email content itself.

If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a policy to the topic to give Amazon SES permissions to access it. For information about giving permissions, see the Amazon SES Developer Guide.

You can only publish emails that are 150 KB or less (including the header) to Amazon SNS. Larger emails will bounce. If you anticipate emails larger than 150 KB, use the S3 action instead.

For information about using a receipt rule to publish an Amazon SNS notification, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$SNSAction": "

Publishes the email content within a notification to Amazon SNS.

" } }, "SNSActionEncoding": { "base": null, "refs": { "SNSAction$Encoding": "

The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

" } }, "SendBounceRequest": { "base": "

Represents a request to send a bounce message to the sender of an email you received through Amazon SES.

", "refs": { } }, "SendBounceResponse": { "base": "

Represents a unique message ID.

", "refs": { } }, "SendDataPoint": { "base": "

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

", "refs": { "SendDataPointList$member": null } }, "SendDataPointList": { "base": null, "refs": { "GetSendStatisticsResponse$SendDataPoints": "

A list of data points, each of which represents 15 minutes of activity.

" } }, "SendEmailRequest": { "base": "

Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "SendEmailResponse": { "base": "

Represents a unique message ID.

", "refs": { } }, "SendRawEmailRequest": { "base": "

Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "SendRawEmailResponse": { "base": "

Represents a unique message ID.

", "refs": { } }, "SentLast24Hours": { "base": null, "refs": { "GetSendQuotaResponse$SentLast24Hours": "

The number of emails sent during the previous 24 hours.

" } }, "SetActiveReceiptRuleSetRequest": { "base": "

Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "SetActiveReceiptRuleSetResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetIdentityDkimEnabledRequest": { "base": "

Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "refs": { } }, "SetIdentityDkimEnabledResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetIdentityFeedbackForwardingEnabledRequest": { "base": "

Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.

", "refs": { } }, "SetIdentityFeedbackForwardingEnabledResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetIdentityHeadersInNotificationsEnabledRequest": { "base": "

Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

", "refs": { } }, "SetIdentityHeadersInNotificationsEnabledResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetIdentityMailFromDomainRequest": { "base": "

Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "refs": { } }, "SetIdentityMailFromDomainResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetIdentityNotificationTopicRequest": { "base": "

Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "refs": { } }, "SetIdentityNotificationTopicResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "SetReceiptRulePositionRequest": { "base": "

Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "SetReceiptRulePositionResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "StopAction": { "base": "

When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$StopAction": "

Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

" } }, "StopScope": { "base": null, "refs": { "StopAction$Scope": "

The scope to which the Stop action applies. That is, what is being stopped.

" } }, "Timestamp": { "base": null, "refs": { "ReceiptRuleSetMetadata$CreatedTimestamp": "

The date and time the receipt rule set was created.

", "SendDataPoint$Timestamp": "

Time of the data point.

" } }, "TlsPolicy": { "base": null, "refs": { "ReceiptRule$TlsPolicy": "

Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

" } }, "UpdateReceiptRuleRequest": { "base": "

Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "refs": { } }, "UpdateReceiptRuleResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "VerificationAttributes": { "base": null, "refs": { "GetIdentityVerificationAttributesResponse$VerificationAttributes": "

A map of Identities to IdentityVerificationAttributes objects.

" } }, "VerificationStatus": { "base": null, "refs": { "IdentityDkimAttributes$DkimVerificationStatus": "

Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

", "IdentityVerificationAttributes$VerificationStatus": "

The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

" } }, "VerificationToken": { "base": null, "refs": { "IdentityVerificationAttributes$VerificationToken": "

The verification token for a domain identity. Null for email address identities.

", "VerificationTokenList$member": null, "VerifyDomainIdentityResponse$VerificationToken": "

A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

" } }, "VerificationTokenList": { "base": null, "refs": { "IdentityDkimAttributes$DkimTokens": "

A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

", "VerifyDomainDkimResponse$DkimTokens": "

A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign emails originating from that domain.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

" } }, "VerifyDomainDkimRequest": { "base": "

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "refs": { } }, "VerifyDomainDkimResponse": { "base": "

Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

", "refs": { } }, "VerifyDomainIdentityRequest": { "base": "

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

", "refs": { } }, "VerifyDomainIdentityResponse": { "base": "

Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

", "refs": { } }, "VerifyEmailAddressRequest": { "base": "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "refs": { } }, "VerifyEmailIdentityRequest": { "base": "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "refs": { } }, "VerifyEmailIdentityResponse": { "base": "

An empty element returned on a successful request.

", "refs": { } }, "WorkmailAction": { "base": "

When included in a receipt rule, this action calls Amazon WorkMail and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). You will typically not use this action directly because Amazon WorkMail adds the rule automatically during its setup procedure.

For information using a receipt rule to call Amazon WorkMail, see the Amazon SES Developer Guide.

", "refs": { "ReceiptAction$WorkmailAction": "

Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

" } } } }