Module Awso_ses.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval xmlNamespace : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ExtensionFieldName : sig ... end
Sourcemodule ExtensionFieldValue : sig ... end
Sourcemodule HeaderName : sig ... end
Sourcemodule HeaderValue : sig ... end
Sourcemodule Address : sig ... end
Sourcemodule AmazonResourceName : sig ... end
Sourcemodule BounceMessage : sig ... end
Sourcemodule BounceSmtpReplyCode : sig ... end
Sourcemodule BounceStatusCode : sig ... end
Sourcemodule ConnectInstanceArn : sig ... end
Sourcemodule IAMRoleARN : sig ... end
Sourcemodule InvocationType : sig ... end
Sourcemodule S3BucketName : sig ... end
Sourcemodule S3KeyPrefix : sig ... end
Sourcemodule SNSActionEncoding : sig ... end
Sourcemodule StopScope : sig ... end
Sourcemodule DefaultDimensionValue : sig ... end
Sourcemodule DimensionName : sig ... end
Sourcemodule DimensionValueSource : sig ... end
Sourcemodule MessageTagName : sig ... end
Sourcemodule MessageTagValue : sig ... end
Sourcemodule ExtensionField : sig ... end

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.

Sourcemodule AddHeaderAction : sig ... end

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.

Sourcemodule BounceAction : sig ... end

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.

Sourcemodule ConnectAction : sig ... end

When included in a receipt rule, this action parses the received message and starts an email contact in Amazon Connect on your behalf. When you receive emails, the maximum email size (including headers) is 40 MB. Additionally, emails may only have up to 10 attachments. Emails larger than 40 MB or with more than 10 attachments will be bounced. We recommend that you configure this action via Amazon Connect.

Sourcemodule LambdaAction : sig ... end

When included in a receipt rule, this action calls an Amazon Web Services Lambda function and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). To enable Amazon SES to call your Amazon Web Services 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 Amazon Web Services Lambda actions in receipt rules, see the Amazon SES Developer Guide.

Sourcemodule S3Action : sig ... end

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 Amazon Web Services 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 granting permissions, see the Amazon SES Developer Guide. When you save your emails to an Amazon S3 bucket, the maximum email size (including headers) is 40 MB. Emails larger than that bounces. For information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide.

Sourcemodule SNSAction : sig ... end

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

Sourcemodule StopAction : sig ... end

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.

Sourcemodule WorkmailAction : sig ... end

When included in a receipt rule, this action calls Amazon WorkMail and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). It usually isn't necessary to set this up manually, 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.

Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch. For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.

Sourcemodule Charset : sig ... end
Sourcemodule MessageData : sig ... end
Sourcemodule AddressList : sig ... end
Sourcemodule MessageTag : sig ... end

Contains the name and value of a tag that you can provide to SendEmail or SendRawEmail to apply to an email. Message tags, which you use with configuration sets, enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule DiagnosticCode : sig ... end
Sourcemodule DsnAction : sig ... end
Sourcemodule DsnStatus : sig ... end
Sourcemodule ExtensionFieldList : sig ... end
Sourcemodule LastAttemptDate : sig ... end
Sourcemodule RemoteMta : sig ... end
Sourcemodule Cidr : sig ... end
Sourcemodule ReceiptFilterPolicy : sig ... end
Sourcemodule VerificationToken : sig ... end
Sourcemodule ReceiptAction : sig ... end

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.

Sourcemodule Recipient : sig ... end
Sourcemodule EventType : sig ... end
Sourcemodule Content : sig ... end

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.

Sourcemodule BulkEmailStatus : sig ... end
Sourcemodule Error : sig ... end
Sourcemodule MessageId : sig ... end
Sourcemodule Destination : sig ... end

Represents the destination of the message, consisting of To:, CC:, and BCC: fields. Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the email address string must be 7-bit ASCII. If you want to send to or from email addresses that contain Unicode characters in the domain part of an address, you must encode the domain using Punycode. Punycode is not permitted in the local part of the email address (the part before the @ sign) nor in the "friendly from" name. If you want to use Unicode characters in the "friendly from" name, you must encode the "friendly from" name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API. For more information about Punycode, see RFC 3492.

Sourcemodule MessageTagList : sig ... end
Sourcemodule TemplateData : sig ... end
Sourcemodule BounceType : sig ... end
Sourcemodule RecipientDsnFields : sig ... end

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.

Sourcemodule TemplateName : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule ReceiptRuleSetName : sig ... end
Sourcemodule ReceiptFilterName : sig ... end
Sourcemodule ReceiptIpFilter : sig ... end

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.

