From 0310a6225c04b7560d8f03e4076680ab89391265 Mon Sep 17 00:00:00 2001
From: awstools
This documentation contains reference information related to the following:
+This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version + *
This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version * 2010-12-01. This document is best 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.
- *This documentation contains reference information related to the following:
+ *+ * Amazon SES API Actions + *
+ *+ * Amazon SES + * API Data Types + *
+ *+ * Common + * Parameters + *
+ *+ * Common Errors + *
+ *This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version + *
This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version * 2010-12-01. This document is best 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.
- *This documentation contains reference information related to the following:
+ *+ * Amazon SES API Actions + *
+ *+ * Amazon SES + * API Data Types + *
+ *+ * Common + * Parameters + *
+ *+ * Common Errors + *
+ *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.
- *You can execute this operation no more than once per second.
+ *For information about setting up rule sets, see the Amazon SES Developer Guide.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts index 5c0db2dccce7..ce1540fd97fa 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts @@ -37,10 +37,10 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration /** * @public *Creates a configuration set.
- *Configuration sets enable you to publish email sending events. For information about - * using configuration sets, see the Amazon SES Developer - * Guide.
- *You can execute this operation no more than once per second.
+ *Configuration sets enable you to publish email sending events. For information about + * using configuration sets, see the Amazon SES Developer + * Guide.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts index b1bae50b67df..adfbf787b85e 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -46,15 +46,15 @@ export interface CreateConfigurationSetEventDestinationCommandOutput /** * @public *Creates a configuration set event destination.
- *When you create or update an event destination, you must provide one, and only * one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
- *An event destination is the AWS service to which Amazon SES publishes the email sending + *
An event destination is the Amazon Web Services service to 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.
- *You can execute this operation no more than once per second.
+ * sets, see the Amazon SES Developer + * Guide. + *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +67,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput * Name: "STRING_VALUE", // required * Enabled: true || false, * MatchingEventTypes: [ // EventTypes // required - * "STRING_VALUE", + * "send" || "reject" || "bounce" || "complaint" || "delivery" || "open" || "click" || "renderingFailure", * ], * KinesisFirehoseDestination: { // KinesisFirehoseDestination * IAMRoleARN: "STRING_VALUE", // required @@ -77,7 +77,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required * { // CloudWatchDimensionConfiguration * DimensionName: "STRING_VALUE", // required - * DimensionValueSource: "STRING_VALUE", // required + * DimensionValueSource: "messageTag" || "emailHeader" || "linkTag", // required * DefaultDimensionValue: "STRING_VALUE", // required * }, * ], diff --git a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts index a76b59b5c283..878701b3ef2f 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -47,9 +47,9 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput * @public *Creates an association between a configuration set and a custom domain for open and * click event tracking.
- *By default, images and links used for tracking open and click events are hosted on + *
By default, images and links used for tracking open and click events are hosted on * domains operated by Amazon SES. You can configure a subdomain of your own to handle these - * events. For information about using custom domains, see the Amazon SES Developer Guide.
+ * events. For information about using custom domains, see the Amazon SES Developer Guide. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,12 +80,12 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput * @throws {@link InvalidTrackingOptionsException} (client fault) *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 verified in Amazon SES.
*When the tracking domain you specified is not a valid domain or + *
When the tracking domain you specified is not a valid domain or * subdomain.
*Creates a new custom verification email template.
- *For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer + *
For more information about custom verification email templates, see Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts index 3a322fca103a..bcd5f166ee42 100644 --- a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts @@ -37,8 +37,9 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes /** * @public *Creates a new IP address filter.
- *For information about setting up IP address filters, see the Amazon SES Developer Guide.
- *You can execute this operation no more than once per second.
+ *For information about setting up IP address filters, see the Amazon SES + * Developer Guide.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -49,7 +50,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes * Filter: { // ReceiptFilter * Name: "STRING_VALUE", // required * IpFilter: { // ReceiptIpFilter - * Policy: "STRING_VALUE", // required + * Policy: "Block" || "Allow", // required * Cidr: "STRING_VALUE", // required * }, * }, diff --git a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts index 6b64a738caa2..436d1505897d 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts @@ -37,9 +37,9 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons /** * @public *Creates a receipt rule.
- *For information about setting up receipt rules, see the Amazon SES Developer - * Guide.
- *You can execute this operation no more than once per second.
+ *For information about setting up receipt rules, see the Amazon SES + * Developer Guide.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -52,7 +52,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons * Rule: { // ReceiptRule * Name: "STRING_VALUE", // required * Enabled: true || false, - * TlsPolicy: "STRING_VALUE", + * TlsPolicy: "Require" || "Optional", * Recipients: [ // RecipientsList * "STRING_VALUE", * ], @@ -78,10 +78,10 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons * LambdaAction: { // LambdaAction * TopicArn: "STRING_VALUE", * FunctionArn: "STRING_VALUE", // required - * InvocationType: "STRING_VALUE", + * InvocationType: "Event" || "RequestResponse", * }, * StopAction: { // StopAction - * Scope: "STRING_VALUE", // required + * Scope: "RuleSet", // required * TopicArn: "STRING_VALUE", * }, * AddHeaderAction: { // AddHeaderAction @@ -90,7 +90,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons * }, * SNSAction: { // SNSAction * TopicArn: "STRING_VALUE", // required - * Encoding: "STRING_VALUE", + * Encoding: "UTF-8" || "Base64", * }, * }, * ], @@ -113,15 +113,15 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons *Indicates that a resource could not be created because of a naming conflict.
* * @throws {@link InvalidLambdaFunctionException} (client fault) - *Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could + *
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.
* * @throws {@link InvalidS3ConfigurationException} (client fault) - *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
+ * 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. Creates an empty receipt rule set. For information about setting up receipt rule sets, see the Amazon SES
- * Developer Guide. You can execute this operation no more than once per second. For information about setting up receipt rule sets, see the Amazon SES Developer Guide. You can execute this operation no more than once per second. Creates an email template. Email templates enable you to send personalized email to
- * one or more destinations in a single API operation. For more information, see the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second.
You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts index 94f6620d6fbe..990766a216f6 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts @@ -37,8 +37,9 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration /** * @public *Deletes a configuration set. Configuration sets enable you to publish email sending - * events. For information about using configuration sets, see the Amazon SES Developer Guide.
- *You can execute this operation no more than once per second.
+ * events. For information about using configuration sets, see the Amazon SES + * Developer Guide. + *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 624638cd78f8..d06857797903 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -47,8 +47,9 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput * @public *Deletes 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.
- *You can execute this operation no more than once per second.
+ * events. For information about using configuration sets, see the Amazon SES + * Developer Guide. + *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index 78affcaef55e..efc63e4bc20b 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -47,14 +47,14 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput * @public *Deletes an association between a configuration set and a custom domain for open and * click event tracking.
- *By default, images and links used for tracking open and click events are hosted on + *
By default, images and links used for tracking open and click events are hosted on * domains operated by Amazon SES. You can configure a subdomain of your own to handle these - * events. For information about using custom domains, see the Amazon SES Developer Guide.
- *Deleting this kind of association will result in emails sent using the specified + * events. For information about using custom domains, see the Amazon SES Developer Guide.
+ *Deleting this kind of association results in emails sent using the specified * configuration set to capture open and click events using the standard, * Amazon SES-operated domains.
- *Deletes an existing custom verification email template.
- *For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer + *
For more information about custom verification email templates, see Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteIdentityCommand.ts b/clients/client-ses/src/commands/DeleteIdentityCommand.ts index 9b477c8ea13e..47ef79edb97c 100644 --- a/clients/client-ses/src/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityCommand.ts @@ -38,7 +38,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M * @public *Deletes the specified identity (an email address or a domain) from the list of * verified identities.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts index 8181a776457b..a3cb32372542 100644 --- a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts @@ -37,17 +37,17 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR /** * @public *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 + * address or a domain). This operation returns successfully even if a policy with the + * specified name does not exist.
+ *This operation is for the identity owner only. If you have not verified the + * identity, it returns an error.
+ *Sending authorization is a feature that enables an identity owner to authorize other * senders to use its identities. For information about using sending authorization, see - * the Amazon SES Developer - * Guide.
- *You can execute this operation no more than once per second.
+ * the Amazon SES + * Developer Guide. + *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts index 24cc55e8fb60..6f57feffd82d 100644 --- a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts @@ -37,9 +37,9 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes /** * @public *Deletes the specified IP address filter.
- *For information about managing IP address filters, see the Amazon SES
+ * For information about managing IP address filters, see the Amazon SES
* Developer Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Deletes the specified receipt rule. For information about managing receipt rules, see the Amazon SES
+ * For information about managing receipt rules, see the Amazon SES
* Developer Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. 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. You can execute this operation no more than once per second. For information about managing receipt rule sets, see the Amazon SES
+ * Developer Guide. You can execute this operation no more than once per second. Deletes an email template. You can execute this operation no more than once per second. You can execute this operation no more than once per second. 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. You can execute this operation no more than once per second. For information about setting up receipt rule sets, see the Amazon SES Developer Guide. You can execute this operation no more than once per second. Returns the details of the specified configuration set. For information about using
- * configuration sets, see the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Returns the details of the specified receipt rule. For information about setting up receipt rules, see the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second. For information about setting up receipt rules, see the Amazon SES
+ * Developer Guide. You can execute this operation no more than once per second. Returns the details of the specified receipt rule set. For information about managing receipt rule sets, see the Amazon SES Developer Guide. You can execute this operation no more than once per second. For information about managing receipt rule sets, see the Amazon SES
+ * Developer Guide. You can execute this operation no more than once per second. Returns the email sending status of the Amazon SES account for the current region. You can execute this operation no more than once per second. Returns the email sending status of the Amazon SES account for the current Region. You can execute this operation no more than once per second. Returns the custom email verification template for the template name you
* specify. For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer
+ * For more information about custom verification email templates, see Using
+ * Custom Verification Email Templates in the Amazon SES Developer
* Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second.
This operation takes a list of identities as input and returns the following + *
This operation takes a list of identities as input and returns the following * information for each:
- *Whether Easy DKIM signing is enabled or disabled.
+ *Whether Easy DKIM signing is enabled or disabled.
*A set of DKIM tokens that represent the identity. If the identity is an email + *
A set of DKIM tokens that represent the identity. If the identity is an email * address, the tokens represent the domain of that address.
*Whether Amazon SES has successfully verified the DKIM tokens published in the + *
Whether Amazon SES has successfully verified the DKIM tokens published in the * domain's DNS. This information is only returned for domain name identities, not * for email addresses.
*This operation is throttled at one request per second and can only get DKIM attributes + *
This operation 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.
+ *For more information about creating DNS records using DKIM tokens, go to the Amazon SES + * Developer Guide.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +77,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA * // DkimAttributes: { // DkimAttributes // required * // "Returns the custom MAIL FROM attributes for a list of identities (email addresses : * domains).
- *This operation is throttled at one request per second and can only get custom MAIL + *
This operation is throttled at one request per second and can only get custom MAIL * FROM attributes for up to 100 identities at a time.
* @example * Use a bare-bones client and the command you need to make an API call. @@ -65,8 +65,8 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput * // MailFromDomainAttributes: { // MailFromDomainAttributes // required * // "Given a list of verified identities (email addresses and/or domains), returns a * structure describing identity notification attributes.
- *This operation is throttled at one request per second and can only get notification + *
This operation 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
+ * For more information about using notifications with Amazon SES, see the Amazon SES
* Developer Guide. 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
+ * This operation is for the identity owner only. If you have not verified the
+ * identity, it returns an error. Sending authorization is a feature that enables an identity owner to authorize other
* senders to use its identities. For information about using sending authorization, see
- * the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second.
You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts index eb99bb25018e..7ba20fd0ea41 100644 --- a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts @@ -46,19 +46,19 @@ export interface GetIdentityVerificationAttributesCommandOutput * @public *Given a list of identities (email addresses and/or domains), returns the verification * status and (for domain identities) the verification token for each identity.
- *The verification status of an email address is "Pending" until the email address owner + *
The verification status of an email address is "Pending" until the email address owner * clicks the link within the verification email that Amazon SES sent to that address. If the * email address owner clicks the link within 24 hours, the verification status of the * email address changes to "Success". If the link is not clicked within 24 hours, the - * verification status changes to "Failed." In that case, if you still want to verify the - * email address, you must restart the verification process from the beginning.
- *For domain identities, the domain's verification status is "Pending" as Amazon SES searches + * verification status changes to "Failed." In that case, to verify the email address, you + * must restart the verification process from the beginning.
+ *For domain identities, the domain's verification status is "Pending" as Amazon SES searches * for the required TXT record in the DNS settings of the domain. When Amazon SES detects the * record, the domain's verification status changes to "Success". If Amazon SES is unable to * detect the record within 72 hours, the domain's verification status changes to "Failed." - * In that case, if you still want to verify the domain, you must restart the verification - * process from the beginning.
- *This operation is throttled at one request per second and can only get verification + * In that case, to verify the domain, you must restart the verification process from the + * beginning.
+ *This operation is throttled at one request per second and can only get verification * attributes for up to 100 identities at a time.
* @example * Use a bare-bones client and the command you need to make an API call. @@ -76,7 +76,7 @@ export interface GetIdentityVerificationAttributesCommandOutput * // { // GetIdentityVerificationAttributesResponse * // VerificationAttributes: { // VerificationAttributes // required * // "Provides the sending limits for the Amazon SES account.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts index 1ad23990390d..dc3acec05558 100644 --- a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts @@ -36,10 +36,10 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons /** * @public - *Provides sending statistics for the current AWS Region. The result is a list of data + *
Provides sending statistics for the current Amazon Web Services Region. 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 period of time.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/GetTemplateCommand.ts b/clients/client-ses/src/commands/GetTemplateCommand.ts index 2c43e4f27878..e453bd2520e8 100644 --- a/clients/client-ses/src/commands/GetTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetTemplateCommand.ts @@ -38,7 +38,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat * @public *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.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts index eeca60da9142..2f52a28ebce1 100644 --- a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts @@ -37,13 +37,14 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet /** * @public *Provides a list of the configuration sets associated with your Amazon SES account in the - * current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer + * current Amazon Web Services Region. For information about using configuration sets, see Monitoring + * Your Amazon SES Sending Activity in the Amazon SES Developer * Guide. *
- *You can execute this operation no more than once per second. This operation will
- * return up to 1,000 configuration sets each time it is run. If your Amazon SES account has
- * more than 1,000 configuration sets, this operation will also return a NextToken element.
- * You can then execute the ListConfigurationSets
operation again, passing the
+ *
You can execute this operation no more than once per second. This operation returns up
+ * to 1,000 configuration sets each time it is run. If your Amazon SES account has more than
+ * 1,000 configuration sets, this operation also returns NextToken
. You can
+ * then execute the ListConfigurationSets
operation again, passing the
* NextToken
parameter and the value of the NextToken element to retrieve
* additional results.
Lists the existing custom verification email templates for your account in the current - * AWS Region.
- *For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer + * Amazon Web Services Region.
+ *For more information about custom verification email templates, see Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/ListIdentitiesCommand.ts b/clients/client-ses/src/commands/ListIdentitiesCommand.ts index 0f426705b1f6..80568f207763 100644 --- a/clients/client-ses/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentitiesCommand.ts @@ -37,8 +37,18 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M /** * @public *Returns a list containing all of the identities (email addresses and domains) for your - * AWS account in the current AWS Region, regardless of verification status.
- *You can execute this operation no more than once per second.
+ * Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status. + *You can execute this operation no more than once per second.
+ *It's recommended that for successive pagination calls of this API, you continue to
+ * the use the same parameter/value pairs as used in the original call, e.g., if you
+ * used IdentityType=Domain
in the the original call and received a
+ * NextToken
in the response, you should continue providing the
+ * IdentityType=Domain
parameter for further NextToken
+ * calls; however, if you didn't provide the IdentityType
parameter in the
+ * original call, then continue to not provide it for successive pagination calls.
+ * Using this protocol will ensure consistent results.
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
+ * identity (an email address or a domain). This operation returns only a list. To get the
+ * actual policy content, use GetIdentityPolicies
.
This operation is for the identity owner only. If you have not verified the + * identity, it returns an error.
+ *Sending authorization is a feature that enables an identity owner to authorize other * senders to use its identities. For information about using sending authorization, see - * the Amazon SES Developer - * Guide.
- *You can execute this operation no more than once per second.
+ * the Amazon SES + * Developer Guide. + *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts index 380a48790101..8d7719d07ae3 100644 --- a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts @@ -36,11 +36,11 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo /** * @public - *Lists the IP address filters associated with your AWS account in the current AWS - * Region.
- *For information about managing IP address filters, see the Amazon SES
+ * Lists the IP address filters associated with your Amazon Web Services account in the current
+ * Amazon Web Services Region. For information about managing IP address filters, see the Amazon SES
* Developer Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Lists the receipt rule sets that exist under your AWS account in the current AWS
- * Region. If there are additional receipt rule sets to be retrieved, you will receive a
+ * Lists the receipt rule sets that exist under your Amazon Web Services account in the current
+ * Amazon Web Services Region. If there are additional receipt rule sets to be retrieved, you receive a
* For information about managing receipt rule sets, see the Amazon SES Developer Guide. You can execute this operation no more than once per second. For information about managing receipt rule sets, see the Amazon SES
+ * Developer Guide. You can execute this operation no more than once per second. Lists the email templates present in your Amazon SES account in the current AWS
- * Region. You can execute this operation no more than once per second. 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. 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
+ * This operation is for the identity owner only. If you have not verified the
+ * identity, it returns an error. Sending authorization is a feature that enables an identity owner to authorize other
* senders to use its identities. For information about using sending authorization, see
- * the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second.NextToken
that you can provide to the next call to
* ListReceiptRuleSets
to retrieve the additional entries.
You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts index 40092e68cde1..7697addf13e7 100644 --- a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts @@ -37,13 +37,13 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe /** * @public *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.
- *You can execute this operation no more than once per second.
+ *All of the rules in the rule set must be represented in this request. That is, it + * is 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.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/SendBounceCommand.ts b/clients/client-ses/src/commands/SendBounceCommand.ts index 0f6b81539ca5..579ce44617e7 100644 --- a/clients/client-ses/src/commands/SendBounceCommand.ts +++ b/clients/client-ses/src/commands/SendBounceCommand.ts @@ -37,14 +37,15 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB /** * @public *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.
- *You can execute this operation no more than once per second.
+ * Amazon SES. You can only use this operation on an email up to 24 hours after you receive + * it. + *You cannot use this operation 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.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,10 +70,10 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB * { // BouncedRecipientInfo * Recipient: "STRING_VALUE", // required * RecipientArn: "STRING_VALUE", - * BounceType: "STRING_VALUE", + * BounceType: "DoesNotExist" || "MessageTooLarge" || "ExceededQuota" || "ContentRejected" || "Undefined" || "TemporaryFailure", * RecipientDsnFields: { // RecipientDsnFields * FinalRecipient: "STRING_VALUE", - * Action: "STRING_VALUE", // required + * Action: "failed" || "delayed" || "delivered" || "relayed" || "expanded", // required * RemoteMta: "STRING_VALUE", * Status: "STRING_VALUE", // required * DiagnosticCode: "STRING_VALUE", diff --git a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts index 7b75386dd220..6efd7d24390c 100644 --- a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts @@ -38,45 +38,45 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm * @public *Composes an email message to multiple destinations. The message body is created using * an email template.
- *In order to send email using the SendBulkTemplatedEmail
operation, your
- * call to the API must meet the following requirements:
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 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.
+ *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 + *
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 + * Simulator. For more information, see Verifying Email + * Addresses and Domains in the Amazon SES Developer * Guide. *
*The maximum message size is 10 MB.
+ *The maximum message size is 10 MB.
*Each Destination
parameter must include at least one recipient
+ *
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 will be 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 + *
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 to the API may be - * limited by your account's maximum sending rate.
+ *The number of destinations you can contact in a single call can be limited by + * your account's maximum sending rate.
*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.
+ *You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
* * @throws {@link ConfigurationSetDoesNotExistException} (client fault) *Indicates that the configuration set does not exist.
* * @throws {@link ConfigurationSetSendingPausedException} (client fault) *Indicates that email sending is disabled for the configuration set.
- *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
+ *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
* * @throws {@link MailFromDomainNotVerifiedException} (client fault) *Indicates that the message could not be sent because Amazon SES could not read the MX diff --git a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts index 97e53de4c058..c63f339827bc 100644 --- a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts @@ -39,14 +39,14 @@ export interface SendCustomVerificationEmailCommandOutput /** * @public *
Adds an email address to the list of identities for your Amazon SES account in the current - * AWS Region and attempts to verify it. As a result of executing this operation, a + * Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a * customized verification email is sent to the specified address.
- *To use this operation, you must first create a custom verification email template. For + *
To use this operation, you must first create a custom verification email template. For * more information about creating and using custom verification email templates, see - * Using Custom - * Verification Email Templates in the Amazon SES Developer + * Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/SendEmailCommand.ts b/clients/client-ses/src/commands/SendEmailCommand.ts index 9d448e6579be..899513ddfcbf 100644 --- a/clients/client-ses/src/commands/SendEmailCommand.ts +++ b/clients/client-ses/src/commands/SendEmailCommand.ts @@ -36,51 +36,49 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea /** * @public - *Composes an email message and immediately queues it for sending. In order to send
- * email using the SendEmail
operation, your message must meet the following
- * requirements:
Composes an email message and immediately queues it for sending. To send email using + * this operation, your message must meet the following requirements:
+ *The message must be sent from a verified email address or domain. If you - * attempt to send email using a non-verified address or domain, the operation will - * result in an "Email address not verified" error.
+ *The message must be sent from a verified email address or domain. If you + * attempt to send email using a non-verified address or domain, the operation + * results in an "Email address not verified" error.
*If your account is still in the Amazon SES sandbox, you may only send to verified + *
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 + * Simulator. For more information, see Verifying Email + * Addresses and Domains in the Amazon SES Developer * Guide. *
*The maximum message size is 10 MB.
+ *The maximum message size is 10 MB.
*The message must include at least one recipient email address. The recipient + *
The message 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 will be rejected, even if the message contains other recipients that are + * 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 + *
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
* SendEmail
operation several times to send the message to each
* group.
For every message that you send, the total number of recipients (including each * recipient in the To:, CC: and BCC: fields) is counted against the maximum number of * emails you can send in a 24-hour period (your sending quota). - * For more information about sending quotas in Amazon SES, see Managing Your Amazon SES - * Sending Limits in the Amazon SES Developer Guide. + * For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending + * Limits in the Amazon SES Developer Guide. *
- *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.
+ *You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
* * @throws {@link ConfigurationSetDoesNotExistException} (client fault) *Indicates that the configuration set does not exist.
* * @throws {@link ConfigurationSetSendingPausedException} (client fault) *Indicates that email sending is disabled for the configuration set.
- *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
+ *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
* * @throws {@link MailFromDomainNotVerifiedException} (client fault) *Indicates that the message could not be sent because Amazon SES could not read the MX diff --git a/clients/client-ses/src/commands/SendRawEmailCommand.ts b/clients/client-ses/src/commands/SendRawEmailCommand.ts index 59c84b9f6577..e0eaf52de288 100644 --- a/clients/client-ses/src/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/src/commands/SendRawEmailCommand.ts @@ -37,110 +37,102 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad /** * @public *
Composes an email message and immediately queues it for sending.
- * - *This operation is more flexible than the SendEmail
API operation. When
- * you use the SendRawEmail
operation, you can specify the headers of the
- * message as well as its content. This flexibility is useful, for example, when you want
- * to send a multipart MIME email (such a message that contains both a text and an HTML
- * version). You can also use this operation to send messages that include
- * attachments.
The SendRawEmail
operation has the following requirements:
This operation is more flexible than the SendEmail
operation. When you
+ * use the SendRawEmail
operation, you can specify the headers of the message
+ * as well as its content. This flexibility is useful, for example, when you need to send a
+ * multipart MIME email (such a message that contains both a text and an HTML version). You
+ * can also use this operation to send messages that include attachments.
The SendRawEmail
operation has the following requirements:
You can only send email from verified email addresses or domains. If you try - * to send email from an address that isn't verified, the operation results in an - * "Email address not verified" error.
+ *You can only send email from verified email addresses or domains. If you try to send email from + * an address that isn't verified, the operation results in an "Email address not + * verified" error.
*If your account is still in the Amazon SES sandbox, you can only send email to other - * verified addresses in your account, or to addresses that are associated with the - * Amazon SES mailbox simulator.
+ *If your account is still in the Amazon SES sandbox, you can only send email to other verified addresses + * in your account, or to addresses that are associated with the Amazon SES mailbox simulator.
*The maximum message size, including attachments, is 10 MB.
+ *The maximum message size, including attachments, is 10 MB.
*Each message has to include at least one recipient address. A recipient + *
Each message has to include at least one recipient address. A recipient * address includes any address on the To:, CC:, or BCC: lines.
*If you send a single message to more than one recipient address, and one of + *
If you send a single message to more than one recipient address, and one of * the recipient addresses isn't in a valid format (that is, it's not in the format * UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES * rejects the entire message, even if the other addresses are valid.
*Each message can include up to 50 recipient addresses across the To:, CC:, or + *
Each message can include up to 50 recipient addresses across the To:, CC:, or * BCC: lines. If you need to send a single message to more than 50 recipients, you * have to split the list of recipient addresses into groups of less than 50 * recipients, and send separate messages to each group.
*Amazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message + *
Amazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message * parts. However, if Amazon SES has to modify the contents of your message (for * example, if you use open and click tracking), 8-bit content isn't preserved. For * this reason, we highly recommend that you encode all content that isn't 7-bit - * ASCII. For more information, see MIME Encoding in the Amazon SES Developer + * ASCII. For more information, see MIME Encoding in the Amazon SES Developer * Guide.
*Additionally, keep the following considerations in mind when using the + *
Additionally, keep the following considerations in mind when using the
* SendRawEmail
operation:
Although you can customize the message headers when using the
- * SendRawEmail
operation, Amazon SES will automatically apply its own
+ *
Although you can customize the message headers when using the
+ * SendRawEmail
operation, Amazon SES automatically applies its own
* Message-ID
and Date
headers; if you passed these
- * headers when creating the message, they will be overwritten by the values that
- * Amazon SES provides.
If you are using sending authorization to send on behalf of another user, + *
If you are using sending authorization to send on behalf of another user,
* SendRawEmail
enables you to specify the cross-account identity
* for the email's Source, From, and Return-Path parameters in one of two ways: you
* can pass optional parameters SourceArn
, FromArn
,
- * and/or ReturnPathArn
to the API, or you can include the following
- * X-headers in the header of your raw email:
ReturnPathArn
, or you can include the following X-headers in
+ * the header of your raw email:
+ *
- * X-SES-SOURCE-ARN
- *
+ * X-SES-SOURCE-ARN
+ *
- * X-SES-FROM-ARN
- *
+ * X-SES-FROM-ARN
+ *
- * X-SES-RETURN-PATH-ARN
- *
+ * X-SES-RETURN-PATH-ARN
+ *
Don't include these X-headers in the DKIM signature. Amazon SES removes these
+ * Don't include these X-headers in the DKIM signature. Amazon SES removes these
* before it sends the email.
If you only specify the SourceIdentityArn
parameter, Amazon SES sets
+ *
If you only specify the SourceIdentityArn
parameter, Amazon SES sets
* the From and Return-Path addresses to the same identity that you
* specified.
For more information about sending authorization, see the Using Sending - * Authorization with Amazon SES in the Amazon SES Developer + *
For more information about sending authorization, see the Using + * Sending Authorization with Amazon SES in the Amazon SES Developer * Guide. *
* *For every message that you send, the total number of recipients (including + *
For every message that you send, the total number of recipients (including * each recipient in the To:, CC: and BCC: fields) is counted against the maximum * number of emails you can send in a 24-hour period (your sending * quota). For more information about sending quotas in Amazon SES, see - * Managing Your - * Amazon SES Sending Limits in the Amazon SES Developer + * Managing Your Amazon SES Sending Limits in the Amazon SES Developer * Guide. *
*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.
+ *You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
* * @throws {@link ConfigurationSetDoesNotExistException} (client fault) *Indicates that the configuration set does not exist.
* * @throws {@link ConfigurationSetSendingPausedException} (client fault) *Indicates that email sending is disabled for the configuration set.
- *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
+ *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
* * @throws {@link MailFromDomainNotVerifiedException} (client fault) *Indicates that the message could not be sent because Amazon SES could not read the MX diff --git a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts index b0bba938bd38..49454b819a4f 100644 --- a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts @@ -38,54 +38,53 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo * @public *
Composes an email message using an email template and immediately queues it for * sending.
- *In order to send email using the SendTemplatedEmail
operation, your call
- * to the API must meet the following requirements:
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 + *
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.
+ *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 + *
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 + * Simulator. For more information, see Verifying Email + * Addresses and Domains in the Amazon SES Developer * Guide. *
*The maximum message size is 10 MB.
+ *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 who
- * will receive the same version of the email. The Destination
+ *
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
+ *
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 will be 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.
- *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.
+ *You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
* * @throws {@link ConfigurationSetDoesNotExistException} (client fault) *Indicates that the configuration set does not exist.
* * @throws {@link ConfigurationSetSendingPausedException} (client fault) *Indicates that email sending is disabled for the configuration set.
- *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
+ *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
* * @throws {@link MailFromDomainNotVerifiedException} (client fault) *Indicates that the message could not be sent because Amazon SES could not read the MX diff --git a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts index 50134c4eba40..7c3871d00fc2 100644 --- a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts @@ -37,12 +37,13 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu /** * @public *
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.
- *You can execute this operation no more than once per second.
+ *To disable your email-receiving through Amazon SES completely, you can call this
+ * operation with RuleSetName
set to null.
For information about managing receipt rule sets, see the Amazon SES + * Developer Guide.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts index 1cced8b32bea..1f3dc42e5f34 100644 --- a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts @@ -40,15 +40,16 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab * signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends * from addresses on that domain. If Easy DKIM signing is enabled for an email address, * then Amazon SES uses DKIM to sign all email it sends from that address. - *For email addresses (for example, user@example.com
), you can only
* enable DKIM signing if the corresponding domain (in this case,
* example.com
) has been set up to use Easy DKIM.
You can enable DKIM signing for an identity at any time after you start the + *
You can enable DKIM signing for an identity at any time after you start the * verification process for the identity, even if the verification process isn't complete.
- *You can execute this operation no more than once per second.
- *For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.
+ *You can execute this operation no more than once per second.
+ *For more information about Easy DKIM signing, go to the Amazon SES Developer + * Guide.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index 0ef07602e480..87a603891cb9 100644 --- a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -48,12 +48,12 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput * 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.
- *You can execute this operation no more than once per second.
- *For more information about using notifications with Amazon SES, see the Amazon SES + *
You can execute this operation no more than once per second.
+ *For more information about using notifications with Amazon SES, see the Amazon SES * Developer Guide.
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index d5e7653b0c5d..830fb5330a52 100644 --- a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -48,8 +48,8 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput *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.
- *You can execute this operation no more than once per second.
- *For more information about using notifications with Amazon SES, see the Amazon SES
+ * You can execute this operation no more than once per second. For more information about using notifications with Amazon SES, see the Amazon SES
* Developer Guide. 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
+ * your MAIL FROM domain's DNS settings. To ensure that your emails pass Sender Policy
* Framework (SPF) checks, you must also add or update an SPF record. For more
- * information, see the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second.
You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -55,7 +54,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF * const input = { // SetIdentityMailFromDomainRequest * Identity: "STRING_VALUE", // required * MailFromDomain: "STRING_VALUE", - * BehaviorOnMXFailure: "STRING_VALUE", + * BehaviorOnMXFailure: "UseDefaultValue" || "RejectMessage", * }; * const command = new SetIdentityMailFromDomainCommand(input); * const response = await client.send(command); diff --git a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts index 8ef2432eb46e..15a065282c73 100644 --- a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts @@ -44,9 +44,9 @@ export interface SetIdentityNotificationTopicCommandOutput * notifications to the topic you specified. You can send bounce, complaint, or delivery * notifications (or any combination of the three) to the Amazon SNS topic that you * specify. - *You can execute this operation no more than once per second.
- *For more information about feedback notification, see the Amazon SES Developer - * Guide.
+ *You can execute this operation no more than once per second.
+ *For more information about feedback notification, see the Amazon SES + * Developer Guide.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -55,7 +55,7 @@ export interface SetIdentityNotificationTopicCommandOutput * const client = new SESClient(config); * const input = { // SetIdentityNotificationTopicRequest * Identity: "STRING_VALUE", // required - * NotificationType: "STRING_VALUE", // required + * NotificationType: "Bounce" || "Complaint" || "Delivery", // required * SnsTopic: "STRING_VALUE", * }; * const command = new SetIdentityNotificationTopicCommand(input); diff --git a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts index 76943e3c4c94..4be5fbbe859d 100644 --- a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts @@ -37,9 +37,9 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit /** * @public *Sets the position of the specified receipt rule in the receipt rule set.
- *For information about managing receipt rules, see the Amazon SES
+ * For information about managing receipt rules, see the Amazon SES
* Developer Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. 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. You can execute this operation no more than once per second. Enables or disables email sending across your entire Amazon SES account in the current
- * AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to
- * temporarily pause email sending across your Amazon SES account in a given AWS Region when
+ * Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms to
+ * temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when
* reputation metrics (such as your bounce or complaint rates) reach certain
* thresholds. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Updates the event destination of a configuration set. 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 Monitoring Your Amazon SES
- * Sending Activity in the Amazon SES Developer Guide.
+ * see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer
+ * Guide.
* 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). You can execute this operation no more than once per second. You can execute this operation no more than once per second. Enables or disables the publishing of reputation metrics for emails sent using a
- * specific configuration set in a given AWS Region. Reputation metrics include bounce
+ * specific configuration set in a given Amazon Web Services Region. Reputation metrics include bounce
* and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can
* create alarms when bounce or complaint rates exceed certain thresholds. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Enables or disables email sending for messages sent using a specific configuration set
- * in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms
+ * in a given Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms
* to temporarily pause email sending for a configuration set when the reputation metrics
* for that configuration set (such as your bounce on complaint rate) exceed certain
* thresholds. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Modifies an association between a configuration set and a custom domain for open and
* click event tracking. By default, images and links used for tracking open and click events are hosted on
+ * By default, images and links used for tracking open and click events are hosted on
* domains operated by Amazon SES. You can configure a subdomain of your own to handle these
- * events. For information about using custom domains, see the Amazon SES Developer Guide.
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 verified in Amazon SES.
*When the tracking domain you specified is not a valid domain or + *
When the tracking domain you specified is not a valid domain or * subdomain.
*Updates an existing custom verification email template.
- *For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer + *
For more information about custom verification email templates, see Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
- *You can execute this operation no more than once per second.
+ *You can execute this operation no more than once per second.
* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts index 00ae3fee9452..6c01b2871505 100644 --- a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts @@ -37,9 +37,9 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons /** * @public *Updates a receipt rule.
- *For information about managing receipt rules, see the Amazon SES
+ * For information about managing receipt rules, see the Amazon SES
* Developer Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could
+ * 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 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
+ * 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. Updates an email template. Email templates enable you to send personalized email to
- * one or more destinations in a single API operation. For more information, see the Amazon SES Developer
- * Guide. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Returns a set of DKIM tokens for a domain identity. When you execute the You use the tokens that are generated by this operation to create CNAME records. When
+ * from the domain until you either successfully verify
+ * it or you successfully set up DKIM for
+ * it. You use the tokens that are generated by this operation to create CNAME records. When
* Amazon SES detects that you've added these records to the DNS configuration for a domain, you
* can start sending email from that domain. You can start sending email even if you
* haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS
* configuration for your domain. All email that you send from the domain is authenticated
* using DKIM. To create the CNAME records for DKIM authentication, use the following values: To create the CNAME records for DKIM authentication, use the following values:
+ *
* Name:
* token._domainkey.example.com
*
+ *
* Type: CNAME
+ *
* Value:
* token.dkim.amazonses.com In the preceding example, replace token with one of the tokens
+ * In the preceding example, replace token with one of the tokens
* that are generated when you execute this operation. Replace
* example.com with your domain. Repeat this process for each
* token that's generated by this operation. You can execute this operation no more than once per second. You can execute this operation no more than once per second. Adds a domain to the list of identities for your Amazon SES account in the current AWS
- * Region and attempts to verify it. For more information about verifying domains, see
- * Verifying Email
- * Addresses and Domains in the Amazon SES Developer
- * Guide.
+ * Adds a domain to the list of identities for your Amazon SES account in the current
+ * Amazon Web Services Region and attempts to verify it. For more information about verifying domains,
+ * see Verifying Email Addresses and Domains in the Amazon SES Developer
+ * Guide.
* You can execute this operation no more than once per second. You can execute this operation no more than once per second. Adds an email address to the list of identities for your Amazon SES account in the current
- * AWS region and attempts to verify it. As a result of executing this operation, a
+ * Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a
* verification email is sent to the specified address. You can execute this operation no more than once per second. You can execute this operation no more than once per second. This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version
+ * This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version
* 2010-12-01. This document is best 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. This documentation contains reference information related to the following:
+ * Amazon SES API Actions
+ *
+ * Amazon SES
+ * API Data Types
+ *
+ * Common
+ * Parameters
+ *
+ * Common Errors
+ * 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. You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled. 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. For information about adding a header using a receipt rule, see the Amazon SES Developer Guide. 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. The name of the header to add to the incoming message. The name must contain at least
+ * one character, and can contain up to 50 characters. It consists of alphanumeric (a–z,
+ * A–Z, 0–9) characters and dashes. Must be less than 2048 characters, and must not contain newline characters ("\r" or
- * "\n"). The content to include in the header. This value can contain up to 2048 characters. It
+ * can't contain newline ( 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.
+ * 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. 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. For information about sending a bounce message in response to a received email, see
+ * the Amazon SES Developer Guide. 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
- * VerifyDomainDkim
operation, the domain that you
* specify is added to the list of identities that are associated with your account.
* This is true even if you haven't already associated the domain with your account by
* using the VerifyDomainIdentity
operation. However, you can't send email
- * from the domain until you either successfully verify it or you
- * successfully set up DKIM for
- * it.
+ *
*
- *
+ *
*
* @packageDocumentation
*/
diff --git a/clients/client-ses/src/models/models_0.ts b/clients/client-ses/src/models/models_0.ts
index a98893de9e45..db960ecb67fe 100644
--- a/clients/client-ses/src/models/models_0.ts
+++ b/clients/client-ses/src/models/models_0.ts
@@ -6,7 +6,7 @@ import { SESServiceException as __BaseException } from "./SESServiceException";
/**
* @public
* \n
) or carriage return (\r
)
+ * characters.arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about
- * Amazon SNS topics, see the Amazon SNS Developer Guide.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn?: string; @@ -173,7 +173,7 @@ export interface BounceAction { /** * @public *The email address of the sender of the bounced email. This is the address from which - * the bounce message will be sent.
+ * the bounce message is sent. */ Sender: string | undefined; } @@ -217,8 +217,8 @@ export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction]; * @public *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.
+ *For information about receiving email through Amazon SES, see the Amazon SES Developer + * Guide.
*/ export interface ExtensionField { /** @@ -230,7 +230,7 @@ export interface ExtensionField { /** * @public - *The value of the header to add. Must be less than 2048 characters, and must not + *
The value of the header to add. Must contain 2048 characters or fewer, and must not * contain newline characters ("\r" or "\n").
*/ Value: string | undefined; @@ -240,22 +240,22 @@ export interface ExtensionField { * @public *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.
+ *For information about receiving email through Amazon SES, see the Amazon SES Developer + * Guide.
*/ export interface RecipientDsnFields { /** * @public *The email address that the message was ultimately delivered to. 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
+ * FinalRecipient
is 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.
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.
+ *For information about receiving email through Amazon SES, see the Amazon SES Developer + * Guide.
*/ export interface BouncedRecipientInfo { /** @@ -321,8 +321,7 @@ export interface BouncedRecipientInfo { *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.
+ * authorization, see the Amazon SES Developer Guide. */ RecipientArn?: string; @@ -346,14 +345,16 @@ export interface BouncedRecipientInfo { * @public *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 - * local part of a destination email address (the part of the - * email address that precedes the @ sign) may only contain 7-bit ASCII - * characters. If the domain part of an address (the - * part after the @ sign) contains non-ASCII characters, they must be encoded using - * Punycode, as described in RFC3492.
- *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.
+ *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.
*/ export interface MessageTag { /** * @public - *The name of the tag. The name must:
- *The name of the tag. The name must meet the following requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Contain less than 256 characters.
+ *Contain 256 characters or fewer.
*The value of the tag. The value must:
- *The value of the tag. The value must meet the following requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Contain less than 256 characters.
+ *Contain 256 characters or fewer.
*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 - * local part of a destination email address (the part of the - * email address that precedes the @ sign) may only contain 7-bit ASCII - * characters. If the domain part of an address (the - * part after the @ sign) contains non-ASCII characters, they must be encoded using - * Punycode, as described in RFC3492.
- *The status of a message sent using the SendBulkTemplatedEmail
* operation.
Possible values for this parameter include:
- *Possible values for this parameter include:
+ *
- * Success
: Amazon SES accepted the message, and will attempt to deliver
- * it to the recipients.
+ * Success
: Amazon SES accepted the message, and attempts to deliver it
+ * to the recipients.
+ *
* MessageRejected
: The message was rejected because it contained a
* virus.
+ *
* MailFromDomainNotVerified
: The sender's email address or domain
* was not verified.
+ *
* ConfigurationSetDoesNotExist
: The configuration set you specified
* does not exist.
+ *
* TemplateDoesNotExist
: The template you specified does not
* exist.
+ *
* AccountSuspended
: Your account has been shut down because of
* issues related to your email sending practices.
+ *
* AccountThrottled
: The number of emails you can send has been
* reduced because your account has exceeded its allocated sending limit.
+ *
* AccountDailyQuotaExceeded
: You have reached or exceeded the
* maximum number of emails you can send from your account in a 24-hour
* period.
+ *
* InvalidSendingPoolName
: The configuration set you specified
* refers to an IP pool that does not exist.
+ *
* AccountSendingPaused
: Email sending for the Amazon SES account was
* disabled using the UpdateAccountSendingEnabled
* operation.
+ *
* ConfigurationSetSendingPaused
: Email sending for this
* configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
+ *
* InvalidParameterValue
: One or more of the parameters you
* specified when calling this operation was invalid. See the error message for
* additional information.
+ *
* TransientFailure
: Amazon SES was unable to process your request
* because of a temporary issue.
+ *
* Failed
: Amazon SES was unable to process your request. See the error
* message for additional information.
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.
+ * receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface CloneReceiptRuleSetRequest { /** * @public - *The name of the rule set to create. The name must:
- *The name of the rule set to create. The name must meet the following + * requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Start and end with a letter or number.
+ *Start and end with a letter or number.
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*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.
+ *For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES + * Developer Guide.
*/ export interface CloudWatchDimensionConfiguration { /** * @public *The name of an Amazon CloudWatch dimension associated with an email sending metric. The name - * must:
- *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes + * (-), or colons (:).
*Contain less than 256 characters.
+ *Contain 256 characters or fewer.
*The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you
- * want Amazon SES to use the message tags that you specify using an
- * X-SES-MESSAGE-TAGS
header or a parameter to the
- * SendEmail
/SendRawEmail
API, choose
- * messageTag
. If you want Amazon SES to use your own email headers, choose
- * emailHeader
.
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use
+ * the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a
+ * parameter to the SendEmail
/SendRawEmail
API, specify
+ * messageTag
. To use your own email headers, specify
+ * emailHeader
. To put a custom tag on any link included in your email,
+ * specify linkTag
.
The default value of the dimension that is published to Amazon CloudWatch if you do not provide - * the value of the dimension when you send an email. The default value must:
- *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes + * (-), at signs (@), or periods (.).
*Contain less than 256 characters.
+ *Contain 256 characters or fewer.
*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 + *
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.
+ * sets, see the Amazon SES Developer + * Guide. */ export interface CloudWatchDestination { /** @@ -783,21 +791,22 @@ export interface CloudWatchDestination { /** * @public *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.
+ *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.
*/ export interface ConfigurationSet { /** * @public *The name of the configuration set. The name must meet the following * requirements:
- *Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes + *
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes * (-).
*Contain 64 characters or fewer.
+ *Contain 64 characters or fewer.
*Indicates that email sending is disabled for the configuration set.
- *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
+ *You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
*/ export class ConfigurationSetSendingPausedException extends __BaseException { readonly name: "ConfigurationSetSendingPausedException" = "ConfigurationSetSendingPausedException"; @@ -907,8 +916,8 @@ export class ConfigurationSetSendingPausedException extends __BaseException { * @public *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.
+ * Amazon SES + * Developer Guide. */ export interface CreateConfigurationSetRequest { /** @@ -949,10 +958,10 @@ export class InvalidConfigurationSetException extends __BaseException { * @public *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 + *
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.
+ * the Amazon SES + * Developer Guide. */ export interface KinesisFirehoseDestination { /** @@ -992,45 +1001,45 @@ export type EventType = (typeof EventType)[keyof typeof EventType]; /** * @public *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 + *
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.
+ * sets, see the Amazon SES Developer + * Guide. */ export interface SNSDestination { /** * @public - *The ARN of the Amazon SNS topic that email sending events will be published to. 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.
The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic + * by using the ListTopics Amazon SNS operation.
+ *For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicARN: string | undefined; } /** * @public - *Contains information about the event destination that the specified email sending - * events will be published to.
- *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 + *
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.
+ * using configuration sets, see the Amazon SES Developer + * Guide. */ export interface EventDestination { /** * @public - *The name of the event destination. The name must:
- *The name of the event destination. The name must meet the following + * requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*The type of email sending events to publish to the event destination.
+ *
+ * send
- The call was successful and Amazon SES is attempting to deliver
+ * the email.
+ * reject
- Amazon SES determined that the email contained a virus and
+ * rejected it.
+ * bounce
- The recipient's mail server permanently rejected the
+ * email. This corresponds to a hard bounce.
+ * complaint
- The recipient marked the email as spam.
+ * delivery
- Amazon SES successfully delivered the email to the
+ * recipient's mail server.
+ * open
- The recipient received the email and opened it in their
+ * email client.
+ * click
- The recipient clicked one or more links in the
+ * email.
+ * renderingFailure
- Amazon SES did not send the email because of a
+ * template rendering issue.
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 AWS service + * 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.
+ * For information about using configuration sets, see the Amazon SES Developer + * Guide. */ export interface CreateConfigurationSetEventDestinationRequest { /** @@ -1091,8 +1141,8 @@ export interface CreateConfigurationSetEventDestinationRequest { /** * @public - *An object that describes the AWS service that email sending event information will - * be published to.
+ *An object that describes the Amazon Web Services service that email sending event where information + * is published.
*/ EventDestination: EventDestination | undefined; } @@ -1247,15 +1297,15 @@ export class InvalidSNSDestinationException extends __BaseException { * @public *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.
+ *For more information, see Configuring Custom + * Domains to Handle Open and Click Tracking in the Amazon SES Developer + * Guide.
*/ export interface TrackingOptions { /** * @public - *The custom subdomain that will be used to redirect email recipients to the Amazon SES - * event tracking domain.
+ *The custom subdomain that is used to redirect email recipients to the Amazon SES event + * tracking domain.
*/ CustomRedirectDomain?: string; } @@ -1277,9 +1327,9 @@ export interface CreateConfigurationSetTrackingOptionsRequest { * @public *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.
+ *For more information, see Configuring Custom + * Domains to Handle Open and Click Tracking in the Amazon SES Developer + * Guide.
*/ TrackingOptions: TrackingOptions | undefined; } @@ -1294,12 +1344,12 @@ export interface CreateConfigurationSetTrackingOptionsResponse {} * @public *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 verified in Amazon SES.
*When the tracking domain you specified is not a valid domain or + *
When the tracking domain you specified is not a valid domain or * subdomain.
*The content of the custom verification email. The total size of the email must be less * than 10 MB. The message body may contain HTML, with some limitations. For more - * information, see Custom Verification Email Frequently Asked Questions in the Amazon SES + * information, see Custom + * Verification Email Frequently Asked Questions in the Amazon SES * Developer Guide.
*/ TemplateContent: string | undefined; @@ -1493,7 +1544,8 @@ export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof Rece * @public *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.
+ *For information about setting up IP address filters, see the Amazon SES + * Developer Guide.
*/ export interface ReceiptIpFilter { /** @@ -1505,10 +1557,11 @@ export interface ReceiptIpFilter { /** * @public - *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.
+ *A single IP address or a range of IP addresses 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.
*/ Cidr: string | undefined; } @@ -1517,22 +1570,24 @@ export interface ReceiptIpFilter { * @public *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.
+ *For information about setting up IP address filters, see the Amazon SES + * Developer Guide.
*/ export interface ReceiptFilter { /** * @public - *The name of the IP address filter. The name must:
- *The name of the IP address filter. The name must meet the following + * requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Start and end with a letter or number.
+ *Start and end with a letter or number.
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*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.
+ * when you receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface CreateReceiptFilterRequest { /** @@ -1566,53 +1622,62 @@ export interface CreateReceiptFilterRequest { */ export interface CreateReceiptFilterResponse {} +/** + * @public + * @enum + */ +export const InvocationType = { + Event: "Event", + RequestResponse: "RequestResponse", +} as const; + /** * @public */ -export type InvocationType = "Event" | "RequestResponse"; +export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType]; /** * @public - *When included in a receipt rule, this action calls an AWS Lambda function and, + *
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 AWS Lambda function or to publish to an Amazon SNS topic of + *
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 AWS Lambda actions in receipt rules, see the Amazon SES Developer - * Guide.
+ * 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.
*/ export interface LambdaAction { /** * @public *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.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn?: string; /** * @public - *The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda + *
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function. An example of an Amazon Web Services 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.
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.
The invocation type of the Amazon Web Services Lambda function. An invocation type of
+ * RequestResponse
means that the execution of the function immediately
+ * results in a response, and a value of Event
means that the function is
+ * invoked asynchronously. The default value is Event
. For information about
+ * Amazon Web Services Lambda invocation types, see the Amazon Web Services 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.
RequestResponse
only to make a mail flow decision, such as whether
+ * to stop the receipt rule or the receipt rule set.
+ * 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 + *
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 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.
+ * 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.
*/ export interface S3Action { /** * @public - *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.
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. You + * can find the ARN of a topic by using the ListTopics operation in + * Amazon SNS.
+ *For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn?: string; /** * @public - *The name of the Amazon S3 bucket that incoming email will be saved to.
+ *The name of the Amazon S3 bucket for incoming email.
*/ BucketName: string | undefined; @@ -1657,37 +1723,39 @@ export interface S3Action { /** * @public *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:
- *To use the default master key, provide an ARN in the form of + *
To use the default master key, provide an ARN in the form of
* arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses
.
- * For example, if your AWS account ID is 123456789012 and you want to use the
- * default master key in the US West (Oregon) region, the ARN of the default master
+ * For example, if your Amazon Web Services account ID is 123456789012 and you want to use the
+ * default master key in the US West (Oregon) Region, the ARN of the default master
* key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses
. If
* you use the default master key, you don't need to perform any extra steps to
* give Amazon SES permission to use the key.
To use a custom master key you created in AWS KMS, provide the ARN of the - * master key and ensure that you add a statement to your key's policy to give + *
To use a custom master key that you created in Amazon Web Services KMS, provide the ARN of + * the master key and ensure that you add a statement to your key's policy to give * Amazon SES permission to use it. For more information about giving permissions, see - * the Amazon SES - * Developer Guide.
+ * the Amazon SES Developer + * Guide. *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.
- *For more information about key policies, see the Amazon Web Services KMS Developer Guide. If + * you do not specify a master key, Amazon SES does 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 SDK for Java and AWS SDK for Ruby only. For more - * information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.
- *If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to + *
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.
+ * 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.
*/ export interface SNSAction { /** * @public - *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.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. You can find the ARN of a + * topic by using the ListTopics operation in Amazon SNS.
+ *For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn: string | undefined; @@ -1762,8 +1829,8 @@ export type StopScope = (typeof StopScope)[keyof typeof StopScope]; * @public *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.
+ *For information about setting a stop action in a receipt rule, see the Amazon SES + * Developer Guide.
*/ export interface StopAction { /** @@ -1775,9 +1842,8 @@ export interface StopAction { /** * @public *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.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn?: string; } @@ -1785,29 +1851,33 @@ export interface StopAction { /** * @public *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 + * 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.
+ *For information using a receipt rule to call Amazon WorkMail, see the Amazon SES + * Developer Guide.
*/ export interface WorkmailAction { /** * @public *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.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
*/ TopicArn?: string; /** * @public - *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.
The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail + * ARNs use the following format:
+ *
+ * arn:aws:workmail:
+ *
You can find the ID of your organization by using the ListOrganizations operation in Amazon WorkMail. Amazon WorkMail
+ * organization IDs begin with "m-
", followed by a string of alphanumeric
+ * characters.
For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.
*/ OrganizationArn: string | undefined; } @@ -1817,8 +1887,8 @@ export interface WorkmailAction { *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.
+ *For information about setting up receipt rules, see the Amazon SES + * Developer Guide.
*/ export interface ReceiptAction { /** @@ -1844,7 +1914,7 @@ export interface ReceiptAction { /** * @public - *Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
+ *Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.
*/ LambdaAction?: LambdaAction; @@ -1886,26 +1956,26 @@ export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy]; * @public *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 + *
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.
+ *For information about setting up receipt rules, see the Amazon SES + * Developer Guide.
*/ export interface ReceiptRule { /** * @public - *The name of the receipt rule. The name must:
- *The name of the receipt rule. The name must meet the following requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes + * (-), or periods (.).
*Start and end with a letter or number.
+ *Start and end with a letter or number.
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*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
+ * Require
, Amazon SES bounces emails that are not received over TLS. The
* default is Optional
.
The recipient domains and email addresses that the receipt rule applies to. If this - * field is not specified, this rule will match all recipients under all verified - * domains.
+ * field is not specified, this rule matches all recipients on all verified domains. */ Recipients?: string[]; @@ -1953,21 +2022,20 @@ export interface ReceiptRule { /** * @public *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.
+ * with Amazon SES. For more information, see the Amazon SES Developer + * Guide. */ export interface CreateReceiptRuleRequest { /** * @public - *The name of the rule set that the receipt rule will be added to.
+ *The name of the rule set where the receipt rule is added.
*/ RuleSetName: string | undefined; /** * @public - *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.
+ *The name of an existing rule after which the new rule is placed. If this parameter is + * null, the new rule is inserted at the beginning of the rule list.
*/ After?: string; @@ -1987,7 +2055,7 @@ export interface CreateReceiptRuleResponse {} /** * @public - *Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could + *
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.
@@ -2017,9 +2085,9 @@ export class InvalidLambdaFunctionException extends __BaseException { /** * @public - *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
+ * 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. 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.
The name of the rule set to create. The name must:
- *The name of the rule set to create. The name must meet the following + * requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Start and end with a letter or number.
+ *Start and end with a letter or number.
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*The content of the email, composed of a subject line, an HTML part, and a text-only - * part.
+ *The content of the email, composed of a subject line and either an HTML part or a + * text-only part.
*/ export interface Template { /** * @public - *The name of the template. You will refer to this name when you send email using the + *
The name of the template. You use this name when you send email using the
* SendTemplatedEmail
or SendBulkTemplatedEmail
* operations.
The email body that will be visible to recipients whose email clients do not display - * HTML.
+ *The email body that is visible to recipients whose email clients do not display HTML + * content.
*/ TextPart?: string; @@ -2170,14 +2239,14 @@ export interface Template { /** * @public - *Represents a request to create an email template. For more information, see the Amazon SES Developer - * Guide.
+ *Represents a request to create an email template. For more information, see the Amazon SES + * Developer Guide.
*/ export interface CreateTemplateRequest { /** * @public - *The content of the email, composed of a subject line, an HTML part, and a text-only - * part.
+ *The content of the email, composed of a subject line and either an HTML part or a + * text-only part.
*/ Template: Template | undefined; } @@ -2297,8 +2366,8 @@ export class CustomVerificationEmailTemplateDoesNotExistException extends __Base * @public *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.
+ * Amazon SES + * Developer Guide. */ export interface DeleteConfigurationSetRequest { /** @@ -2319,8 +2388,8 @@ export interface DeleteConfigurationSetResponse {} *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.
+ * Amazon SES + * Developer Guide. */ export interface DeleteConfigurationSetEventDestinationRequest { /** @@ -2384,8 +2453,7 @@ export class EventDestinationDoesNotExistException extends __BaseException { export interface DeleteConfigurationSetTrackingOptionsRequest { /** * @public - *The name of the configuration set from which you want to delete the tracking - * options.
+ *The name of the configuration set.
*/ ConfigurationSetName: string | undefined; } @@ -2431,7 +2499,7 @@ export class TrackingOptionsDoesNotExistException extends __BaseException { export interface DeleteCustomVerificationEmailTemplateRequest { /** * @public - *The name of the custom verification email template that you want to delete.
+ *The name of the custom verification email template to delete.
*/ TemplateName: string | undefined; } @@ -2444,7 +2512,7 @@ export interface DeleteCustomVerificationEmailTemplateRequest { export interface DeleteIdentityRequest { /** * @public - *The identity to be removed from the list of identities for the AWS Account.
+ *The identity to be removed from the list of identities for the Amazon Web Services account.
*/ Identity: string | undefined; } @@ -2459,17 +2527,16 @@ export interface DeleteIdentityResponse {} * @public *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.
+ * your identities. For information, see the Amazon SES Developer Guide. */ export interface DeleteIdentityPolicyRequest { /** * @public - *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
,
+ *
The identity that is associated with the policy 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.
+ *To successfully call this operation, you must own the identity.
*/ Identity: string | undefined; @@ -2489,8 +2556,8 @@ export interface DeleteIdentityPolicyResponse {} /** * @public *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.
+ * you receive email with Amazon SES. For more information, see the Amazon SES Developer + * Guide. */ export interface DeleteReceiptFilterRequest { /** @@ -2509,8 +2576,8 @@ export interface DeleteReceiptFilterResponse {} /** * @public *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.
+ * with Amazon SES. For more information, see the Amazon SES Developer + * Guide. */ export interface DeleteReceiptRuleRequest { /** @@ -2536,8 +2603,7 @@ export interface DeleteReceiptRuleResponse {} * @public *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.
+ * see the Amazon SES Developer Guide. */ export interface DeleteReceiptRuleSetRequest { /** @@ -2555,8 +2621,8 @@ export interface DeleteReceiptRuleSetResponse {} /** * @public - *Represents a request to delete an email template. For more information, see the Amazon SES Developer - * Guide.
+ *Represents a request to delete an email template. For more information, see the Amazon SES + * Developer Guide.
*/ export interface DeleteTemplateRequest { /** @@ -2574,7 +2640,7 @@ export interface DeleteTemplateResponse {} /** * @public *Represents a request to delete an email address from the list of email addresses you - * have attempted to verify under your AWS account.
+ * have attempted to verify under your Amazon Web Services account. */ export interface DeleteVerifiedEmailAddressRequest { /** @@ -2604,33 +2670,33 @@ export interface DeliveryOptions { * @public *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.
+ * more information, see the Amazon SES Developer + * Guide. */ export interface DescribeActiveReceiptRuleSetRequest {} /** * @public *Information about a receipt rule set.
- *A receipt rule set is a collection of rules that specify what Amazon SES should do with + *
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.
+ *For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
*/ export interface ReceiptRuleSetMetadata { /** * @public - *The name of the receipt rule set. The name must:
- *The name of the receipt rule set. The name must meet the following + * requirements:
+ *This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), - * underscores (_), or dashes (-).
+ *Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or + * dashes (-).
*Start and end with a letter or number.
+ *Start and end with a letter or number.
*Contain less than 64 characters.
+ *Contain 64 characters or fewer.
*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.
+ * sets, see the Amazon SES Developer + * Guide. */ export interface DescribeConfigurationSetRequest { /** @@ -2692,8 +2758,8 @@ export interface ReputationOptions { /** * @public *Describes whether email sending is enabled or disabled for the configuration set. If
- * the value is true
, then Amazon SES will send emails that use the configuration
- * set. If the value is false
, Amazon SES will not send emails that use the
+ * the value is true
, then Amazon SES sends emails that use the configuration set.
+ * If the value is false
, Amazon SES does not send emails that use the
* configuration set. The default value is true
. You can change this setting
* using UpdateConfigurationSetSendingEnabled.
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, * such as bounce and complaint rates, to Amazon CloudWatch.
- *If the value is true
, reputation metrics are published. If the value is
+ *
If the value is true
, reputation metrics are published. If the value is
* false
, reputation metrics are not published. The default value is
* false
.
The date and time at which the reputation metrics for the configuration set were last * reset. Resetting these metrics is known as a fresh start.
- *When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the + *
When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the * reputation metrics for the configuration set (but not for the entire Amazon SES account) are * reset.
- *If email sending for the configuration set has never been disabled and later + *
If email sending for the configuration set has never been disabled and later
* re-enabled, the value of this attribute is null
.
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.
+ * Amazon SES + * Developer Guide. */ export interface DescribeConfigurationSetResponse { /** @@ -2766,8 +2832,8 @@ export interface DescribeConfigurationSetResponse { /** * @public *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.
+ * receive email with Amazon SES. For more information, see the Amazon SES Developer + * Guide. */ export interface DescribeReceiptRuleRequest { /** @@ -2799,7 +2865,8 @@ export interface DescribeReceiptRuleResponse { /** * @public *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.
+ * sets to receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface DescribeReceiptRuleSetRequest { /** @@ -2828,10 +2895,22 @@ export interface DescribeReceiptRuleSetResponse { Rules?: ReceiptRule[]; } +/** + * @public + * @enum + */ +export const VerificationStatus = { + Failed: "Failed", + NotStarted: "NotStarted", + Pending: "Pending", + Success: "Success", + TemporaryFailure: "TemporaryFailure", +} as const; + /** * @public */ -export type VerificationStatus = "Failed" | "NotStarted" | "Pending" | "Success" | "TemporaryFailure"; +export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus]; /** * @public @@ -2861,8 +2940,7 @@ export interface IdentityDkimAttributes { * process might take up to 72 hours. After successful detection, Amazon SES is 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, see the Amazon SES Developer - * Guide.
+ *For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
*/ DkimTokens?: string[]; } @@ -2870,13 +2948,13 @@ export interface IdentityDkimAttributes { /** * @public *Represents a request to return the email sending status for your Amazon SES account in the - * current AWS Region.
+ * current Amazon Web Services Region. */ export interface GetAccountSendingEnabledResponse { /** * @public *Describes whether email sending is enabled or disabled for your Amazon SES account in the - * current AWS Region.
+ * current Amazon Web Services Region. */ Enabled?: boolean; } @@ -2889,7 +2967,7 @@ export interface GetAccountSendingEnabledResponse { export interface GetCustomVerificationEmailTemplateRequest { /** * @public - *The name of the custom verification email template that you want to retrieve.
+ *The name of the custom verification email template to retrieve.
*/ TemplateName: string | undefined; } @@ -2943,7 +3021,8 @@ export interface GetCustomVerificationEmailTemplateResponse { *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.
+ * For more information about Easy DKIM, see the Amazon SES Developer + * Guide. */ export interface GetIdentityDkimAttributesRequest { /** @@ -2971,7 +3050,7 @@ export interface GetIdentityDkimAttributesResponse { /** * @public *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 + * identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer * Guide.
*/ export interface GetIdentityMailFromDomainAttributesRequest { @@ -3012,7 +3091,7 @@ export interface IdentityMailFromDomainAttributes { * the MAIL FROM domain. A value ofRejectMessage
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 + *
The custom MAIL FROM setup states that result in this behavior are
* Pending
, Failed
, and TemporaryFailure
.
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 + * you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES * Developer Guide.
*/ export interface GetIdentityNotificationAttributesRequest { @@ -3057,59 +3136,58 @@ export interface GetIdentityNotificationAttributesRequest { export interface IdentityNotificationAttributes { /** * @public - *The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce + *
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce * notifications.
*/ BounceTopic: string | undefined; /** * @public - *The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint + *
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint * notifications.
*/ ComplaintTopic: string | undefined; /** * @public - *The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery + *
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery * notifications.
*/ DeliveryTopic: string | undefined; /** * @public - *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.
Describes whether Amazon SES forwards bounce and complaint notifications as email.
+ * true
indicates that Amazon SES forwards bounce and complaint notifications
+ * as email, while false
indicates that bounce and complaint notifications are
+ * published only to the specified bounce and complaint Amazon SNS topics.
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
+ * type Bounce
. A value of true
specifies that Amazon SES includes
* headers in bounce notifications, and a value of false
specifies that Amazon SES
- * will not include headers in bounce notifications.
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.
Complaint
. A value of true
specifies that Amazon SES includes
+ * headers in complaint notifications, and a value of false
specifies that
+ * Amazon SES does not include headers in complaint notifications.
*/
HeadersInComplaintNotificationsEnabled?: boolean;
/**
* @public
* 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.
Delivery
. A value of true
specifies that Amazon SES includes
+ * headers in delivery notifications, and a value of false
specifies that
+ * Amazon SES does not include headers in delivery notifications.
*/
HeadersInDeliveryNotificationsEnabled?: boolean;
}
@@ -3130,17 +3208,16 @@ export interface GetIdentityNotificationAttributesResponse {
* @public
* 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.
+ * senders to use your identities. For information, see the Amazon SES Developer Guide. */ export interface GetIdentityPoliciesRequest { /** * @public - *The identity for which the policies will be retrieved. You can specify an identity by + *
The identity for which the policies are 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.
+ *To successfully call this operation, you must own the identity.
*/ Identity: string | undefined; @@ -3169,8 +3246,7 @@ export interface GetIdentityPoliciesResponse { * @public *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.
+ * about verifying identities with Amazon SES, see the Amazon SES Developer Guide. */ export interface GetIdentityVerificationAttributesRequest { /** @@ -3230,10 +3306,10 @@ export interface GetSendQuotaResponse { * @public *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.
- *The name of the template you want to retrieve.
+ *The name of the template to retrieve.
*/ TemplateName: string | undefined; } @@ -3311,8 +3387,8 @@ export interface GetTemplateRequest { export interface GetTemplateResponse { /** * @public - *The content of the email, composed of a subject line, an HTML part, and a text-only - * part.
+ *The content of the email, composed of a subject line and either an HTML part or a + * text-only part.
*/ Template?: Template; } @@ -3342,8 +3418,17 @@ export class TemplateDoesNotExistException extends __BaseException { /** * @public + * @enum */ -export type IdentityType = "Domain" | "EmailAddress"; +export const IdentityType = { + Domain: "Domain", + EmailAddress: "EmailAddress", +} as const; + +/** + * @public + */ +export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType]; /** * @public @@ -3411,10 +3496,10 @@ export class InvalidRenderingParameterException extends __BaseException { /** * @public - *Represents a request to list the configuration sets associated with your AWS 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.
*/ export interface ListConfigurationSetsRequest { /** @@ -3433,10 +3518,10 @@ export interface ListConfigurationSetsRequest { /** * @public - *A list of configuration sets associated with your AWS account. Configuration sets + *
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.
+ * sets, see the Amazon SES Developer + * Guide. */ export interface ListConfigurationSetsResponse { /** @@ -3458,8 +3543,8 @@ export interface ListConfigurationSetsResponse { * @public *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 + *
For more information about custom verification email templates, see Using + * Custom Verification Email Templates in the Amazon SES Developer * Guide.
*/ export interface ListCustomVerificationEmailTemplatesRequest { @@ -3474,7 +3559,7 @@ export interface ListCustomVerificationEmailTemplatesRequest { * @public *The maximum number of custom verification email templates to return. This value must * be at least 1 and less than or equal to 50. If you do not specify a value, or if you - * specify a value less than 1 or greater than 50, the operation will return up to 50 + * specify a value less than 1 or greater than 50, the operation returns up to 50 * results.
*/ MaxResults?: number; @@ -3504,14 +3589,14 @@ export interface ListCustomVerificationEmailTemplatesResponse { /** * @public *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 + * that you have attempted to verify under your Amazon Web Services account, regardless of verification * status.
*/ export interface ListIdentitiesRequest { /** * @public *The type of the identities to list. Possible values are "EmailAddress" and "Domain". - * If this parameter is omitted, then all identities will be listed.
+ * If this parameter is omitted, then all identities are listed. */ IdentityType?: IdentityType | string; @@ -3531,7 +3616,7 @@ export interface ListIdentitiesRequest { /** * @public - *A list of all identities that you have attempted to verify under your AWS account, + *
A list of all identities that you have attempted to verify under your Amazon Web Services account, * regardless of verification status.
*/ export interface ListIdentitiesResponse { @@ -3552,16 +3637,17 @@ export interface ListIdentitiesResponse { * @public *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.
+ * authorize other senders to use your identities. For information, see the Amazon SES Developer + * Guide. */ export interface ListIdentityPoliciesRequest { /** * @public - *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
,
+ *
The identity that is associated with the policy for which the policies are listed. You
+ * can specify an identity by using its name or by using its Amazon Resource Name (ARN).
+ * Examples: 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.
+ *To successfully call this operation, you must own the identity.
*/ Identity: string | undefined; } @@ -3580,16 +3666,16 @@ export interface ListIdentityPoliciesResponse { /** * @public - *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.
+ *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.
*/ export interface ListReceiptFiltersRequest {} /** * @public - *A list of IP address filters that exist under your AWS account.
+ *A list of IP address filters that exist under your Amazon Web Services account.
*/ export interface ListReceiptFiltersResponse { /** @@ -3602,10 +3688,10 @@ export interface ListReceiptFiltersResponse { /** * @public - *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.
+ *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.
*/ export interface ListReceiptRuleSetsRequest { /** @@ -3618,7 +3704,7 @@ export interface ListReceiptRuleSetsRequest { /** * @public - *A list of receipt rule sets that exist under your AWS account.
+ *A list of receipt rule sets that exist under your Amazon Web Services account.
*/ export interface ListReceiptRuleSetsResponse { /** @@ -3651,8 +3737,8 @@ export interface ListTemplatesRequest { /** * @public *The maximum number of templates to return. This value must be at least 1 and less than - * or equal to 10. If you do not specify a value, or if you specify a value less than 1 or - * greater than 10, the operation will return up to 10 results.
+ * or equal to 100. If more than 100 items are requested, the page size will automatically + * set to 100. If you do not specify a value, 10 is the default page size. */ MaxItems?: number; } @@ -3690,15 +3776,15 @@ export interface ListTemplatesResponse { * @public *A token indicating that there are additional email templates available to be listed.
* Pass this token to a subsequent call to ListTemplates
to retrieve the next
- * 50 email templates.
A list of email addresses that you have verified with Amazon SES under your AWS - * account.
+ *A list of email addresses that you have verified with Amazon SES under your + * Amazon Web Services account.
*/ export interface ListVerifiedEmailAddressesResponse { /** @@ -3738,7 +3824,7 @@ export class MailFromDomainNotVerifiedException extends __BaseException { export interface Message { /** * @public - *The subject of the message: A short summary of the content, which will appear in the + *
The subject of the message: A short summary of the content, which appears in the * recipient's inbox.
*/ Subject: Content | undefined; @@ -3754,8 +3840,8 @@ export interface Message { * @public *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.
+ *For information about receiving email through Amazon SES, see the Amazon SES Developer + * Guide.
*/ export interface MessageDsn { /** @@ -3825,10 +3911,20 @@ export class MissingRenderingAttributeException extends __BaseException { } } +/** + * @public + * @enum + */ +export const NotificationType = { + Bounce: "Bounce", + Complaint: "Complaint", + Delivery: "Delivery", +} as const; + /** * @public */ -export type NotificationType = "Bounce" | "Complaint" | "Delivery"; +export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType]; /** * @public @@ -3857,8 +3953,7 @@ export class ProductionAccessNotGrantedException extends __BaseException { export interface PutConfigurationSetDeliveryOptionsRequest { /** * @public - *The name of the configuration set that you want to specify the delivery options - * for.
+ *The name of the configuration set.
*/ ConfigurationSetName: string | undefined; @@ -3881,24 +3976,23 @@ export interface PutConfigurationSetDeliveryOptionsResponse {} * @public *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.
+ * use your identities. For information, see the Amazon SES Developer Guide. */ export interface PutIdentityPolicyRequest { /** * @public - *The identity that the policy will apply to. You can specify an identity by using its
- * name or by using its Amazon Resource Name (ARN). Examples:
- * user@example.com
, example.com
,
+ *
The identity to which that the policy applies. 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.
+ *To successfully call this operation, you must own the identity.
*/ Identity: string | undefined; /** * @public *The name of the policy.
- *The policy name cannot exceed 64 characters and can only include alphanumeric + *
The policy name cannot exceed 64 characters and can only include alphanumeric * characters, dashes, and underscores.
*/ PolicyName: string | undefined; @@ -3906,8 +4000,8 @@ export interface PutIdentityPolicyRequest { /** * @public *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.
+ *For information about the syntax of sending authorization policies, see the Amazon SES + * Developer Guide.
*/ Policy: string | undefined; } @@ -3926,20 +4020,19 @@ export interface RawMessage { /** * @public *The raw data of the message. This data needs to base64-encoded if you are accessing - * Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS + * Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services * SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must * ensure that the message format complies with Internet email standards regarding email * header fields, MIME types, and MIME 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
+ *
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.
+ *For more information, go to the Amazon SES Developer Guide.
*/ Data: Uint8Array | undefined; } @@ -3947,7 +4040,8 @@ export interface RawMessage { /** * @public *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.
+ * receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface ReorderReceiptRuleSetRequest { /** @@ -3958,8 +4052,7 @@ export interface ReorderReceiptRuleSetRequest { /** * @public - *A list of the specified receipt rule set's receipt rules in the order that you want to - * put them.
+ *The specified receipt rule set's receipt rules, in order.
*/ RuleNames: string[] | undefined; } @@ -3992,13 +4085,13 @@ export interface SendBounceRequest { /** * @public *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.
+ * the text is auto-generated based on the bounced recipient information. */ Explanation?: string; /** * @public - *Message-related DSN fields. If not specified, Amazon SES will choose the values.
+ *Message-related DSN fields. If not specified, Amazon SES chooses the values.
*/ MessageDsn?: MessageDsn; @@ -4015,8 +4108,7 @@ export interface SendBounceRequest { *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.
+ * authorization, see the Amazon SES Developer Guide. */ BounceSenderArn?: string; } @@ -4036,31 +4128,29 @@ export interface SendBounceResponse { /** * @public *Represents a request to send a templated email to multiple destinations using Amazon SES. - * For more information, see the Amazon SES Developer - * Guide.
+ * For more information, see the Amazon SES Developer + * Guide. */ export interface SendBulkTemplatedEmailRequest { /** * @public *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 + * 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.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the
- * local part of a source email address (the part of the email
- * address that precedes the @ sign) may only contain 7-bit ASCII
- * characters. If the domain part of an address (the
- * part after the @ sign) contains non-ASCII characters, they must be encoded using
- * Punycode, as described in RFC3492. The sender name (also known as the friendly
- * name) may contain non-ASCII characters. These characters must be
- * encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word
- * syntax uses the following form:
- * =?charset?encoding?encoded-text?=
.
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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ SourceArn?: string; /** * @public *The reply-to email address(es) for the message. If the recipient replies to the - * message, each reply-to address will receive the reply.
+ * message, each reply-to address receives the reply. */ ReplyToAddresses?: string[]; /** * @public - *The email address that bounces and complaints will be forwarded to when feedback + *
The email address that bounces and complaints are forwarded to 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
+ * error message is returned from the recipient's ISP; this message is 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.
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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ ReturnPathArn?: string; @@ -4146,7 +4234,7 @@ export interface SendBulkTemplatedEmailRequest { *A list of replacement values to apply to the template when replacement data is not * specified in a Destination object. These values act as a default or fallback option when * no other data is available.
- *The template data is a JSON object, typically consisting of key-value pairs in which + *
The template data is a JSON object, typically consisting of key-value pairs in which * the keys correspond to replacement tags in the email template.
*/ DefaultTemplateData?: string; @@ -4154,9 +4242,8 @@ export interface SendBulkTemplatedEmailRequest { /** * @public *One or more Destination
objects. All of the recipients in a
- * Destination
will receive the same version of the email. You can specify
- * up to 50 Destination
objects within a Destinations
- * array.
Destination
receive the same version of the email. You can specify up
+ * to 50 Destination
objects within a Destinations
array.
*/
Destinations: BulkEmailDestination[] | undefined;
}
@@ -4167,8 +4254,9 @@ export interface SendBulkTemplatedEmailRequest {
export interface SendBulkTemplatedEmailResponse {
/**
* @public
- * The unique message identifier returned from the SendBulkTemplatedEmail
- * action.
One object per intended recipient. Check each response object and retry any messages + * with a failure status. (Note that order of responses will be respective to order of + * destinations in the request.)Receipt rules enable you to specify which actions
*/ Status: BulkEmailDestinationStatus[] | undefined; } @@ -4215,31 +4303,28 @@ export interface SendCustomVerificationEmailResponse { /** * @public *Represents a request to send a single formatted email using Amazon SES. For more - * information, see the Amazon SES Developer - * Guide.
+ * information, see the Amazon SES Developer Guide. */ export interface SendEmailRequest { /** * @public *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 + * 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.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the
- * local part of a source email address (the part of the email
- * address that precedes the @ sign) may only contain 7-bit ASCII
- * characters. If the domain part of an address (the
- * part after the @ sign) contains non-ASCII characters, they must be encoded using
- * Punycode, as described in RFC3492. The sender name (also known as the friendly
- * name) may contain non-ASCII characters. These characters must be
- * encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word
- * syntax uses the following form:
- * =?charset?encoding?encoded-text?=
.
The reply-to email address(es) for the message. If the recipient replies to the - * message, each reply-to address will receive the reply.
+ * message, each reply-to address receives the reply. */ ReplyToAddresses?: string[]; /** * @public - *The email address that bounces and complaints will be forwarded to when feedback + *
The email address that bounces and complaints are forwarded to 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
+ * error message is returned from the recipient's ISP; this message is 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.
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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ SourceArn?: string; @@ -4295,14 +4379,13 @@ export interface SendEmailRequest { *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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ ReturnPathArn?: string; @@ -4337,7 +4420,8 @@ export interface SendEmailResponse { /** * @public *Represents a request to send a single raw email using Amazon SES. For more information, see - * the Amazon SES Developer Guide.
+ * the Amazon SES Developer + * Guide. */ export interface SendRawEmailRequest { /** @@ -4345,23 +4429,19 @@ export interface SendRawEmailRequest { *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.)
- *Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the
- * local part of a source email address (the part of the email
- * address that precedes the @ sign) may only contain 7-bit ASCII
- * characters. If the domain part of an address (the
- * part after the @ sign) contains non-ASCII characters, they must be encoded using
- * Punycode, as described in RFC3492. The sender name (also known as the friendly
- * name) may contain non-ASCII characters. These characters must be
- * encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word
- * syntax uses the following form:
- * =?charset?encoding?encoded-text?=
.
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.
If you specify the Source
parameter and have feedback forwarding enabled,
+ * then bounces and complaints are sent to this email address. This takes precedence over
+ * any Return-Path header that you might include in the raw text of the message.
The raw email message itself. The message has to meet the following criteria:
- *The message has to contain a header and a body, separated by a blank + *
The message has to contain a header and a body, separated by a blank * line.
*All of the required header fields must be present in the message.
+ *All of the required header fields must be present in the message.
*Each part of a multipart MIME message must be formatted properly.
+ *Each part of a multipart MIME message must be formatted properly.
*Attachments must be of a content type that Amazon SES supports. For a list on - * unsupported content types, see Unsupported Attachment - * Types in the Amazon SES Developer Guide.
+ *Attachments must be of a content type that Amazon SES supports. For a list on + * unsupported content types, see Unsupported Attachment Types in + * the Amazon SES Developer Guide.
*The entire message must be base64-encoded.
+ *The entire message must be base64-encoded.
*If any of the MIME parts in your message contain content that is outside of + *
If any of the MIME parts in your message contain content that is outside of * the 7-bit ASCII character range, we highly recommend that you encode that - * content. For more information, see Sending Raw Email in the Amazon SES Developer - * Guide.
+ * content. For more information, see Sending Raw + * Email in the Amazon SES Developer Guide. *Per RFC
+ * Per RFC
* 5321, the maximum length of each line of text, including the
*
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
+ *
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.
SendRawEmail
in this guide, or see the Amazon SES
+ * Developer Guide.
+ * 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
+ *
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 + *
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.
SendRawEmail
in this guide, or see the Amazon SES
+ * Developer Guide.
+ * 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
+ *
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 + *
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.
SendRawEmail
in this guide, or see the Amazon SES
+ * Developer Guide.
+ * Represents a request to send a templated email using Amazon SES. For more information, see - * the Amazon SES Developer - * Guide.
+ * the Amazon SES Developer Guide. */ export interface SendTemplatedEmailRequest { /** * @public *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 + * 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.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the
- * local part of a source email address (the part of the email
- * address that precedes the @ sign) may only contain 7-bit ASCII
- * characters. If the domain part of an address (the
- * part after the @ sign) contains non-ASCII characters, they must be encoded using
- * Punycode, as described in RFC3492. The sender name (also known as the friendly
- * name) may contain non-ASCII characters. These characters must be
- * encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word
- * syntax uses the following form:
- * =?charset?encoding?encoded-text?=
.
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.
+ *The reply-to email address(es) for the message. If the recipient replies to the - * message, each reply-to address will receive the reply.
+ * message, each reply-to address receives the reply. */ ReplyToAddresses?: string[]; /** * @public - *The email address that bounces and complaints will be forwarded to when feedback + *
The email address that bounces and complaints are forwarded to 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
+ * error message is returned from the recipient's ISP; this message is 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.
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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ SourceArn?: string; @@ -4576,14 +4655,13 @@ export interface SendTemplatedEmailRequest { *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
+ *
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.
+ *For more information about sending authorization, see the Amazon SES Developer Guide.
*/ ReturnPathArn?: string; @@ -4638,7 +4716,8 @@ export interface SendTemplatedEmailResponse { /** * @public *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.
+ * receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface SetActiveReceiptRuleSetRequest { /** @@ -4658,7 +4737,8 @@ export interface SetActiveReceiptRuleSetResponse {} /** * @public *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.
+ * more information about setting up Easy DKIM, see the Amazon SES Developer + * Guide. */ export interface SetIdentityDkimEnabledRequest { /** @@ -4685,8 +4765,8 @@ export interface SetIdentityDkimEnabledResponse {} * @public *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.
+ * see the Amazon SES + * Developer Guide. */ export interface SetIdentityFeedbackForwardingEnabledRequest { /** @@ -4698,13 +4778,13 @@ export interface SetIdentityFeedbackForwardingEnabledRequest { /** * @public - *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.
Sets whether Amazon SES forwards bounce and complaint notifications as email.
+ * true
specifies that Amazon SES forwards bounce and complaint notifications
+ * as email, in addition to any Amazon SNS topic publishing otherwise specified.
+ * false
specifies that Amazon SES publishes 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.
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.
+ * Amazon SES + * Developer Guide. */ export interface SetIdentityHeadersInNotificationsEnabledRequest { /** @@ -4739,10 +4819,10 @@ export interface SetIdentityHeadersInNotificationsEnabledRequest { /** * @public *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
+ * specified notification type. A value of true
specifies that Amazon SES includes
+ * headers in notifications, and a value of false
specifies that Amazon SES does
+ * not include headers in notifications.
This value can only be set when NotificationType
is already set to use a
* particular Amazon SNS topic.
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.
+ * Amazon SES Developer + * Guide. */ export interface SetIdentityMailFromDomainRequest { /** * @public - *The verified identity for which you want to enable or disable the specified custom - * MAIL FROM domain.
+ *The verified identity.
*/ Identity: string | undefined; /** * @public - *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.
The custom MAIL FROM domain for 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.
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
+ *
The action for Amazon SES to take if it cannot successfully read the required MX record
+ * when you send an email. If you choose UseDefaultValue
, Amazon SES uses
+ * amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose
+ * RejectMessage
, Amazon SES returns 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.
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.
+ *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.
*/ export interface SetIdentityNotificationTopicRequest { /** * @public - *The identity (email address or domain) that you want to set the Amazon SNS topic - * for.
- *The identity (email address or domain) for the Amazon SNS topic.
+ *You can only specify a verified identity for this parameter.
- *You can specify an identity by using its name or by using its Amazon Resource Name + *
You can specify an identity by using its name or by using its Amazon Resource Name
* (ARN). The following examples are all valid identities: sender@example.com
,
* example.com
,
* arn:aws:ses:us-east-1:123456789012:identity/example.com
.
The type of notifications that will be published to the specified Amazon SNS topic.
+ *The type of notifications that are published to the specified Amazon SNS topic.
*/ NotificationType: NotificationType | string | undefined; @@ -4846,7 +4923,8 @@ export interface SetIdentityNotificationTopicResponse {} /** * @public *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.
+ * use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES + * Developer Guide. */ export interface SetReceiptRulePositionRequest { /** @@ -4880,7 +4958,7 @@ export interface SetReceiptRulePositionResponse {} export interface TestRenderTemplateRequest { /** * @public - *The name of the template that you want to render.
+ *The name of the template to render.
*/ TemplateName: string | undefined; @@ -4914,7 +4992,7 @@ export interface UpdateAccountSendingEnabledRequest { /** * @public *Describes whether email sending is enabled or disabled for your Amazon SES account in the - * current AWS Region.
+ * current Amazon Web Services Region. */ Enabled?: boolean; } @@ -4923,21 +5001,19 @@ export interface UpdateAccountSendingEnabledRequest { * @public *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.
+ * using configuration sets, see the Amazon SES Developer + * Guide. */ export interface UpdateConfigurationSetEventDestinationRequest { /** * @public - *The name of the configuration set that contains the event destination that you want to - * update.
+ *The name of the configuration set that contains the event destination.
*/ ConfigurationSetName: string | undefined; /** * @public - *The event destination object that you want to apply to the specified configuration - * set.
+ *The event destination object.
*/ EventDestination: EventDestination | undefined; } @@ -4956,14 +5032,14 @@ export interface UpdateConfigurationSetEventDestinationResponse {} export interface UpdateConfigurationSetReputationMetricsEnabledRequest { /** * @public - *The name of the configuration set that you want to update.
+ *The name of the configuration set to update.
*/ ConfigurationSetName: string | undefined; /** * @public - *Describes whether or not Amazon SES will publish reputation metrics for the configuration - * set, such as bounce and complaint rates, to Amazon CloudWatch.
+ *Describes whether or not Amazon SES publishes reputation metrics for the configuration set, + * such as bounce and complaint rates, to Amazon CloudWatch.
*/ Enabled: boolean | undefined; } @@ -4976,7 +5052,7 @@ export interface UpdateConfigurationSetReputationMetricsEnabledRequest { export interface UpdateConfigurationSetSendingEnabledRequest { /** * @public - *The name of the configuration set that you want to update.
+ *The name of the configuration set to update.
*/ ConfigurationSetName: string | undefined; @@ -4995,8 +5071,7 @@ export interface UpdateConfigurationSetSendingEnabledRequest { export interface UpdateConfigurationSetTrackingOptionsRequest { /** * @public - *The name of the configuration set for which you want to update the custom tracking - * domain.
+ *The name of the configuration set.
*/ ConfigurationSetName: string | undefined; @@ -5004,9 +5079,9 @@ export interface UpdateConfigurationSetTrackingOptionsRequest { * @public *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.
+ *For more information, see Configuring Custom + * Domains to Handle Open and Click Tracking in the Amazon SES Developer + * Guide.
*/ TrackingOptions: TrackingOptions | undefined; } @@ -5024,7 +5099,7 @@ export interface UpdateConfigurationSetTrackingOptionsResponse {} export interface UpdateCustomVerificationEmailTemplateRequest { /** * @public - *The name of the custom verification email template that you want to update.
+ *The name of the custom verification email template to update.
*/ TemplateName: string | undefined; @@ -5044,7 +5119,8 @@ export interface UpdateCustomVerificationEmailTemplateRequest { * @public *The content of the custom verification email. The total size of the email must be less * than 10 MB. The message body may contain HTML, with some limitations. For more - * information, see Custom Verification Email Frequently Asked Questions in the Amazon SES + * information, see Custom + * Verification Email Frequently Asked Questions in the Amazon SES * Developer Guide.
*/ TemplateContent?: string; @@ -5067,8 +5143,8 @@ export interface UpdateCustomVerificationEmailTemplateRequest { /** * @public *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.
+ * with Amazon SES. For more information, see the Amazon SES Developer + * Guide. */ export interface UpdateReceiptRuleRequest { /** @@ -5096,8 +5172,8 @@ export interface UpdateReceiptRuleResponse {} export interface UpdateTemplateRequest { /** * @public - *The content of the email, composed of a subject line, an HTML part, and a text-only - * part.
+ *The content of the email, composed of a subject line and either an HTML part or a + * text-only part.
*/ Template: Template | undefined; } @@ -5110,8 +5186,7 @@ export interface UpdateTemplateResponse {} /** * @public *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.
+ * Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide. */ export interface VerifyDomainDkimRequest { /** @@ -5131,13 +5206,12 @@ export interface VerifyDomainDkimResponse { * @public *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 need to create DNS CNAME records that point to DKIM public + *
Using these tokens, you need to create DNS CNAME records that point to DKIM public * keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS * records. This detection process might take up to 72 hours. After successful detection, * Amazon SES is 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, see the Amazon SES Developer - * Guide.
+ *For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
*/ DkimTokens: string[] | undefined; } @@ -5146,8 +5220,8 @@ export interface VerifyDomainDkimResponse { * @public *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.
+ * verification. For information about domain verification, see the Amazon SES Developer + * Guide. */ export interface VerifyDomainIdentityRequest { /** @@ -5167,11 +5241,12 @@ export interface VerifyDomainIdentityResponse { * @public *A TXT record that you must place in the DNS settings of the domain to complete domain * verification with Amazon SES.
- *As Amazon SES searches for the TXT record, the domain's verification status is "Pending". + *
As Amazon SES searches for the TXT record, the domain's verification status is "Pending". * When Amazon SES detects the record, the domain's verification status changes to "Success". If * Amazon SES is unable to detect the record within 72 hours, the domain's verification status - * changes to "Failed." In that case, if you still want to verify the domain, you must - * restart the verification process from the beginning.
+ * changes to "Failed." In that case, to verify the domain, you must restart the + * verification process from the beginning. The domain's verification status also changes + * to "Success" when it is DKIM verified. */ VerificationToken: string | undefined; } @@ -5179,8 +5254,8 @@ export interface VerifyDomainIdentityResponse { /** * @public *Represents a request to begin email address verification with Amazon SES. For information - * about email address verification, see the Amazon SES Developer - * Guide.
+ * about email address verification, see the Amazon SES + * Developer Guide. */ export interface VerifyEmailAddressRequest { /** @@ -5193,8 +5268,8 @@ export interface VerifyEmailAddressRequest { /** * @public *Represents a request to begin email address verification with Amazon SES. For information - * about email address verification, see the Amazon SES Developer - * Guide.
+ * about email address verification, see the Amazon SES + * Developer Guide. */ export interface VerifyEmailIdentityRequest { /** diff --git a/codegen/sdk-codegen/aws-models/ses.json b/codegen/sdk-codegen/aws-models/ses.json index 66e2928d8f69..ecb502c535a2 100644 --- a/codegen/sdk-codegen/aws-models/ses.json +++ b/codegen/sdk-codegen/aws-models/ses.json @@ -41,7 +41,7 @@ "code": "AccountSendingPausedException", "httpResponseCode": 400 }, - "smithy.api#documentation": "Indicates that email sending is disabled for your entire Amazon SES account.
\nYou can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
", + "smithy.api#documentation": "Indicates that email sending is disabled for your entire Amazon SES account.
\nYou can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } @@ -52,20 +52,20 @@ "HeaderName": { "target": "com.amazonaws.ses#HeaderName", "traits": { - "smithy.api#documentation": "The name of the header to add. Must be between 1 and 50 characters, inclusive, and\n consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
", + "smithy.api#documentation": "The name of the header to add to the incoming message. The name must contain at least\n one character, and can contain up to 50 characters. It consists of alphanumeric (a–z,\n A–Z, 0–9) characters and dashes.
", "smithy.api#required": {} } }, "HeaderValue": { "target": "com.amazonaws.ses#HeaderValue", "traits": { - "smithy.api#documentation": "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or\n \"\\n\").
", + "smithy.api#documentation": "The content to include in the header. This value can contain up to 2048 characters. It\n can't contain newline (\\n
) or carriage return (\\r
)\n characters.
When included in a receipt rule, this action adds a header to the received\n email.
\nFor information about adding a header using a receipt rule, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action adds a header to the received\n email.
\nFor information about adding a header using a receipt rule, see the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#Address": { @@ -107,18 +107,20 @@ "type": "timestamp" }, "com.amazonaws.ses#BehaviorOnMXFailure": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "UseDefaultValue", - "name": "UseDefaultValue" - }, - { - "value": "RejectMessage", - "name": "RejectMessage" + "type": "enum", + "members": { + "UseDefaultValue": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UseDefaultValue" + } + }, + "RejectMessage": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RejectMessage" } - ] + } } }, "com.amazonaws.ses#Body": { @@ -147,7 +149,7 @@ "TopicArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is\n taken. An example of an Amazon SNS topic ARN is\n arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about\n Amazon SNS topics, see the Amazon SNS Developer Guide.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is\n taken. You can find the ARN of a topic by using the ListTopics operation in\n Amazon SNS.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
" } }, "SmtpReplyCode": { @@ -173,13 +175,13 @@ "Sender": { "target": "com.amazonaws.ses#Address", "traits": { - "smithy.api#documentation": "The email address of the sender of the bounced email. This is the address from which\n the bounce message will be sent.
", + "smithy.api#documentation": "The email address of the sender of the bounced email. This is the address from which\n the bounce message is sent.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "When included in a receipt rule, this action rejects the received email by returning a\n bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service\n (Amazon SNS).
\nFor information about sending a bounce message in response to a received email, see\n the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action rejects the received email by returning a\n bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service\n (Amazon SNS).
\nFor information about sending a bounce message in response to a received email, see\n the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#BounceMessage": { @@ -192,34 +194,44 @@ "type": "string" }, "com.amazonaws.ses#BounceType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "DoesNotExist", - "name": "DoesNotExist" - }, - { - "value": "MessageTooLarge", - "name": "MessageTooLarge" - }, - { - "value": "ExceededQuota", - "name": "ExceededQuota" - }, - { - "value": "ContentRejected", - "name": "ContentRejected" - }, - { - "value": "Undefined", - "name": "Undefined" - }, - { - "value": "TemporaryFailure", - "name": "TemporaryFailure" + "type": "enum", + "members": { + "DoesNotExist": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DoesNotExist" + } + }, + "MessageTooLarge": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MessageTooLarge" + } + }, + "ExceededQuota": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ExceededQuota" + } + }, + "ContentRejected": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ContentRejected" + } + }, + "Undefined": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Undefined" + } + }, + "TemporaryFailure": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "TemporaryFailure" } - ] + } } }, "com.amazonaws.ses#BouncedRecipientInfo": { @@ -235,7 +247,7 @@ "RecipientArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to receive\n email for the recipient of the bounced email. For more information about sending\n authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to receive\n email for the recipient of the bounced email. For more information about sending\n authorization, see the Amazon SES Developer Guide.
" } }, "BounceType": { @@ -252,7 +264,7 @@ } }, "traits": { - "smithy.api#documentation": "Recipient-related information to include in the Delivery Status Notification (DSN)\n when an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Recipient-related information to include in the Delivery Status Notification (DSN)\n when an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#BouncedRecipientInfoList": { @@ -299,7 +311,7 @@ "Status": { "target": "com.amazonaws.ses#BulkEmailStatus", "traits": { - "smithy.api#documentation": "The status of a message sent using the SendBulkTemplatedEmail
\n operation.
Possible values for this parameter include:
\n\n Success
: Amazon SES accepted the message, and will attempt to deliver\n it to the recipients.
\n MessageRejected
: The message was rejected because it contained a\n virus.
\n MailFromDomainNotVerified
: The sender's email address or domain\n was not verified.
\n ConfigurationSetDoesNotExist
: The configuration set you specified\n does not exist.
\n TemplateDoesNotExist
: The template you specified does not\n exist.
\n AccountSuspended
: Your account has been shut down because of\n issues related to your email sending practices.
\n AccountThrottled
: The number of emails you can send has been\n reduced because your account has exceeded its allocated sending limit.
\n AccountDailyQuotaExceeded
: You have reached or exceeded the\n maximum number of emails you can send from your account in a 24-hour\n period.
\n InvalidSendingPoolName
: The configuration set you specified\n refers to an IP pool that does not exist.
\n AccountSendingPaused
: Email sending for the Amazon SES account was\n disabled using the UpdateAccountSendingEnabled\n operation.
\n ConfigurationSetSendingPaused
: Email sending for this\n configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
\n InvalidParameterValue
: One or more of the parameters you\n specified when calling this operation was invalid. See the error message for\n additional information.
\n TransientFailure
: Amazon SES was unable to process your request\n because of a temporary issue.
\n Failed
: Amazon SES was unable to process your request. See the error\n message for additional information.
The status of a message sent using the SendBulkTemplatedEmail
\n operation.
Possible values for this parameter include:
\n\n Success
: Amazon SES accepted the message, and attempts to deliver it\n to the recipients.
\n MessageRejected
: The message was rejected because it contained a\n virus.
\n MailFromDomainNotVerified
: The sender's email address or domain\n was not verified.
\n ConfigurationSetDoesNotExist
: The configuration set you specified\n does not exist.
\n TemplateDoesNotExist
: The template you specified does not\n exist.
\n AccountSuspended
: Your account has been shut down because of\n issues related to your email sending practices.
\n AccountThrottled
: The number of emails you can send has been\n reduced because your account has exceeded its allocated sending limit.
\n AccountDailyQuotaExceeded
: You have reached or exceeded the\n maximum number of emails you can send from your account in a 24-hour\n period.
\n InvalidSendingPoolName
: The configuration set you specified\n refers to an IP pool that does not exist.
\n AccountSendingPaused
: Email sending for the Amazon SES account was\n disabled using the UpdateAccountSendingEnabled\n operation.
\n ConfigurationSetSendingPaused
: Email sending for this\n configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
\n InvalidParameterValue
: One or more of the parameters you\n specified when calling this operation was invalid. See the error message for\n additional information.
\n TransientFailure
: Amazon SES was unable to process your request\n because of a temporary issue.
\n Failed
: Amazon SES was unable to process your request. See the error\n message for additional information.
Creates a receipt rule set by cloning an existing one. All receipt rules and\n configurations are copied to the new receipt rule set and are completely independent of\n the source rule set.
\nFor information about setting up rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a receipt rule set by cloning an existing one. All receipt rules and\n configurations are copied to the new receipt rule set and are completely independent of\n the source rule set.
\nFor information about setting up rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CloneReceiptRuleSetRequest": { @@ -446,7 +484,7 @@ "RuleSetName": { "target": "com.amazonaws.ses#ReceiptRuleSetName", "traits": { - "smithy.api#documentation": "The name of the rule set to create. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nStart and end with a letter or number.
\nContain less than 64 characters.
\nThe name of the rule set to create. The name must meet the following\n requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nStart and end with a letter or number.
\nContain 64 characters or fewer.
\nRepresents a request to create a receipt rule set by cloning an existing one. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to create a receipt rule set by cloning an existing one. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CloneReceiptRuleSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CloudWatchDestination": { @@ -481,7 +521,7 @@ } }, "traits": { - "smithy.api#documentation": "Contains information associated with an Amazon CloudWatch event destination to which email\n sending events are published.
\nEvent destinations, such as Amazon CloudWatch, are associated with configuration sets, which\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Contains information associated with an Amazon CloudWatch event destination to which email\n sending events are published.
\nEvent destinations, such as Amazon CloudWatch, are associated with configuration sets, which\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#CloudWatchDimensionConfiguration": { @@ -490,27 +530,27 @@ "DimensionName": { "target": "com.amazonaws.ses#DimensionName", "traits": { - "smithy.api#documentation": "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name\n must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nContain less than 256 characters.
\nThe name of an Amazon CloudWatch dimension associated with an email sending metric. The name\n must meet the following requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes\n (-), or colons (:).
\nContain 256 characters or fewer.
\nThe place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you\n want Amazon SES to use the message tags that you specify using an\n X-SES-MESSAGE-TAGS
header or a parameter to the\n SendEmail
/SendRawEmail
API, choose\n messageTag
. If you want Amazon SES to use your own email headers, choose\n emailHeader
.
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use\n the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a\n parameter to the SendEmail
/SendRawEmail
API, specify\n messageTag
. To use your own email headers, specify\n emailHeader
. To put a custom tag on any link included in your email,\n specify linkTag
.
The default value of the dimension that is published to Amazon CloudWatch if you do not provide\n the value of the dimension when you send an email. The default value must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nContain less than 256 characters.
\nThe default value of the dimension that is published to Amazon CloudWatch if you do not provide\n the value of the dimension when you send an email. The default value must meet the\n following requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes\n (-), at signs (@), or periods (.).
\nContain 256 characters or fewer.
\nContains the dimension configuration to use when you publish email sending events to\n Amazon CloudWatch.
\nFor information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Contains the dimension configuration to use when you publish email sending events to\n Amazon CloudWatch.
\nFor information about publishing email sending events to Amazon CloudWatch, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#CloudWatchDimensionConfigurations": { @@ -525,13 +565,13 @@ "Name": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set. The name must meet the following\n requirements:
\nContain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes\n (-).
\nContain 64 characters or fewer.
\nThe name of the configuration set. The name must meet the following\n requirements:
\nContain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes\n (-).
\nContain 64 characters or fewer.
\nThe name of the configuration set.
\nConfiguration sets let you create groups of rules that you can apply to the emails you\n send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.
" + "smithy.api#documentation": "The name of the configuration set.
\nConfiguration sets let you create groups of rules that you can apply to the emails you\n send using Amazon SES. For more information about using configuration sets, see Using Amazon SES\n Configuration Sets in the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#ConfigurationSetAlreadyExistsException": { @@ -558,26 +598,32 @@ } }, "com.amazonaws.ses#ConfigurationSetAttribute": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "eventDestinations", - "name": "EVENT_DESTINATIONS" - }, - { - "value": "trackingOptions", - "name": "TRACKING_OPTIONS" - }, - { - "value": "deliveryOptions", - "name": "DELIVERY_OPTIONS" - }, - { - "value": "reputationOptions", - "name": "REPUTATION_OPTIONS" + "type": "enum", + "members": { + "EVENT_DESTINATIONS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "eventDestinations" + } + }, + "TRACKING_OPTIONS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "trackingOptions" + } + }, + "DELIVERY_OPTIONS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "deliveryOptions" + } + }, + "REPUTATION_OPTIONS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "reputationOptions" } - ] + } } }, "com.amazonaws.ses#ConfigurationSetAttributeList": { @@ -630,7 +676,7 @@ "code": "ConfigurationSetSendingPausedException", "httpResponseCode": 400 }, - "smithy.api#documentation": "Indicates that email sending is disabled for the configuration set.
\nYou can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
", + "smithy.api#documentation": "Indicates that email sending is disabled for the configuration set.
\nYou can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } @@ -659,7 +705,7 @@ } }, "traits": { - "smithy.api#documentation": "Represents textual data, plus an optional character set specification.
\nBy default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol.\n If the text must contain any other characters, then you must also specify a character\n set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.
" + "smithy.api#documentation": "Represents textual data, plus an optional character set specification.
\nBy default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol.\n If the text must contain any other characters, then you must also specify a character\n set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.
" } }, "com.amazonaws.ses#Counter": { @@ -688,7 +734,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a configuration set.
\nConfiguration sets enable you to publish email sending events. For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a configuration set.
\nConfiguration sets enable you to publish email sending events. For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateConfigurationSetEventDestination": { @@ -720,7 +766,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a configuration set event destination.
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
\nAn event destination is the AWS service to which Amazon SES publishes the email sending\n events associated with a configuration set. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a configuration set event destination.
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
\nAn event destination is the Amazon Web Services service to which Amazon SES publishes the email sending\n events associated with a configuration set. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateConfigurationSetEventDestinationRequest": { @@ -736,20 +782,22 @@ "EventDestination": { "target": "com.amazonaws.ses#EventDestination", "traits": { - "smithy.api#documentation": "An object that describes the AWS service that email sending event information will\n be published to.
", + "smithy.api#documentation": "An object that describes the Amazon Web Services service that email sending event where information\n is published.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to create a configuration set event destination. A configuration\n set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service\n in which Amazon SES publishes the email sending events associated with a configuration set.\n For information about using configuration sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to create a configuration set event destination. A configuration\n set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service\n in which Amazon SES publishes the email sending events associated with a configuration set.\n For information about using configuration sets, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateConfigurationSetEventDestinationResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateConfigurationSetRequest": { @@ -764,14 +812,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to create a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to create a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateConfigurationSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateConfigurationSetTrackingOptions": { @@ -794,7 +844,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Creates an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#CreateConfigurationSetTrackingOptionsRequest": { @@ -815,14 +865,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to create an open and click tracking option object in a\n configuration set.
" + "smithy.api#documentation": "Represents a request to create an open and click tracking option object in a\n configuration set.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateConfigurationSetTrackingOptionsResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateCustomVerificationEmailTemplate": { @@ -848,7 +900,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a new custom verification email template.
\nFor more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a new custom verification email template.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateCustomVerificationEmailTemplateRequest": { @@ -878,7 +930,7 @@ "TemplateContent": { "target": "com.amazonaws.ses#TemplateContent", "traits": { - "smithy.api#documentation": "The content of the custom verification email. The total size of the email must be less\n than 10 MB. The message body may contain HTML, with some limitations. For more\n information, see Custom Verification Email Frequently Asked Questions in the Amazon SES\n Developer Guide.
", + "smithy.api#documentation": "The content of the custom verification email. The total size of the email must be less\n than 10 MB. The message body may contain HTML, with some limitations. For more\n information, see Custom\n Verification Email Frequently Asked Questions in the Amazon SES\n Developer Guide.
", "smithy.api#required": {} } }, @@ -898,7 +950,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to create a custom verification email template.
" + "smithy.api#documentation": "Represents a request to create a custom verification email template.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateReceiptFilter": { @@ -918,7 +971,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a new IP address filter.
\nFor information about setting up IP address filters, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a new IP address filter.
\nFor information about setting up IP address filters, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateReceiptFilterRequest": { @@ -933,14 +986,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to create a new IP address filter. You use IP address filters\n when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to create a new IP address filter. You use IP address filters\n when you receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateReceiptFilterResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateReceiptRule": { @@ -975,7 +1030,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a receipt rule.
\nFor information about setting up receipt rules, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a receipt rule.
\nFor information about setting up receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateReceiptRuleRequest": { @@ -984,14 +1039,14 @@ "RuleSetName": { "target": "com.amazonaws.ses#ReceiptRuleSetName", "traits": { - "smithy.api#documentation": "The name of the rule set that the receipt rule will be added to.
", + "smithy.api#documentation": "The name of the rule set where the receipt rule is added.
", "smithy.api#required": {} } }, "After": { "target": "com.amazonaws.ses#ReceiptRuleName", "traits": { - "smithy.api#documentation": "The name of an existing rule after which the new rule will be placed. If this\n parameter is null, the new rule will be inserted at the beginning of the rule\n list.
" + "smithy.api#documentation": "The name of an existing rule after which the new rule is placed. If this parameter is\n null, the new rule is inserted at the beginning of the rule list.
" } }, "Rule": { @@ -1003,14 +1058,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to create a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to create a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateReceiptRuleResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateReceiptRuleSet": { @@ -1030,7 +1087,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates an empty receipt rule set.
\nFor information about setting up receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates an empty receipt rule set.
\nFor information about setting up receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateReceiptRuleSetRequest": { @@ -1039,20 +1096,22 @@ "RuleSetName": { "target": "com.amazonaws.ses#ReceiptRuleSetName", "traits": { - "smithy.api#documentation": "The name of the rule set to create. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nStart and end with a letter or number.
\nContain less than 64 characters.
\nThe name of the rule set to create. The name must meet the following\n requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nStart and end with a letter or number.
\nContain 64 characters or fewer.
\nRepresents a request to create an empty receipt rule set. You use receipt rule sets to\n receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to create an empty receipt rule set. You use receipt rule sets to\n receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateReceiptRuleSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#CreateTemplate": { @@ -1075,7 +1134,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates an email template. Email templates enable you to send personalized email to\n one or more destinations in a single API operation. For more information, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates an email template. Email templates enable you to send personalized email to\n one or more destinations in a single operation. For more information, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#CreateTemplateRequest": { @@ -1084,40 +1143,50 @@ "Template": { "target": "com.amazonaws.ses#Template", "traits": { - "smithy.api#documentation": "The content of the email, composed of a subject line, an HTML part, and a text-only\n part.
", + "smithy.api#documentation": "The content of the email, composed of a subject line and either an HTML part or a\n text-only part.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to create an email template. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to create an email template. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#CreateTemplateResponse": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ses#CustomMailFromStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "Pending", - "name": "Pending" - }, - { - "value": "Success", - "name": "Success" - }, - { - "value": "Failed", - "name": "Failed" - }, - { - "value": "TemporaryFailure", - "name": "TemporaryFailure" + "type": "enum", + "members": { + "Pending": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Pending" + } + }, + "Success": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Success" + } + }, + "Failed": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Failed" + } + }, + "TemporaryFailure": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "TemporaryFailure" } - ] + } } }, "com.amazonaws.ses#CustomRedirectDomain": { @@ -1247,7 +1316,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a configuration set. Configuration sets enable you to publish email sending\n events. For information about using configuration sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes a configuration set. Configuration sets enable you to publish email sending\n events. For information about using configuration sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteConfigurationSetEventDestination": { @@ -1267,7 +1336,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a configuration set event destination. Configuration set event destinations\n are associated with configuration sets, which enable you to publish email sending\n events. For information about using configuration sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes a configuration set event destination. Configuration set event destinations\n are associated with configuration sets, which enable you to publish email sending\n events. For information about using configuration sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteConfigurationSetEventDestinationRequest": { @@ -1289,14 +1358,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete a configuration set event destination. Configuration\n set event destinations are associated with configuration sets, which enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete a configuration set event destination. Configuration\n set event destinations are associated with configuration sets, which enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteConfigurationSetEventDestinationResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteConfigurationSetRequest": { @@ -1311,14 +1382,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteConfigurationSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteConfigurationSetTrackingOptions": { @@ -1338,7 +1411,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
\nDeleting this kind of association will result in emails sent using the specified\n configuration set to capture open and click events using the standard,\n Amazon SES-operated domains.
\nDeletes an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
\nDeleting this kind of association results in emails sent using the specified\n configuration set to capture open and click events using the standard,\n Amazon SES-operated domains.
\nThe name of the configuration set from which you want to delete the tracking\n options.
", + "smithy.api#documentation": "The name of the configuration set.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to delete open and click tracking options in a configuration set.\n
" + "smithy.api#documentation": "Represents a request to delete open and click tracking options in a configuration set.\n
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteConfigurationSetTrackingOptionsResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteCustomVerificationEmailTemplate": { @@ -1372,7 +1447,7 @@ "target": "smithy.api#Unit" }, "traits": { - "smithy.api#documentation": "Deletes an existing custom verification email template.
\nFor more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes an existing custom verification email template.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteCustomVerificationEmailTemplateRequest": { @@ -1381,13 +1456,14 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the custom verification email template that you want to delete.
", + "smithy.api#documentation": "The name of the custom verification email template to delete.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to delete an existing custom verification email template.
" + "smithy.api#documentation": "Represents a request to delete an existing custom verification email template.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteIdentity": { @@ -1399,7 +1475,7 @@ "target": "com.amazonaws.ses#DeleteIdentityResponse" }, "traits": { - "smithy.api#documentation": "Deletes the specified identity (an email address or a domain) from the list of\n verified identities.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes the specified identity (an email address or a domain) from the list of\n verified identities.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteIdentityPolicy": { @@ -1411,7 +1487,7 @@ "target": "com.amazonaws.ses#DeleteIdentityPolicyResponse" }, "traits": { - "smithy.api#documentation": "Deletes the specified sending authorization policy for the given identity (an email\n address or a domain). This API returns successfully even if a policy with the specified\n name does not exist.
\nThis API is for the identity owner only. If you have not verified the identity,\n this API will return an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes the specified sending authorization policy for the given identity (an email\n address or a domain). This operation returns successfully even if a policy with the\n specified name does not exist.
\nThis operation is for the identity owner only. If you have not verified the\n identity, it returns an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteIdentityPolicyRequest": { @@ -1420,7 +1496,7 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity that is associated with the policy that you want to delete. You can\n specify the identity by using its name or by using its Amazon Resource Name (ARN).\n Examples: user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
", + "smithy.api#documentation": "The identity that is associated with the policy to delete. You can specify the\n identity by using its name or by using its Amazon Resource Name (ARN). Examples:\n user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this operation, you must own the identity.
", "smithy.api#required": {} } }, @@ -1433,14 +1509,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete a sending authorization policy for an identity. Sending\n authorization is an Amazon SES feature that enables you to authorize other senders to use\n your identities. For information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete a sending authorization policy for an identity. Sending\n authorization is an Amazon SES feature that enables you to authorize other senders to use\n your identities. For information, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteIdentityPolicyResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteIdentityRequest": { @@ -1449,20 +1527,22 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity to be removed from the list of identities for the AWS Account.
", + "smithy.api#documentation": "The identity to be removed from the list of identities for the Amazon Web Services account.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to delete one of your Amazon SES identities (an email address or\n domain).
" + "smithy.api#documentation": "Represents a request to delete one of your Amazon SES identities (an email address or\n domain).
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteIdentityResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteReceiptFilter": { @@ -1474,7 +1554,7 @@ "target": "com.amazonaws.ses#DeleteReceiptFilterResponse" }, "traits": { - "smithy.api#documentation": "Deletes the specified IP address filter.
\nFor information about managing IP address filters, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes the specified IP address filter.
\nFor information about managing IP address filters, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteReceiptFilterRequest": { @@ -1489,14 +1569,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete an IP address filter. You use IP address filters when\n you receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete an IP address filter. You use IP address filters when\n you receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteReceiptFilterResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteReceiptRule": { @@ -1513,7 +1595,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes the specified receipt rule.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes the specified receipt rule.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteReceiptRuleRequest": { @@ -1535,14 +1617,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteReceiptRuleResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteReceiptRuleSet": { @@ -1559,7 +1643,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes the specified receipt rule set and all of the receipt rules it\n contains.
\nThe currently active rule set cannot be deleted.
\nFor information about managing receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes the specified receipt rule set and all of the receipt rules it\n contains.
\nThe currently active rule set cannot be deleted.
\nFor information about managing receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteReceiptRuleSetRequest": { @@ -1574,14 +1658,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete a receipt rule set and all of the receipt rules it\n contains. You use receipt rule sets to receive email with Amazon SES. For more information,\n see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete a receipt rule set and all of the receipt rules it\n contains. You use receipt rule sets to receive email with Amazon SES. For more information,\n see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteReceiptRuleSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DeleteTemplate": { @@ -1593,7 +1679,7 @@ "target": "com.amazonaws.ses#DeleteTemplateResponse" }, "traits": { - "smithy.api#documentation": "Deletes an email template.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Deletes an email template.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DeleteTemplateRequest": { @@ -1608,12 +1694,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete an email template. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to delete an email template. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeleteTemplateResponse": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ses#DeleteVerifiedEmailAddress": { "type": "operation", @@ -1639,7 +1729,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to delete an email address from the list of email addresses you\n have attempted to verify under your AWS account.
" + "smithy.api#documentation": "Represents a request to delete an email address from the list of email addresses you\n have attempted to verify under your Amazon Web Services account.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DeliveryOptions": { @@ -1665,14 +1756,15 @@ "target": "com.amazonaws.ses#DescribeActiveReceiptRuleSetResponse" }, "traits": { - "smithy.api#documentation": "Returns the metadata and receipt rules for the receipt rule set that is currently\n active.
\nFor information about setting up receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the metadata and receipt rules for the receipt rule set that is currently\n active.
\nFor information about setting up receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DescribeActiveReceiptRuleSetRequest": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "Represents a request to return the metadata and receipt rules for the receipt rule set\n that is currently active. You use receipt rule sets to receive email with Amazon SES. For\n more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the metadata and receipt rules for the receipt rule set\n that is currently active. You use receipt rule sets to receive email with Amazon SES. For\n more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DescribeActiveReceiptRuleSetResponse": { @@ -1692,7 +1784,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the metadata and receipt rules for the receipt rule set that is currently\n active.
" + "smithy.api#documentation": "Represents the metadata and receipt rules for the receipt rule set that is currently\n active.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DescribeConfigurationSet": { @@ -1709,7 +1802,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the details of the specified configuration set. For information about using\n configuration sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the details of the specified configuration set. For information about using\n configuration sets, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DescribeConfigurationSetRequest": { @@ -1730,7 +1823,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the details of a configuration set. Configuration sets\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the details of a configuration set. Configuration sets\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DescribeConfigurationSetResponse": { @@ -1765,7 +1859,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the details of a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents the details of a configuration set. Configuration sets enable you to\n publish email sending events. For information about using configuration sets, see the\n Amazon SES\n Developer Guide.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DescribeReceiptRule": { @@ -1785,7 +1880,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the details of the specified receipt rule.
\nFor information about setting up receipt rules, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the details of the specified receipt rule.
\nFor information about setting up receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DescribeReceiptRuleRequest": { @@ -1807,7 +1902,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the details of a receipt rule. You use receipt rules to\n receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the details of a receipt rule. You use receipt rules to\n receive email with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DescribeReceiptRuleResponse": { @@ -1821,7 +1917,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the details of a receipt rule.
" + "smithy.api#documentation": "Represents the details of a receipt rule.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#DescribeReceiptRuleSet": { @@ -1838,7 +1935,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the details of the specified receipt rule set.
\nFor information about managing receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the details of the specified receipt rule set.
\nFor information about managing receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#DescribeReceiptRuleSetRequest": { @@ -1853,7 +1950,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the details of a receipt rule set. You use receipt rule\n sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to return the details of a receipt rule set. You use receipt rule\n sets to receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#DescribeReceiptRuleSetResponse": { @@ -1873,7 +1971,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the details of the specified receipt rule set.
" + "smithy.api#documentation": "Represents the details of the specified receipt rule set.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#Destination": { @@ -1899,7 +1998,7 @@ } }, "traits": { - "smithy.api#documentation": "Represents the destination of the message, consisting of To:, CC:, and BCC:\n fields.
\nAmazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n local part of a destination email address (the part of the\n email address that precedes the @ sign) may only contain 7-bit ASCII\n characters. If the domain part of an address (the\n part after the @ sign) contains non-ASCII characters, they must be encoded using\n Punycode, as described in RFC3492.
\nRepresents the destination of the message, consisting of To:, CC:, and BCC:\n fields.
\nAmazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n email address string must be 7-bit ASCII. If you want to send to or from email\n addresses that contain Unicode characters in the domain part of an address, you must\n encode the domain using Punycode. Punycode is not permitted in the local part of the\n email address (the part before the @ sign) nor in the \"friendly from\" name. If you\n want to use Unicode characters in the \"friendly from\" name, you must encode the\n \"friendly from\" name using MIME encoded-word syntax, as described in Sending raw email\n using the Amazon SES API. For more information about Punycode, see RFC 3492.
\nThe name of the event destination. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nContain less than 64 characters.
\nThe name of the event destination. The name must meet the following\n requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nContain 64 characters or fewer.
\nThe type of email sending events to publish to the event destination.
", + "smithy.api#documentation": "The type of email sending events to publish to the event destination.
\n\n send
- The call was successful and Amazon SES is attempting to deliver\n the email.
\n reject
- Amazon SES determined that the email contained a virus and\n rejected it.
\n bounce
- The recipient's mail server permanently rejected the\n email. This corresponds to a hard bounce.
\n complaint
- The recipient marked the email as spam.
\n delivery
- Amazon SES successfully delivered the email to the\n recipient's mail server.
\n open
- The recipient received the email and opened it in their\n email client.
\n click
- The recipient clicked one or more links in the\n email.
\n renderingFailure
- Amazon SES did not send the email because of a\n template rendering issue.
Contains information about the event destination that the specified email sending\n events will be published to.
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).
\nEvent destinations are associated with configuration sets, which enable you to publish\n email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Contains information about an event destination.
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).
\nEvent destinations are associated with configuration sets, which enable you to publish\n email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#EventDestinationAlreadyExistsException": { @@ -2096,42 +2207,56 @@ } }, "com.amazonaws.ses#EventType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "send", - "name": "SEND" - }, - { - "value": "reject", - "name": "REJECT" - }, - { - "value": "bounce", - "name": "BOUNCE" - }, - { - "value": "complaint", - "name": "COMPLAINT" - }, - { - "value": "delivery", - "name": "DELIVERY" - }, - { - "value": "open", - "name": "OPEN" - }, - { - "value": "click", - "name": "CLICK" - }, - { - "value": "renderingFailure", - "name": "RENDERING_FAILURE" + "type": "enum", + "members": { + "SEND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "send" + } + }, + "REJECT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "reject" + } + }, + "BOUNCE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "bounce" + } + }, + "COMPLAINT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "complaint" + } + }, + "DELIVERY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "delivery" + } + }, + "OPEN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "open" } - ] + }, + "CLICK": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "click" + } + }, + "RENDERING_FAILURE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "renderingFailure" + } + } } }, "com.amazonaws.ses#EventTypes": { @@ -2156,13 +2281,13 @@ "Value": { "target": "com.amazonaws.ses#ExtensionFieldValue", "traits": { - "smithy.api#documentation": "The value of the header to add. Must be less than 2048 characters, and must not\n contain newline characters (\"\\r\" or \"\\n\").
", + "smithy.api#documentation": "The value of the header to add. Must contain 2048 characters or fewer, and must not\n contain newline characters (\"\\r\" or \"\\n\").
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Additional X-headers to include in the Delivery Status Notification (DSN) when an\n email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Additional X-headers to include in the Delivery Status Notification (DSN) when an\n email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#ExtensionFieldList": { @@ -2215,7 +2340,7 @@ "target": "com.amazonaws.ses#GetAccountSendingEnabledResponse" }, "traits": { - "smithy.api#documentation": "Returns the email sending status of the Amazon SES account for the current region.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the email sending status of the Amazon SES account for the current Region.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetAccountSendingEnabledResponse": { @@ -2225,12 +2350,13 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Describes whether email sending is enabled or disabled for your Amazon SES account in the\n current AWS Region.
" + "smithy.api#documentation": "Describes whether email sending is enabled or disabled for your Amazon SES account in the\n current Amazon Web Services Region.
" } } }, "traits": { - "smithy.api#documentation": "Represents a request to return the email sending status for your Amazon SES account in the\n current AWS Region.
" + "smithy.api#documentation": "Represents a request to return the email sending status for your Amazon SES account in the\n current Amazon Web Services Region.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetCustomVerificationEmailTemplate": { @@ -2247,7 +2373,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the custom email verification template for the template name you\n specify.
\nFor more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the custom email verification template for the template name you\n specify.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetCustomVerificationEmailTemplateRequest": { @@ -2256,13 +2382,14 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the custom verification email template that you want to retrieve.
", + "smithy.api#documentation": "The name of the custom verification email template to retrieve.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to retrieve an existing custom verification email\n template.
" + "smithy.api#documentation": "Represents a request to retrieve an existing custom verification email\n template.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetCustomVerificationEmailTemplateResponse": { @@ -2306,7 +2433,8 @@ } }, "traits": { - "smithy.api#documentation": "The content of the custom verification email template.
" + "smithy.api#documentation": "The content of the custom verification email template.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetIdentityDkimAttributes": { @@ -2318,7 +2446,7 @@ "target": "com.amazonaws.ses#GetIdentityDkimAttributesResponse" }, "traits": { - "smithy.api#documentation": "Returns the current status of Easy DKIM signing for an entity. For domain name\n identities, this operation also returns the DKIM tokens that are required for Easy DKIM\n signing, and whether Amazon SES has successfully verified that these tokens have been\n published.
\nThis operation takes a list of identities as input and returns the following\n information for each:
\nWhether Easy DKIM signing is enabled or disabled.
\nA set of DKIM tokens that represent the identity. If the identity is an email\n address, the tokens represent the domain of that address.
\nWhether Amazon SES has successfully verified the DKIM tokens published in the\n domain's DNS. This information is only returned for domain name identities, not\n for email addresses.
\nThis operation is throttled at one request per second and can only get DKIM attributes\n for up to 100 identities at a time.
\nFor more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Returns the current status of Easy DKIM signing for an entity. For domain name\n identities, this operation also returns the DKIM tokens that are required for Easy DKIM\n signing, and whether Amazon SES has successfully verified that these tokens have been\n published.
\nThis operation takes a list of identities as input and returns the following\n information for each:
\nWhether Easy DKIM signing is enabled or disabled.
\nA set of DKIM tokens that represent the identity. If the identity is an email\n address, the tokens represent the domain of that address.
\nWhether Amazon SES has successfully verified the DKIM tokens published in the\n domain's DNS. This information is only returned for domain name identities, not\n for email addresses.
\nThis operation is throttled at one request per second and can only get DKIM attributes\n for up to 100 identities at a time.
\nFor more information about creating DNS records using DKIM tokens, go to the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#GetIdentityDkimAttributesRequest": { @@ -2333,7 +2461,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For\n domain identities, this request also returns the DKIM tokens that are required for Easy\n DKIM signing, and whether Amazon SES successfully verified that these tokens were published.\n For more information about Easy DKIM, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For\n domain identities, this request also returns the DKIM tokens that are required for Easy\n DKIM signing, and whether Amazon SES successfully verified that these tokens were published.\n For more information about Easy DKIM, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetIdentityDkimAttributesResponse": { @@ -2348,7 +2477,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the status of Amazon SES Easy DKIM signing for an identity. For domain\n identities, this response also contains the DKIM tokens that are required for Easy DKIM\n signing, and whether Amazon SES successfully verified that these tokens were\n published.
" + "smithy.api#documentation": "Represents the status of Amazon SES Easy DKIM signing for an identity. For domain\n identities, this response also contains the DKIM tokens that are required for Easy DKIM\n signing, and whether Amazon SES successfully verified that these tokens were\n published.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetIdentityMailFromDomainAttributes": { @@ -2360,7 +2490,7 @@ "target": "com.amazonaws.ses#GetIdentityMailFromDomainAttributesResponse" }, "traits": { - "smithy.api#documentation": "Returns the custom MAIL FROM attributes for a list of identities (email addresses :\n domains).
\nThis operation is throttled at one request per second and can only get custom MAIL\n FROM attributes for up to 100 identities at a time.
" + "smithy.api#documentation": "Returns the custom MAIL FROM attributes for a list of identities (email addresses :\n domains).
\nThis operation is throttled at one request per second and can only get custom MAIL\n FROM attributes for up to 100 identities at a time.
" } }, "com.amazonaws.ses#GetIdentityMailFromDomainAttributesRequest": { @@ -2375,7 +2505,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of\n identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of\n identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetIdentityMailFromDomainAttributesResponse": { @@ -2390,7 +2521,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the custom MAIL FROM attributes for a list of identities.
" + "smithy.api#documentation": "Represents the custom MAIL FROM attributes for a list of identities.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetIdentityNotificationAttributes": { @@ -2402,7 +2534,7 @@ "target": "com.amazonaws.ses#GetIdentityNotificationAttributesResponse" }, "traits": { - "smithy.api#documentation": "Given a list of verified identities (email addresses and/or domains), returns a\n structure describing identity notification attributes.
\nThis operation is throttled at one request per second and can only get notification\n attributes for up to 100 identities at a time.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Given a list of verified identities (email addresses and/or domains), returns a\n structure describing identity notification attributes.
\nThis operation is throttled at one request per second and can only get notification\n attributes for up to 100 identities at a time.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#GetIdentityNotificationAttributesRequest": { @@ -2417,7 +2549,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the notification attributes for a list of identities\n you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Represents a request to return the notification attributes for a list of identities\n you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetIdentityNotificationAttributesResponse": { @@ -2432,7 +2565,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the notification attributes for a list of identities.
" + "smithy.api#documentation": "Represents the notification attributes for a list of identities.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetIdentityPolicies": { @@ -2444,7 +2578,7 @@ "target": "com.amazonaws.ses#GetIdentityPoliciesResponse" }, "traits": { - "smithy.api#documentation": "Returns the requested sending authorization policies for the given identity (an email\n address or a domain). The policies are returned as a map of policy names to policy\n contents. You can retrieve a maximum of 20 policies at a time.
\nThis API is for the identity owner only. If you have not verified the identity,\n this API will return an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns the requested sending authorization policies for the given identity (an email\n address or a domain). The policies are returned as a map of policy names to policy\n contents. You can retrieve a maximum of 20 policies at a time.
\nThis operation is for the identity owner only. If you have not verified the\n identity, it returns an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetIdentityPoliciesRequest": { @@ -2453,7 +2587,7 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity for which the policies will be retrieved. You can specify an identity by\n using its name or by using its Amazon Resource Name (ARN). Examples:\n user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
", + "smithy.api#documentation": "The identity for which the policies are retrieved. You can specify an identity by\n using its name or by using its Amazon Resource Name (ARN). Examples:\n user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this operation, you must own the identity.
", "smithy.api#required": {} } }, @@ -2466,7 +2600,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the requested sending authorization policies for an\n identity. Sending authorization is an Amazon SES feature that enables you to authorize other\n senders to use your identities. For information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the requested sending authorization policies for an\n identity. Sending authorization is an Amazon SES feature that enables you to authorize other\n senders to use your identities. For information, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetIdentityPoliciesResponse": { @@ -2481,7 +2616,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents the requested sending authorization policies.
" + "smithy.api#documentation": "Represents the requested sending authorization policies.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetIdentityVerificationAttributes": { @@ -2493,7 +2629,7 @@ "target": "com.amazonaws.ses#GetIdentityVerificationAttributesResponse" }, "traits": { - "smithy.api#documentation": "Given a list of identities (email addresses and/or domains), returns the verification\n status and (for domain identities) the verification token for each identity.
\nThe verification status of an email address is \"Pending\" until the email address owner\n clicks the link within the verification email that Amazon SES sent to that address. If the\n email address owner clicks the link within 24 hours, the verification status of the\n email address changes to \"Success\". If the link is not clicked within 24 hours, the\n verification status changes to \"Failed.\" In that case, if you still want to verify the\n email address, you must restart the verification process from the beginning.
\nFor domain identities, the domain's verification status is \"Pending\" as Amazon SES searches\n for the required TXT record in the DNS settings of the domain. When Amazon SES detects the\n record, the domain's verification status changes to \"Success\". If Amazon SES is unable to\n detect the record within 72 hours, the domain's verification status changes to \"Failed.\"\n In that case, if you still want to verify the domain, you must restart the verification\n process from the beginning.
\nThis operation is throttled at one request per second and can only get verification\n attributes for up to 100 identities at a time.
", + "smithy.api#documentation": "Given a list of identities (email addresses and/or domains), returns the verification\n status and (for domain identities) the verification token for each identity.
\nThe verification status of an email address is \"Pending\" until the email address owner\n clicks the link within the verification email that Amazon SES sent to that address. If the\n email address owner clicks the link within 24 hours, the verification status of the\n email address changes to \"Success\". If the link is not clicked within 24 hours, the\n verification status changes to \"Failed.\" In that case, to verify the email address, you\n must restart the verification process from the beginning.
\nFor domain identities, the domain's verification status is \"Pending\" as Amazon SES searches\n for the required TXT record in the DNS settings of the domain. When Amazon SES detects the\n record, the domain's verification status changes to \"Success\". If Amazon SES is unable to\n detect the record within 72 hours, the domain's verification status changes to \"Failed.\"\n In that case, to verify the domain, you must restart the verification process from the\n beginning.
\nThis operation is throttled at one request per second and can only get verification\n attributes for up to 100 identities at a time.
", "smithy.waiters#waitable": { "IdentityExists": { "acceptors": [ @@ -2525,7 +2661,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return the Amazon SES verification status of a list of identities.\n For domain identities, this request also returns the verification token. For information\n about verifying identities with Amazon SES, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to return the Amazon SES verification status of a list of identities.\n For domain identities, this request also returns the verification token. For information\n about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#GetIdentityVerificationAttributesResponse": { @@ -2540,7 +2677,8 @@ } }, "traits": { - "smithy.api#documentation": "The Amazon SES verification status of a list of identities. For domain identities, this\n response also contains the verification token.
" + "smithy.api#documentation": "The Amazon SES verification status of a list of identities. For domain identities, this\n response also contains the verification token.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetSendQuota": { @@ -2552,7 +2690,7 @@ "target": "com.amazonaws.ses#GetSendQuotaResponse" }, "traits": { - "smithy.api#documentation": "Provides the sending limits for the Amazon SES account.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Provides the sending limits for the Amazon SES account.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetSendQuotaResponse": { @@ -2569,7 +2707,7 @@ "target": "com.amazonaws.ses#MaxSendRate", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "The maximum number of emails that Amazon SES can accept from the user's account per\n second.
\nThe rate at which Amazon SES accepts the user's messages might be less than the maximum\n send rate.
\nThe maximum number of emails that Amazon SES can accept from the user's account per\n second.
\nThe rate at which Amazon SES accepts the user's messages might be less than the maximum\n send rate.
\nRepresents your Amazon SES daily sending quota, maximum send rate, and the number of emails\n you have sent in the last 24 hours.
" + "smithy.api#documentation": "Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails\n you have sent in the last 24 hours.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetSendStatistics": { @@ -2593,7 +2732,7 @@ "target": "com.amazonaws.ses#GetSendStatisticsResponse" }, "traits": { - "smithy.api#documentation": "Provides sending statistics for the current AWS Region. The result is a list of data\n points, representing the last two weeks of sending activity. Each data point in the list\n contains statistics for a 15-minute period of time.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Provides sending statistics for the current Amazon Web Services Region. The result is a list of data\n points, representing the last two weeks of sending activity. Each data point in the list\n contains statistics for a 15-minute period of time.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetSendStatisticsResponse": { @@ -2607,7 +2746,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a list of data points. This list contains aggregated data from the previous\n two weeks of your sending activity with Amazon SES.
" + "smithy.api#documentation": "Represents a list of data points. This list contains aggregated data from the previous\n two weeks of your sending activity with Amazon SES.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#GetTemplate": { @@ -2624,7 +2764,7 @@ } ], "traits": { - "smithy.api#documentation": "Displays the template object (which includes the Subject line, HTML part and text\n part) for the template you specify.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Displays the template object (which includes the Subject line, HTML part and text\n part) for the template you specify.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#GetTemplateRequest": { @@ -2633,10 +2773,13 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the template you want to retrieve.
", + "smithy.api#documentation": "The name of the template to retrieve.
", "smithy.api#required": {} } } + }, + "traits": { + "smithy.api#input": {} } }, "com.amazonaws.ses#GetTemplateResponse": { @@ -2645,6 +2788,9 @@ "Template": { "target": "com.amazonaws.ses#Template" } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ses#HeaderName": { @@ -2680,7 +2826,7 @@ "DkimTokens": { "target": "com.amazonaws.ses#VerificationTokenList", "traits": { - "smithy.api#documentation": "A set of character strings that represent the domain's identity. Using these tokens,\n you need to create DNS CNAME records that point to DKIM public keys that are hosted by\n Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection\n process might take up to 72 hours. After successful detection, Amazon SES is able to\n DKIM-sign email originating from that domain. (This only applies to domain identities,\n not email address identities.)
\nFor more information about creating DNS records using DKIM tokens, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "A set of character strings that represent the domain's identity. Using these tokens,\n you need to create DNS CNAME records that point to DKIM public keys that are hosted by\n Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection\n process might take up to 72 hours. After successful detection, Amazon SES is able to\n DKIM-sign email originating from that domain. (This only applies to domain identities,\n not email address identities.)
\nFor more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
" } } }, @@ -2714,7 +2860,7 @@ "BehaviorOnMXFailure": { "target": "com.amazonaws.ses#BehaviorOnMXFailure", "traits": { - "smithy.api#documentation": "The action that Amazon SES takes if it cannot successfully read the required MX record when\n you send an email. A value of UseDefaultValue
indicates that if Amazon SES\n cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as\n the MAIL FROM domain. A value of RejectMessage
indicates that if Amazon SES\n cannot read the required MX record, Amazon SES returns a\n MailFromDomainNotVerified
error and does not send the email.
The custom MAIL FROM setup states that result in this behavior are\n Pending
, Failed
, and TemporaryFailure
.
The action that Amazon SES takes if it cannot successfully read the required MX record when\n you send an email. A value of UseDefaultValue
indicates that if Amazon SES\n cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as\n the MAIL FROM domain. A value of RejectMessage
indicates that if Amazon SES\n cannot read the required MX record, Amazon SES returns a\n MailFromDomainNotVerified
error and does not send the email.
The custom MAIL FROM setup states that result in this behavior are\n Pending
, Failed
, and TemporaryFailure
.
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce\n notifications.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce\n notifications.
", "smithy.api#required": {} } }, "ComplaintTopic": { "target": "com.amazonaws.ses#NotificationTopic", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint\n notifications.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint\n notifications.
", "smithy.api#required": {} } }, "DeliveryTopic": { "target": "com.amazonaws.ses#NotificationTopic", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery\n notifications.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery\n notifications.
", "smithy.api#required": {} } }, @@ -2751,7 +2897,7 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Describes whether Amazon SES will forward bounce and complaint notifications as email.\n true
indicates that Amazon SES will forward bounce and complaint\n notifications as email, while false
indicates that bounce and complaint\n notifications will be published only to the specified bounce and complaint Amazon SNS\n topics.
Describes whether Amazon SES forwards bounce and complaint notifications as email.\n true
indicates that Amazon SES forwards bounce and complaint notifications\n as email, while false
indicates that bounce and complaint notifications are\n published only to the specified bounce and complaint Amazon SNS topics.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Bounce
. A value of true
specifies that Amazon SES will include\n headers in bounce notifications, and a value of false
specifies that Amazon SES\n will not include headers in bounce notifications.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Bounce
. A value of true
specifies that Amazon SES includes\n headers in bounce notifications, and a value of false
specifies that Amazon SES\n does not include headers in bounce notifications.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Complaint
. A value of true
specifies that Amazon SES will\n include headers in complaint notifications, and a value of false
specifies\n that Amazon SES will not include headers in complaint notifications.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Complaint
. A value of true
specifies that Amazon SES includes\n headers in complaint notifications, and a value of false
specifies that\n Amazon SES does not include headers in complaint notifications.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Delivery
. A value of true
specifies that Amazon SES will\n include headers in delivery notifications, and a value of false
specifies\n that Amazon SES will not include headers in delivery notifications.
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of\n type Delivery
. A value of true
specifies that Amazon SES includes\n headers in delivery notifications, and a value of false
specifies that\n Amazon SES does not include headers in delivery notifications.
Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could\n not execute the provided function, possibly due to permissions issues. For information\n about giving permissions, see the Amazon SES\n Developer Guide.
", + "smithy.api#documentation": "Indicates that the provided Amazon Web Services Lambda function is invalid, or that Amazon SES could\n not execute the provided function, possibly due to permissions issues. For information\n about giving permissions, see the Amazon SES\n Developer Guide.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } @@ -2987,7 +3135,7 @@ "code": "InvalidS3Configuration", "httpResponseCode": 400 }, - "smithy.api#documentation": "Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or\n that Amazon SES could not publish to the bucket, possibly due to permissions issues. For\n information about giving permissions, see the Amazon SES\n Developer Guide.
", + "smithy.api#documentation": "Indicates that the provided Amazon S3 bucket or Amazon Web Services KMS encryption key is invalid,\n or that Amazon SES could not publish to the bucket, possibly due to permissions issues.\n For information about giving permissions, see the Amazon SES\n Developer Guide.
", "smithy.api#error": "client", "smithy.api#httpError": 400 } @@ -3076,24 +3224,26 @@ "code": "InvalidTrackingOptions", "httpResponseCode": 400 }, - "smithy.api#documentation": "Indicates that the custom domain to be used for open and click tracking redirects is\n invalid. This error appears most often in the following situations:
\nWhen the tracking domain you specified is not verified in Amazon SES.
\nWhen the tracking domain you specified is not a valid domain or\n subdomain.
\nIndicates that the custom domain to be used for open and click tracking redirects is\n invalid. This error appears most often in the following situations:
\nWhen the tracking domain you specified is not verified in Amazon SES.
\nWhen the tracking domain you specified is not a valid domain or\n subdomain.
\nContains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event\n destination.
\nEvent destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable\n you to publish email sending events. For information about using configuration sets, see\n the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event\n destination.
\nEvent destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable\n you to publish email sending events. For information about using configuration sets, see\n the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#LambdaAction": { @@ -3124,25 +3274,25 @@ "TopicArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is\n taken. An example of an Amazon SNS topic ARN is\n arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about\n Amazon SNS topics, see the Amazon SNS Developer Guide.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is\n executed. You can find the ARN of a topic by using the ListTopics operation in\n Amazon SNS.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
" } }, "FunctionArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda\n function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction
.\n For more information about AWS Lambda, see the AWS Lambda Developer Guide.
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function. An example of an Amazon Web Services Lambda\n function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction
.\n For more information about Amazon Web Services Lambda, see the Amazon Web Services Lambda Developer Guide.
The invocation type of the AWS Lambda function. An invocation type of\n RequestResponse
means that the execution of the function will\n immediately result in a response, and a value of Event
means that the\n function will be invoked asynchronously. The default value is Event
. For\n information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.
There is a 30-second timeout on RequestResponse
invocations. You\n should use Event
invocation in most cases. Use\n RequestResponse
only when you want to make a mail flow decision,\n such as whether to stop the receipt rule or the receipt rule set.
The invocation type of the Amazon Web Services Lambda function. An invocation type of\n RequestResponse
means that the execution of the function immediately\n results in a response, and a value of Event
means that the function is\n invoked asynchronously. The default value is Event
. For information about\n Amazon Web Services Lambda invocation types, see the Amazon Web Services Lambda Developer Guide.
There is a 30-second timeout on RequestResponse
invocations. You\n should use Event
invocation in most cases. Use\n RequestResponse
only to make a mail flow decision, such as whether\n to stop the receipt rule or the receipt rule set.
When included in a receipt rule, this action calls an AWS Lambda function and,\n optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nTo enable Amazon SES to call your AWS Lambda function or to publish to an Amazon SNS topic of\n another account, Amazon SES must have permission to access those resources. For information\n about giving permissions, see the Amazon SES Developer\n Guide.
\nFor information about using AWS Lambda actions in receipt rules, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action calls an Amazon Web Services Lambda function and,\n optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nTo enable Amazon SES to call your Amazon Web Services Lambda function or to publish to an Amazon SNS topic of\n another account, Amazon SES must have permission to access those resources. For information\n about giving permissions, see the Amazon SES Developer\n Guide.
\nFor information about using Amazon Web Services Lambda actions in receipt rules, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#LastAttemptDate": { @@ -3177,7 +3327,7 @@ "target": "com.amazonaws.ses#ListConfigurationSetsResponse" }, "traits": { - "smithy.api#documentation": "Provides a list of the configuration sets associated with your Amazon SES account in the\n current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer\n Guide.\n
\nYou can execute this operation no more than once per second. This operation will\n return up to 1,000 configuration sets each time it is run. If your Amazon SES account has\n more than 1,000 configuration sets, this operation will also return a NextToken element.\n You can then execute the ListConfigurationSets
operation again, passing the\n NextToken
parameter and the value of the NextToken element to retrieve\n additional results.
Provides a list of the configuration sets associated with your Amazon SES account in the\n current Amazon Web Services Region. For information about using configuration sets, see Monitoring\n Your Amazon SES Sending Activity in the Amazon SES Developer\n Guide.\n
\nYou can execute this operation no more than once per second. This operation returns up\n to 1,000 configuration sets each time it is run. If your Amazon SES account has more than\n 1,000 configuration sets, this operation also returns NextToken
. You can\n then execute the ListConfigurationSets
operation again, passing the\n NextToken
parameter and the value of the NextToken element to retrieve\n additional results.
Represents a request to list the configuration sets associated with your AWS account.\n Configuration sets enable you to publish email sending events. For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to list the configuration sets associated with your\n Amazon Web Services account. Configuration sets enable you to publish email sending events. For\n information about using configuration sets, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListConfigurationSetsResponse": { @@ -3217,7 +3368,8 @@ } }, "traits": { - "smithy.api#documentation": "A list of configuration sets associated with your AWS account. Configuration sets\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "A list of configuration sets associated with your Amazon Web Services account. Configuration sets\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListCustomVerificationEmailTemplates": { @@ -3229,7 +3381,7 @@ "target": "com.amazonaws.ses#ListCustomVerificationEmailTemplatesResponse" }, "traits": { - "smithy.api#documentation": "Lists the existing custom verification email templates for your account in the current\n AWS Region.
\nFor more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
", + "smithy.api#documentation": "Lists the existing custom verification email templates for your account in the current\n Amazon Web Services Region.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -3249,12 +3401,13 @@ "MaxResults": { "target": "com.amazonaws.ses#MaxResults", "traits": { - "smithy.api#documentation": "The maximum number of custom verification email templates to return. This value must\n be at least 1 and less than or equal to 50. If you do not specify a value, or if you\n specify a value less than 1 or greater than 50, the operation will return up to 50\n results.
" + "smithy.api#documentation": "The maximum number of custom verification email templates to return. This value must\n be at least 1 and less than or equal to 50. If you do not specify a value, or if you\n specify a value less than 1 or greater than 50, the operation returns up to 50\n results.
" } } }, "traits": { - "smithy.api#documentation": "Represents a request to list the existing custom verification email templates for your\n account.
\nFor more information about custom verification email templates, see Using Custom\n Verification Email Templates in the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to list the existing custom verification email templates for your\n account.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListCustomVerificationEmailTemplatesResponse": { @@ -3274,7 +3427,8 @@ } }, "traits": { - "smithy.api#documentation": "A paginated list of custom verification email templates.
" + "smithy.api#documentation": "A paginated list of custom verification email templates.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListIdentities": { @@ -3286,7 +3440,7 @@ "target": "com.amazonaws.ses#ListIdentitiesResponse" }, "traits": { - "smithy.api#documentation": "Returns a list containing all of the identities (email addresses and domains) for your\n AWS account in the current AWS Region, regardless of verification status.
\nYou can execute this operation no more than once per second.
", + "smithy.api#documentation": "Returns a list containing all of the identities (email addresses and domains) for your\n Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status.
\nYou can execute this operation no more than once per second.
\nIt's recommended that for successive pagination calls of this API, you continue to\n the use the same parameter/value pairs as used in the original call, e.g., if you\n used IdentityType=Domain
in the the original call and received a\n NextToken
in the response, you should continue providing the\n IdentityType=Domain
parameter for further NextToken
\n calls; however, if you didn't provide the IdentityType
parameter in the\n original call, then continue to not provide it for successive pagination calls.\n Using this protocol will ensure consistent results.
The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\".\n If this parameter is omitted, then all identities will be listed.
" + "smithy.api#documentation": "The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\".\n If this parameter is omitted, then all identities are listed.
" } }, "NextToken": { @@ -3318,7 +3472,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to return a list of all identities (email addresses and domains)\n that you have attempted to verify under your AWS account, regardless of verification\n status.
" + "smithy.api#documentation": "Represents a request to return a list of all identities (email addresses and domains)\n that you have attempted to verify under your Amazon Web Services account, regardless of verification\n status.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListIdentitiesResponse": { @@ -3339,7 +3494,8 @@ } }, "traits": { - "smithy.api#documentation": "A list of all identities that you have attempted to verify under your AWS account,\n regardless of verification status.
" + "smithy.api#documentation": "A list of all identities that you have attempted to verify under your Amazon Web Services account,\n regardless of verification status.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListIdentityPolicies": { @@ -3351,7 +3507,7 @@ "target": "com.amazonaws.ses#ListIdentityPoliciesResponse" }, "traits": { - "smithy.api#documentation": "Returns a list of sending authorization policies that are attached to the given\n identity (an email address or a domain). This API returns only a list. If you want the\n actual policy content, you can use GetIdentityPolicies
.
This API is for the identity owner only. If you have not verified the identity,\n this API will return an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns a list of sending authorization policies that are attached to the given\n identity (an email address or a domain). This operation returns only a list. To get the\n actual policy content, use GetIdentityPolicies
.
This operation is for the identity owner only. If you have not verified the\n identity, it returns an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#ListIdentityPoliciesRequest": { @@ -3360,13 +3516,14 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity that is associated with the policy for which the policies will be listed.\n You can specify an identity by using its name or by using its Amazon Resource Name\n (ARN). Examples: user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
", + "smithy.api#documentation": "The identity that is associated with the policy for which the policies are listed. You\n can specify an identity by using its name or by using its Amazon Resource Name (ARN).\n Examples: user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this operation, you must own the identity.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to return a list of sending authorization policies that are\n attached to an identity. Sending authorization is an Amazon SES feature that enables you to\n authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to return a list of sending authorization policies that are\n attached to an identity. Sending authorization is an Amazon SES feature that enables you to\n authorize other senders to use your identities. For information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListIdentityPoliciesResponse": { @@ -3381,7 +3538,8 @@ } }, "traits": { - "smithy.api#documentation": "A list of names of sending authorization policies that apply to an identity.
" + "smithy.api#documentation": "A list of names of sending authorization policies that apply to an identity.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListReceiptFilters": { @@ -3393,14 +3551,15 @@ "target": "com.amazonaws.ses#ListReceiptFiltersResponse" }, "traits": { - "smithy.api#documentation": "Lists the IP address filters associated with your AWS account in the current AWS\n Region.
\nFor information about managing IP address filters, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Lists the IP address filters associated with your Amazon Web Services account in the current\n Amazon Web Services Region.
\nFor information about managing IP address filters, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#ListReceiptFiltersRequest": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "Represents a request to list the IP address filters that exist under your AWS account.\n You use IP address filters when you receive email with Amazon SES. For more information, see\n the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to list the IP address filters that exist under your\n Amazon Web Services account. You use IP address filters when you receive email with Amazon SES. For more\n information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListReceiptFiltersResponse": { @@ -3414,7 +3573,8 @@ } }, "traits": { - "smithy.api#documentation": "A list of IP address filters that exist under your AWS account.
" + "smithy.api#documentation": "A list of IP address filters that exist under your Amazon Web Services account.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListReceiptRuleSets": { @@ -3426,7 +3586,7 @@ "target": "com.amazonaws.ses#ListReceiptRuleSetsResponse" }, "traits": { - "smithy.api#documentation": "Lists the receipt rule sets that exist under your AWS account in the current AWS\n Region. If there are additional receipt rule sets to be retrieved, you will receive a\n NextToken
that you can provide to the next call to\n ListReceiptRuleSets
to retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Lists the receipt rule sets that exist under your Amazon Web Services account in the current\n Amazon Web Services Region. If there are additional receipt rule sets to be retrieved, you receive a\n NextToken
that you can provide to the next call to\n ListReceiptRuleSets
to retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#ListReceiptRuleSetsRequest": { @@ -3440,7 +3600,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to list the receipt rule sets that exist under your AWS account.\n You use receipt rule sets to receive email with Amazon SES. For more information, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to list the receipt rule sets that exist under your\n Amazon Web Services account. You use receipt rule sets to receive email with Amazon SES. For more\n information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ListReceiptRuleSetsResponse": { @@ -3460,7 +3621,8 @@ } }, "traits": { - "smithy.api#documentation": "A list of receipt rule sets that exist under your AWS account.
" + "smithy.api#documentation": "A list of receipt rule sets that exist under your Amazon Web Services account.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ListTemplates": { @@ -3472,7 +3634,7 @@ "target": "com.amazonaws.ses#ListTemplatesResponse" }, "traits": { - "smithy.api#documentation": "Lists the email templates present in your Amazon SES account in the current AWS\n Region.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Lists the email templates present in your Amazon SES account in the current\n Amazon Web Services Region.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#ListTemplatesRequest": { @@ -3487,9 +3649,12 @@ "MaxItems": { "target": "com.amazonaws.ses#MaxItems", "traits": { - "smithy.api#documentation": "The maximum number of templates to return. This value must be at least 1 and less than\n or equal to 10. If you do not specify a value, or if you specify a value less than 1 or\n greater than 10, the operation will return up to 10 results.
" + "smithy.api#documentation": "The maximum number of templates to return. This value must be at least 1 and less than\n or equal to 100. If more than 100 items are requested, the page size will automatically\n set to 100. If you do not specify a value, 10 is the default page size.
" } } + }, + "traits": { + "smithy.api#input": {} } }, "com.amazonaws.ses#ListTemplatesResponse": { @@ -3504,9 +3669,12 @@ "NextToken": { "target": "com.amazonaws.ses#NextToken", "traits": { - "smithy.api#documentation": "A token indicating that there are additional email templates available to be listed.\n Pass this token to a subsequent call to ListTemplates
to retrieve the next\n 50 email templates.
A token indicating that there are additional email templates available to be listed.\n Pass this token to a subsequent call to ListTemplates
to retrieve the next\n set of email templates within your page size.
A list of email addresses that you have verified with Amazon SES under your AWS\n account.
" + "smithy.api#documentation": "A list of email addresses that you have verified with Amazon SES under your\n Amazon Web Services account.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#MailFromDomainAttributes": { @@ -3594,7 +3763,7 @@ "Subject": { "target": "com.amazonaws.ses#Content", "traits": { - "smithy.api#documentation": "The subject of the message: A short summary of the content, which will appear in the\n recipient's inbox.
", + "smithy.api#documentation": "The subject of the message: A short summary of the content, which appears in the\n recipient's inbox.
", "smithy.api#required": {} } }, @@ -3637,7 +3806,7 @@ } }, "traits": { - "smithy.api#documentation": "Message-related information to include in the Delivery Status Notification (DSN) when\n an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Message-related information to include in the Delivery Status Notification (DSN) when\n an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#MessageId": { @@ -3666,20 +3835,20 @@ "Name": { "target": "com.amazonaws.ses#MessageTagName", "traits": { - "smithy.api#documentation": "The name of the tag. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nContain less than 256 characters.
\nThe name of the tag. The name must meet the following requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nContain 256 characters or fewer.
\nThe value of the tag. The value must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nContain less than 256 characters.
\nThe value of the tag. The value must meet the following requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nContain 256 characters or fewer.
\nContains the name and value of a tag that you can provide to SendEmail
or\n SendRawEmail
to apply to an email.
Message tags, which you use with configuration sets, enable you to publish email\n sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Contains the name and value of a tag that you can provide to SendEmail
or\n SendRawEmail
to apply to an email.
Message tags, which you use with configuration sets, enable you to publish email\n sending events. For information about using configuration sets, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#MessageTagList": { @@ -3730,22 +3899,26 @@ "type": "string" }, "com.amazonaws.ses#NotificationType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "Bounce", - "name": "Bounce" - }, - { - "value": "Complaint", - "name": "Complaint" - }, - { - "value": "Delivery", - "name": "Delivery" + "type": "enum", + "members": { + "Bounce": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Bounce" + } + }, + "Complaint": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Complaint" } - ] + }, + "Delivery": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Delivery" + } + } } }, "com.amazonaws.ses#Policy": { @@ -3823,7 +3996,7 @@ "ConfigurationSetName": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set that you want to specify the delivery options\n for.
", + "smithy.api#documentation": "The name of the configuration set.
", "smithy.api#required": {} } }, @@ -3835,14 +4008,16 @@ } }, "traits": { - "smithy.api#documentation": "A request to modify the delivery options for a configuration set.
" + "smithy.api#documentation": "A request to modify the delivery options for a configuration set.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#PutConfigurationSetDeliveryOptionsResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An HTTP 200 response if the request succeeds, or an error message if the request\n fails.
" + "smithy.api#documentation": "An HTTP 200 response if the request succeeds, or an error message if the request\n fails.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#PutIdentityPolicy": { @@ -3859,7 +4034,7 @@ } ], "traits": { - "smithy.api#documentation": "Adds or updates a sending authorization policy for the specified identity (an email\n address or a domain).
\nThis API is for the identity owner only. If you have not verified the identity,\n this API will return an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Adds or updates a sending authorization policy for the specified identity (an email\n address or a domain).
\nThis operation is for the identity owner only. If you have not verified the\n identity, it returns an error.
\nSending authorization is a feature that enables an identity owner to authorize other\n senders to use its identities. For information about using sending authorization, see\n the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#PutIdentityPolicyRequest": { @@ -3868,34 +4043,36 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity that the policy will apply to. You can specify an identity by using its\n name or by using its Amazon Resource Name (ARN). Examples:\n user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
", + "smithy.api#documentation": "The identity to which that the policy applies. You can specify an identity by using\n its name or by using its Amazon Resource Name (ARN). Examples:\n user@example.com
, example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this operation, you must own the identity.
", "smithy.api#required": {} } }, "PolicyName": { "target": "com.amazonaws.ses#PolicyName", "traits": { - "smithy.api#documentation": "The name of the policy.
\nThe policy name cannot exceed 64 characters and can only include alphanumeric\n characters, dashes, and underscores.
", + "smithy.api#documentation": "The name of the policy.
\nThe policy name cannot exceed 64 characters and can only include alphanumeric\n characters, dashes, and underscores.
", "smithy.api#required": {} } }, "Policy": { "target": "com.amazonaws.ses#Policy", "traits": { - "smithy.api#documentation": "The text of the policy in JSON format. The policy cannot exceed 4 KB.
\nFor information about the syntax of sending authorization policies, see the Amazon SES Developer\n Guide.
", + "smithy.api#documentation": "The text of the policy in JSON format. The policy cannot exceed 4 KB.
\nFor information about the syntax of sending authorization policies, see the Amazon SES\n Developer Guide.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to add or update a sending authorization policy for an identity.\n Sending authorization is an Amazon SES feature that enables you to authorize other senders to\n use your identities. For information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to add or update a sending authorization policy for an identity.\n Sending authorization is an Amazon SES feature that enables you to authorize other senders to\n use your identities. For information, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#PutIdentityPolicyResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#RawMessage": { @@ -3904,7 +4081,7 @@ "Data": { "target": "com.amazonaws.ses#RawMessageData", "traits": { - "smithy.api#documentation": "The raw data of the message. This data needs to base64-encoded if you are accessing\n Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS\n SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must\n ensure that the message format complies with Internet email standards regarding email\n header fields, MIME types, and MIME encoding.
\nThe To:, CC:, and BCC: headers in the raw message can contain a group list.
\nIf you are using SendRawEmail
with sending authorization, you can include\n X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\"\n addresses. For more information, see the documentation for SendRawEmail
.
Do not include these X-headers in the DKIM signature, because they are removed by\n Amazon SES before sending the email.
\nFor more information, go to the Amazon SES Developer\n Guide.
", + "smithy.api#documentation": "The raw data of the message. This data needs to base64-encoded if you are accessing\n Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services\n SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must\n ensure that the message format complies with Internet email standards regarding email\n header fields, MIME types, and MIME encoding.
\nThe To:, CC:, and BCC: headers in the raw message can contain a group list.
\nIf you are using SendRawEmail
with sending authorization, you can include\n X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\"\n addresses. For more information, see the documentation for SendRawEmail
.
Do not include these X-headers in the DKIM signature, because they are removed by\n Amazon SES before sending the email.
\nFor more information, go to the Amazon SES Developer Guide.
", "smithy.api#required": {} } } @@ -3940,7 +4117,7 @@ "LambdaAction": { "target": "com.amazonaws.ses#LambdaAction", "traits": { - "smithy.api#documentation": "Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
" + "smithy.api#documentation": "Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.
" } }, "StopAction": { @@ -3963,7 +4140,7 @@ } }, "traits": { - "smithy.api#documentation": "An action that Amazon SES can take when it receives an email on behalf of one or more email\n addresses or domains that you own. An instance of this data type can represent only one\n action.
\nFor information about setting up receipt rules, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "An action that Amazon SES can take when it receives an email on behalf of one or more email\n addresses or domains that you own. An instance of this data type can represent only one\n action.
\nFor information about setting up receipt rules, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#ReceiptActionsList": { @@ -3978,7 +4155,7 @@ "Name": { "target": "com.amazonaws.ses#ReceiptFilterName", "traits": { - "smithy.api#documentation": "The name of the IP address filter. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nStart and end with a letter or number.
\nContain less than 64 characters.
\nThe name of the IP address filter. The name must meet the following\n requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nStart and end with a letter or number.
\nContain 64 characters or fewer.
\nA receipt IP address filter enables you to specify whether to accept or reject mail\n originating from an IP address or range of IP addresses.
\nFor information about setting up IP address filters, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "A receipt IP address filter enables you to specify whether to accept or reject mail\n originating from an IP address or range of IP addresses.
\nFor information about setting up IP address filters, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#ReceiptFilterList": { @@ -4004,18 +4181,20 @@ "type": "string" }, "com.amazonaws.ses#ReceiptFilterPolicy": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "Block", - "name": "Block" - }, - { - "value": "Allow", - "name": "Allow" + "type": "enum", + "members": { + "Block": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Block" + } + }, + "Allow": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Allow" } - ] + } } }, "com.amazonaws.ses#ReceiptIpFilter": { @@ -4031,13 +4210,13 @@ "Cidr": { "target": "com.amazonaws.ses#Cidr", "traits": { - "smithy.api#documentation": "A single IP address or a range of IP addresses that you want to block or allow,\n specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single\n email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For\n more information about CIDR notation, see RFC 2317.
", + "smithy.api#documentation": "A single IP address or a range of IP addresses to block or allow, specified in\n Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is\n 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information\n about CIDR notation, see RFC\n 2317.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "A receipt IP address filter enables you to specify whether to accept or reject mail\n originating from an IP address or range of IP addresses.
\nFor information about setting up IP address filters, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "A receipt IP address filter enables you to specify whether to accept or reject mail\n originating from an IP address or range of IP addresses.
\nFor information about setting up IP address filters, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#ReceiptRule": { @@ -4046,7 +4225,7 @@ "Name": { "target": "com.amazonaws.ses#ReceiptRuleName", "traits": { - "smithy.api#documentation": "The name of the receipt rule. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nStart and end with a letter or number.
\nContain less than 64 characters.
\nThe name of the receipt rule. The name must meet the following requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes\n (-), or periods (.).
\nStart and end with a letter or number.
\nContain 64 characters or fewer.
\nSpecifies whether Amazon SES should require that incoming email is delivered over a\n connection encrypted with Transport Layer Security (TLS). If this parameter is set to\n Require
, Amazon SES will bounce emails that are not received over TLS. The\n default is Optional
.
Specifies whether Amazon SES should require that incoming email is delivered over a\n connection encrypted with Transport Layer Security (TLS). If this parameter is set to\n Require
, Amazon SES bounces emails that are not received over TLS. The\n default is Optional
.
The recipient domains and email addresses that the receipt rule applies to. If this\n field is not specified, this rule will match all recipients under all verified\n domains.
" + "smithy.api#documentation": "The recipient domains and email addresses that the receipt rule applies to. If this\n field is not specified, this rule matches all recipients on all verified domains.
" } }, "Actions": { @@ -4084,7 +4263,7 @@ } }, "traits": { - "smithy.api#documentation": "Receipt rules enable you to specify which actions Amazon SES should take when it receives\n mail on behalf of one or more email addresses or domains that you own.
\nEach receipt rule defines a set of email addresses or domains that it applies to. If\n the email addresses or domains match at least one recipient address of the message,\n Amazon SES executes all of the receipt rule's actions on the message.
\nFor information about setting up receipt rules, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Receipt rules enable you to specify which actions Amazon SES should take when it receives\n mail on behalf of one or more email addresses or domains that you own.
\nEach receipt rule defines a set of email addresses or domains that it applies to. If\n the email addresses or domains match at least one recipient address of the message,\n Amazon SES executes all of the receipt rule's actions on the message.
\nFor information about setting up receipt rules, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#ReceiptRuleName": { @@ -4102,7 +4281,7 @@ "Name": { "target": "com.amazonaws.ses#ReceiptRuleSetName", "traits": { - "smithy.api#documentation": "The name of the receipt rule set. The name must:
\nThis value can only contain ASCII letters (a-z, A-Z), numbers (0-9),\n underscores (_), or dashes (-).
\nStart and end with a letter or number.
\nContain less than 64 characters.
\nThe name of the receipt rule set. The name must meet the following\n requirements:
\nContain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or\n dashes (-).
\nStart and end with a letter or number.
\nContain 64 characters or fewer.
\nInformation about a receipt rule set.
\nA receipt rule set is a collection of rules that specify what Amazon SES should do with\n mail it receives on behalf of your account's verified domains.
\nFor information about setting up receipt rule sets, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Information about a receipt rule set.
\nA receipt rule set is a collection of rules that specify what Amazon SES should do with\n mail it receives on behalf of your account's verified domains.
\nFor information about setting up receipt rule sets, see the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#ReceiptRuleSetName": { @@ -4140,7 +4319,7 @@ "FinalRecipient": { "target": "com.amazonaws.ses#Address", "traits": { - "smithy.api#documentation": "The email address that the message was ultimately delivered to. This corresponds to\n the Final-Recipient
in the DSN. If not specified,\n FinalRecipient
will be set to the Recipient
specified in\n the BouncedRecipientInfo
structure. Either FinalRecipient
or\n the recipient in BouncedRecipientInfo
must be a recipient of the original\n bounced message.
Do not prepend the FinalRecipient
email address with rfc\n 822;
, as described in RFC 3798.
The email address that the message was ultimately delivered to. This corresponds to\n the Final-Recipient
in the DSN. If not specified,\n FinalRecipient
is set to the Recipient
specified in the\n BouncedRecipientInfo
structure. Either FinalRecipient
or\n the recipient in BouncedRecipientInfo
must be a recipient of the original\n bounced message.
Do not prepend the FinalRecipient
email address with rfc\n 822;
, as described in RFC 3798.
Recipient-related information to include in the Delivery Status Notification (DSN)\n when an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Recipient-related information to include in the Delivery Status Notification (DSN)\n when an email that Amazon SES receives on your behalf bounces.
\nFor information about receiving email through Amazon SES, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#RecipientsList": { @@ -4215,7 +4394,7 @@ } ], "traits": { - "smithy.api#documentation": "Reorders the receipt rules within a receipt rule set.
\nAll of the rules in the rule set must be represented in this request. That is,\n this API will return an error if the reorder request doesn't explicitly position all\n of the rules.
\nFor information about managing receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Reorders the receipt rules within a receipt rule set.
\nAll of the rules in the rule set must be represented in this request. That is, it\n is error if the reorder request doesn't explicitly position all of the rules.
\nFor information about managing receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#ReorderReceiptRuleSetRequest": { @@ -4231,20 +4410,22 @@ "RuleNames": { "target": "com.amazonaws.ses#ReceiptRuleNamesList", "traits": { - "smithy.api#documentation": "A list of the specified receipt rule set's receipt rules in the order that you want to\n put them.
", + "smithy.api#documentation": "The specified receipt rule set's receipt rules, in order.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to reorder the receipt rules within a receipt rule set. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to reorder the receipt rules within a receipt rule set. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#ReorderReceiptRuleSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#ReportingMta": { @@ -4257,20 +4438,20 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Describes whether email sending is enabled or disabled for the configuration set. If\n the value is true
, then Amazon SES will send emails that use the configuration\n set. If the value is false
, Amazon SES will not send emails that use the\n configuration set. The default value is true
. You can change this setting\n using UpdateConfigurationSetSendingEnabled.
Describes whether email sending is enabled or disabled for the configuration set. If\n the value is true
, then Amazon SES sends emails that use the configuration set.\n If the value is false
, Amazon SES does not send emails that use the\n configuration set. The default value is true
. You can change this setting\n using UpdateConfigurationSetSendingEnabled.
Describes whether or not Amazon SES publishes reputation metrics for the configuration set,\n such as bounce and complaint rates, to Amazon CloudWatch.
\nIf the value is true
, reputation metrics are published. If the value is\n false
, reputation metrics are not published. The default value is\n false
.
Describes whether or not Amazon SES publishes reputation metrics for the configuration set,\n such as bounce and complaint rates, to Amazon CloudWatch.
\nIf the value is true
, reputation metrics are published. If the value is\n false
, reputation metrics are not published. The default value is\n false
.
The date and time at which the reputation metrics for the configuration set were last\n reset. Resetting these metrics is known as a fresh start.
\nWhen you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the\n reputation metrics for the configuration set (but not for the entire Amazon SES account) are\n reset.
\nIf email sending for the configuration set has never been disabled and later\n re-enabled, the value of this attribute is null
.
The date and time at which the reputation metrics for the configuration set were last\n reset. Resetting these metrics is known as a fresh start.
\nWhen you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the\n reputation metrics for the configuration set (but not for the entire Amazon SES account) are\n reset.
\nIf email sending for the configuration set has never been disabled and later\n re-enabled, the value of this attribute is null
.
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An\n example of an Amazon SNS topic ARN is\n arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about\n Amazon SNS topics, see the Amazon SNS Developer Guide.
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. You\n can find the ARN of a topic by using the ListTopics operation in\n Amazon SNS.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
" } }, "BucketName": { "target": "com.amazonaws.ses#S3BucketName", "traits": { - "smithy.api#documentation": "The name of the Amazon S3 bucket that incoming email will be saved to.
", + "smithy.api#documentation": "The name of the Amazon S3 bucket for incoming email.
", "smithy.api#required": {} } }, @@ -4352,12 +4533,12 @@ "KmsKeyArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The customer master key that Amazon SES should use to encrypt your emails before saving\n them to the Amazon S3 bucket. You can use the default master key or a custom master key you\n created in AWS KMS as follows:
\nTo use the default master key, provide an ARN in the form of\n arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses
.\n For example, if your AWS account ID is 123456789012 and you want to use the\n default master key in the US West (Oregon) region, the ARN of the default master\n key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses
. If\n you use the default master key, you don't need to perform any extra steps to\n give Amazon SES permission to use the key.
To use a custom master key you created in AWS KMS, provide the ARN of the\n master key and ensure that you add a statement to your key's policy to give\n Amazon SES permission to use it. For more information about giving permissions, see\n the Amazon SES\n Developer Guide.
\nFor more information about key policies, see the AWS KMS Developer Guide. If\n you do not specify a master key, Amazon SES will not encrypt your emails.
\nYour mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail\n is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side\n encryption. This means that you must use the Amazon S3 encryption client to decrypt the\n email after retrieving it from Amazon S3, as the service has no access to use your AWS\n KMS keys for decryption. This encryption client is currently available with the\n AWS SDK for Java and AWS SDK for Ruby only. For more\n information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.
\nThe customer master key that Amazon SES should use to encrypt your emails before saving\n them to the Amazon S3 bucket. You can use the default master key or a custom master key that\n you created in Amazon Web Services KMS as follows:
\nTo use the default master key, provide an ARN in the form of\n arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses
.\n For example, if your Amazon Web Services account ID is 123456789012 and you want to use the\n default master key in the US West (Oregon) Region, the ARN of the default master\n key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses
. If\n you use the default master key, you don't need to perform any extra steps to\n give Amazon SES permission to use the key.
To use a custom master key that you created in Amazon Web Services KMS, provide the ARN of\n the master key and ensure that you add a statement to your key's policy to give\n Amazon SES permission to use it. For more information about giving permissions, see\n the Amazon SES Developer\n Guide.
\nFor more information about key policies, see the Amazon Web Services KMS Developer Guide. If\n you do not specify a master key, Amazon SES does not encrypt your emails.
\nYour mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail\n is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side\n encryption. This means that you must use the Amazon S3 encryption client to decrypt the\n email after retrieving it from Amazon S3, as the service has no access to use your\n Amazon Web Services KMS keys for decryption. This encryption client is currently available with\n the Amazon Web Services SDK for Java and\n Amazon Web Services SDK for Ruby only. For\n more information about client-side encryption using Amazon Web Services KMS master keys, see the\n Amazon S3 Developer Guide.
\nWhen included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service\n (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nTo enable Amazon SES to write emails to your Amazon S3 bucket, use an AWS KMS key to encrypt\n your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission\n to access those resources. For information about giving permissions, see the Amazon SES Developer\n Guide.
\nWhen you save your emails to an Amazon S3 bucket, the maximum email size (including\n headers) is 30 MB. Emails larger than that will bounce.
\nFor information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service\n (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nTo enable Amazon SES to write emails to your Amazon S3 bucket, use an Amazon Web Services KMS key to encrypt\n your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission\n to access those resources. For information about granting permissions, see the Amazon SES\n Developer Guide.
\nWhen you save your emails to an Amazon S3 bucket, the maximum email size (including\n headers) is 40 MB. Emails larger than that bounces.
\nFor information about specifying Amazon S3 actions in receipt rules, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#S3BucketName": { @@ -4372,7 +4553,7 @@ "TopicArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS\n topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more\n information about Amazon SNS topics, see the Amazon SNS Developer Guide.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. You can find the ARN of a\n topic by using the ListTopics operation in Amazon SNS.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
", "smithy.api#required": {} } }, @@ -4384,37 +4565,39 @@ } }, "traits": { - "smithy.api#documentation": "When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service\n (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS\n notifications. Amazon SNS notifications for all other actions simply provide information\n about the email. They do not include the email content itself.
\nIf you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to\n publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a\n policy to the topic to give Amazon SES permissions to access it. For information about giving\n permissions, see the Amazon SES Developer\n Guide.
\nYou can only publish emails that are 150 KB or less (including the header) to\n Amazon SNS. Larger emails will bounce. If you anticipate emails larger than 150 KB, use\n the S3 action instead.
\nFor information about using a receipt rule to publish an Amazon SNS notification, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service\n (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS\n notifications. Amazon SNS notifications for all other actions simply provide information\n about the email. They do not include the email content itself.
\nIf you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to\n publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a\n policy to the topic to give Amazon SES permissions to access it. For information about giving\n permissions, see the Amazon SES Developer\n Guide.
\nYou can only publish emails that are 150 KB or less (including the header) to\n Amazon SNS. Larger emails bounce. If you anticipate emails larger than 150 KB, use the S3\n action instead.
\nFor information about using a receipt rule to publish an Amazon SNS notification, see the\n Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#SNSActionEncoding": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "UTF-8", - "name": "UTF8" - }, - { - "value": "Base64", - "name": "Base64" + "type": "enum", + "members": { + "UTF8": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UTF-8" } - ] - } - }, + }, + "Base64": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Base64" + } + } + } + }, "com.amazonaws.ses#SNSDestination": { "type": "structure", "members": { "TopicARN": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The ARN of the Amazon SNS topic that email sending events will be published to. An example\n of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For\n more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic\n by using the ListTopics Amazon SNS operation.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
\nEvent destinations, such as Amazon SNS, are associated with configuration sets, which\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
\nEvent destinations, such as Amazon SNS, are associated with configuration sets, which\n enable you to publish email sending events. For information about using configuration\n sets, see the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#SendBounce": { @@ -4431,7 +4614,7 @@ } ], "traits": { - "smithy.api#documentation": "Generates and sends a bounce message to the sender of an email you received through\n Amazon SES. You can only use this API on an email up to 24 hours after you receive it.
\nYou cannot use this API to send generic bounces for mail that was not received by\n Amazon SES.
\nFor information about receiving email through Amazon SES, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Generates and sends a bounce message to the sender of an email you received through\n Amazon SES. You can only use this operation on an email up to 24 hours after you receive\n it.
\nYou cannot use this operation to send generic bounces for mail that was not\n received by Amazon SES.
\nFor information about receiving email through Amazon SES, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#SendBounceRequest": { @@ -4454,13 +4637,13 @@ "Explanation": { "target": "com.amazonaws.ses#Explanation", "traits": { - "smithy.api#documentation": "Human-readable text for the bounce message to explain the failure. If not specified,\n the text will be auto-generated based on the bounced recipient information.
" + "smithy.api#documentation": "Human-readable text for the bounce message to explain the failure. If not specified,\n the text is auto-generated based on the bounced recipient information.
" } }, "MessageDsn": { "target": "com.amazonaws.ses#MessageDsn", "traits": { - "smithy.api#documentation": "Message-related DSN fields. If not specified, Amazon SES will choose the values.
" + "smithy.api#documentation": "Message-related DSN fields. If not specified, Amazon SES chooses the values.
" } }, "BouncedRecipientInfoList": { @@ -4473,12 +4656,13 @@ "BounceSenderArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n address in the \"From\" header of the bounce. For more information about sending\n authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n address in the \"From\" header of the bounce. For more information about sending\n authorization, see the Amazon SES Developer Guide.
" } } }, "traits": { - "smithy.api#documentation": "Represents a request to send a bounce message to the sender of an email you received\n through Amazon SES.
" + "smithy.api#documentation": "Represents a request to send a bounce message to the sender of an email you received\n through Amazon SES.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendBounceResponse": { @@ -4492,7 +4676,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a unique message ID.
" + "smithy.api#documentation": "Represents a unique message ID.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SendBulkTemplatedEmail": { @@ -4524,7 +4709,7 @@ } ], "traits": { - "smithy.api#documentation": "Composes an email message to multiple destinations. The message body is created using\n an email template.
\nIn order to send email using the SendBulkTemplatedEmail
operation, your\n call to the API must meet the following requirements:
The call must refer to an existing email template. You can create email\n templates using the CreateTemplate operation.
\nThe message must be sent from a verified email address or domain.
\nIf your account is still in the Amazon SES sandbox, you may only send to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying\n Email Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nEach Destination
parameter must include at least one recipient\n email address. The recipient address can be a To: address, a CC: address, or a\n BCC: address. If a recipient email address is invalid (that is, it is not in the\n format UserName@[SubDomain.]Domain.TopLevelDomain), the\n entire message will be rejected, even if the message contains other recipients\n that are valid.
The message may not include more than 50 recipients, across the To:, CC: and\n BCC: fields. If you need to send an email message to a larger audience, you can\n divide your recipient list into groups of 50 or fewer, and then call the\n SendBulkTemplatedEmail
operation several times to send the\n message to each group.
The number of destinations you can contact in a single call to the API may be\n limited by your account's maximum sending rate.
\nComposes an email message to multiple destinations. The message body is created using\n an email template.
\nTo send email using this operation, your call must meet the following\n requirements:
\nThe call must refer to an existing email template. You can create email\n templates using CreateTemplate.
\nThe message must be sent from a verified email address or domain.
\nIf your account is still in the Amazon SES sandbox, you may send only to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying Email\n Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nEach Destination
parameter must include at least one recipient\n email address. The recipient address can be a To: address, a CC: address, or a\n BCC: address. If a recipient email address is invalid (that is, it is not in the\n format UserName@[SubDomain.]Domain.TopLevelDomain), the\n entire message is rejected, even if the message contains other recipients that\n are valid.
The message may not include more than 50 recipients, across the To:, CC: and\n BCC: fields. If you need to send an email message to a larger audience, you can\n divide your recipient list into groups of 50 or fewer, and then call the\n SendBulkTemplatedEmail
operation several times to send the\n message to each group.
The number of destinations you can contact in a single call can be limited by\n your account's maximum sending rate.
\nThe email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer\n Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n local part of a source email address (the part of the email\n address that precedes the @ sign) may only contain 7-bit ASCII\n characters. If the domain part of an address (the\n part after the @ sign) contains non-ASCII characters, they must be encoded using\n Punycode, as described in RFC3492. The sender name (also known as the friendly\n name) may contain non-ASCII characters. These characters must be\n encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word\n syntax uses the following form:\n =?charset?encoding?encoded-text?=
.
The email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer\n Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n email address string must be 7-bit ASCII. If you want to send to or from email\n addresses that contain Unicode characters in the domain part of an address, you must\n encode the domain using Punycode. Punycode is not permitted in the local part of the\n email address (the part before the @ sign) nor in the \"friendly from\" name. If you\n want to use Unicode characters in the \"friendly from\" name, you must encode the\n \"friendly from\" name using MIME encoded-word syntax, as described in Sending raw email\n using the Amazon SES API. For more information about Punycode, see RFC 3492.
\nThis parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "ReplyToAddresses": { "target": "com.amazonaws.ses#AddressList", "traits": { - "smithy.api#documentation": "The reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address will receive the reply.
" + "smithy.api#documentation": "The reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address receives the reply.
" } }, "ReturnPath": { "target": "com.amazonaws.ses#Address", "traits": { - "smithy.api#documentation": "The email address that bounces and complaints will be forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message will be returned from the recipient's ISP; this message will then be\n forwarded to the email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
The email address that bounces and complaints are forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message is returned from the recipient's ISP; this message is forwarded to the\n email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "ConfigurationSetName": { @@ -4589,19 +4774,20 @@ "DefaultTemplateData": { "target": "com.amazonaws.ses#TemplateData", "traits": { - "smithy.api#documentation": "A list of replacement values to apply to the template when replacement data is not\n specified in a Destination object. These values act as a default or fallback option when\n no other data is available.
\nThe template data is a JSON object, typically consisting of key-value pairs in which\n the keys correspond to replacement tags in the email template.
" + "smithy.api#documentation": "A list of replacement values to apply to the template when replacement data is not\n specified in a Destination object. These values act as a default or fallback option when\n no other data is available.
\nThe template data is a JSON object, typically consisting of key-value pairs in which\n the keys correspond to replacement tags in the email template.
" } }, "Destinations": { "target": "com.amazonaws.ses#BulkEmailDestinationList", "traits": { - "smithy.api#documentation": "One or more Destination
objects. All of the recipients in a\n Destination
will receive the same version of the email. You can specify\n up to 50 Destination
objects within a Destinations
\n array.
One or more Destination
objects. All of the recipients in a\n Destination
receive the same version of the email. You can specify up\n to 50 Destination
objects within a Destinations
array.
Represents a request to send a templated email to multiple destinations using Amazon SES.\n For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to send a templated email to multiple destinations using Amazon SES.\n For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendBulkTemplatedEmailResponse": { @@ -4610,10 +4796,13 @@ "Status": { "target": "com.amazonaws.ses#BulkEmailDestinationStatusList", "traits": { - "smithy.api#documentation": "The unique message identifier returned from the SendBulkTemplatedEmail
\n action.
One object per intended recipient. Check each response object and retry any messages\n with a failure status. (Note that order of responses will be respective to order of\n destinations in the request.)Receipt rules enable you to specify which actions
", "smithy.api#required": {} } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ses#SendCustomVerificationEmail": { @@ -4642,7 +4831,7 @@ } ], "traits": { - "smithy.api#documentation": "Adds an email address to the list of identities for your Amazon SES account in the current\n AWS Region and attempts to verify it. As a result of executing this operation, a\n customized verification email is sent to the specified address.
\nTo use this operation, you must first create a custom verification email template. For\n more information about creating and using custom verification email templates, see\n Using Custom\n Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Adds an email address to the list of identities for your Amazon SES account in the current\n Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a\n customized verification email is sent to the specified address.
\nTo use this operation, you must first create a custom verification email template. For\n more information about creating and using custom verification email templates, see\n Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#SendCustomVerificationEmailRequest": { @@ -4670,7 +4859,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to send a custom verification email to a specified\n recipient.
" + "smithy.api#documentation": "Represents a request to send a custom verification email to a specified\n recipient.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendCustomVerificationEmailResponse": { @@ -4684,7 +4874,8 @@ } }, "traits": { - "smithy.api#documentation": "The response received when attempting to send the custom verification email.
" + "smithy.api#documentation": "The response received when attempting to send the custom verification email.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SendDataPoint": { @@ -4761,7 +4952,7 @@ } ], "traits": { - "smithy.api#documentation": "Composes an email message and immediately queues it for sending. In order to send\n email using the SendEmail
operation, your message must meet the following\n requirements:
The message must be sent from a verified email address or domain. If you\n attempt to send email using a non-verified address or domain, the operation will\n result in an \"Email address not verified\" error.
\nIf your account is still in the Amazon SES sandbox, you may only send to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying\n Email Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nThe message must include at least one recipient email address. The recipient\n address can be a To: address, a CC: address, or a BCC: address. If a recipient\n email address is invalid (that is, it is not in the format\n UserName@[SubDomain.]Domain.TopLevelDomain), the entire\n message will be rejected, even if the message contains other recipients that are\n valid.
\nThe message may not include more than 50 recipients, across the To:, CC: and\n BCC: fields. If you need to send an email message to a larger audience, you can\n divide your recipient list into groups of 50 or fewer, and then call the\n SendEmail
operation several times to send the message to each\n group.
For every message that you send, the total number of recipients (including each\n recipient in the To:, CC: and BCC: fields) is counted against the maximum number of\n emails you can send in a 24-hour period (your sending quota).\n For more information about sending quotas in Amazon SES, see Managing Your Amazon SES\n Sending Limits in the Amazon SES Developer Guide.\n
\nComposes an email message and immediately queues it for sending. To send email using\n this operation, your message must meet the following requirements:
\nThe message must be sent from a verified email address or domain. If you\n attempt to send email using a non-verified address or domain, the operation\n results in an \"Email address not verified\" error.
\nIf your account is still in the Amazon SES sandbox, you may only send to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying Email\n Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nThe message must include at least one recipient email address. The recipient\n address can be a To: address, a CC: address, or a BCC: address. If a recipient\n email address is invalid (that is, it is not in the format\n UserName@[SubDomain.]Domain.TopLevelDomain), the entire\n message is rejected, even if the message contains other recipients that are\n valid.
\nThe message may not include more than 50 recipients, across the To:, CC: and\n BCC: fields. If you need to send an email message to a larger audience, you can\n divide your recipient list into groups of 50 or fewer, and then call the\n SendEmail
operation several times to send the message to each\n group.
For every message that you send, the total number of recipients (including each\n recipient in the To:, CC: and BCC: fields) is counted against the maximum number of\n emails you can send in a 24-hour period (your sending quota).\n For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending\n Limits in the Amazon SES Developer Guide.\n
\nThe email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer\n Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n local part of a source email address (the part of the email\n address that precedes the @ sign) may only contain 7-bit ASCII\n characters. If the domain part of an address (the\n part after the @ sign) contains non-ASCII characters, they must be encoded using\n Punycode, as described in RFC3492. The sender name (also known as the friendly\n name) may contain non-ASCII characters. These characters must be\n encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word\n syntax uses the following form:\n =?charset?encoding?encoded-text?=
.
The email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer\n Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n email address string must be 7-bit ASCII. If you want to send to or from email\n addresses that contain Unicode characters in the domain part of an address, you must\n encode the domain using Punycode. Punycode is not permitted in the local part of the\n email address (the part before the @ sign) nor in the \"friendly from\" name. If you\n want to use Unicode characters in the \"friendly from\" name, you must encode the\n \"friendly from\" name using MIME encoded-word syntax, as described in Sending raw email\n using the Amazon SES API. For more information about Punycode, see RFC 3492.
\nThe reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address will receive the reply.
" + "smithy.api#documentation": "The reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address receives the reply.
" } }, "ReturnPath": { "target": "com.amazonaws.ses#Address", "traits": { - "smithy.api#documentation": "The email address that bounces and complaints will be forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message will be returned from the recipient's ISP; this message will then be\n forwarded to the email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
The email address that bounces and complaints are forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message is returned from the recipient's ISP; this message is forwarded to the\n email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "ReturnPathArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "Tags": { @@ -4826,7 +5017,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to send a single formatted email using Amazon SES. For more\n information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to send a single formatted email using Amazon SES. For more\n information, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendEmailResponse": { @@ -4841,7 +5033,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a unique message ID.
" + "smithy.api#documentation": "Represents a unique message ID.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SendRawEmail": { @@ -4870,7 +5063,7 @@ } ], "traits": { - "smithy.api#documentation": "Composes an email message and immediately queues it for sending.
\n\nThis operation is more flexible than the SendEmail
API operation. When\n you use the SendRawEmail
operation, you can specify the headers of the\n message as well as its content. This flexibility is useful, for example, when you want\n to send a multipart MIME email (such a message that contains both a text and an HTML\n version). You can also use this operation to send messages that include\n attachments.
The SendRawEmail
operation has the following requirements:
You can only send email from verified email addresses or domains. If you try\n to send email from an address that isn't verified, the operation results in an\n \"Email address not verified\" error.
\nIf your account is still in the Amazon SES sandbox, you can only send email to other\n verified addresses in your account, or to addresses that are associated with the\n Amazon SES mailbox simulator.
\nThe maximum message size, including attachments, is 10 MB.
\nEach message has to include at least one recipient address. A recipient\n address includes any address on the To:, CC:, or BCC: lines.
\nIf you send a single message to more than one recipient address, and one of\n the recipient addresses isn't in a valid format (that is, it's not in the format\n UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES\n rejects the entire message, even if the other addresses are valid.
\nEach message can include up to 50 recipient addresses across the To:, CC:, or\n BCC: lines. If you need to send a single message to more than 50 recipients, you\n have to split the list of recipient addresses into groups of less than 50\n recipients, and send separate messages to each group.
\nAmazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message\n parts. However, if Amazon SES has to modify the contents of your message (for\n example, if you use open and click tracking), 8-bit content isn't preserved. For\n this reason, we highly recommend that you encode all content that isn't 7-bit\n ASCII. For more information, see MIME Encoding in the Amazon SES Developer\n Guide.
\nAdditionally, keep the following considerations in mind when using the\n SendRawEmail
operation:
Although you can customize the message headers when using the\n SendRawEmail
operation, Amazon SES will automatically apply its own\n Message-ID
and Date
headers; if you passed these\n headers when creating the message, they will be overwritten by the values that\n Amazon SES provides.
If you are using sending authorization to send on behalf of another user,\n SendRawEmail
enables you to specify the cross-account identity\n for the email's Source, From, and Return-Path parameters in one of two ways: you\n can pass optional parameters SourceArn
, FromArn
,\n and/or ReturnPathArn
to the API, or you can include the following\n X-headers in the header of your raw email:
\n X-SES-SOURCE-ARN
\n
\n X-SES-FROM-ARN
\n
\n X-SES-RETURN-PATH-ARN
\n
Don't include these X-headers in the DKIM signature. Amazon SES removes these\n before it sends the email.
\nIf you only specify the SourceIdentityArn
parameter, Amazon SES sets\n the From and Return-Path addresses to the same identity that you\n specified.
For more information about sending authorization, see the Using Sending\n Authorization with Amazon SES in the Amazon SES Developer\n Guide.\n
\nFor every message that you send, the total number of recipients (including\n each recipient in the To:, CC: and BCC: fields) is counted against the maximum\n number of emails you can send in a 24-hour period (your sending\n quota). For more information about sending quotas in Amazon SES, see\n Managing Your\n Amazon SES Sending Limits in the Amazon SES Developer\n Guide.\n
\nComposes an email message and immediately queues it for sending.
\nThis operation is more flexible than the SendEmail
operation. When you\n use the SendRawEmail
operation, you can specify the headers of the message\n as well as its content. This flexibility is useful, for example, when you need to send a\n multipart MIME email (such a message that contains both a text and an HTML version). You\n can also use this operation to send messages that include attachments.
The SendRawEmail
operation has the following requirements:
You can only send email from verified email addresses or domains. If you try to send email from\n an address that isn't verified, the operation results in an \"Email address not\n verified\" error.
\nIf your account is still in the Amazon SES sandbox, you can only send email to other verified addresses\n in your account, or to addresses that are associated with the Amazon SES mailbox simulator.
\nThe maximum message size, including attachments, is 10 MB.
\nEach message has to include at least one recipient address. A recipient\n address includes any address on the To:, CC:, or BCC: lines.
\nIf you send a single message to more than one recipient address, and one of\n the recipient addresses isn't in a valid format (that is, it's not in the format\n UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES\n rejects the entire message, even if the other addresses are valid.
\nEach message can include up to 50 recipient addresses across the To:, CC:, or\n BCC: lines. If you need to send a single message to more than 50 recipients, you\n have to split the list of recipient addresses into groups of less than 50\n recipients, and send separate messages to each group.
\nAmazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message\n parts. However, if Amazon SES has to modify the contents of your message (for\n example, if you use open and click tracking), 8-bit content isn't preserved. For\n this reason, we highly recommend that you encode all content that isn't 7-bit\n ASCII. For more information, see MIME Encoding in the Amazon SES Developer\n Guide.
\nAdditionally, keep the following considerations in mind when using the\n SendRawEmail
operation:
Although you can customize the message headers when using the\n SendRawEmail
operation, Amazon SES automatically applies its own\n Message-ID
and Date
headers; if you passed these\n headers when creating the message, they are overwritten by the values that Amazon SES\n provides.
If you are using sending authorization to send on behalf of another user,\n SendRawEmail
enables you to specify the cross-account identity\n for the email's Source, From, and Return-Path parameters in one of two ways: you\n can pass optional parameters SourceArn
, FromArn
,\n and/or ReturnPathArn
, or you can include the following X-headers in\n the header of your raw email:
\n X-SES-SOURCE-ARN
\n
\n X-SES-FROM-ARN
\n
\n X-SES-RETURN-PATH-ARN
\n
Don't include these X-headers in the DKIM signature. Amazon SES removes these\n before it sends the email.
\nIf you only specify the SourceIdentityArn
parameter, Amazon SES sets\n the From and Return-Path addresses to the same identity that you\n specified.
For more information about sending authorization, see the Using\n Sending Authorization with Amazon SES in the Amazon SES Developer\n Guide.\n
\nFor every message that you send, the total number of recipients (including\n each recipient in the To:, CC: and BCC: fields) is counted against the maximum\n number of emails you can send in a 24-hour period (your sending\n quota). For more information about sending quotas in Amazon SES, see\n Managing Your Amazon SES Sending Limits in the Amazon SES Developer\n Guide.\n
\nThe identity's email address. If you do not provide a value for this parameter, you\n must specify a \"From\" address in the raw text of the message. (You can also specify\n both.)
\nAmazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the\n local part of a source email address (the part of the email\n address that precedes the @ sign) may only contain 7-bit ASCII\n characters. If the domain part of an address (the\n part after the @ sign) contains non-ASCII characters, they must be encoded using\n Punycode, as described in RFC3492. The sender name (also known as the friendly\n name) may contain non-ASCII characters. These characters must be\n encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word\n syntax uses the following form:\n =?charset?encoding?encoded-text?=
.
If you specify the Source
parameter and have feedback forwarding enabled,\n then bounces and complaints will be sent to this email address. This takes precedence\n over any Return-Path header that you might include in the raw text of the\n message.
The identity's email address. If you do not provide a value for this parameter, you\n must specify a \"From\" address in the raw text of the message. (You can also specify\n both.)
\nAmazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the\n email address string must be 7-bit ASCII. If you want to send to or from email\n addresses that contain Unicode characters in the domain part of an address, you must\n encode the domain using Punycode. Punycode is not permitted in the local part of the\n email address (the part before the @ sign) nor in the \"friendly from\" name. If you\n want to use Unicode characters in the \"friendly from\" name, you must encode the\n \"friendly from\" name using MIME encoded-word syntax, as described in Sending raw email\n using the Amazon SES API. For more information about Punycode, see RFC 3492.
\nIf you specify the Source
parameter and have feedback forwarding enabled,\n then bounces and complaints are sent to this email address. This takes precedence over\n any Return-Path header that you might include in the raw text of the message.
The raw email message itself. The message has to meet the following criteria:
\nThe message has to contain a header and a body, separated by a blank\n line.
\nAll of the required header fields must be present in the message.
\nEach part of a multipart MIME message must be formatted properly.
\nAttachments must be of a content type that Amazon SES supports. For a list on\n unsupported content types, see Unsupported Attachment\n Types in the Amazon SES Developer Guide.
\nThe entire message must be base64-encoded.
\nIf any of the MIME parts in your message contain content that is outside of\n the 7-bit ASCII character range, we highly recommend that you encode that\n content. For more information, see Sending Raw Email in the Amazon SES Developer\n Guide.
\nPer RFC\n 5321, the maximum length of each line of text, including the\n
The raw email message itself. The message has to meet the following criteria:
\nThe message has to contain a header and a body, separated by a blank\n line.
\nAll of the required header fields must be present in the message.
\nEach part of a multipart MIME message must be formatted properly.
\nAttachments must be of a content type that Amazon SES supports. For a list on\n unsupported content types, see Unsupported Attachment Types in\n the Amazon SES Developer Guide.
\nThe entire message must be base64-encoded.
\nIf any of the MIME parts in your message contain content that is outside of\n the 7-bit ASCII character range, we highly recommend that you encode that\n content. For more information, see Sending Raw\n Email in the Amazon SES Developer Guide.
\nPer RFC\n 5321, the maximum length of each line of text, including the\n
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to specify a\n particular \"From\" address in the header of the raw email.
\nInstead of using this parameter, you can use the X-header X-SES-FROM-ARN
\n in the raw message of the email. If you use both the FromArn
parameter and\n the corresponding X-header, Amazon SES uses the value of the FromArn
\n parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES Developer Guide.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to specify a\n particular \"From\" address in the header of the raw email.
\nInstead of using this parameter, you can use the X-header X-SES-FROM-ARN
\n in the raw message of the email. If you use both the FromArn
parameter and\n the corresponding X-header, Amazon SES uses the value of the FromArn
\n parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES\n Developer Guide.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
Instead of using this parameter, you can use the X-header\n X-SES-SOURCE-ARN
in the raw message of the email. If you use both the\n SourceArn
parameter and the corresponding X-header, Amazon SES uses the\n value of the SourceArn
parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES Developer Guide.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
Instead of using this parameter, you can use the X-header\n X-SES-SOURCE-ARN
in the raw message of the email. If you use both the\n SourceArn
parameter and the corresponding X-header, Amazon SES uses the\n value of the SourceArn
parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES\n Developer Guide.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
Instead of using this parameter, you can use the X-header\n X-SES-RETURN-PATH-ARN
in the raw message of the email. If you use both\n the ReturnPathArn
parameter and the corresponding X-header, Amazon SES uses the\n value of the ReturnPathArn
parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES Developer Guide.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
Instead of using this parameter, you can use the X-header\n X-SES-RETURN-PATH-ARN
in the raw message of the email. If you use both\n the ReturnPathArn
parameter and the corresponding X-header, Amazon SES uses the\n value of the ReturnPathArn
parameter.
For information about when to use this parameter, see the description of\n SendRawEmail
in this guide, or see the Amazon SES\n Developer Guide.
Represents a request to send a single raw email using Amazon SES. For more information, see\n the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to send a single raw email using Amazon SES. For more information, see\n the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendRawEmailResponse": { @@ -4942,7 +5136,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a unique message ID.
" + "smithy.api#documentation": "Represents a unique message ID.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SendTemplatedEmail": { @@ -4974,7 +5169,7 @@ } ], "traits": { - "smithy.api#documentation": "Composes an email message using an email template and immediately queues it for\n sending.
\nIn order to send email using the SendTemplatedEmail
operation, your call\n to the API must meet the following requirements:
The call must refer to an existing email template. You can create email\n templates using the CreateTemplate operation.
\nThe message must be sent from a verified email address or domain.
\nIf your account is still in the Amazon SES sandbox, you may only send to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying\n Email Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nCalls to the SendTemplatedEmail
operation may only include one\n Destination
parameter. A destination is a set of recipients who\n will receive the same version of the email. The Destination
\n parameter can include up to 50 recipients, across the To:, CC: and BCC:\n fields.
The Destination
parameter must include at least one recipient\n email address. The recipient address can be a To: address, a CC: address, or a\n BCC: address. If a recipient email address is invalid (that is, it is not in the\n format UserName@[SubDomain.]Domain.TopLevelDomain), the\n entire message will be rejected, even if the message contains other recipients\n that are valid.
If your call to the SendTemplatedEmail
operation includes all of the\n required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES\n can't render the email because the template contains errors, it doesn't send the\n email. Additionally, because it already accepted the message, Amazon SES doesn't return a\n 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\n notifications when Rendering Failure events occur. For more information, see Sending\n Personalized Email Using the Amazon SES API in the Amazon Simple Email Service\n Developer Guide.
\nComposes an email message using an email template and immediately queues it for\n sending.
\nTo send email using this operation, your call must meet the following\n requirements:
\nThe call must refer to an existing email template. You can create email\n templates using the CreateTemplate operation.
\nThe message must be sent from a verified email address or domain.
\nIf your account is still in the Amazon SES sandbox, you may only send to verified\n addresses or domains, or to email addresses associated with the Amazon SES Mailbox\n Simulator. For more information, see Verifying Email\n Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nThe maximum message size is 10 MB.
\nCalls to the SendTemplatedEmail
operation may only include one\n Destination
parameter. A destination is a set of recipients\n that receives the same version of the email. The Destination
\n parameter can include up to 50 recipients, across the To:, CC: and BCC:\n fields.
The Destination
parameter must include at least one recipient\n email address. The recipient address can be a To: address, a CC: address, or a\n BCC: address. If a recipient email address is invalid (that is, it is not in the\n format UserName@[SubDomain.]Domain.TopLevelDomain), the\n entire message is rejected, even if the message contains other recipients that\n are valid.
If your call to the SendTemplatedEmail
operation includes all of the\n required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES\n can't render the email because the template contains errors, it doesn't send the\n email. Additionally, because it already accepted the message, Amazon SES doesn't return a\n 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\n notifications when Rendering Failure events occur. For more information, see Sending Personalized Email Using the Amazon SES API in the\n Amazon Simple Email Service Developer Guide.
\nThe email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer\n Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the\n local part of a source email address (the part of the email\n address that precedes the @ sign) may only contain 7-bit ASCII\n characters. If the domain part of an address (the\n part after the @ sign) contains non-ASCII characters, they must be encoded using\n Punycode, as described in RFC3492. The sender name (also known as the friendly\n name) may contain non-ASCII characters. These characters must be\n encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word\n syntax uses the following form:\n =?charset?encoding?encoded-text?=
.
The email address that is sending the email. This email address must be either\n individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n For information about verifying identities, see the Amazon SES Developer Guide.
\nIf you are sending on behalf of another user and have been permitted to do so by a\n sending authorization policy, then you must also specify the SourceArn
\n parameter. For more information about sending authorization, see the Amazon SES Developer\n Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. for this reason, The\n email address string must be 7-bit ASCII. If you want to send to or from email\n addresses that contain Unicode characters in the domain part of an address, you must\n encode the domain using Punycode. Punycode is not permitted in the local part of the\n email address (the part before the @ sign) nor in the \"friendly from\" name. If you\n want to use Unicode characters in the \"friendly from\" name, you must encode the\n \"friendly from\" name using MIME encoded-word syntax, as described in Sending raw email\n using the Amazon SES API. For more information about Punycode, see RFC 3492.
\nThe reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address will receive the reply.
" + "smithy.api#documentation": "The reply-to email address(es) for the message. If the recipient replies to the\n message, each reply-to address receives the reply.
" } }, "ReturnPath": { "target": "com.amazonaws.ses#Address", "traits": { - "smithy.api#documentation": "The email address that bounces and complaints will be forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message will be returned from the recipient's ISP; this message will then be\n forwarded to the email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
The email address that bounces and complaints are forwarded to when feedback\n forwarding is enabled. If the message cannot be delivered to the recipient, then an\n error message is returned from the recipient's ISP; this message is forwarded to the\n email address specified by the ReturnPath
parameter. The\n ReturnPath
parameter is never overwritten. This email address must be\n either individually verified with Amazon SES, or from a domain that has been verified with\n Amazon SES.
This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to send for\n the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to send from user@example.com
, then you\n would specify the SourceArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n Source
to be user@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "ReturnPathArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "This parameter is used only for sending authorization. It is the ARN of the identity\n that is associated with the sending authorization policy that permits you to use the\n email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN\n arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a\n policy to it that authorizes you to use feedback@example.com
, then you\n would specify the ReturnPathArn
to be\n arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the\n ReturnPath
to be feedback@example.com
.
For more information about sending authorization, see the Amazon SES Developer Guide.
" } }, "Tags": { @@ -5052,7 +5247,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to send a templated email using Amazon SES. For more information, see\n the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to send a templated email using Amazon SES. For more information, see\n the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SendTemplatedEmailResponse": { @@ -5065,6 +5261,9 @@ "smithy.api#required": {} } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ses#SentLast24Hours": { @@ -5087,7 +5286,7 @@ } ], "traits": { - "smithy.api#documentation": "Sets the specified receipt rule set as the active receipt rule set.
\nTo disable your email-receiving through Amazon SES completely, you can call this API\n with RuleSetName set to null.
\nFor information about managing receipt rule sets, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Sets the specified receipt rule set as the active receipt rule set.
\nTo disable your email-receiving through Amazon SES completely, you can call this\n operation with RuleSetName
set to null.
For information about managing receipt rule sets, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#SetActiveReceiptRuleSetRequest": { @@ -5101,14 +5300,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to set a receipt rule set as the active receipt rule set. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to set a receipt rule set as the active receipt rule set. You use\n receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetActiveReceiptRuleSetResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetIdentityDkimEnabled": { @@ -5120,7 +5321,7 @@ "target": "com.amazonaws.ses#SetIdentityDkimEnabledResponse" }, "traits": { - "smithy.api#documentation": "Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM\n signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends\n from addresses on that domain. If Easy DKIM signing is enabled for an email address,\n then Amazon SES uses DKIM to sign all email it sends from that address.
\nFor email addresses (for example, user@example.com
), you can only\n enable DKIM signing if the corresponding domain (in this case,\n example.com
) has been set up to use Easy DKIM.
You can enable DKIM signing for an identity at any time after you start the\n verification process for the identity, even if the verification process isn't complete.
\nYou can execute this operation no more than once per second.
\nFor more information about Easy DKIM signing, go to the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM\n signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends\n from addresses on that domain. If Easy DKIM signing is enabled for an email address,\n then Amazon SES uses DKIM to sign all email it sends from that address.
\nFor email addresses (for example, user@example.com
), you can only\n enable DKIM signing if the corresponding domain (in this case,\n example.com
) has been set up to use Easy DKIM.
You can enable DKIM signing for an identity at any time after you start the\n verification process for the identity, even if the verification process isn't complete.
\nYou can execute this operation no more than once per second.
\nFor more information about Easy DKIM signing, go to the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#SetIdentityDkimEnabledRequest": { @@ -5143,14 +5344,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For\n more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For\n more information about setting up Easy DKIM, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetIdentityDkimEnabledResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetIdentityFeedbackForwardingEnabled": { @@ -5162,7 +5365,7 @@ "target": "com.amazonaws.ses#SetIdentityFeedbackForwardingEnabledResponse" }, "traits": { - "smithy.api#documentation": "Given an identity (an email address or a domain), enables or disables whether Amazon SES\n forwards bounce and complaint notifications as email. Feedback forwarding can only be\n disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and\n complaints.
\nFeedback forwarding does not apply to delivery notifications. Delivery\n notifications are only available through Amazon SNS.
\nYou can execute this operation no more than once per second.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Given an identity (an email address or a domain), enables or disables whether Amazon SES\n forwards bounce and complaint notifications as email. Feedback forwarding can only be\n disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and\n complaints.
\nFeedback forwarding does not apply to delivery notifications. Delivery\n notifications are only available through Amazon SNS.
\nYou can execute this operation no more than once per second.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#SetIdentityFeedbackForwardingEnabledRequest": { @@ -5179,20 +5382,22 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Sets whether Amazon SES will forward bounce and complaint notifications as email.\n true
specifies that Amazon SES will forward bounce and complaint\n notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.\n false
specifies that Amazon SES will publish bounce and complaint\n notifications only through Amazon SNS. This value can only be set to false
when\n Amazon SNS topics are set for both Bounce
and Complaint
\n notification types.
Sets whether Amazon SES forwards bounce and complaint notifications as email.\n true
specifies that Amazon SES forwards bounce and complaint notifications\n as email, in addition to any Amazon SNS topic publishing otherwise specified.\n false
specifies that Amazon SES publishes bounce and complaint notifications\n only through Amazon SNS. This value can only be set to false
when Amazon SNS topics\n are set for both Bounce
and Complaint
notification\n types.
Represents a request to enable or disable whether Amazon SES forwards you bounce and\n complaint notifications through email. For information about email feedback forwarding,\n see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to enable or disable whether Amazon SES forwards you bounce and\n complaint notifications through email. For information about email feedback forwarding,\n see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetIdentityFeedbackForwardingEnabledResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetIdentityHeadersInNotificationsEnabled": { @@ -5204,7 +5409,7 @@ "target": "com.amazonaws.ses#SetIdentityHeadersInNotificationsEnabledResponse" }, "traits": { - "smithy.api#documentation": "Given an identity (an email address or a domain), sets whether Amazon SES includes the\n original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified\n type.
\nYou can execute this operation no more than once per second.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Given an identity (an email address or a domain), sets whether Amazon SES includes the\n original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified\n type.
\nYou can execute this operation no more than once per second.
\nFor more information about using notifications with Amazon SES, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#SetIdentityHeadersInNotificationsEnabledRequest": { @@ -5228,20 +5433,22 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the\n specified notification type. A value of true
specifies that Amazon SES will\n include headers in notifications, and a value of false
specifies that Amazon SES\n will not include headers in notifications.
This value can only be set when NotificationType
is already set to use a\n particular Amazon SNS topic.
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the\n specified notification type. A value of true
specifies that Amazon SES includes\n headers in notifications, and a value of false
specifies that Amazon SES does\n not include headers in notifications.
This value can only be set when NotificationType
is already set to use a\n particular Amazon SNS topic.
Represents a request to set whether Amazon SES includes the original email headers in the\n Amazon SNS notifications of a specified type. For information about notifications, see the\n Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to set whether Amazon SES includes the original email headers in the\n Amazon SNS notifications of a specified type. For information about notifications, see the\n Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetIdentityHeadersInNotificationsEnabledResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetIdentityMailFromDomain": { @@ -5253,7 +5460,7 @@ "target": "com.amazonaws.ses#SetIdentityMailFromDomainResponse" }, "traits": { - "smithy.api#documentation": "Enables or disables the custom MAIL FROM domain setup for a verified identity (an\n email address or a domain).
\nTo send emails using the specified MAIL FROM domain, you must add an MX record to\n your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy\n Framework (SPF) checks, you must also add or update an SPF record. For more\n information, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Enables or disables the custom MAIL FROM domain setup for a verified identity (an\n email address or a domain).
\nTo send emails using the specified MAIL FROM domain, you must add an MX record to\n your MAIL FROM domain's DNS settings. To ensure that your emails pass Sender Policy\n Framework (SPF) checks, you must also add or update an SPF record. For more\n information, see the Amazon SES Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#SetIdentityMailFromDomainRequest": { @@ -5262,32 +5469,34 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The verified identity for which you want to enable or disable the specified custom\n MAIL FROM domain.
", + "smithy.api#documentation": "The verified identity.
", "smithy.api#required": {} } }, "MailFromDomain": { "target": "com.amazonaws.ses#MailFromDomainName", "traits": { - "smithy.api#documentation": "The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM\n domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\"\n address if the MAIL FROM domain is the destination of email feedback forwarding (for\n more information, see the Amazon SES Developer Guide), and\n 3) not be used to receive emails. A value of null
disables the custom MAIL\n FROM setting for the identity.
The custom MAIL FROM domain for the verified identity to use. The MAIL FROM domain\n must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if\n the MAIL FROM domain is the destination of email feedback forwarding (for more\n information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of\n null
disables the custom MAIL FROM setting for the identity.
The action that you want Amazon SES to take if it cannot successfully read the required MX\n record when you send an email. If you choose UseDefaultValue
, Amazon SES will\n use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose\n RejectMessage
, Amazon SES will return a\n MailFromDomainNotVerified
error and not send the email.
The action specified in BehaviorOnMXFailure
is taken when the custom MAIL\n FROM domain setup is in the Pending
, Failed
, and\n TemporaryFailure
states.
The action for Amazon SES to take if it cannot successfully read the required MX record\n when you send an email. If you choose UseDefaultValue
, Amazon SES uses\n amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose\n RejectMessage
, Amazon SES returns a MailFromDomainNotVerified
\n error and not send the email.
The action specified in BehaviorOnMXFailure
is taken when the custom MAIL\n FROM domain setup is in the Pending
, Failed
, and\n TemporaryFailure
states.
Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for\n a verified identity. For information about using a custom MAIL FROM domain, see the\n Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for\n a verified identity. For information about using a custom MAIL FROM domain, see the\n Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetIdentityMailFromDomainResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetIdentityNotificationTopic": { @@ -5299,7 +5508,7 @@ "target": "com.amazonaws.ses#SetIdentityNotificationTopicResponse" }, "traits": { - "smithy.api#documentation": "Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use\n this operation, you specify a verified identity, such as an email address or domain.\n When you send an email that uses the chosen identity in the Source field, Amazon SES sends\n notifications to the topic you specified. You can send bounce, complaint, or delivery\n notifications (or any combination of the three) to the Amazon SNS topic that you\n specify.
\nYou can execute this operation no more than once per second.
\nFor more information about feedback notification, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use\n this operation, you specify a verified identity, such as an email address or domain.\n When you send an email that uses the chosen identity in the Source field, Amazon SES sends\n notifications to the topic you specified. You can send bounce, complaint, or delivery\n notifications (or any combination of the three) to the Amazon SNS topic that you\n specify.
\nYou can execute this operation no more than once per second.
\nFor more information about feedback notification, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#SetIdentityNotificationTopicRequest": { @@ -5308,14 +5517,14 @@ "Identity": { "target": "com.amazonaws.ses#Identity", "traits": { - "smithy.api#documentation": "The identity (email address or domain) that you want to set the Amazon SNS topic\n for.
\nYou can only specify a verified identity for this parameter.
\nYou can specify an identity by using its name or by using its Amazon Resource Name\n (ARN). The following examples are all valid identities: sender@example.com
,\n example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
The identity (email address or domain) for the Amazon SNS topic.
\nYou can only specify a verified identity for this parameter.
\nYou can specify an identity by using its name or by using its Amazon Resource Name\n (ARN). The following examples are all valid identities: sender@example.com
,\n example.com
,\n arn:aws:ses:us-east-1:123456789012:identity/example.com
.
The type of notifications that will be published to the specified Amazon SNS topic.
", + "smithy.api#documentation": "The type of notifications that are published to the specified Amazon SNS topic.
", "smithy.api#required": {} } }, @@ -5327,14 +5536,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce,\n complaint, or delivery notifications for emails sent with that identity as the Source.\n For information about Amazon SES notifications, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to specify the Amazon SNS topic to which Amazon SES publishes bounce,\n complaint, or delivery notifications for emails sent with that identity as the source.\n For information about Amazon SES notifications, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetIdentityNotificationTopicResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SetReceiptRulePosition": { @@ -5354,7 +5565,7 @@ } ], "traits": { - "smithy.api#documentation": "Sets the position of the specified receipt rule in the receipt rule set.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Sets the position of the specified receipt rule in the receipt rule set.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#SetReceiptRulePositionRequest": { @@ -5382,14 +5593,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to set the position of a receipt rule in a receipt rule set. You\n use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Represents a request to set the position of a receipt rule in a receipt rule set. You\n use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#SetReceiptRulePositionResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#SimpleEmailService": { @@ -5622,7 +5835,7 @@ "name": "ses" }, "aws.protocols#awsQuery": {}, - "smithy.api#documentation": "This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version\n 2010-12-01. This document is best used in conjunction with the Amazon SES Developer\n Guide.
\nFor a list of Amazon SES endpoints to use in service requests, see Regions and\n Amazon SES in the Amazon SES Developer\n Guide.
\nThis document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version\n 2010-12-01. This document is best used in conjunction with the Amazon SES Developer\n Guide.
\nFor a list of Amazon SES endpoints to use in service requests, see Regions and\n Amazon SES in the Amazon SES Developer\n Guide.
\nThis documentation contains reference information related to the following:
\n\n Common\n Parameters\n
\n\n Common Errors\n
\nThe Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is\n taken. An example of an Amazon SNS topic ARN is\n arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about\n Amazon SNS topics, see the Amazon SNS Developer Guide.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is\n taken. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
" } } }, "traits": { - "smithy.api#documentation": "When included in a receipt rule, this action terminates the evaluation of the receipt\n rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nFor information about setting a stop action in a receipt rule, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action terminates the evaluation of the receipt\n rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
\nFor information about setting a stop action in a receipt rule, see the Amazon SES\n Developer Guide.
" } }, "com.amazonaws.ses#StopScope": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "RuleSet", - "name": "RULE_SET" + "type": "enum", + "members": { + "RULE_SET": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RuleSet" } - ] + } } }, "com.amazonaws.ses#Subject": { @@ -7230,7 +6839,7 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the template. You will refer to this name when you send email using the\n SendTemplatedEmail
or SendBulkTemplatedEmail
\n operations.
The name of the template. You use this name when you send email using the\n SendTemplatedEmail
or SendBulkTemplatedEmail
\n operations.
The email body that will be visible to recipients whose email clients do not display\n HTML.
" + "smithy.api#documentation": "The email body that is visible to recipients whose email clients do not display HTML\n content.
" } }, "HtmlPart": { @@ -7254,7 +6863,7 @@ } }, "traits": { - "smithy.api#documentation": "The content of the email, composed of a subject line, an HTML part, and a text-only\n part.
" + "smithy.api#documentation": "The content of the email, composed of a subject line and either an HTML part or a\n text-only part.
" } }, "com.amazonaws.ses#TemplateContent": { @@ -7338,7 +6947,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a preview of the MIME content of an email when provided with a template and a\n set of replacement data.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Creates a preview of the MIME content of an email when provided with a template and a\n set of replacement data.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#TestRenderTemplateRequest": { @@ -7347,7 +6956,7 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the template that you want to render.
", + "smithy.api#documentation": "The name of the template to render.
", "smithy.api#required": {} } }, @@ -7358,6 +6967,9 @@ "smithy.api#required": {} } } + }, + "traits": { + "smithy.api#input": {} } }, "com.amazonaws.ses#TestRenderTemplateResponse": { @@ -7369,6 +6981,9 @@ "smithy.api#documentation": "The complete MIME message rendered by applying the data in the TemplateData parameter\n to the template specified in the TemplateName parameter.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ses#TextPart": { @@ -7378,18 +6993,20 @@ "type": "timestamp" }, "com.amazonaws.ses#TlsPolicy": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "Require", - "name": "Require" - }, - { - "value": "Optional", - "name": "Optional" + "type": "enum", + "members": { + "Require": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Require" + } + }, + "Optional": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Optional" } - ] + } } }, "com.amazonaws.ses#TrackingOptions": { @@ -7398,12 +7015,12 @@ "CustomRedirectDomain": { "target": "com.amazonaws.ses#CustomRedirectDomain", "traits": { - "smithy.api#documentation": "The custom subdomain that will be used to redirect email recipients to the Amazon SES\n event tracking domain.
" + "smithy.api#documentation": "The custom subdomain that is used to redirect email recipients to the Amazon SES event\n tracking domain.
" } } }, "traits": { - "smithy.api#documentation": "A domain that is used to redirect email recipients to an Amazon SES-operated domain. This\n domain captures open and click events generated by Amazon SES emails.
\nFor more information, see Configuring\n Custom Domains to Handle Open and Click Tracking in the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "A domain that is used to redirect email recipients to an Amazon SES-operated domain. This\n domain captures open and click events generated by Amazon SES emails.
\nFor more information, see Configuring Custom\n Domains to Handle Open and Click Tracking in the Amazon SES Developer\n Guide.
" } }, "com.amazonaws.ses#TrackingOptionsAlreadyExistsException": { @@ -7461,7 +7078,7 @@ "target": "smithy.api#Unit" }, "traits": { - "smithy.api#documentation": "Enables or disables email sending across your entire Amazon SES account in the current\n AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to\n temporarily pause email sending across your Amazon SES account in a given AWS Region when\n reputation metrics (such as your bounce or complaint rates) reach certain\n thresholds.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Enables or disables email sending across your entire Amazon SES account in the current\n Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms to\n temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when\n reputation metrics (such as your bounce or complaint rates) reach certain\n thresholds.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateAccountSendingEnabledRequest": { @@ -7471,12 +7088,13 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Describes whether email sending is enabled or disabled for your Amazon SES account in the\n current AWS Region.
" + "smithy.api#documentation": "Describes whether email sending is enabled or disabled for your Amazon SES account in the\n current Amazon Web Services Region.
" } } }, "traits": { - "smithy.api#documentation": "Represents a request to enable or disable the email sending capabilities for your\n entire Amazon SES account.
" + "smithy.api#documentation": "Represents a request to enable or disable the email sending capabilities for your\n entire Amazon SES account.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateConfigurationSetEventDestination": { @@ -7505,7 +7123,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates the event destination of a configuration set. Event destinations are\n associated with configuration sets, which enable you to publish email sending events to\n Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets,\n see Monitoring Your Amazon SES\n Sending Activity in the Amazon SES Developer Guide.\n
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service\n (Amazon SNS).
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Updates the event destination of a configuration set. Event destinations are\n associated with configuration sets, which enable you to publish email sending events to\n Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets,\n see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer\n Guide.\n
\nWhen you create or update an event destination, you must provide one, and only\n one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service\n (Amazon SNS).
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateConfigurationSetEventDestinationRequest": { @@ -7514,27 +7132,29 @@ "ConfigurationSetName": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set that contains the event destination that you want to\n update.
", + "smithy.api#documentation": "The name of the configuration set that contains the event destination.
", "smithy.api#required": {} } }, "EventDestination": { "target": "com.amazonaws.ses#EventDestination", "traits": { - "smithy.api#documentation": "The event destination object that you want to apply to the specified configuration\n set.
", + "smithy.api#documentation": "The event destination object.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to update the event destination of a configuration set.\n Configuration sets enable you to publish email sending events. For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to update the event destination of a configuration set.\n Configuration sets enable you to publish email sending events. For information about\n using configuration sets, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateConfigurationSetEventDestinationResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#UpdateConfigurationSetReputationMetricsEnabled": { @@ -7551,7 +7171,7 @@ } ], "traits": { - "smithy.api#documentation": "Enables or disables the publishing of reputation metrics for emails sent using a\n specific configuration set in a given AWS Region. Reputation metrics include bounce\n and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can\n create alarms when bounce or complaint rates exceed certain thresholds.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Enables or disables the publishing of reputation metrics for emails sent using a\n specific configuration set in a given Amazon Web Services Region. Reputation metrics include bounce\n and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can\n create alarms when bounce or complaint rates exceed certain thresholds.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateConfigurationSetReputationMetricsEnabledRequest": { @@ -7560,7 +7180,7 @@ "ConfigurationSetName": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set that you want to update.
", + "smithy.api#documentation": "The name of the configuration set to update.
", "smithy.api#required": {} } }, @@ -7568,13 +7188,14 @@ "target": "com.amazonaws.ses#Enabled", "traits": { "smithy.api#default": false, - "smithy.api#documentation": "Describes whether or not Amazon SES will publish reputation metrics for the configuration\n set, such as bounce and complaint rates, to Amazon CloudWatch.
", + "smithy.api#documentation": "Describes whether or not Amazon SES publishes reputation metrics for the configuration set,\n such as bounce and complaint rates, to Amazon CloudWatch.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Represents a request to modify the reputation metric publishing settings for a\n configuration set.
" + "smithy.api#documentation": "Represents a request to modify the reputation metric publishing settings for a\n configuration set.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateConfigurationSetSendingEnabled": { @@ -7591,7 +7212,7 @@ } ], "traits": { - "smithy.api#documentation": "Enables or disables email sending for messages sent using a specific configuration set\n in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms\n to temporarily pause email sending for a configuration set when the reputation metrics\n for that configuration set (such as your bounce on complaint rate) exceed certain\n thresholds.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Enables or disables email sending for messages sent using a specific configuration set\n in a given Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms\n to temporarily pause email sending for a configuration set when the reputation metrics\n for that configuration set (such as your bounce on complaint rate) exceed certain\n thresholds.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateConfigurationSetSendingEnabledRequest": { @@ -7600,7 +7221,7 @@ "ConfigurationSetName": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set that you want to update.
", + "smithy.api#documentation": "The name of the configuration set to update.
", "smithy.api#required": {} } }, @@ -7614,7 +7235,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to enable or disable the email sending capabilities for a\n specific configuration set.
" + "smithy.api#documentation": "Represents a request to enable or disable the email sending capabilities for a\n specific configuration set.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateConfigurationSetTrackingOptions": { @@ -7637,7 +7259,7 @@ } ], "traits": { - "smithy.api#documentation": "Modifies an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
" + "smithy.api#documentation": "Modifies an association between a configuration set and a custom domain for open and\n click event tracking.
\nBy default, images and links used for tracking open and click events are hosted on\n domains operated by Amazon SES. You can configure a subdomain of your own to handle these\n events. For information about using custom domains, see the Amazon SES Developer Guide.
" } }, "com.amazonaws.ses#UpdateConfigurationSetTrackingOptionsRequest": { @@ -7646,7 +7268,7 @@ "ConfigurationSetName": { "target": "com.amazonaws.ses#ConfigurationSetName", "traits": { - "smithy.api#documentation": "The name of the configuration set for which you want to update the custom tracking\n domain.
", + "smithy.api#documentation": "The name of the configuration set.
", "smithy.api#required": {} } }, @@ -7658,14 +7280,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to update the tracking options for a configuration set.
" + "smithy.api#documentation": "Represents a request to update the tracking options for a configuration set.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateConfigurationSetTrackingOptionsResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#UpdateCustomVerificationEmailTemplate": { @@ -7688,7 +7312,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates an existing custom verification email template.
\nFor more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Updates an existing custom verification email template.
\nFor more information about custom verification email templates, see Using\n Custom Verification Email Templates in the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateCustomVerificationEmailTemplateRequest": { @@ -7697,7 +7321,7 @@ "TemplateName": { "target": "com.amazonaws.ses#TemplateName", "traits": { - "smithy.api#documentation": "The name of the custom verification email template that you want to update.
", + "smithy.api#documentation": "The name of the custom verification email template to update.
", "smithy.api#required": {} } }, @@ -7716,7 +7340,7 @@ "TemplateContent": { "target": "com.amazonaws.ses#TemplateContent", "traits": { - "smithy.api#documentation": "The content of the custom verification email. The total size of the email must be less\n than 10 MB. The message body may contain HTML, with some limitations. For more\n information, see Custom Verification Email Frequently Asked Questions in the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "The content of the custom verification email. The total size of the email must be less\n than 10 MB. The message body may contain HTML, with some limitations. For more\n information, see Custom\n Verification Email Frequently Asked Questions in the Amazon SES\n Developer Guide.
" } }, "SuccessRedirectionURL": { @@ -7733,7 +7357,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to update an existing custom verification email template.
" + "smithy.api#documentation": "Represents a request to update an existing custom verification email template.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateReceiptRule": { @@ -7765,7 +7390,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates a receipt rule.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Updates a receipt rule.
\nFor information about managing receipt rules, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateReceiptRuleRequest": { @@ -7787,14 +7412,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to update a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to update a receipt rule. You use receipt rules to receive email\n with Amazon SES. For more information, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateReceiptRuleResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#UpdateTemplate": { @@ -7814,7 +7441,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates an email template. Email templates enable you to send personalized email to\n one or more destinations in a single API operation. For more information, see the Amazon SES Developer\n Guide.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Updates an email template. Email templates enable you to send personalized email to\n one or more destinations in a single operation. For more information, see the Amazon SES\n Developer Guide.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#UpdateTemplateRequest": { @@ -7826,11 +7453,17 @@ "smithy.api#required": {} } } + }, + "traits": { + "smithy.api#input": {} } }, "com.amazonaws.ses#UpdateTemplateResponse": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ses#VerificationAttributes": { "type": "map", @@ -7842,30 +7475,38 @@ } }, "com.amazonaws.ses#VerificationStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "Pending", - "name": "Pending" - }, - { - "value": "Success", - "name": "Success" - }, - { - "value": "Failed", - "name": "Failed" - }, - { - "value": "TemporaryFailure", - "name": "TemporaryFailure" - }, - { - "value": "NotStarted", - "name": "NotStarted" + "type": "enum", + "members": { + "Pending": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Pending" + } + }, + "Success": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Success" + } + }, + "Failed": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "Failed" + } + }, + "TemporaryFailure": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "TemporaryFailure" } - ] + }, + "NotStarted": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NotStarted" + } + } } }, "com.amazonaws.ses#VerificationToken": { @@ -7886,7 +7527,7 @@ "target": "com.amazonaws.ses#VerifyDomainDkimResponse" }, "traits": { - "smithy.api#documentation": "Returns a set of DKIM tokens for a domain identity.
\nWhen you execute the VerifyDomainDkim
operation, the domain that you\n specify is added to the list of identities that are associated with your account.\n This is true even if you haven't already associated the domain with your account by\n using the VerifyDomainIdentity
operation. However, you can't send email\n from the domain until you either successfully verify it or you\n successfully set up DKIM for\n it.
You use the tokens that are generated by this operation to create CNAME records. When\n Amazon SES detects that you've added these records to the DNS configuration for a domain, you\n can start sending email from that domain. You can start sending email even if you\n haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS\n configuration for your domain. All email that you send from the domain is authenticated\n using DKIM.
\nTo create the CNAME records for DKIM authentication, use the following values:
\n\n Name:\n token._domainkey.example.com\n
\n\n Type: CNAME
\n\n Value:\n token.dkim.amazonses.com
\nIn the preceding example, replace token with one of the tokens\n that are generated when you execute this operation. Replace\n example.com with your domain. Repeat this process for each\n token that's generated by this operation.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Returns a set of DKIM tokens for a domain identity.
\nWhen you execute the VerifyDomainDkim
operation, the domain that you\n specify is added to the list of identities that are associated with your account.\n This is true even if you haven't already associated the domain with your account by\n using the VerifyDomainIdentity
operation. However, you can't send email\n from the domain until you either successfully verify\n it or you successfully set up DKIM for\n it.
You use the tokens that are generated by this operation to create CNAME records. When\n Amazon SES detects that you've added these records to the DNS configuration for a domain, you\n can start sending email from that domain. You can start sending email even if you\n haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS\n configuration for your domain. All email that you send from the domain is authenticated\n using DKIM.
\nTo create the CNAME records for DKIM authentication, use the following values:
\n\n Name:\n token._domainkey.example.com\n
\n\n Type: CNAME
\n\n Value:\n token.dkim.amazonses.com
\nIn the preceding example, replace token with one of the tokens\n that are generated when you execute this operation. Replace\n example.com with your domain. Repeat this process for each\n token that's generated by this operation.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#VerifyDomainDkimRequest": { @@ -7901,7 +7542,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to generate the CNAME records needed to set up Easy DKIM with\n Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to generate the CNAME records needed to set up Easy DKIM with\n Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#VerifyDomainDkimResponse": { @@ -7910,13 +7552,14 @@ "DkimTokens": { "target": "com.amazonaws.ses#VerificationTokenList", "traits": { - "smithy.api#documentation": "A set of character strings that represent the domain's identity. If the identity is an\n email address, the tokens represent the domain of that address.
\nUsing these tokens, you need to create DNS CNAME records that point to DKIM public\n keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS\n records. This detection process might take up to 72 hours. After successful detection,\n Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to\n domain identities, not email address identities.)
\nFor more information about creating DNS records using DKIM tokens, see the Amazon SES Developer\n Guide.
", + "smithy.api#documentation": "A set of character strings that represent the domain's identity. If the identity is an\n email address, the tokens represent the domain of that address.
\nUsing these tokens, you need to create DNS CNAME records that point to DKIM public\n keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS\n records. This detection process might take up to 72 hours. After successful detection,\n Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to\n domain identities, not email address identities.)
\nFor more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Returns CNAME records that you must publish to the DNS server of your domain to set up\n Easy DKIM with Amazon SES.
" + "smithy.api#documentation": "Returns CNAME records that you must publish to the DNS server of your domain to set up\n Easy DKIM with Amazon SES.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#VerifyDomainIdentity": { @@ -7928,7 +7571,7 @@ "target": "com.amazonaws.ses#VerifyDomainIdentityResponse" }, "traits": { - "smithy.api#documentation": "Adds a domain to the list of identities for your Amazon SES account in the current AWS\n Region and attempts to verify it. For more information about verifying domains, see\n Verifying Email\n Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Adds a domain to the list of identities for your Amazon SES account in the current\n Amazon Web Services Region and attempts to verify it. For more information about verifying domains,\n see Verifying Email Addresses and Domains in the Amazon SES Developer\n Guide.\n
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#VerifyDomainIdentityRequest": { @@ -7943,7 +7586,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to begin Amazon SES domain verification and to generate the TXT\n records that you must publish to the DNS server of your domain to complete the\n verification. For information about domain verification, see the Amazon SES\n Developer Guide.
" + "smithy.api#documentation": "Represents a request to begin Amazon SES domain verification and to generate the TXT\n records that you must publish to the DNS server of your domain to complete the\n verification. For information about domain verification, see the Amazon SES Developer\n Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#VerifyDomainIdentityResponse": { @@ -7952,13 +7596,14 @@ "VerificationToken": { "target": "com.amazonaws.ses#VerificationToken", "traits": { - "smithy.api#documentation": "A TXT record that you must place in the DNS settings of the domain to complete domain\n verification with Amazon SES.
\nAs Amazon SES searches for the TXT record, the domain's verification status is \"Pending\".\n When Amazon SES detects the record, the domain's verification status changes to \"Success\". If\n Amazon SES is unable to detect the record within 72 hours, the domain's verification status\n changes to \"Failed.\" In that case, if you still want to verify the domain, you must\n restart the verification process from the beginning.
", + "smithy.api#documentation": "A TXT record that you must place in the DNS settings of the domain to complete domain\n verification with Amazon SES.
\nAs Amazon SES searches for the TXT record, the domain's verification status is \"Pending\".\n When Amazon SES detects the record, the domain's verification status changes to \"Success\". If\n Amazon SES is unable to detect the record within 72 hours, the domain's verification status\n changes to \"Failed.\" In that case, to verify the domain, you must restart the\n verification process from the beginning. The domain's verification status also changes\n to \"Success\" when it is DKIM verified.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "Returns a TXT record that you must publish to the DNS server of your domain to\n complete domain verification with Amazon SES.
" + "smithy.api#documentation": "Returns a TXT record that you must publish to the DNS server of your domain to\n complete domain verification with Amazon SES.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#VerifyEmailAddress": { @@ -7985,7 +7630,8 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to begin email address verification with Amazon SES. For information\n about email address verification, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to begin email address verification with Amazon SES. For information\n about email address verification, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#VerifyEmailIdentity": { @@ -7997,7 +7643,7 @@ "target": "com.amazonaws.ses#VerifyEmailIdentityResponse" }, "traits": { - "smithy.api#documentation": "Adds an email address to the list of identities for your Amazon SES account in the current\n AWS region and attempts to verify it. As a result of executing this operation, a\n verification email is sent to the specified address.
\nYou can execute this operation no more than once per second.
" + "smithy.api#documentation": "Adds an email address to the list of identities for your Amazon SES account in the current\n Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a\n verification email is sent to the specified address.
\nYou can execute this operation no more than once per second.
" } }, "com.amazonaws.ses#VerifyEmailIdentityRequest": { @@ -8012,14 +7658,16 @@ } }, "traits": { - "smithy.api#documentation": "Represents a request to begin email address verification with Amazon SES. For information\n about email address verification, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "Represents a request to begin email address verification with Amazon SES. For information\n about email address verification, see the Amazon SES\n Developer Guide.
", + "smithy.api#input": {} } }, "com.amazonaws.ses#VerifyEmailIdentityResponse": { "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "An empty element returned on a successful request.
" + "smithy.api#documentation": "An empty element returned on a successful request.
", + "smithy.api#output": {} } }, "com.amazonaws.ses#WorkmailAction": { @@ -8028,20 +7676,20 @@ "TopicArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action\n is called. An example of an Amazon SNS topic ARN is\n arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about\n Amazon SNS topics, see the Amazon SNS Developer Guide.
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action\n is called. You can find the ARN of a topic by using the ListTopics operation in\n Amazon SNS.
\nFor more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
" } }, "OrganizationArn": { "target": "com.amazonaws.ses#AmazonResourceName", "traits": { - "smithy.api#documentation": "The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail\n organization ARN is\n arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7
.\n For information about Amazon WorkMail organizations, see the Amazon WorkMail\n Administrator Guide.
The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail\n ARNs use the following format:
\n\n arn:aws:workmail:
\n
You can find the ID of your organization by using the ListOrganizations operation in Amazon WorkMail. Amazon WorkMail\n organization IDs begin with \"m-
\", followed by a string of alphanumeric\n characters.
For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.
", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "When included in a receipt rule, this action calls Amazon WorkMail and, optionally,\n publishes a notification to Amazon Simple Notification Service (Amazon SNS). You will typically not use this action\n directly because Amazon WorkMail adds the rule automatically during its setup\n procedure.
\nFor information using a receipt rule to call Amazon WorkMail, see the Amazon SES Developer\n Guide.
" + "smithy.api#documentation": "When included in a receipt rule, this action calls Amazon WorkMail and, optionally,\n publishes a notification to Amazon Simple Notification Service (Amazon SNS). It usually isn't necessary to set this up\n manually, because Amazon WorkMail adds the rule automatically during its setup\n procedure.
\nFor information using a receipt rule to call Amazon WorkMail, see the Amazon SES\n Developer Guide.
" } } } -} \ No newline at end of file +}