Sourcemodule FailureRedirectionURL : sig ... end
Sourcemodule FromAddress : sig ... end
Sourcemodule Subject : sig ... end
Sourcemodule SuccessRedirectionURL : sig ... end
Sourcemodule ConfigurationSetName : sig ... end
Sourcemodule Counter : sig ... end
Sourcemodule VerificationStatus : sig ... end
Sourcemodule Enabled : sig ... end
Sourcemodule NotificationTopic : sig ... end
Sourcemodule BehaviorOnMXFailure : sig ... end
Sourcemodule CustomMailFromStatus : sig ... end
Sourcemodule MailFromDomainName : sig ... end
Sourcemodule VerificationTokenList : sig ... end
Sourcemodule ReceiptActionsList : sig ... end
Sourcemodule ReceiptRuleName : sig ... end
Sourcemodule RecipientsList : sig ... end
Sourcemodule TlsPolicy : sig ... end
Sourcemodule CloudWatchDestination : sig ... end

Contains information associated with an Amazon CloudWatch event destination to which email sending events are published. Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule EventDestinationName : sig ... end
Sourcemodule EventTypes : sig ... end

Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination. Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule SNSDestination : sig ... end

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination. Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule HtmlPart : sig ... end
Sourcemodule SubjectPart : sig ... end
Sourcemodule TextPart : sig ... end
Sourcemodule RuleOrRuleSetName : sig ... end
Sourcemodule CustomRedirectDomain : sig ... end
Sourcemodule RawMessageData : sig ... end
Sourcemodule Body : sig ... end

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.

An object that contains the response from the SendBulkTemplatedEmail operation.

Sourcemodule BulkEmailDestination : sig ... end

An array that contains one or more Destinations, as well as the tags and replacement data associated with each of those Destinations.

Sourcemodule BouncedRecipientInfo : sig ... end

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.

Sourcemodule ArrivalDate : sig ... end
Sourcemodule ReportingMta : sig ... end
Sourcemodule TemplateMetadata : sig ... end

Contains information about an email template.

Sourcemodule ReceiptRuleSetMetadata : sig ... end

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.

Sourcemodule ReceiptFilter : sig ... end

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.

Sourcemodule PolicyName : sig ... end
Sourcemodule Identity : sig ... end

Contains information about a custom verification email template.

Sourcemodule ConfigurationSet : sig ... end

The name of the configuration set. Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.

Sourcemodule SendDataPoint : sig ... end

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

Represents the verification attributes of a single identity.

Sourcemodule Policy : sig ... end

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.

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

Sourcemodule IdentityDkimAttributes : sig ... end

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

Sourcemodule ReceiptRule : sig ... end

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 that it applies to. 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.

Sourcemodule EventDestination : sig ... end

Contains information about an event destination. When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS). Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule LastFreshStart : sig ... end
Sourcemodule ConfigurationSetAttribute : sig ... end
Sourcemodule Domain : sig ... end
Sourcemodule InvalidTemplateException : sig ... end

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

Indicates that the Template object you specified does not exist in your Amazon SES account.

Sourcemodule Template : sig ... end

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

Indicates that the provided Amazon Web Services 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.

Indicates that the provided Amazon S3 bucket or Amazon Web Services 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.

Sourcemodule InvalidSnsTopicException : sig ... end

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.

Sourcemodule LimitExceededException : sig ... end

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

Sourcemodule RuleDoesNotExistException : sig ... end

Indicates that the provided receipt rule does not exist.

Indicates that the provided receipt rule set does not exist.

Sourcemodule TemplateContent : sig ... end

Indicates that the configuration set does not exist.

Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations: When the tracking domain you specified is not verified in Amazon SES. When the tracking domain you specified is not a valid domain or subdomain.

Indicates that the TrackingOptions object you specified does not exist.

Sourcemodule TrackingOptions : sig ... end

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails. For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

Indicates that the event destination does not exist.

Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.

Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.

Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.

Sourcemodule RenderedTemplate : sig ... end
Sourcemodule NotificationType : sig ... end

Indicates that email sending is disabled for your entire Amazon SES account. You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

Indicates that email sending is disabled for the configuration set. You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

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.

Sourcemodule MessageRejected : sig ... end

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

Sourcemodule RawMessage : sig ... end

Represents the raw data of the message.

Sourcemodule Message : sig ... end

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

Indicates that a custom verification email template with the name you specified does not exist.

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

Indicates that the account has not been granted production access.

Sourcemodule BulkEmailDestinationList : sig ... end
Sourcemodule BouncedRecipientInfoList : sig ... end
Sourcemodule Explanation : sig ... end
Sourcemodule MessageDsn : sig ... end

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.

Sourcemodule ReceiptRuleNamesList : sig ... end
Sourcemodule InvalidPolicyException : sig ... end

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

Indicates that provided delivery option is invalid.

Sourcemodule DeliveryOptions : sig ... end

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

Sourcemodule NextToken : sig ... end
Sourcemodule TemplateMetadataList : sig ... end
Sourcemodule MaxItems : sig ... end
Sourcemodule ReceiptRuleSetsLists : sig ... end
Sourcemodule ReceiptFilterList : sig ... end
Sourcemodule PolicyNameList : sig ... end
Sourcemodule IdentityList : sig ... end
Sourcemodule IdentityType : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule ConfigurationSets : sig ... end
Sourcemodule SendDataPointList : sig ... end
Sourcemodule Max24HourSend : sig ... end
Sourcemodule MaxSendRate : sig ... end
Sourcemodule SentLast24Hours : sig ... end
Sourcemodule VerificationAttributes : sig ... end
Sourcemodule PolicyMap : sig ... end
Sourcemodule NotificationAttributes : sig ... end
Sourcemodule MailFromDomainAttributes : sig ... end
Sourcemodule DkimAttributes : sig ... end
Sourcemodule ReceiptRulesList : sig ... end
Sourcemodule EventDestinations : sig ... end
Sourcemodule ReputationOptions : sig ... end

Contains information about the reputation settings for a configuration set.

Sourcemodule CannotDeleteException : sig ... end

Indicates that the delete operation could not be completed.

Sourcemodule AlreadyExistsException : sig ... end

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

Indicates that the configuration set you specified already contains a TrackingOptions object.

Indicates that the configuration set could not be created because of a naming conflict.

Indicates that the configuration set is invalid. See the error message for details.

Indicates that the event destination could not be created because of a naming conflict.

An empty element returned on a successful request.

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

Sourcemodule VerifyEmailAddressRequest : sig ... end

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

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

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.

Sourcemodule VerifyDomainDkimResponse : sig ... end

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

Sourcemodule VerifyDomainDkimRequest : sig ... end

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.

Sourcemodule UpdateTemplateResponse : sig ... end

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide. You can execute this operation no more than once per second.

Sourcemodule UpdateTemplateRequest : sig ... end

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide. You can execute this operation no more than once per second.

Sourcemodule UpdateReceiptRuleResponse : sig ... end

An empty element returned on a successful request.

Sourcemodule UpdateReceiptRuleRequest : sig ... end

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.

Represents a request to update an existing custom verification email template.

An empty element returned on a successful request.

Represents a request to update the tracking options for a configuration set.

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

Represents a request to modify the reputation metric publishing settings for a configuration set.

An empty element returned on a successful request.

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data. You can execute this operation no more than once per second.

Sourcemodule TestRenderTemplateRequest : sig ... end

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data. You can execute this operation no more than once per second.

An empty element returned on a successful request.

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.

An empty element returned on a successful request.

Represents a request to specify the Amazon SNS topic to which Amazon SES publishes 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.

An empty element returned on a successful request.

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.

An empty element returned on a successful request.

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.

An empty element returned on a successful request.

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.

An empty element returned on a successful request.

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.

An empty element returned on a successful request.

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.

Composes an email message using an email template and immediately queues it for sending. To send email using this operation, your call must meet the following requirements: The call must refer to an existing email template. You can create email templates using the CreateTemplate operation. The message must be sent from a verified email address or domain. If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide. The maximum message size is 10 MB. Calls to the SendTemplatedEmail operation may only include one Destination parameter. A destination is a set of recipients that receives the same version of the email. The Destination parameter can include up to 50 recipients, across the To:, CC: and BCC: fields. The Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message is rejected, even if the message contains other recipients that are valid. If your call to the SendTemplatedEmail operation includes all of the required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES can't render the email because the template contains errors, it doesn't send the email. Additionally, because it already accepted the message, Amazon SES doesn't return a message stating that it was unable to send the email. For these reasons, we highly recommend that you set up Amazon SES to send you notifications when Rendering Failure events occur. For more information, see Sending Personalized Email Using the Amazon SES API in the Amazon Simple Email Service Developer Guide.

Sourcemodule SendTemplatedEmailRequest : sig ... end

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

Sourcemodule SendRawEmailResponse : sig ... end

Represents a unique message ID.

Sourcemodule SendRawEmailRequest : sig ... end

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

Sourcemodule SendEmailResponse : sig ... end

Represents a unique message ID.

Sourcemodule SendEmailRequest : sig ... end

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

The response received when attempting to send the custom verification email.

Represents a request to send a custom verification email to a specified recipient.

Composes an email message to multiple destinations. The message body is created using an email template. To send email using this operation, your call must meet the following requirements: The call must refer to an existing email template. You can create email templates using CreateTemplate. The message must be sent from a verified email address or domain. If your account is still in the Amazon SES sandbox, you may send only to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide. The maximum message size is 10 MB. Each Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message is rejected, even if the message contains other recipients that are valid. The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the SendBulkTemplatedEmail operation several times to send the message to each group. The number of destinations you can contact in a single call can be limited by your account's maximum sending rate.

Represents a request to send a templated email to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide.

Sourcemodule SendBounceResponse : sig ... end

Represents a unique message ID.

Sourcemodule SendBounceRequest : sig ... end

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

An empty element returned on a successful request.

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.

Sourcemodule PutIdentityPolicyResponse : sig ... end

An empty element returned on a successful request.

Sourcemodule PutIdentityPolicyRequest : sig ... end

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.

An HTTP 200 response if the request succeeds, or an error message if the request fails.

A request to modify the delivery options for a configuration set.

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

Sourcemodule ListTemplatesResponse : sig ... end

Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region. You can execute this operation no more than once per second.

Sourcemodule ListTemplatesRequest : sig ... end

Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region. You can execute this operation no more than once per second.

A list of receipt rule sets that exist under your Amazon Web Services account.

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

A list of IP address filters that exist under your Amazon Web Services account.

Sourcemodule ListReceiptFiltersRequest : sig ... end

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

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

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.

Sourcemodule ListIdentitiesResponse : sig ... end

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

Sourcemodule ListIdentitiesRequest : sig ... end

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

A paginated list of custom verification email templates.

Represents a request to list the existing custom verification email templates for your account. For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

A list of configuration sets associated with your Amazon Web Services account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Represents a request to list the configuration sets associated with your Amazon Web Services account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcemodule GetTemplateResponse : sig ... end

Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify. You can execute this operation no more than once per second.

Sourcemodule GetTemplateRequest : sig ... end

Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify. You can execute this operation no more than once per second.

Sourcemodule GetSendStatisticsResponse : sig ... end

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

Sourcemodule GetSendQuotaResponse : sig ... end

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

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

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.

Represents the requested sending authorization policies.

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.

Represents the notification attributes for a list of identities.

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.

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

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.

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.

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.

The content of the custom verification email template.

Represents a request to retrieve an existing custom verification email template.

Represents a request to return the email sending status for your Amazon SES account in the current Amazon Web Services Region.

Represents the details of the specified receipt rule set.

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.

Represents the details of a receipt rule.

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.

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

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.

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

Sourcemodule DeleteTemplateResponse : sig ... end

Deletes an email template. You can execute this operation no more than once per second.

Sourcemodule DeleteTemplateRequest : sig ... end

Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.

An empty element returned on a successful request.

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.

Sourcemodule DeleteReceiptRuleResponse : sig ... end

An empty element returned on a successful request.

Sourcemodule DeleteReceiptRuleRequest : sig ... end

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.

An empty element returned on a successful request.

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.

Sourcemodule DeleteIdentityResponse : sig ... end

An empty element returned on a successful request.

Sourcemodule DeleteIdentityRequest : sig ... end

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

An empty element returned on a successful request.

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.

Represents a request to delete an existing custom verification email template.

An empty element returned on a successful request.

Represents a request to delete open and click tracking options in a configuration set.

An empty element returned on a successful request.

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

An empty element returned on a successful request.

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

Indicates that custom verification email template provided content is invalid.

Sourcemodule CreateTemplateResponse : sig ... end

Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide. You can execute this operation no more than once per second.

Sourcemodule CreateTemplateRequest : sig ... end

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

An empty element returned on a successful request.

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.

Sourcemodule CreateReceiptRuleResponse : sig ... end

An empty element returned on a successful request.

Sourcemodule CreateReceiptRuleRequest : sig ... end

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.

An empty element returned on a successful request.

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.

Represents a request to create a custom verification email template.

An empty element returned on a successful request.

Represents a request to create an open and click tracking option object in a configuration set.

An empty element returned on a successful request.

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

An empty element returned on a successful request.

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

An empty element returned on a successful request.

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.