'2.0', 'service' => '
Amazon SES is an Amazon Web Services service that you can use to send email messages to your customers.
If you\'re new to Amazon SES API v2, you might find it helpful to review the Amazon Simple Email Service Developer Guide. The Amazon SES Developer Guide provides information and code samples that demonstrate how to use Amazon SES API v2 features programmatically.
', 'operations' => [ 'BatchGetMetricData' => 'Retrieves batches of metric data collected based on your sending activity.
You can execute this operation no more than 16 times per second, and with at most 160 queries from the batches per second (cumulative).
', 'CreateConfigurationSet' => 'Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
', 'CreateConfigurationSetEventDestination' => 'Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
A single configuration set can include more than one event destination.
', 'CreateContact' => 'Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
', 'CreateContactList' => 'Creates a contact list.
', 'CreateCustomVerificationEmailTemplate' => '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 Guide.
You can execute this operation no more than once per second.
', 'CreateDedicatedIpPool' => 'Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Web Services account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
', 'CreateDeliverabilityTestReport' => 'Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon SES then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport
operation to view the results of the test.
Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you\'re the owner of the identity, and that you\'ve given Amazon SES API v2 permission to send email from the identity.
When you verify an email address, Amazon SES sends an email to the address. Your email address is verified as soon as you follow the link in the verification email.
When you verify a domain without specifying the DkimSigningAttributes
object, this operation provides a set of DKIM tokens. You can convert these tokens into CNAME records, which you then add to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. This verification method is known as Easy DKIM.
Alternatively, you can perform the verification process by providing your own public-private key pair. This verification method is known as Bring Your Own DKIM (BYODKIM). To use BYODKIM, your call to the CreateEmailIdentity
operation has to include the DkimSigningAttributes
object. When you specify this object, you provide a selector (a component of the DNS record name that identifies the public key to use for DKIM authentication) and a private key.
When you verify a domain, this operation provides a set of DKIM tokens, which you can convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. For some DNS providers, it can take 72 hours or more to complete the domain verification process.
Additionally, you can associate an existing configuration set with the email identity that you\'re verifying.
', 'CreateEmailIdentityPolicy' => 'Creates the specified sending authorization policy for the given identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
', 'CreateEmailTemplate' => '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.
', 'CreateImportJob' => 'Creates an import job for a data destination.
', 'DeleteConfigurationSet' => 'Delete an existing configuration set.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
', 'DeleteConfigurationSetEventDestination' => 'Delete an event destination.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
', 'DeleteContact' => 'Removes a contact from a contact list.
', 'DeleteContactList' => 'Deletes a contact list and all of the contacts on that list.
', 'DeleteCustomVerificationEmailTemplate' => '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 Guide.
You can execute this operation no more than once per second.
', 'DeleteDedicatedIpPool' => 'Delete a dedicated IP pool.
', 'DeleteEmailIdentity' => 'Deletes an email identity. An identity can be either an email address or a domain name.
', 'DeleteEmailIdentityPolicy' => 'Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
', 'DeleteEmailTemplate' => 'Deletes an email template.
You can execute this operation no more than once per second.
', 'DeleteSuppressedDestination' => 'Removes an email address from the suppression list for your account.
', 'GetAccount' => 'Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.
', 'GetBlacklistReports' => 'Retrieve a list of the blacklists that your dedicated IP addresses appear on.
', 'GetConfigurationSet' => 'Get information about an existing configuration set, including the dedicated IP pool that it\'s associated with, whether or not it\'s enabled for sending email, and more.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
', 'GetConfigurationSetEventDestinations' => 'Retrieve a list of event destinations that are associated with a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
', 'GetContact' => 'Returns a contact from a contact list.
', 'GetContactList' => 'Returns contact list metadata. It does not return any information about the contacts present in the list.
', 'GetCustomVerificationEmailTemplate' => '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 Guide.
You can execute this operation no more than once per second.
', 'GetDedicatedIp' => 'Get information about a dedicated IP address, including the name of the dedicated IP pool that it\'s associated with, as well information about the automatic warm-up process for the address.
', 'GetDedicatedIpPool' => 'Retrieve information about the dedicated pool.
', 'GetDedicatedIps' => 'List the dedicated IP addresses that are associated with your Amazon Web Services account.
', 'GetDeliverabilityDashboardOptions' => 'Retrieve information about the status of the Deliverability dashboard for your account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
', 'GetDeliverabilityTestReport' => 'Retrieve the results of a predictive inbox placement test.
', 'GetDomainDeliverabilityCampaign' => 'Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
', 'GetDomainStatisticsReport' => 'Retrieve inbox placement and engagement rates for the domains that you use to send email.
', 'GetEmailIdentity' => 'Provides information about a specific identity, including the identity\'s verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.
', 'GetEmailIdentityPolicies' => 'Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
', 'GetEmailTemplate' => '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.
', 'GetImportJob' => 'Provides information about an import job.
', 'GetSuppressedDestination' => 'Retrieves information about a specific email address that\'s on the suppression list for your account.
', 'ListConfigurationSets' => 'List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
', 'ListContactLists' => 'Lists all of the contact lists available.
', 'ListContacts' => 'Lists the contacts present in a specific contact list.
', 'ListCustomVerificationEmailTemplates' => 'Lists the existing custom verification email templates for your account in the current 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.
', 'ListDedicatedIpPools' => 'List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
', 'ListDeliverabilityTestReports' => 'Show a list of the predictive inbox placement tests that you\'ve performed, regardless of their statuses. For predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
', 'ListEmailIdentities' => 'Returns a list of all of the email identities that are associated with your Amazon Web Services account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren\'t. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
', 'ListEmailTemplates' => '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.
', 'ListImportJobs' => 'Lists all of the import jobs.
', 'ListRecommendations' => 'Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
You can execute this operation no more than once per second.
', 'ListSuppressedDestinations' => 'Retrieves a list of email addresses that are on the suppression list for your account.
', 'ListTagsForResource' => 'Retrieve a list of the tags (keys and values) that are associated with a specified resource. A tag is a label that you optionally define and associate with a resource. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
', 'PutAccountDedicatedIpWarmupAttributes' => 'Enable or disable the automatic warm-up feature for dedicated IP addresses.
', 'PutAccountDetails' => 'Update your Amazon SES account details.
', 'PutAccountSendingAttributes' => 'Enable or disable the ability of your account to send email.
', 'PutAccountSuppressionAttributes' => 'Change the settings for the account-level suppression list.
', 'PutAccountVdmAttributes' => 'Update your Amazon SES account VDM attributes.
You can execute this operation no more than once per second.
', 'PutConfigurationSetDeliveryOptions' => 'Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
', 'PutConfigurationSetReputationOptions' => 'Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific Amazon Web Services Region.
', 'PutConfigurationSetSendingOptions' => 'Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.
', 'PutConfigurationSetSuppressionOptions' => 'Specify the account suppression list preferences for a configuration set.
', 'PutConfigurationSetTrackingOptions' => 'Specify a custom domain to use for open and click tracking elements in email that you send.
', 'PutConfigurationSetVdmOptions' => 'Specify VDM preferences for email that you send using the configuration set.
You can execute this operation no more than once per second.
', 'PutDedicatedIpInPool' => 'Move a dedicated IP address to an existing dedicated IP pool.
The dedicated IP address that you specify must already exist, and must be associated with your Amazon Web Services account.
The dedicated IP pool you specify must already exist. You can create a new pool by using the CreateDedicatedIpPool
operation.
Used to convert a dedicated IP pool to a different scaling mode.
MANAGED
pools cannot be converted to STANDARD
scaling mode.
Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
', 'PutEmailIdentityConfigurationSetAttributes' => 'Used to associate a configuration set with an email identity.
', 'PutEmailIdentityDkimAttributes' => 'Used to enable or disable DKIM authentication for an email identity.
', 'PutEmailIdentityDkimSigningAttributes' => 'Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:
Update the signing attributes for an identity that uses Bring Your Own DKIM (BYODKIM).
Update the key length that should be used for Easy DKIM.
Change from using no DKIM authentication to using Easy DKIM.
Change from using no DKIM authentication to using BYODKIM.
Change from using Easy DKIM to using BYODKIM.
Change from using BYODKIM to using Easy DKIM.
Used to enable or disable feedback forwarding for an identity. This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
If the value is true
, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You\'re required to have a method of tracking bounces and complaints. If you haven\'t set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
', 'PutEmailIdentityMailFromAttributes' => 'Used to enable or disable the custom Mail-From domain configuration for an email identity.
', 'PutSuppressedDestination' => 'Adds an email address to the suppression list for your account.
', 'SendBulkEmail' => 'Composes an email message to multiple destinations.
', 'SendCustomVerificationEmail' => 'Adds an email address to the list of identities for your Amazon SES account in the current 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 more information about creating and using 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.
', 'SendEmail' => 'Sends an email message. You can use the Amazon SES API v2 to send the following types of messages:
Simple – A standard email message. When you create this type of message, you specify the sender, the recipient, and the message body, and Amazon SES assembles the message for you.
Raw – A raw, MIME-formatted email message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.
Templated – A message that contains personalization tags. When you send this type of email, Amazon SES API v2 automatically replaces the tags with values that you specify.
Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
', 'TestRenderEmailTemplate' => '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.
', 'UntagResource' => 'Remove one or more tags (keys and values) from a specified resource.
', 'UpdateConfigurationSetEventDestination' => 'Update the configuration of an event destination for a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
', 'UpdateContact' => 'Updates a contact\'s preferences for a list. It is not necessary to specify all existing topic preferences in the TopicPreferences object, just the ones that need updating.
', 'UpdateContactList' => 'Updates contact list metadata. This operation does a complete replacement.
', 'UpdateCustomVerificationEmailTemplate' => '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 Guide.
You can execute this operation no more than once per second.
', 'UpdateEmailIdentityPolicy' => 'Updates the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
', 'UpdateEmailTemplate' => '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.
', ], 'shapes' => [ 'AccountDetails' => [ 'base' => 'An object that contains information about your account details.
', 'refs' => [ 'GetAccountResponse$Details' => 'An object that defines your account details.
', ], ], 'AccountSuspendedException' => [ 'base' => 'The message can\'t be sent because the account\'s ability to send email has been permanently restricted.
', 'refs' => [], ], 'AdditionalContactEmailAddress' => [ 'base' => NULL, 'refs' => [ 'AdditionalContactEmailAddresses$member' => NULL, ], ], 'AdditionalContactEmailAddresses' => [ 'base' => NULL, 'refs' => [ 'AccountDetails$AdditionalContactEmailAddresses' => 'Additional email addresses where updates are sent about your account review process.
', 'PutAccountDetailsRequest$AdditionalContactEmailAddresses' => 'Additional email addresses that you would like to be notified regarding Amazon SES matters.
', ], ], 'AlreadyExistsException' => [ 'base' => 'The resource specified in your request already exists.
', 'refs' => [], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'KinesisFirehoseDestination$IamRoleArn' => 'The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
', 'KinesisFirehoseDestination$DeliveryStreamArn' => 'The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
', 'ListTagsForResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource that you want to retrieve tag information for.
', 'PinpointDestination$ApplicationArn' => 'The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
', 'Recommendation$ResourceArn' => 'The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com
.
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 FromEmailAddress
parameter.
For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use sender@example.com, then you would specify the FromEmailAddressIdentityArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FromEmailAddress
to be sender@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
', 'SendBulkEmailRequest$FeedbackForwardingEmailAddressIdentityArn' => '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 FeedbackForwardingEmailAddress
parameter.
For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use feedback@example.com, then you would specify the FeedbackForwardingEmailAddressIdentityArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FeedbackForwardingEmailAddress
to be feedback@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
', 'SendEmailRequest$FromEmailAddressIdentityArn' => '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 FromEmailAddress
parameter.
For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use sender@example.com, then you would specify the FromEmailAddressIdentityArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FromEmailAddress
to be sender@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
For Raw emails, the FromEmailAddressIdentityArn
value overrides the X-SES-SOURCE-ARN and X-SES-FROM-ARN headers specified in raw email message content.
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 FeedbackForwardingEmailAddress
parameter.
For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use feedback@example.com, then you would specify the FeedbackForwardingEmailAddressIdentityArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FeedbackForwardingEmailAddress
to be feedback@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
', 'SnsDestination$TopicArn' => 'The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
', 'TagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource that you want to add one or more tags to.
', 'Template$TemplateArn' => 'The Amazon Resource Name (ARN) of the template.
', 'UntagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource that you want to remove one or more tags from.
', ], ], 'AttributesData' => [ 'base' => NULL, 'refs' => [ 'CreateContactRequest$AttributesData' => 'The attribute data attached to a contact.
', 'GetContactResponse$AttributesData' => 'The attribute data attached to a contact.
', 'UpdateContactRequest$AttributesData' => 'The attribute data attached to a contact.
', ], ], 'BadRequestException' => [ 'base' => 'The input you provided is invalid.
', 'refs' => [], ], 'BatchGetMetricDataQueries' => [ 'base' => NULL, 'refs' => [ 'BatchGetMetricDataRequest$Queries' => 'A list of queries for metrics to be retrieved.
', ], ], 'BatchGetMetricDataQuery' => [ 'base' => 'Represents a single metric data query to include in a batch.
', 'refs' => [ 'BatchGetMetricDataQueries$member' => NULL, ], ], 'BatchGetMetricDataRequest' => [ 'base' => 'Represents a request to retrieve a batch of metric data.
', 'refs' => [], ], 'BatchGetMetricDataResponse' => [ 'base' => 'Represents the result of processing your metric data batch request
', 'refs' => [], ], 'BehaviorOnMxFailure' => [ 'base' => 'The action to take if the required MX record can\'t be found when you send an email. When you set this value to UseDefaultValue
, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage
, the Amazon SES API v2 returns a MailFromDomainNotVerified
error, and doesn\'t attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
, Failed
, and TemporaryFailure
states.
The action to take if the required MX record can\'t be found when you send an email. When you set this value to USE_DEFAULT_VALUE
, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE
, the Amazon SES API v2 returns a MailFromDomainNotVerified
error, and doesn\'t attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
, Failed
, and TemporaryFailure
states.
The action to take if the required MX record isn\'t found when you send an email. When you set this value to UseDefaultValue
, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage
, the Amazon SES API v2 returns a MailFromDomainNotVerified
error, and doesn\'t attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
, Failed
, and TemporaryFailure
states.
An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.
', 'refs' => [ 'BlacklistEntries$member' => NULL, ], ], 'BlacklistItemName' => [ 'base' => 'An IP address that you want to obtain blacklist information for.
', 'refs' => [ 'BlacklistItemNames$member' => NULL, 'BlacklistReport$key' => NULL, ], ], 'BlacklistItemNames' => [ 'base' => NULL, 'refs' => [ 'GetBlacklistReportsRequest$BlacklistItemNames' => 'A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
', ], ], 'BlacklistReport' => [ 'base' => NULL, 'refs' => [ 'GetBlacklistReportsResponse$BlacklistReport' => 'An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
', ], ], 'BlacklistingDescription' => [ 'base' => 'A description of the blacklisting event.
', 'refs' => [ 'BlacklistEntry$Description' => 'Additional information about the blacklisting event, as provided by the blacklist maintainer.
', ], ], 'Body' => [ 'base' => 'Represents the body of the email message.
', 'refs' => [ 'Message$Body' => 'The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.
', ], ], 'BulkEmailContent' => [ 'base' => 'An object that contains the body of the message. You can specify a template message.
', 'refs' => [ 'SendBulkEmailRequest$DefaultContent' => 'An object that contains the body of the message. You can specify a template message.
', ], ], 'BulkEmailEntry' => [ 'base' => NULL, 'refs' => [ 'BulkEmailEntryList$member' => NULL, ], ], 'BulkEmailEntryList' => [ 'base' => 'A list of BulkEmailEntry
objects.
The list of bulk email entry objects.
', ], ], 'BulkEmailEntryResult' => [ 'base' => 'The result of the SendBulkEmail
operation of each specified BulkEmailEntry
.
A list of BulkMailEntry
objects.
One object per intended recipient. Check each response object and retry any messages with a failure status.
', ], ], 'BulkEmailStatus' => [ 'base' => NULL, 'refs' => [ 'BulkEmailEntryResult$Status' => 'The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
SUCCESS: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
MESSAGE_REJECTED: The message was rejected because it contained a virus.
MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender\'s email address or domain was not verified.
CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified does not exist.
TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist.
ACCOUNT_SUSPENDED: Your account has been shut down because of issues related to your email sending practices.
ACCOUNT_THROTTLED: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
INVALID_SENDING_POOL_NAME: The configuration set you specified refers to an IP pool that does not exist.
ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
INVALID_PARAMETER_VALUE: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
TRANSIENT_FAILURE: 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.
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
', 'GetDomainDeliverabilityCampaignRequest$CampaignId' => 'The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
', ], ], 'CaseId' => [ 'base' => NULL, 'refs' => [ 'ReviewDetails$CaseId' => 'The associated support center case ID (if any).
', ], ], 'Charset' => [ 'base' => NULL, 'refs' => [ 'Content$Charset' => 'The character set for the content. Because of the constraints of the SMTP protocol, Amazon SES uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8
, ISO-8859-1
, or Shift_JIS
.
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
', 'refs' => [ 'EventDestination$CloudWatchDestination' => 'An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
', 'EventDestinationDefinition$CloudWatchDestination' => 'An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
', ], ], 'CloudWatchDimensionConfiguration' => [ 'base' => 'An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.
', 'refs' => [ 'CloudWatchDimensionConfigurations$member' => NULL, ], ], 'CloudWatchDimensionConfigurations' => [ 'base' => NULL, 'refs' => [ 'CloudWatchDestination$DimensionConfigurations' => 'An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
', ], ], 'ConcurrentModificationException' => [ 'base' => 'The resource is being modified by another operation or thread.
', 'refs' => [], ], 'ConfigurationSetName' => [ 'base' => 'The name of a configuration set.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
', 'refs' => [ 'ConfigurationSetNameList$member' => NULL, 'CreateConfigurationSetEventDestinationRequest$ConfigurationSetName' => 'The name of the configuration set .
', 'CreateConfigurationSetRequest$ConfigurationSetName' => 'The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
', 'CreateEmailIdentityRequest$ConfigurationSetName' => 'The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.
', 'DeleteConfigurationSetEventDestinationRequest$ConfigurationSetName' => 'The name of the configuration set that contains the event destination to delete.
', 'DeleteConfigurationSetRequest$ConfigurationSetName' => 'The name of the configuration set.
', 'GetConfigurationSetEventDestinationsRequest$ConfigurationSetName' => 'The name of the configuration set that contains the event destination.
', 'GetConfigurationSetRequest$ConfigurationSetName' => 'The name of the configuration set.
', 'GetConfigurationSetResponse$ConfigurationSetName' => 'The name of the configuration set.
', 'GetEmailIdentityResponse$ConfigurationSetName' => 'The configuration set used by default when sending from this identity.
', 'PutConfigurationSetDeliveryOptionsRequest$ConfigurationSetName' => 'The name of the configuration set to associate with a dedicated IP pool.
', 'PutConfigurationSetReputationOptionsRequest$ConfigurationSetName' => 'The name of the configuration set.
', 'PutConfigurationSetSendingOptionsRequest$ConfigurationSetName' => 'The name of the configuration set to enable or disable email sending for.
', 'PutConfigurationSetSuppressionOptionsRequest$ConfigurationSetName' => 'The name of the configuration set to change the suppression list preferences for.
', 'PutConfigurationSetTrackingOptionsRequest$ConfigurationSetName' => 'The name of the configuration set.
', 'PutConfigurationSetVdmOptionsRequest$ConfigurationSetName' => 'The name of the configuration set.
', 'PutEmailIdentityConfigurationSetAttributesRequest$ConfigurationSetName' => 'The configuration set to associate with an email identity.
', 'SendBulkEmailRequest$ConfigurationSetName' => 'The name of the configuration set to use when sending the email.
', 'SendCustomVerificationEmailRequest$ConfigurationSetName' => 'Name of a configuration set to use when sending the verification email.
', 'SendEmailRequest$ConfigurationSetName' => 'The name of the configuration set to use when sending the email.
', 'UpdateConfigurationSetEventDestinationRequest$ConfigurationSetName' => 'The name of the configuration set that contains the event destination to modify.
', ], ], 'ConfigurationSetNameList' => [ 'base' => NULL, 'refs' => [ 'ListConfigurationSetsResponse$ConfigurationSets' => 'An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
', ], ], 'ConflictException' => [ 'base' => 'If there is already an ongoing account details update under review.
', 'refs' => [], ], 'Contact' => [ 'base' => 'A contact is the end-user who is receiving the email.
', 'refs' => [ 'ListOfContacts$member' => NULL, ], ], 'ContactLanguage' => [ 'base' => NULL, 'refs' => [ 'AccountDetails$ContactLanguage' => 'The language you would prefer for the case. The contact language can be one of ENGLISH
or JAPANESE
.
The language you would prefer to be contacted with.
', ], ], 'ContactList' => [ 'base' => 'A list that contains contacts that have subscribed to a particular topic or topics.
', 'refs' => [ 'ListOfContactLists$member' => NULL, ], ], 'ContactListDestination' => [ 'base' => 'An object that contains details about the action of a contact list.
', 'refs' => [ 'ImportDestination$ContactListDestination' => 'An object that contains the action of the import job towards a contact list.
', ], ], 'ContactListImportAction' => [ 'base' => NULL, 'refs' => [ 'ContactListDestination$ContactListImportAction' => '>The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
The name of the contact list.
', 'ContactListDestination$ContactListName' => 'The name of the contact list.
', 'CreateContactListRequest$ContactListName' => 'The name of the contact list.
', 'CreateContactRequest$ContactListName' => 'The name of the contact list to which the contact should be added.
', 'DeleteContactListRequest$ContactListName' => 'The name of the contact list.
', 'DeleteContactRequest$ContactListName' => 'The name of the contact list from which the contact should be removed.
', 'GetContactListRequest$ContactListName' => 'The name of the contact list.
', 'GetContactListResponse$ContactListName' => 'The name of the contact list.
', 'GetContactRequest$ContactListName' => 'The name of the contact list to which the contact belongs.
', 'GetContactResponse$ContactListName' => 'The name of the contact list to which the contact belongs.
', 'ListContactsRequest$ContactListName' => 'The name of the contact list.
', 'ListManagementOptions$ContactListName' => 'The name of the contact list.
', 'UpdateContactListRequest$ContactListName' => 'The name of the contact list.
', 'UpdateContactRequest$ContactListName' => 'The name of the contact list.
', ], ], 'Content' => [ 'base' => 'An object that represents the content of the email, and optionally a character set specification.
', 'refs' => [ 'Body$Text' => 'An object that represents the version of the message that is displayed in email clients that don\'t support HTML, or clients where the recipient has disabled HTML rendering.
', 'Body$Html' => 'An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.
', 'Message$Subject' => 'The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.
', ], ], 'Counter' => [ 'base' => NULL, 'refs' => [ 'MetricValueList$member' => NULL, ], ], 'CreateConfigurationSetEventDestinationRequest' => [ 'base' => 'A request to add an event destination to a configuration set.
', 'refs' => [], ], 'CreateConfigurationSetEventDestinationResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'CreateConfigurationSetRequest' => [ 'base' => 'A request to create a configuration set.
', 'refs' => [], ], 'CreateConfigurationSetResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'CreateContactListRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContactListResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateContactRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContactResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomVerificationEmailTemplateRequest' => [ 'base' => 'Represents a request to create a custom verification email template.
', 'refs' => [], ], 'CreateCustomVerificationEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'CreateDedicatedIpPoolRequest' => [ 'base' => 'A request to create a new dedicated IP pool.
', 'refs' => [], ], 'CreateDedicatedIpPoolResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'CreateDeliverabilityTestReportRequest' => [ 'base' => 'A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the GetDeliverabilityTestReport
operation to view the results of the test.
Information about the predictive inbox placement test that you created.
', 'refs' => [], ], 'CreateEmailIdentityPolicyRequest' => [ 'base' => 'Represents a request to create a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'CreateEmailIdentityPolicyResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'CreateEmailIdentityRequest' => [ 'base' => 'A request to begin the verification process for an email identity (an email address or domain).
', 'refs' => [], ], 'CreateEmailIdentityResponse' => [ 'base' => 'If the email identity is a domain, this object contains information about the DKIM verification status for the domain.
If the email identity is an email address, this object is empty.
', 'refs' => [], ], 'CreateEmailTemplateRequest' => [ 'base' => 'Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'CreateEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'CreateImportJobRequest' => [ 'base' => 'Represents a request to create an import job from a data source for a data destination.
', 'refs' => [], ], 'CreateImportJobResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'CustomRedirectDomain' => [ 'base' => 'The domain to use for tracking open and click events.
', 'refs' => [ 'PutConfigurationSetTrackingOptionsRequest$CustomRedirectDomain' => 'The domain to use to track open and click events.
', 'TrackingOptions$CustomRedirectDomain' => 'The domain to use for tracking open and click events.
', ], ], 'CustomVerificationEmailTemplateMetadata' => [ 'base' => 'Contains information about a custom verification email template.
', 'refs' => [ 'CustomVerificationEmailTemplatesList$member' => NULL, ], ], 'CustomVerificationEmailTemplatesList' => [ 'base' => 'A list of the custom verification email templates that exist in your account.
', 'refs' => [ 'ListCustomVerificationEmailTemplatesResponse$CustomVerificationEmailTemplates' => 'A list of the custom verification email templates that exist in your account.
', ], ], 'DailyVolume' => [ 'base' => 'An object that contains information about the volume of email sent on each day of the analysis period.
', 'refs' => [ 'DailyVolumes$member' => NULL, ], ], 'DailyVolumes' => [ 'base' => NULL, 'refs' => [ 'GetDomainStatisticsReportResponse$DailyVolumes' => 'An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate
and ending on the EndDate
.
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
', 'refs' => [ 'VdmAttributes$DashboardAttributes' => 'Specifies additional settings for your VDM configuration as applicable to the Dashboard.
', ], ], 'DashboardOptions' => [ 'base' => 'An object containing additional settings for your VDM configuration as applicable to the Dashboard.
', 'refs' => [ 'VdmOptions$DashboardOptions' => 'Specifies additional settings for your VDM configuration as applicable to the Dashboard.
', ], ], 'DataFormat' => [ 'base' => 'The data format of the import job\'s data source.
', 'refs' => [ 'ImportDataSource$DataFormat' => 'The data format of the import job\'s data source.
', ], ], 'DedicatedIp' => [ 'base' => 'Contains information about a dedicated IP address that is associated with your Amazon SES account.
To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses in the Amazon SES Developer Guide.
', 'refs' => [ 'DedicatedIpList$member' => NULL, 'GetDedicatedIpResponse$DedicatedIp' => 'An object that contains information about a dedicated IP address.
', ], ], 'DedicatedIpList' => [ 'base' => 'A list of dedicated IP addresses that are associated with your Amazon Web Services account.
', 'refs' => [ 'GetDedicatedIpsResponse$DedicatedIps' => 'A list of dedicated IP addresses that are associated with your Amazon Web Services account.
', ], ], 'DedicatedIpPool' => [ 'base' => 'Contains information about a dedicated IP pool.
', 'refs' => [ 'GetDedicatedIpPoolResponse$DedicatedIpPool' => 'An object that contains information about a dedicated IP pool.
', ], ], 'DefaultDimensionValue' => [ 'base' => 'The default value of the dimension that is published to Amazon CloudWatch if you don\'t provide the value of the dimension when you send an email. This value has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The default value of the dimension that is published to Amazon CloudWatch if you don\'t provide the value of the dimension when you send an email. This value has to meet the following criteria:
Can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-), at signs (@), and periods (.).
It can contain no more than 256 characters.
A request to delete an event destination from a configuration set.
', 'refs' => [], ], 'DeleteConfigurationSetEventDestinationResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeleteConfigurationSetRequest' => [ 'base' => 'A request to delete a configuration set.
', 'refs' => [], ], 'DeleteConfigurationSetResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeleteContactListRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContactListResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContactResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomVerificationEmailTemplateRequest' => [ 'base' => 'Represents a request to delete an existing custom verification email template.
', 'refs' => [], ], 'DeleteCustomVerificationEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'DeleteDedicatedIpPoolRequest' => [ 'base' => 'A request to delete a dedicated IP pool.
', 'refs' => [], ], 'DeleteDedicatedIpPoolResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeleteEmailIdentityPolicyRequest' => [ 'base' => 'Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'DeleteEmailIdentityPolicyResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeleteEmailIdentityRequest' => [ 'base' => 'A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.
', 'refs' => [], ], 'DeleteEmailIdentityResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeleteEmailTemplateRequest' => [ 'base' => 'Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'DeleteEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'DeleteSuppressedDestinationRequest' => [ 'base' => 'A request to remove an email address from the suppression list for your account.
', 'refs' => [], ], 'DeleteSuppressedDestinationResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'DeliverabilityDashboardAccountStatus' => [ 'base' => 'The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION
, your subscription is scheduled to expire at the end of the current calendar month.
The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION
, your subscription is scheduled to expire at the end of the current calendar month.
An object that contains metadata related to a predictive inbox placement test.
', 'refs' => [ 'DeliverabilityTestReports$member' => NULL, 'GetDeliverabilityTestReportResponse$DeliverabilityTestReport' => 'An object that contains the results of the predictive inbox placement test.
', ], ], 'DeliverabilityTestReports' => [ 'base' => NULL, 'refs' => [ 'ListDeliverabilityTestReportsResponse$DeliverabilityTestReports' => 'An object that contains a lists of predictive inbox placement tests that you\'ve performed.
', ], ], 'DeliverabilityTestStatus' => [ 'base' => 'The status of a predictive inbox placement test. If the status is IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE
, then the test is finished, and you can use the GetDeliverabilityTestReport
operation to view the results of the test.
The status of the predictive inbox placement test. If the status is IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE
, then the test is finished, and you can use the GetDeliverabilityTestReport
to view the results of the test.
The status of the predictive inbox placement test. If the status is IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE
, then the test is finished, and you can use the GetDeliverabilityTestReport
to view the results of the test.
The subject line for an email that you submitted in a predictive inbox placement test.
', 'refs' => [ 'DeliverabilityTestReport$Subject' => 'The subject line for an email that you submitted in a predictive inbox placement test.
', ], ], 'DeliveryOptions' => [ 'base' => 'Used to associate a configuration set with a dedicated IP pool.
', 'refs' => [ 'CreateConfigurationSetRequest$DeliveryOptions' => 'An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
', 'GetConfigurationSetResponse$DeliveryOptions' => 'An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
', ], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateContactListRequest$Description' => 'A description of what the contact list is about.
', 'GetContactListResponse$Description' => 'A description of what the contact list is about.
', 'Topic$Description' => 'A description of what the topic is about, which the contact will see.
', 'UpdateContactListRequest$Description' => 'A description of what the contact list is about.
', ], ], 'Destination' => [ 'base' => 'An object that describes the recipients for an email.
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.
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.
An object that contains the recipients of the email message.
', ], ], 'DimensionName' => [ 'base' => 'The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:
It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The location where the Amazon SES API v2 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
or SendRawEmail
API, choose messageTag
. To use your own email headers, choose emailHeader
. To use link tags, choose linkTags
.
The location where the Amazon SES API v2 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
or SendRawEmail
API, choose messageTag
. To use your own email headers, choose emailHeader
. To use link tags, choose linkTags
.
An object that contains mapping between MetricDimensionName
and MetricDimensionValue
to filter metrics by.
The name of the topic the contact will see.
', ], ], 'DkimAttributes' => [ 'base' => 'An object that contains information about the DKIM authentication status for an email identity.
Amazon SES determines the authentication status by searching for specific records in the DNS configuration for the domain. If you used Easy DKIM to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain. If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that\'s paired with the private key that you specified in the process of creating the identity
', 'refs' => [ 'CreateEmailIdentityResponse$DkimAttributes' => 'An object that contains information about the DKIM attributes for the identity.
', 'GetEmailIdentityResponse$DkimAttributes' => 'An object that contains information about the DKIM attributes for the identity.
', ], ], 'DkimSigningAttributes' => [ 'base' => 'An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM
', 'refs' => [ 'CreateEmailIdentityRequest$DkimSigningAttributes' => 'If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.
You can only specify this object if the email identity is a domain, as opposed to an address.
', 'PutEmailIdentityDkimSigningAttributesRequest$SigningAttributes' => 'An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
', ], ], 'DkimSigningAttributesOrigin' => [ 'base' => NULL, 'refs' => [ 'DkimAttributes$SigningAttributesOrigin' => 'A string that indicates how DKIM was configured for the identity. These are the possible values:
AWS_SES
– Indicates that DKIM was configured for the identity by using Easy DKIM.
EXTERNAL
– Indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).
The method to use to configure DKIM for the identity. There are the following possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
', 'DkimAttributes$CurrentSigningKeyLength' => '[Easy DKIM] The key length of the DKIM key pair in use.
', 'DkimSigningAttributes$NextSigningKeyLength' => '[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
', ], ], 'DkimStatus' => [ 'base' => 'The DKIM authentication status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn\'t yet detected the DKIM records in the DNS configuration for the domain.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
NOT_STARTED
– The DKIM verification process hasn\'t been initiated for the domain.
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn\'t yet detected the DKIM records in the DNS configuration for the domain.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
NOT_STARTED
– The DKIM verification process hasn\'t been initiated for the domain.
The DKIM authentication status of the identity. Amazon SES determines the authentication status by searching for specific records in the DNS configuration for your domain. If you used Easy DKIM to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain.
If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that\'s paired with the private key that you specified in the process of creating the identity.
The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn\'t yet detected the DKIM records in the DNS configuration for the domain.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
NOT_STARTED
– The DKIM verification process hasn\'t been initiated for the domain.
If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete.
If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.
Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours.
', 'PutEmailIdentityDkimSigningAttributesResponse$DkimTokens' => 'If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete.
If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector that\'s associated with your public key.
Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours.
', ], ], 'Domain' => [ 'base' => NULL, 'refs' => [ 'DomainDeliverabilityTrackingOption$Domain' => 'A verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.
', 'ListDomainDeliverabilityCampaignsRequest$SubscribedDomain' => 'The domain to obtain deliverability data for.
', ], ], 'DomainDeliverabilityCampaign' => [ 'base' => 'An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption
operation).
An object that contains the deliverability data for the campaign.
', ], ], 'DomainDeliverabilityCampaignList' => [ 'base' => '', 'refs' => [ 'ListDomainDeliverabilityCampaignsResponse$DomainDeliverabilityCampaigns' => 'An array of responses, one for each campaign that used the domain to send email during the specified time range.
', ], ], 'DomainDeliverabilityTrackingOption' => [ 'base' => 'An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.
', 'refs' => [ 'DomainDeliverabilityTrackingOptions$member' => NULL, ], ], 'DomainDeliverabilityTrackingOptions' => [ 'base' => 'An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.
', 'refs' => [ 'GetDeliverabilityDashboardOptionsResponse$ActiveSubscribedDomains' => 'An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
', 'GetDeliverabilityDashboardOptionsResponse$PendingExpirationSubscribedDomains' => 'An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that\'s scheduled to expire at the end of the current calendar month.
', 'PutDeliverabilityDashboardOptionRequest$SubscribedDomains' => 'An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
', ], ], 'DomainIspPlacement' => [ 'base' => 'An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
', 'refs' => [ 'DomainIspPlacements$member' => NULL, ], ], 'DomainIspPlacements' => [ 'base' => NULL, 'refs' => [ 'DailyVolume$DomainIspPlacements' => 'An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient\'s email provider.
', 'OverallVolume$DomainIspPlacements' => 'An object that contains inbox and junk mail placement metrics for individual email providers.
', ], ], 'EmailAddress' => [ 'base' => NULL, 'refs' => [ 'Contact$EmailAddress' => 'The contact\'s email address.
', 'CreateContactRequest$EmailAddress' => 'The contact\'s email address.
', 'CreateCustomVerificationEmailTemplateRequest$FromEmailAddress' => 'The email address that the custom verification email is sent from.
', 'CreateDeliverabilityTestReportRequest$FromEmailAddress' => 'The email address that the predictive inbox placement test email was sent from.
', 'CustomVerificationEmailTemplateMetadata$FromEmailAddress' => 'The email address that the custom verification email is sent from.
', 'DeleteContactRequest$EmailAddress' => 'The contact\'s email address.
', 'DeleteSuppressedDestinationRequest$EmailAddress' => 'The suppressed email destination to remove from the account suppression list.
', 'DeliverabilityTestReport$FromEmailAddress' => 'The sender address that you specified for the predictive inbox placement test.
', 'EmailAddressList$member' => NULL, 'GetContactRequest$EmailAddress' => 'The contact\'s email address.
', 'GetContactResponse$EmailAddress' => 'The contact\'s email address.
', 'GetCustomVerificationEmailTemplateResponse$FromEmailAddress' => 'The email address that the custom verification email is sent from.
', 'GetSuppressedDestinationRequest$EmailAddress' => 'The email address that\'s on the account suppression list.
', 'PutSuppressedDestinationRequest$EmailAddress' => 'The email address that should be added to the suppression list for your account.
', 'SendBulkEmailRequest$FromEmailAddress' => 'The email address to use as the "From" address for the email. The address that you specify has to be verified.
', 'SendBulkEmailRequest$FeedbackForwardingEmailAddress' => 'The address that you want bounce and complaint notifications to be sent to.
', 'SendCustomVerificationEmailRequest$EmailAddress' => 'The email address to verify.
', 'SendEmailRequest$FromEmailAddress' => 'The email address to use as the "From" address for the email. The address that you specify has to be verified.
', 'SendEmailRequest$FeedbackForwardingEmailAddress' => 'The address that you want bounce and complaint notifications to be sent to.
', 'SuppressedDestination$EmailAddress' => 'The email address that is on the suppression list for your account.
', 'SuppressedDestinationSummary$EmailAddress' => 'The email address that\'s on the suppression list for your account.
', 'UpdateContactRequest$EmailAddress' => 'The contact\'s email address.
', 'UpdateCustomVerificationEmailTemplateRequest$FromEmailAddress' => 'The email address that the custom verification email is sent from.
', ], ], 'EmailAddressList' => [ 'base' => NULL, 'refs' => [ 'Destination$ToAddresses' => 'An array that contains the email addresses of the "To" recipients for the email.
', 'Destination$CcAddresses' => 'An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
', 'Destination$BccAddresses' => 'An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
', 'SendBulkEmailRequest$ReplyToAddresses' => 'The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
', 'SendEmailRequest$ReplyToAddresses' => 'The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
', ], ], 'EmailContent' => [ 'base' => 'An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.
', 'refs' => [ 'CreateDeliverabilityTestReportRequest$Content' => 'The HTML body of the message that you sent when you performed the predictive inbox placement test.
', 'SendEmailRequest$Content' => 'An object that contains the body of the message. You can send either a Simple message Raw message or a template Message.
', ], ], 'EmailTemplateContent' => [ 'base' => 'The content of the email, composed of a subject line, an HTML part, and a text-only part.
', 'refs' => [ 'CreateEmailTemplateRequest$TemplateContent' => 'The content of the email template, composed of a subject line, an HTML part, and a text-only part.
', 'GetEmailTemplateResponse$TemplateContent' => 'The content of the email template, composed of a subject line, an HTML part, and a text-only part.
', 'UpdateEmailTemplateRequest$TemplateContent' => 'The content of the email template, composed of a subject line, an HTML part, and a text-only part.
', ], ], 'EmailTemplateData' => [ 'base' => 'An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.
', 'refs' => [ 'ReplacementTemplate$ReplacementTemplateData' => 'A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
', 'Template$TemplateData' => 'An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.
', 'TestRenderEmailTemplateRequest$TemplateData' => 'A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
', ], ], 'EmailTemplateHtml' => [ 'base' => 'The HTML body of the email.
', 'refs' => [ 'EmailTemplateContent$Html' => 'The HTML body of the email.
', ], ], 'EmailTemplateMetadata' => [ 'base' => 'Contains information about an email template.
', 'refs' => [ 'EmailTemplateMetadataList$member' => NULL, ], ], 'EmailTemplateMetadataList' => [ 'base' => 'A list of the EmailTemplateMetadata object.
', 'refs' => [ 'ListEmailTemplatesResponse$TemplatesMetadata' => 'An array the contains the name and creation time stamp for each template in your Amazon SES account.
', ], ], 'EmailTemplateName' => [ 'base' => 'The name of the template. You will refer to this name when you send email using the SendTemplatedEmail
or SendBulkTemplatedEmail
operations.
The name of the custom verification email template.
', 'CreateEmailTemplateRequest$TemplateName' => 'The name of the template.
', 'CustomVerificationEmailTemplateMetadata$TemplateName' => 'The name of the custom verification email template.
', 'DeleteCustomVerificationEmailTemplateRequest$TemplateName' => 'The name of the custom verification email template that you want to delete.
', 'DeleteEmailTemplateRequest$TemplateName' => 'The name of the template to be deleted.
', 'EmailTemplateMetadata$TemplateName' => 'The name of the template.
', 'GetCustomVerificationEmailTemplateRequest$TemplateName' => 'The name of the custom verification email template that you want to retrieve.
', 'GetCustomVerificationEmailTemplateResponse$TemplateName' => 'The name of the custom verification email template.
', 'GetEmailTemplateRequest$TemplateName' => 'The name of the template.
', 'GetEmailTemplateResponse$TemplateName' => 'The name of the template.
', 'SendCustomVerificationEmailRequest$TemplateName' => 'The name of the custom verification email template to use when sending the verification email.
', 'Template$TemplateName' => 'The name of the template. You will refer to this name when you send email using the SendTemplatedEmail
or SendBulkTemplatedEmail
operations.
The name of the template.
', 'UpdateCustomVerificationEmailTemplateRequest$TemplateName' => 'The name of the custom verification email template that you want to update.
', 'UpdateEmailTemplateRequest$TemplateName' => 'The name of the template.
', ], ], 'EmailTemplateSubject' => [ 'base' => 'The subject line of the email.
', 'refs' => [ 'CreateCustomVerificationEmailTemplateRequest$TemplateSubject' => 'The subject line of the custom verification email.
', 'CustomVerificationEmailTemplateMetadata$TemplateSubject' => 'The subject line of the custom verification email.
', 'EmailTemplateContent$Subject' => 'The subject line of the email.
', 'GetCustomVerificationEmailTemplateResponse$TemplateSubject' => 'The subject line of the custom verification email.
', 'UpdateCustomVerificationEmailTemplateRequest$TemplateSubject' => 'The subject line of the custom verification email.
', ], ], 'EmailTemplateText' => [ 'base' => 'The email body that will be visible to recipients whose email clients do not display HTML.
', 'refs' => [ 'EmailTemplateContent$Text' => 'The email body that will be visible to recipients whose email clients do not display HTML.
', ], ], 'Enabled' => [ 'base' => NULL, 'refs' => [ 'CreateEmailIdentityResponse$VerifiedForSendingStatus' => 'Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
', 'DkimAttributes$SigningEnabled' => 'If the value is true
, then the messages that you send from the identity are signed using DKIM. If the value is false
, then the messages that you send from the identity aren\'t DKIM-signed.
If true
, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition
.
If false
, the event destination is disabled. When the event destination is disabled, events aren\'t sent to the specified destinations.
If true
, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition
.
If false
, the event destination is disabled. When the event destination is disabled, events aren\'t sent to the specified destinations.
Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
', 'GetAccountResponse$ProductionAccessEnabled' => 'Indicates whether or not your account has production access in the current Amazon Web Services Region.
If the value is false
, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities. Additionally, the maximum number of emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per second (your maximum sending rate) is 1.
If the value is true
, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.
Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
', 'GetDeliverabilityDashboardOptionsResponse$DashboardEnabled' => 'Specifies whether the Deliverability dashboard is enabled. If this value is true
, the dashboard is enabled.
The feedback forwarding configuration for the identity.
If the value is true
, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You\'re required to have a method of tracking bounces and complaints. If you haven\'t set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
', 'GetEmailIdentityResponse$VerifiedForSendingStatus' => 'Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
', 'IdentityInfo$SendingEnabled' => 'Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
', 'InboxPlacementTrackingOption$Global' => 'Specifies whether inbox placement data is being tracked for the domain.
', 'PutAccountDedicatedIpWarmupAttributesRequest$AutoWarmupEnabled' => 'Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set to true
to enable the automatic warm-up feature, or set to false
to disable it.
Enables or disables your account\'s ability to send email. Set to true
to enable email sending, or set to false
to disable email sending.
If Amazon Web Services paused your account\'s ability to send email, you can\'t use this operation to resume your account\'s ability to send email.
If true
, tracking of reputation metrics is enabled for the configuration set. If false
, tracking of reputation metrics is disabled for the configuration set.
If true
, email sending is enabled for the configuration set. If false
, email sending is disabled for the configuration set.
Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true
.
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using DKIM. If you set this value to false
, your messages are sent without DKIM signing.
Sets the feedback forwarding configuration for the identity.
If the value is true
, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You\'re required to have a method of tracking bounces and complaints. If you haven\'t set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
', 'ReputationOptions$ReputationMetricsEnabled' => 'If true
, tracking of reputation metrics is enabled for the configuration set. If false
, tracking of reputation metrics is disabled for the configuration set.
If true
, email sending is enabled for the configuration set. If false
, email sending is disabled for the configuration set.
Indicates whether or not your account should have production access in the current Amazon Web Services Region.
If the value is false
, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities. Additionally, the maximum number of emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per second (your maximum sending rate) is 1.
If the value is true
, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.
A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
A message about why the import job failed.
', ], ], 'Esp' => [ 'base' => NULL, 'refs' => [ 'Esps$member' => NULL, ], ], 'Esps' => [ 'base' => NULL, 'refs' => [ 'DomainDeliverabilityCampaign$Esps' => 'The major email providers who handled the email message.
', ], ], 'EventDestination' => [ 'base' => 'In the Amazon SES API v2, events include message sends, deliveries, opens, clicks, bounces, complaints and delivery delays. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
', 'refs' => [ 'EventDestinations$member' => NULL, ], ], 'EventDestinationDefinition' => [ 'base' => 'An object that defines the event destination. Specifically, it defines which services receive events from emails sent using the configuration set that the event destination is associated with. Also defines the types of events that are sent to the event destination.
', 'refs' => [ 'CreateConfigurationSetEventDestinationRequest$EventDestination' => 'An object that defines the event destination.
', 'UpdateConfigurationSetEventDestinationRequest$EventDestination' => 'An object that defines the event destination.
', ], ], 'EventDestinationName' => [ 'base' => 'The name of an event destination.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
', 'refs' => [ 'CreateConfigurationSetEventDestinationRequest$EventDestinationName' => 'A name that identifies the event destination within the configuration set.
', 'DeleteConfigurationSetEventDestinationRequest$EventDestinationName' => 'The name of the event destination to delete.
', 'EventDestination$Name' => 'A name that identifies the event destination.
', 'UpdateConfigurationSetEventDestinationRequest$EventDestinationName' => 'The name of the event destination.
', ], ], 'EventDestinations' => [ 'base' => NULL, 'refs' => [ 'GetConfigurationSetEventDestinationsResponse$EventDestinations' => 'An array that includes all of the events destinations that have been configured for the configuration set.
', ], ], 'EventType' => [ 'base' => 'An email sending event type. For example, email sends, opens, and bounces are all email events.
', 'refs' => [ 'EventTypes$member' => NULL, ], ], 'EventTypes' => [ 'base' => NULL, 'refs' => [ 'EventDestination$MatchingEventTypes' => 'The types of events that Amazon SES sends to the specified event destinations.
SEND
- The send request was successful and SES will attempt to deliver the message to the recipient’s mail server. (If account-level or global suppression is being used, SES will still count it as a send, but delivery is suppressed.)
REJECT
- SES accepted the email, but determined that it contained a virus and didn’t attempt to deliver it to the recipient’s mail server.
BOUNCE
- (Hard bounce) The recipient\'s mail server permanently rejected the email. (Soft bounces are only included when SES fails to deliver the email after retrying for a period of time.)
COMPLAINT
- The email was successfully delivered to the recipient’s mail server, but the recipient marked it as spam.
DELIVERY
- SES successfully delivered the email to the recipient\'s mail server.
OPEN
- The recipient received the message and opened it in their email client.
CLICK
- The recipient clicked one or more links in the email.
RENDERING_FAILURE
- The email wasn\'t sent because of a template rendering issue. This event type can occur when template data is missing, or when there is a mismatch between template parameters and data. (This event type only occurs when you send email using the SendTemplatedEmail
or SendBulkTemplatedEmail
API operations.)
DELIVERY_DELAY
- The email couldn\'t be delivered to the recipient’s mail server because a temporary issue occurred. Delivery delays can occur, for example, when the recipient\'s inbox is full, or when the receiving email server experiences a transient issue.
SUBSCRIPTION
- The email was successfully delivered, but the recipient updated their subscription preferences by clicking on an unsubscribe link as part of your subscription management.
An array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition
.
The number of records that failed processing because of invalid input or other reasons.
', 'ImportJobSummary$FailedRecordsCount' => 'The number of records that failed processing because of invalid input or other reasons.
', ], ], 'FailedRecordsS3Url' => [ 'base' => NULL, 'refs' => [ 'FailureInfo$FailedRecordsS3Url' => 'An Amazon S3 presigned URL that contains all the failed records and related information.
', ], ], 'FailureInfo' => [ 'base' => 'An object that contains the failure details about an import job.
', 'refs' => [ 'GetImportJobResponse$FailureInfo' => 'The failure details about an import job.
', ], ], 'FailureRedirectionURL' => [ 'base' => 'The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
', 'refs' => [ 'CreateCustomVerificationEmailTemplateRequest$FailureRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
', 'CustomVerificationEmailTemplateMetadata$FailureRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
', 'GetCustomVerificationEmailTemplateResponse$FailureRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
', 'UpdateCustomVerificationEmailTemplateRequest$FailureRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
', ], ], 'FeatureStatus' => [ 'base' => NULL, 'refs' => [ 'DashboardAttributes$EngagementMetrics' => 'Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED
– Amazon SES enables engagement metrics for your account.
DISABLED
– Amazon SES disables engagement metrics for your account.
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED
– Amazon SES enables engagement metrics for the configuration set.
DISABLED
– Amazon SES disables engagement metrics for the configuration set.
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED
– Amazon SES enables optimized shared delivery for your account.
DISABLED
– Amazon SES disables optimized shared delivery for your account.
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set.
DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.
Specifies the status of your VDM configuration. Can be one of the following:
ENABLED
– Amazon SES enables VDM for your account.
DISABLED
– Amazon SES disables VDM for your account.
A unique identifier that\'s generated when an email address is added to the suppression list for your account.
', ], ], 'GeneralEnforcementStatus' => [ 'base' => NULL, 'refs' => [ 'GetAccountResponse$EnforcementStatus' => 'The reputation status of your Amazon SES account. The status can be one of the following:
HEALTHY
– There are no reputation-related issues that currently impact your account.
PROBATION
– We\'ve identified potential issues with your Amazon SES account. We\'re placing your account under review while you work on correcting these issues.
SHUTDOWN
– Your account\'s ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account\'s ability to send email is resumed.
A request to obtain information about the email-sending capabilities of your Amazon SES account.
', 'refs' => [], ], 'GetAccountResponse' => [ 'base' => 'A list of details about the email-sending capabilities of your Amazon SES account in the current Amazon Web Services Region.
', 'refs' => [], ], 'GetBlacklistReportsRequest' => [ 'base' => 'A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.
', 'refs' => [], ], 'GetBlacklistReportsResponse' => [ 'base' => 'An object that contains information about blacklist events.
', 'refs' => [], ], 'GetConfigurationSetEventDestinationsRequest' => [ 'base' => 'A request to obtain information about the event destinations for a configuration set.
', 'refs' => [], ], 'GetConfigurationSetEventDestinationsResponse' => [ 'base' => 'Information about an event destination for a configuration set.
', 'refs' => [], ], 'GetConfigurationSetRequest' => [ 'base' => 'A request to obtain information about a configuration set.
', 'refs' => [], ], 'GetConfigurationSetResponse' => [ 'base' => 'Information about a configuration set.
', 'refs' => [], ], 'GetContactListRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContactListResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetContactRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContactResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCustomVerificationEmailTemplateRequest' => [ 'base' => 'Represents a request to retrieve an existing custom verification email template.
', 'refs' => [], ], 'GetCustomVerificationEmailTemplateResponse' => [ 'base' => 'The following elements are returned by the service.
', 'refs' => [], ], 'GetDedicatedIpPoolRequest' => [ 'base' => 'A request to obtain more information about a dedicated IP pool.
', 'refs' => [], ], 'GetDedicatedIpPoolResponse' => [ 'base' => 'The following element is returned by the service.
', 'refs' => [], ], 'GetDedicatedIpRequest' => [ 'base' => 'A request to obtain more information about a dedicated IP address.
', 'refs' => [], ], 'GetDedicatedIpResponse' => [ 'base' => 'Information about a dedicated IP address.
', 'refs' => [], ], 'GetDedicatedIpsRequest' => [ 'base' => 'A request to obtain more information about dedicated IP pools.
', 'refs' => [], ], 'GetDedicatedIpsResponse' => [ 'base' => 'Information about the dedicated IP addresses that are associated with your Amazon Web Services account.
', 'refs' => [], ], 'GetDeliverabilityDashboardOptionsRequest' => [ 'base' => 'Retrieve information about the status of the Deliverability dashboard for your Amazon Web Services account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
', 'refs' => [], ], 'GetDeliverabilityDashboardOptionsResponse' => [ 'base' => 'An object that shows the status of the Deliverability dashboard.
', 'refs' => [], ], 'GetDeliverabilityTestReportRequest' => [ 'base' => 'A request to retrieve the results of a predictive inbox placement test.
', 'refs' => [], ], 'GetDeliverabilityTestReportResponse' => [ 'base' => 'The results of the predictive inbox placement test.
', 'refs' => [], ], 'GetDomainDeliverabilityCampaignRequest' => [ 'base' => 'Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption
operation).
An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
', 'refs' => [], ], 'GetDomainStatisticsReportRequest' => [ 'base' => 'A request to obtain deliverability metrics for a domain.
', 'refs' => [], ], 'GetDomainStatisticsReportResponse' => [ 'base' => 'An object that includes statistics that are related to the domain that you specified.
', 'refs' => [], ], 'GetEmailIdentityPoliciesRequest' => [ 'base' => 'A request to return the policies of an email identity.
', 'refs' => [], ], 'GetEmailIdentityPoliciesResponse' => [ 'base' => 'Identity policies associated with email identity.
', 'refs' => [], ], 'GetEmailIdentityRequest' => [ 'base' => 'A request to return details about an email identity.
', 'refs' => [], ], 'GetEmailIdentityResponse' => [ 'base' => 'Details about an email identity.
', 'refs' => [], ], 'GetEmailTemplateRequest' => [ 'base' => 'Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.
', 'refs' => [], ], 'GetEmailTemplateResponse' => [ 'base' => 'The following element is returned by the service.
', 'refs' => [], ], 'GetImportJobRequest' => [ 'base' => 'Represents a request for information about an import job using the import job ID.
', 'refs' => [], ], 'GetImportJobResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'GetSuppressedDestinationRequest' => [ 'base' => 'A request to retrieve information about an email address that\'s on the suppression list for your account.
', 'refs' => [], ], 'GetSuppressedDestinationResponse' => [ 'base' => 'Information about the suppressed email address.
', 'refs' => [], ], 'GuardianAttributes' => [ 'base' => 'An object containing additional settings for your VDM configuration as applicable to the Guardian.
', 'refs' => [ 'VdmAttributes$GuardianAttributes' => 'Specifies additional settings for your VDM configuration as applicable to the Guardian.
', ], ], 'GuardianOptions' => [ 'base' => 'An object containing additional settings for your VDM configuration as applicable to the Guardian.
', 'refs' => [ 'VdmOptions$GuardianOptions' => 'Specifies additional settings for your VDM configuration as applicable to the Guardian.
', ], ], 'Identity' => [ 'base' => NULL, 'refs' => [ 'CreateEmailIdentityPolicyRequest$EmailIdentity' => 'The email identity.
', 'CreateEmailIdentityRequest$EmailIdentity' => 'The email address or domain to verify.
', 'DeleteEmailIdentityPolicyRequest$EmailIdentity' => 'The email identity.
', 'DeleteEmailIdentityRequest$EmailIdentity' => 'The identity (that is, the email address or domain) to delete.
', 'DomainDeliverabilityCampaign$FromAddress' => 'The verified email address that the email message was sent from.
', 'GetDomainStatisticsReportRequest$Domain' => 'The domain that you want to obtain deliverability metrics for.
', 'GetEmailIdentityPoliciesRequest$EmailIdentity' => 'The email identity.
', 'GetEmailIdentityRequest$EmailIdentity' => 'The email identity.
', 'IdentityInfo$IdentityName' => 'The address or domain of the identity.
', 'PutEmailIdentityConfigurationSetAttributesRequest$EmailIdentity' => 'The email address or domain to associate with a configuration set.
', 'PutEmailIdentityDkimAttributesRequest$EmailIdentity' => 'The email identity.
', 'PutEmailIdentityDkimSigningAttributesRequest$EmailIdentity' => 'The email identity.
', 'PutEmailIdentityFeedbackAttributesRequest$EmailIdentity' => 'The email identity.
', 'PutEmailIdentityMailFromAttributesRequest$EmailIdentity' => 'The verified email identity.
', 'UpdateEmailIdentityPolicyRequest$EmailIdentity' => 'The email identity.
', ], ], 'IdentityInfo' => [ 'base' => 'Information about an email identity.
', 'refs' => [ 'IdentityInfoList$member' => NULL, ], ], 'IdentityInfoList' => [ 'base' => NULL, 'refs' => [ 'ListEmailIdentitiesResponse$EmailIdentities' => 'An array that includes all of the email identities associated with your Amazon Web Services account.
', ], ], 'IdentityType' => [ 'base' => NULL, 'refs' => [ 'CreateEmailIdentityResponse$IdentityType' => 'The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity types.
The URL of an image that contains a snapshot of the email message that was sent.
', ], ], 'ImportDataSource' => [ 'base' => 'An object that contains details about the data source of the import job.
', 'refs' => [ 'CreateImportJobRequest$ImportDataSource' => 'The data source for the import job.
', 'GetImportJobResponse$ImportDataSource' => 'The data source of the import job.
', ], ], 'ImportDestination' => [ 'base' => 'An object that contains details about the resource destination the import job is going to target.
', 'refs' => [ 'CreateImportJobRequest$ImportDestination' => 'The destination for the import job.
', 'GetImportJobResponse$ImportDestination' => 'The destination of the import job.
', 'ImportJobSummary$ImportDestination' => NULL, ], ], 'ImportDestinationType' => [ 'base' => 'The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType
.
The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType
.
A summary of the import job.
', 'refs' => [ 'ImportJobSummaryList$member' => NULL, ], ], 'ImportJobSummaryList' => [ 'base' => 'A list of the import job summaries.
', 'refs' => [ 'ListImportJobsResponse$ImportJobs' => 'A list of the import job summaries.
', ], ], 'InboxPlacementTrackingOption' => [ 'base' => 'An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.
', 'refs' => [ 'DomainDeliverabilityTrackingOption$InboxPlacementTrackingOption' => 'An object that contains information about the inbox placement data settings for the domain.
', ], ], 'InternalServiceErrorException' => [ 'base' => 'The request couldn\'t be processed because an error occurred with the Amazon SES API v2.
', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => 'The specified request includes an invalid or expired token.
', 'refs' => [], ], 'Ip' => [ 'base' => 'An IPv4 address.
', 'refs' => [ 'DedicatedIp$Ip' => 'An IPv4 address.
', 'GetDedicatedIpRequest$Ip' => 'The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that\'s assocaited with your Amazon Web Services account.
', 'IpList$member' => NULL, 'PutDedicatedIpInPoolRequest$Ip' => 'The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that\'s associated with your Amazon Web Services account.
', 'PutDedicatedIpWarmupAttributesRequest$Ip' => 'The dedicated IP address that you want to update the warm-up attributes for.
', ], ], 'IpList' => [ 'base' => NULL, 'refs' => [ 'DomainDeliverabilityCampaign$SendingIps' => 'The IP addresses that were used to send the email message.
', ], ], 'IspName' => [ 'base' => 'The name of an email provider.
', 'refs' => [ 'DomainIspPlacement$IspName' => 'The name of the email provider that the inbox placement data applies to.
', 'IspNameList$member' => NULL, 'IspPlacement$IspName' => 'The name of the email provider that the inbox placement data applies to.
', ], ], 'IspNameList' => [ 'base' => NULL, 'refs' => [ 'InboxPlacementTrackingOption$TrackedIsps' => 'An array of strings, one for each major email provider that the inbox placement data applies to.
', ], ], 'IspPlacement' => [ 'base' => 'An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
', 'refs' => [ 'IspPlacements$member' => NULL, ], ], 'IspPlacements' => [ 'base' => NULL, 'refs' => [ 'GetDeliverabilityTestReportResponse$IspPlacements' => 'An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
', ], ], 'JobId' => [ 'base' => 'A string that represents the import job ID.
', 'refs' => [ 'CreateImportJobResponse$JobId' => 'A string that represents the import job ID.
', 'GetImportJobRequest$JobId' => 'The ID of the import job.
', 'GetImportJobResponse$JobId' => 'A string that represents the import job ID.
', 'ImportJobSummary$JobId' => NULL, ], ], 'JobStatus' => [ 'base' => 'The status of the import job.
', 'refs' => [ 'GetImportJobResponse$JobStatus' => 'The status of the import job.
', 'ImportJobSummary$JobStatus' => NULL, ], ], 'KinesisFirehoseDestination' => [ 'base' => 'An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
', 'refs' => [ 'EventDestination$KinesisFirehoseDestination' => 'An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
', 'EventDestinationDefinition$KinesisFirehoseDestination' => 'An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
', ], ], 'LastFreshStart' => [ 'base' => 'The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
', 'refs' => [ 'ReputationOptions$LastFreshStart' => 'The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
', ], ], 'LimitExceededException' => [ 'base' => 'There are too many instances of the specified resource type.
', 'refs' => [], ], 'ListConfigurationSetsRequest' => [ 'base' => 'A request to obtain a list of configuration sets for your Amazon SES account in the current Amazon Web Services Region.
', 'refs' => [], ], 'ListConfigurationSetsResponse' => [ 'base' => 'A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
', 'refs' => [], ], 'ListContactListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListContactListsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListContactsFilter' => [ 'base' => 'A filter that can be applied to a list of contacts.
', 'refs' => [ 'ListContactsRequest$Filter' => 'A filter that can be applied to a list of contacts.
', ], ], 'ListContactsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListContactsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomVerificationEmailTemplatesRequest' => [ 'base' => 'Represents a request to list the existing custom verification email templates for your account.
', 'refs' => [], ], 'ListCustomVerificationEmailTemplatesResponse' => [ 'base' => 'The following elements are returned by the service.
', 'refs' => [], ], 'ListDedicatedIpPoolsRequest' => [ 'base' => 'A request to obtain a list of dedicated IP pools.
', 'refs' => [], ], 'ListDedicatedIpPoolsResponse' => [ 'base' => 'A list of dedicated IP pools.
', 'refs' => [], ], 'ListDeliverabilityTestReportsRequest' => [ 'base' => 'A request to list all of the predictive inbox placement tests that you\'ve performed.
', 'refs' => [], ], 'ListDeliverabilityTestReportsResponse' => [ 'base' => 'A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.
', 'refs' => [], ], 'ListDomainDeliverabilityCampaignsRequest' => [ 'base' => 'Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard.
', 'refs' => [], ], 'ListDomainDeliverabilityCampaignsResponse' => [ 'base' => 'An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
', 'refs' => [], ], 'ListEmailIdentitiesRequest' => [ 'base' => 'A request to list all of the email identities associated with your Amazon Web Services account. This list includes identities that you\'ve already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.
', 'refs' => [], ], 'ListEmailIdentitiesResponse' => [ 'base' => 'A list of all of the identities that you\'ve attempted to verify, regardless of whether or not those identities were successfully verified.
', 'refs' => [], ], 'ListEmailTemplatesRequest' => [ 'base' => 'Represents a request to list the email templates present in your Amazon SES account in the current Amazon Web Services Region. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'ListEmailTemplatesResponse' => [ 'base' => 'The following elements are returned by the service.
', 'refs' => [], ], 'ListImportJobsRequest' => [ 'base' => 'Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.
', 'refs' => [], ], 'ListImportJobsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'ListManagementOptions' => [ 'base' => 'An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
', 'refs' => [ 'SendEmailRequest$ListManagementOptions' => 'An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
', ], ], 'ListOfContactLists' => [ 'base' => NULL, 'refs' => [ 'ListContactListsResponse$ContactLists' => 'The available contact lists.
', ], ], 'ListOfContacts' => [ 'base' => NULL, 'refs' => [ 'ListContactsResponse$Contacts' => 'The contacts present in a specific contact list.
', ], ], 'ListOfDedicatedIpPools' => [ 'base' => 'A list of dedicated IP pools that are associated with your Amazon Web Services account.
', 'refs' => [ 'ListDedicatedIpPoolsResponse$DedicatedIpPools' => 'A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
', ], ], 'ListRecommendationFilterValue' => [ 'base' => NULL, 'refs' => [ 'ListRecommendationsFilter$value' => NULL, ], ], 'ListRecommendationsFilter' => [ 'base' => 'An object that contains mapping between ListRecommendationsFilterKey
and ListRecommendationFilterValue
to filter by.
Filters applied when retrieving recommendations. Can eiter be an individual filter, or combinations of STATUS
and IMPACT
or STATUS
and TYPE
The ListRecommendations
filter type. This can be one of the following:
TYPE
– The recommendation type, with values like DKIM
, SPF
, DMARC
or BIMI
.
IMPACT
– The recommendation impact, with values like HIGH
or LOW
.
STATUS
– The recommendation status, with values like OPEN
or FIXED
.
RESOURCE_ARN
– The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com
.
Represents a request to list the existing recommendations for your account.
', 'refs' => [], ], 'ListRecommendationsResponse' => [ 'base' => 'Contains the response to your request to retrieve the list of recommendations for your account.
', 'refs' => [], ], 'ListSuppressedDestinationsRequest' => [ 'base' => 'A request to obtain a list of email destinations that are on the suppression list for your account.
', 'refs' => [], ], 'ListSuppressedDestinationsResponse' => [ 'base' => 'A list of suppressed email addresses.
', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'MailFromAttributes' => [ 'base' => 'A list of attributes that are associated with a MAIL FROM domain.
', 'refs' => [ 'GetEmailIdentityResponse$MailFromAttributes' => 'An object that contains information about the Mail-From attributes for the email identity.
', ], ], 'MailFromDomainName' => [ 'base' => 'The domain to use as a MAIL FROM domain.
', 'refs' => [ 'MailFromAttributes$MailFromDomain' => 'The name of a domain that an email identity uses as a custom MAIL FROM domain.
', 'PutEmailIdentityMailFromAttributesRequest$MailFromDomain' => 'The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must meet the following criteria:
It has to be a subdomain of the verified identity.
It can\'t be used to receive email.
It can\'t be used in a "From" address if the MAIL FROM domain is a destination for feedback forwarding emails.
The message can\'t be sent because the sending domain isn\'t verified.
', 'refs' => [], ], 'MailFromDomainStatus' => [ 'base' => 'The status of the MAIL FROM domain. This status can have the following values:
PENDING
– Amazon SES hasn\'t started searching for the MX record yet.
SUCCESS
– Amazon SES detected the required MX record for the MAIL FROM domain.
FAILED
– Amazon SES can\'t find the required MX record, or the record no longer exists.
TEMPORARY_FAILURE
– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
The status of the MAIL FROM domain. This status can have the following values:
PENDING
– Amazon SES hasn\'t started searching for the MX record yet.
SUCCESS
– Amazon SES detected the required MX record for the MAIL FROM domain.
FAILED
– Amazon SES can\'t find the required MX record, or the record no longer exists.
TEMPORARY_FAILURE
– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
The type of email your account is sending. The mail type can be one of the following:
MARKETING
– Most of your sending traffic is to keep your customers informed of your latest offering.
TRANSACTIONAL
– Most of your sending traffic is to communicate during a transaction with a customer.
The type of email your account will send.
', ], ], 'Max24HourSend' => [ 'base' => NULL, 'refs' => [ 'SendQuota$Max24HourSend' => 'The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)
', ], ], 'MaxItems' => [ 'base' => NULL, 'refs' => [ 'GetDedicatedIpsRequest$PageSize' => 'The number of results to show in a single call to GetDedicatedIpsRequest
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The number of results to show in a single call to ListConfigurationSets
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
Maximum number of contact lists to return at once. Use this parameter to paginate results. If additional contact lists exist beyond the specified limit, the NextToken
element is sent in the response. Use the NextToken
value in subsequent requests to retrieve additional lists.
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the NextToken
element is sent in the response. Use the NextToken
value in subsequent requests to retrieve additional contacts.
The number of results to show in a single call to ListCustomVerificationEmailTemplates
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 50.
', 'ListDedicatedIpPoolsRequest$PageSize' => 'The number of results to show in a single call to ListDedicatedIpPools
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The number of results to show in a single call to ListDeliverabilityTestReports
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
', 'ListDomainDeliverabilityCampaignsRequest$PageSize' => 'The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns
operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken
element, which you can use to obtain additional results.
The number of results to show in a single call to ListEmailIdentities
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
', 'ListEmailTemplatesRequest$PageSize' => 'The number of results to show in a single call to ListEmailTemplates
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
', 'ListImportJobsRequest$PageSize' => 'Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken
element is sent in the response. Use the NextToken
value in subsequent requests to retrieve additional addresses.
The number of results to show in a single call to ListRecommendations
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 100.
', 'ListSuppressedDestinationsRequest$PageSize' => 'The number of results to show in a single call to ListSuppressedDestinations
. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The maximum number of emails that you can send per second in the current Amazon Web Services Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
', ], ], 'Message' => [ 'base' => 'Represents the email message that you\'re sending. The Message
object consists of a subject line and a message body.
The simple email message. The message consists of a subject and a message body.
', ], ], 'MessageContent' => [ 'base' => 'The body of an email message.
', 'refs' => [ 'GetDeliverabilityTestReportResponse$Message' => 'An object that contains the message that you sent when you performed this predictive inbox placement test.
', ], ], 'MessageData' => [ 'base' => NULL, 'refs' => [ 'Content$Data' => 'The content of the message itself.
', ], ], 'MessageRejected' => [ 'base' => 'The message can\'t be sent because it contains invalid content.
', 'refs' => [], ], 'MessageTag' => [ 'base' => 'Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.
', 'refs' => [ 'MessageTagList$member' => NULL, ], ], 'MessageTagList' => [ 'base' => 'A list of message tags.
', 'refs' => [ 'BulkEmailEntry$ReplacementTags' => 'A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail
operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendEmail
operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendEmail
operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
The name of the message tag. The message tag name has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The name of the message tag. The message tag name has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The value of the message tag. The message tag value has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The value of the message tag. The message tag value has to meet the following criteria:
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The queried metric. This can be one of the following:
SEND
– Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
COMPLAINT
– Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
PERMANENT_BOUNCE
– Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
TRANSIENT_BOUNCE
– Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
OPEN
– Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
CLICK
– Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
DELIVERY
– Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
DELIVERY_OPEN
– Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
DELIVERY_CLICK
– Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
DELIVERY_COMPLAINT
– Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
An error corresponding to the unsuccessful processing of a single metric data query.
', 'refs' => [ 'MetricDataErrorList$member' => NULL, ], ], 'MetricDataErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchGetMetricDataResponse$Errors' => 'A list of MetricDataError
encountered while processing your metric data batch request.
The result of a single metric data query.
', 'refs' => [ 'MetricDataResultList$member' => NULL, ], ], 'MetricDataResultList' => [ 'base' => NULL, 'refs' => [ 'BatchGetMetricDataResponse$Results' => 'A list of successfully retrieved MetricDataResult
.
The BatchGetMetricDataQuery
dimension name. This can be one of the following:
EMAIL_IDENTITY
– The email identity used when sending messages.
CONFIGURATION_SET
– The configuration set used when sending messages (if one was used).
ISP
– The recipient ISP (e.g. Gmail
, Yahoo
, etc.).
The query namespace - e.g. VDM
A list of values (cumulative / sum) for the metric data results.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'GetDedicatedIpsRequest$NextToken' => 'A token returned from a previous call to GetDedicatedIps
to indicate the position of the dedicated IP pool in the list of IP pools.
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps
, passing this token in the NextToken
parameter.
A token returned from a previous call to ListConfigurationSets
to indicate the position in the list of configuration sets.
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets
, and pass this token in the NextToken
parameter.
A string token indicating that there might be additional contact lists available to be listed. Use the token provided in the Response to use in the subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.
', 'ListContactListsResponse$NextToken' => 'A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists
with the same parameters to retrieve the next page of contact lists.
A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
', 'ListContactsResponse$NextToken' => 'A string token indicating that there might be additional contacts available to be listed. Copy this token to a subsequent call to ListContacts
with the same parameters to retrieve the next page of contacts.
A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the position in the list of custom verification email templates.
A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates
to retrieve the next 50 custom verification email templates.
A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the list of dedicated IP pools.
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools
, passing this token in the NextToken
parameter.
A token returned from a previous call to ListDeliverabilityTestReports
to indicate the position in the list of predictive inbox placement tests.
A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports
, and pass this token in the NextToken
parameter.
A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns
operation. This token indicates the position of a campaign in the list of campaigns.
A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns
operation. This token indicates the position of the campaign in the list of campaigns.
A token returned from a previous call to ListEmailIdentities
to indicate the position in the list of identities.
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities
, and pass this token in the NextToken
parameter.
A token returned from a previous call to ListEmailTemplates
to indicate the position in the list of email templates.
A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent ListEmailTemplates
call to retrieve the next 10 email templates.
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs
with the same parameters to retrieve the next page of import jobs.
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs
with the same parameters to retrieve the next page of import jobs.
A token returned from a previous call to ListRecommendations
to indicate the position in the list of recommendations.
A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse
to use in the subsequent call to ListRecommendations
with the same parameters to retrieve the next page of recommendations.
A token returned from a previous call to ListSuppressedDestinations
to indicate the position in the list of suppressed email addresses.
A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations
, and pass this token in the NextToken
parameter.
The resource you attempted to access doesn\'t exist.
', 'refs' => [], ], 'OutboundMessageId' => [ 'base' => NULL, 'refs' => [ 'BulkEmailEntryResult$MessageId' => 'The unique message identifier returned from the SendBulkTemplatedEmail
operation.
The unique message identifier returned from the SendCustomVerificationEmail
operation.
A unique identifier for the message that is generated when the message is accepted.
It\'s possible for Amazon SES to accept a message without sending it. This can happen when the message that you\'re trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
', ], ], 'OverallVolume' => [ 'base' => 'An object that contains information about email that was sent from the selected domain.
', 'refs' => [ 'GetDomainStatisticsReportResponse$OverallVolume' => 'An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate
to the EndDate
.
An object that contains information about inbox placement percentages.
', 'refs' => [ 'DomainDeliverabilityCampaign$ReadRate' => 'The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
', 'DomainDeliverabilityCampaign$DeleteRate' => 'The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
', 'DomainDeliverabilityCampaign$ReadDeleteRate' => 'The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
', 'DomainIspPlacement$InboxPercentage' => 'The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.
', 'DomainIspPlacement$SpamPercentage' => 'The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.
', 'OverallVolume$ReadRatePercent' => 'The percentage of emails that were sent from the domain that were read by their recipients.
', 'PlacementStatistics$InboxPercentage' => 'The percentage of emails that arrived in recipients\' inboxes during the predictive inbox placement test.
', 'PlacementStatistics$SpamPercentage' => 'The percentage of emails that arrived in recipients\' spam or junk mail folders during the predictive inbox placement test.
', 'PlacementStatistics$MissingPercentage' => 'The percentage of emails that didn\'t arrive in recipients\' inboxes at all during the predictive inbox placement test.
', 'PlacementStatistics$SpfPercentage' => 'The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
', 'PlacementStatistics$DkimPercentage' => 'The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
', ], ], 'Percentage100Wrapper' => [ 'base' => NULL, 'refs' => [ 'DedicatedIp$WarmupPercentage' => 'Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.
', 'PutDedicatedIpWarmupAttributesRequest$WarmupPercentage' => 'The warm-up percentage that you want to associate with the dedicated IP address.
', ], ], 'PinpointDestination' => [ 'base' => 'An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
', 'refs' => [ 'EventDestination$PinpointDestination' => 'An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
', 'EventDestinationDefinition$PinpointDestination' => 'An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
', ], ], 'PlacementStatistics' => [ 'base' => 'An object that contains inbox placement data for an email provider.
', 'refs' => [ 'GetDeliverabilityTestReportResponse$OverallPlacement' => 'An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients\' inboxes, how many were sent to recipients\' spam folders, and how many weren\'t delivered.
', 'IspPlacement$PlacementStatistics' => 'An object that contains inbox placement metrics for a specific email provider.
', ], ], 'Policy' => [ 'base' => '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.
', 'refs' => [ 'CreateEmailIdentityPolicyRequest$Policy' => 'The text of the policy in JSON format. The policy cannot exceed 4 KB.
For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.
', 'PolicyMap$value' => NULL, 'UpdateEmailIdentityPolicyRequest$Policy' => 'The text of the policy in JSON format. The policy cannot exceed 4 KB.
For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.
', ], ], 'PolicyMap' => [ 'base' => 'An object that contains mapping between PolicyName
and Policy
text.
A map of policy names to policies.
', 'GetEmailIdentityResponse$Policies' => 'A map of policy names to policies.
', ], ], 'PolicyName' => [ 'base' => 'The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
', 'refs' => [ 'CreateEmailIdentityPolicyRequest$PolicyName' => 'The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
', 'DeleteEmailIdentityPolicyRequest$PolicyName' => 'The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
', 'PolicyMap$key' => NULL, 'UpdateEmailIdentityPolicyRequest$PolicyName' => 'The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
', ], ], 'PoolName' => [ 'base' => 'The name of a dedicated IP pool.
', 'refs' => [ 'CreateDedicatedIpPoolRequest$PoolName' => 'The name of the dedicated IP pool.
', 'DedicatedIp$PoolName' => 'The name of the dedicated IP pool that the IP address is associated with.
', 'DedicatedIpPool$PoolName' => 'The name of the dedicated IP pool.
', 'DeleteDedicatedIpPoolRequest$PoolName' => 'The name of the dedicated IP pool that you want to delete.
', 'DeliveryOptions$SendingPoolName' => 'The name of the dedicated IP pool to associate with the configuration set.
', 'GetDedicatedIpPoolRequest$PoolName' => 'The name of the dedicated IP pool to retrieve.
', 'GetDedicatedIpsRequest$PoolName' => 'The name of the IP pool that the dedicated IP address is associated with.
', 'ListOfDedicatedIpPools$member' => NULL, 'PutDedicatedIpInPoolRequest$DestinationPoolName' => 'The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.
', 'PutDedicatedIpPoolScalingAttributesRequest$PoolName' => 'The name of the dedicated IP pool.
', ], ], 'PrivateKey' => [ 'base' => NULL, 'refs' => [ 'DkimSigningAttributes$DomainSigningPrivateKey' => '[Bring Your Own DKIM] A private key that\'s used to generate a DKIM signature.
The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
', ], ], 'ProcessedRecordsCount' => [ 'base' => NULL, 'refs' => [ 'GetImportJobResponse$ProcessedRecordsCount' => 'The current number of records processed.
', 'ImportJobSummary$ProcessedRecordsCount' => 'The current number of records processed.
', ], ], 'PutAccountDedicatedIpWarmupAttributesRequest' => [ 'base' => 'A request to enable or disable the automatic IP address warm-up feature.
', 'refs' => [], ], 'PutAccountDedicatedIpWarmupAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutAccountDetailsRequest' => [ 'base' => 'A request to submit new account details.
', 'refs' => [], ], 'PutAccountDetailsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutAccountSendingAttributesRequest' => [ 'base' => 'A request to change the ability of your account to send email.
', 'refs' => [], ], 'PutAccountSendingAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutAccountSuppressionAttributesRequest' => [ 'base' => 'A request to change your account\'s suppression preferences.
', 'refs' => [], ], 'PutAccountSuppressionAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutAccountVdmAttributesRequest' => [ 'base' => 'A request to submit new account VDM attributes.
', 'refs' => [], ], 'PutAccountVdmAttributesResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutConfigurationSetDeliveryOptionsRequest' => [ 'base' => 'A request to associate a configuration set with a dedicated IP pool.
', 'refs' => [], ], 'PutConfigurationSetDeliveryOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutConfigurationSetReputationOptionsRequest' => [ 'base' => 'A request to enable or disable tracking of reputation metrics for a configuration set.
', 'refs' => [], ], 'PutConfigurationSetReputationOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutConfigurationSetSendingOptionsRequest' => [ 'base' => 'A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration set.
', 'refs' => [], ], 'PutConfigurationSetSendingOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutConfigurationSetSuppressionOptionsRequest' => [ 'base' => 'A request to change the account suppression list preferences for a specific configuration set.
', 'refs' => [], ], 'PutConfigurationSetSuppressionOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutConfigurationSetTrackingOptionsRequest' => [ 'base' => 'A request to add a custom domain for tracking open and click events to a configuration set.
', 'refs' => [], ], 'PutConfigurationSetTrackingOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutConfigurationSetVdmOptionsRequest' => [ 'base' => 'A request to add specific VDM settings to a configuration set.
', 'refs' => [], ], 'PutConfigurationSetVdmOptionsResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutDedicatedIpInPoolRequest' => [ 'base' => 'A request to move a dedicated IP address to a dedicated IP pool.
', 'refs' => [], ], 'PutDedicatedIpInPoolResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutDedicatedIpPoolScalingAttributesRequest' => [ 'base' => 'A request to convert a dedicated IP pool to a different scaling mode.
', 'refs' => [], ], 'PutDedicatedIpPoolScalingAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutDedicatedIpWarmupAttributesRequest' => [ 'base' => 'A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
', 'refs' => [], ], 'PutDedicatedIpWarmupAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutDeliverabilityDashboardOptionRequest' => [ 'base' => 'Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
', 'refs' => [], ], 'PutDeliverabilityDashboardOptionResponse' => [ 'base' => 'A response that indicates whether the Deliverability dashboard is enabled.
', 'refs' => [], ], 'PutEmailIdentityConfigurationSetAttributesRequest' => [ 'base' => 'A request to associate a configuration set with an email identity.
', 'refs' => [], ], 'PutEmailIdentityConfigurationSetAttributesResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'PutEmailIdentityDkimAttributesRequest' => [ 'base' => 'A request to enable or disable DKIM signing of email that you send from an email identity.
', 'refs' => [], ], 'PutEmailIdentityDkimAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutEmailIdentityDkimSigningAttributesRequest' => [ 'base' => 'A request to change the DKIM attributes for an email identity.
', 'refs' => [], ], 'PutEmailIdentityDkimSigningAttributesResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
', 'refs' => [], ], 'PutEmailIdentityFeedbackAttributesRequest' => [ 'base' => 'A request to set the attributes that control how bounce and complaint events are processed.
', 'refs' => [], ], 'PutEmailIdentityFeedbackAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutEmailIdentityMailFromAttributesRequest' => [ 'base' => 'A request to configure the custom MAIL FROM domain for a verified identity.
', 'refs' => [], ], 'PutEmailIdentityMailFromAttributesResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'PutSuppressedDestinationRequest' => [ 'base' => 'A request to add an email destination to the suppression list for your account.
', 'refs' => [], ], 'PutSuppressedDestinationResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'QueryErrorCode' => [ 'base' => NULL, 'refs' => [ 'MetricDataError$Code' => 'The query error code. Can be one of:
INTERNAL_FAILURE
– Amazon SES has failed to process one of the queries.
ACCESS_DENIED
– You have insufficient access to retrieve metrics based on the given query.
The error message associated with the current query error.
', ], ], 'QueryIdentifier' => [ 'base' => NULL, 'refs' => [ 'BatchGetMetricDataQuery$Id' => 'The query identifier.
', 'MetricDataError$Id' => 'The query identifier.
', 'MetricDataResult$Id' => 'The query identifier.
', ], ], 'RawMessage' => [ 'base' => 'Represents the raw content of an email message.
', 'refs' => [ 'EmailContent$Raw' => 'The raw email message. The message has to meet the following criteria:
The message has to contain a header and a body, separated by one blank line.
All of the required header fields must be present in the message.
Each part of a multipart MIME message must be formatted properly.
If you include attachments, they must be in a file format that the Amazon SES API v2 supports.
The entire message must be Base64 encoded.
If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients\' email clients render the message properly.
The length of any single line of text in the message can\'t exceed 1,000 characters. This restriction is defined in RFC 5321.
The raw email message. The message has to meet the following criteria:
The message has to contain a header and a body, separated by one blank line.
All of the required header fields must be present in the message.
Each part of a multipart MIME message must be formatted properly.
Attachments must be in a file format that the Amazon SES API v2 supports.
The entire message must be Base64 encoded.
If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients\' email clients render the message properly.
The length of any single line of text in the message can\'t exceed 1,000 characters. This restriction is defined in RFC 5321.
The raw email message. The message has to meet the following criteria:
The message has to contain a header and a body, separated by one blank line.
All of the required header fields must be present in the message.
Each part of a multipart MIME message must be formatted properly.
Attachments must be in a file format that the Amazon SES supports.
The entire message must be Base64 encoded.
If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients\' email clients render the message properly.
The length of any single line of text in the message can\'t exceed 1,000 characters. This restriction is defined in RFC 5321.
The name of a blacklist that an IP address was found on.
', 'refs' => [ 'BlacklistEntry$RblName' => 'The name of the blacklist that the IP address appears on.
', ], ], 'Recommendation' => [ 'base' => 'A recommendation generated for your account.
', 'refs' => [ 'RecommendationsList$member' => NULL, ], ], 'RecommendationDescription' => [ 'base' => NULL, 'refs' => [ 'Recommendation$Description' => 'The recommendation description / disambiguator - e.g. DKIM1
and DKIM2
are different recommendations about your DKIM setup.
The recommendation impact, with values like HIGH
or LOW
.
The recommendation status, with values like OPEN
or FIXED
.
The recommendation type, with values like DKIM
, SPF
, DMARC
or BIMI
.
The recommendations applicable to your account.
', ], ], 'RenderedEmailTemplate' => [ 'base' => 'The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
', 'refs' => [ 'TestRenderEmailTemplateResponse$RenderedTemplate' => 'The complete MIME message rendered by applying the data in the TemplateData
parameter to the template specified in the TemplateName parameter.
The ReplaceEmailContent
object to be used for a specific BulkEmailEntry
. The ReplacementTemplate
can be specified within this object.
The ReplacementEmailContent
associated with a BulkEmailEntry
.
An object which contains ReplacementTemplateData
to be used for a specific BulkEmailEntry
.
The ReplacementTemplate
associated with ReplacementEmailContent
.
A unique string that identifies a Deliverability dashboard report.
', 'refs' => [ 'CreateDeliverabilityTestReportResponse$ReportId' => 'A unique string that identifies the predictive inbox placement test.
', 'DeliverabilityTestReport$ReportId' => 'A unique string that identifies the predictive inbox placement test.
', 'GetDeliverabilityTestReportRequest$ReportId' => 'A unique string that identifies the predictive inbox placement test.
', ], ], 'ReportName' => [ 'base' => 'A name that helps you identify a report generated by the Deliverability dashboard.
', 'refs' => [ 'CreateDeliverabilityTestReportRequest$ReportName' => 'A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
', 'DeliverabilityTestReport$ReportName' => 'A name that helps you identify a predictive inbox placement test report.
', ], ], 'ReputationOptions' => [ 'base' => 'Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current Amazon Web Services Region.
', 'refs' => [ 'CreateConfigurationSetRequest$ReputationOptions' => 'An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
', 'GetConfigurationSetResponse$ReputationOptions' => 'An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
', ], ], 'ReviewDetails' => [ 'base' => 'An object that contains information about your account details review.
', 'refs' => [ 'AccountDetails$ReviewDetails' => 'Information about the review of the latest details you submitted.
', ], ], 'ReviewStatus' => [ 'base' => NULL, 'refs' => [ 'ReviewDetails$Status' => 'The status of the latest review of your account. The status can be one of the following:
PENDING
– We have received your appeal and are in the process of reviewing it.
GRANTED
– Your appeal has been reviewed and your production access has been granted.
DENIED
– Your appeal has been reviewed and your production access has been denied.
FAILED
– An internal error occurred and we didn\'t receive your appeal. You can submit your appeal again.
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
', 'refs' => [ 'ImportDataSource$S3Url' => 'An Amazon S3 URL in the format s3://<bucket_name>/<object>.
', ], ], 'ScalingMode' => [ 'base' => NULL, 'refs' => [ 'CreateDedicatedIpPoolRequest$ScalingMode' => 'The type of scaling mode.
', 'DedicatedIpPool$ScalingMode' => 'The type of the dedicated IP pool.
STANDARD
– A dedicated IP pool where you can control which IPs are part of the pool.
MANAGED
– A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED
to STANDARD
is not supported.
[Bring Your Own DKIM] A string that\'s used to identify a public key in the DNS configuration for a domain.
', ], ], 'SendBulkEmailRequest' => [ 'base' => 'Represents a request to send email messages to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'SendBulkEmailResponse' => [ 'base' => 'The following data is returned in JSON format by the service.
', 'refs' => [], ], 'SendCustomVerificationEmailRequest' => [ 'base' => 'Represents a request to send a custom verification email to a specified recipient.
', 'refs' => [], ], 'SendCustomVerificationEmailResponse' => [ 'base' => 'The following element is returned by the service.
', 'refs' => [], ], 'SendEmailRequest' => [ 'base' => 'Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'SendEmailResponse' => [ 'base' => 'A unique message ID that you receive when an email is accepted for sending.
', 'refs' => [], ], 'SendQuota' => [ 'base' => 'An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
', 'refs' => [ 'GetAccountResponse$SendQuota' => 'An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
', ], ], 'SendingOptions' => [ 'base' => 'Used to enable or disable email sending for messages that use this configuration set in the current Amazon Web Services Region.
', 'refs' => [ 'CreateConfigurationSetRequest$SendingOptions' => 'An object that defines whether or not Amazon SES can send email that you send using the configuration set.
', 'GetConfigurationSetResponse$SendingOptions' => 'An object that defines whether or not Amazon SES can send email that you send using the configuration set.
', ], ], 'SendingPausedException' => [ 'base' => 'The message can\'t be sent because the account\'s ability to send email is currently paused.
', 'refs' => [], ], 'SendingPoolName' => [ 'base' => 'The name of the dedicated IP pool to associate with the configuration set.
', 'refs' => [ 'PutConfigurationSetDeliveryOptionsRequest$SendingPoolName' => 'The name of the dedicated IP pool to associate with the configuration set.
', ], ], 'SentLast24Hours' => [ 'base' => NULL, 'refs' => [ 'SendQuota$SentLast24Hours' => 'The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.
', ], ], 'SnsDestination' => [ 'base' => 'An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
', 'refs' => [ 'EventDestination$SnsDestination' => 'An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
', 'EventDestinationDefinition$SnsDestination' => 'An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
', ], ], 'Subject' => [ 'base' => NULL, 'refs' => [ 'DomainDeliverabilityCampaign$Subject' => 'The subject line, or title, of the email message.
', ], ], 'SubscriptionStatus' => [ 'base' => NULL, 'refs' => [ 'ListContactsFilter$FilteredStatus' => 'The status by which you are filtering: OPT_IN
or OPT_OUT
.
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
', 'TopicPreference$SubscriptionStatus' => 'The contact\'s subscription status to a topic which is either OPT_IN
or OPT_OUT
.
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
', 'refs' => [ 'CreateCustomVerificationEmailTemplateRequest$SuccessRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
', 'CustomVerificationEmailTemplateMetadata$SuccessRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
', 'GetCustomVerificationEmailTemplateResponse$SuccessRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
', 'UpdateCustomVerificationEmailTemplateRequest$SuccessRedirectionURL' => 'The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
', ], ], 'SuppressedDestination' => [ 'base' => 'An object that contains information about an email address that is on the suppression list for your account.
', 'refs' => [ 'GetSuppressedDestinationResponse$SuppressedDestination' => 'An object containing information about the suppressed email address.
', ], ], 'SuppressedDestinationAttributes' => [ 'base' => 'An object that contains additional attributes that are related an email address that is on the suppression list for your account.
', 'refs' => [ 'SuppressedDestination$Attributes' => 'An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
', ], ], 'SuppressedDestinationSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSuppressedDestinationsResponse$SuppressedDestinationSummaries' => 'A list of summaries, each containing a summary for a suppressed email destination.
', ], ], 'SuppressedDestinationSummary' => [ 'base' => 'A summary that describes the suppressed email address.
', 'refs' => [ 'SuppressedDestinationSummaries$member' => NULL, ], ], 'SuppressionAttributes' => [ 'base' => 'An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
', 'refs' => [ 'GetAccountResponse$SuppressionAttributes' => 'An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
', ], ], 'SuppressionListDestination' => [ 'base' => 'An object that contains details about the action of suppression list.
', 'refs' => [ 'ImportDestination$SuppressionListDestination' => 'An object that contains the action of the import job towards suppression list.
', ], ], 'SuppressionListImportAction' => [ 'base' => 'The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list.
DELETE: remove the address from the suppression list.
The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
The reason that the address was added to the suppression list for your account. The value can be one of the following:
COMPLAINT
– Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.
BOUNCE
– Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.
The factors that should cause the email address to be added to the suppression list for your account.
', 'SuppressedDestination$Reason' => 'The reason that the address was added to the suppression list for your account.
', 'SuppressedDestinationSummary$Reason' => 'The reason that the address was added to the suppression list for your account.
', 'SuppressionListReasons$member' => NULL, ], ], 'SuppressionListReasons' => [ 'base' => NULL, 'refs' => [ 'ListSuppressedDestinationsRequest$Reasons' => 'The factors that caused the email address to be added to .
', 'PutAccountSuppressionAttributesRequest$SuppressedReasons' => 'A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
An object that contains information about the suppression list preferences for your account.
', 'refs' => [ 'CreateConfigurationSetRequest$SuppressionOptions' => NULL, 'GetConfigurationSetResponse$SuppressionOptions' => 'An object that contains information about the suppression list preferences for your account.
', ], ], 'Tag' => [ 'base' => 'An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:
Tag keys and values are case sensitive.
For each associated resource, each tag key must be unique and it can have only one value.
The aws:
prefix is reserved for use by Amazon Web Services; you can’t use it in any tag keys or values that you define. In addition, you can\'t edit or remove tag keys or values that use this prefix. Tags that use this prefix don’t count against the limit of 50 tags per resource.
You can associate tags with public or shared resources, but the tags are available only for your Amazon Web Services account, not any other accounts that share the resource. In addition, the tags are available only for resources that are located in the specified Amazon Web Services Region for your Amazon Web Services account.
One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => 'The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.
To remove more than one tag from the resource, append the TagKeys
parameter and argument for each additional tag to remove, separated by an ampersand. For example: /v2/email/tags?ResourceArn=ResourceArn&TagKeys=Key1&TagKeys=Key2
An array of objects that define the tags (keys and values) to associate with the configuration set.
', 'CreateContactListRequest$Tags' => 'The tags associated with a contact list.
', 'CreateDedicatedIpPoolRequest$Tags' => 'An object that defines the tags (keys and values) that you want to associate with the pool.
', 'CreateDeliverabilityTestReportRequest$Tags' => 'An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
', 'CreateEmailIdentityRequest$Tags' => 'An array of objects that define the tags (keys and values) to associate with the email identity.
', 'GetConfigurationSetResponse$Tags' => 'An array of objects that define the tags (keys and values) that are associated with the configuration set.
', 'GetContactListResponse$Tags' => 'The tags associated with a contact list.
', 'GetDeliverabilityTestReportResponse$Tags' => 'An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
', 'GetEmailIdentityResponse$Tags' => 'An array of objects that define the tags (keys and values) that are associated with the email identity.
', 'ListTagsForResourceResponse$Tags' => 'An array that lists all the tags that are associated with the resource. Each tag consists of a required tag key (Key
) and an associated tag value (Value
)
A list of the tags that you want to add to the resource. A tag consists of a required tag key (Key
) and an associated tag value (Value
). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don\'t want a resource to have a specific tag value, don\'t specify a value for this parameter. If you don\'t specify a value, Amazon SES sets the value to an empty string.
', ], ], 'Template' => [ 'base' => 'An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An email template is a type of message template that contains content that you want to define, save, and reuse in email messages that you send.
', 'refs' => [ 'BulkEmailContent$Template' => 'The template to use for the bulk email message.
', 'EmailContent$Template' => 'The template to use for the email message.
', ], ], 'TemplateContent' => [ 'base' => 'The content of the custom verification email template.
', 'refs' => [ 'CreateCustomVerificationEmailTemplateRequest$TemplateContent' => 'The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
', 'GetCustomVerificationEmailTemplateResponse$TemplateContent' => 'The content of the custom verification email.
', 'UpdateCustomVerificationEmailTemplateRequest$TemplateContent' => 'The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
', ], ], 'TestRenderEmailTemplateRequest' => [ 'base' => '>Represents a request to create a preview of the MIME content of an email when provided with a template and a set of replacement data.
', 'refs' => [], ], 'TestRenderEmailTemplateResponse' => [ 'base' => 'The following element is returned by the service.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'BatchGetMetricDataQuery$StartDate' => 'Represents the start date for the query interval.
', 'BatchGetMetricDataQuery$EndDate' => 'Represents the end date for the query interval.
', 'BlacklistEntry$ListingTime' => 'The time when the blacklisting event occurred.
', 'Contact$LastUpdatedTimestamp' => 'A timestamp noting the last time the contact\'s information was updated.
', 'ContactList$LastUpdatedTimestamp' => 'A timestamp noting the last time the contact list was updated.
', 'DailyVolume$StartDate' => 'The date that the DailyVolume metrics apply to, in Unix time.
', 'DeliverabilityTestReport$CreateDate' => 'The date and time when the predictive inbox placement test was created.
', 'DkimAttributes$LastKeyGenerationTimestamp' => '[Easy DKIM] The last time a key pair was generated for this identity.
', 'DomainDeliverabilityCampaign$FirstSeenDateTime' => 'The first time when the email message was delivered to any recipient\'s inbox. This value can help you determine how long it took for a campaign to deliver an email message.
', 'DomainDeliverabilityCampaign$LastSeenDateTime' => 'The last time when the email message was delivered to any recipient\'s inbox. This value can help you determine how long it took for a campaign to deliver an email message.
', 'DomainDeliverabilityTrackingOption$SubscriptionStartDate' => 'The date when you enabled the Deliverability dashboard for the domain.
', 'EmailTemplateMetadata$CreatedTimestamp' => 'The time and date the template was created.
', 'GetContactListResponse$CreatedTimestamp' => 'A timestamp noting when the contact list was created.
', 'GetContactListResponse$LastUpdatedTimestamp' => 'A timestamp noting the last time the contact list was updated.
', 'GetContactResponse$CreatedTimestamp' => 'A timestamp noting when the contact was created.
', 'GetContactResponse$LastUpdatedTimestamp' => 'A timestamp noting the last time the contact\'s information was updated.
', 'GetDeliverabilityDashboardOptionsResponse$SubscriptionExpiryDate' => 'The date when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
', 'GetDomainStatisticsReportRequest$StartDate' => 'The first day (in Unix time) that you want to obtain domain deliverability metrics for.
', 'GetDomainStatisticsReportRequest$EndDate' => 'The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate
that you specify has to be less than or equal to 30 days after the StartDate
.
The time stamp of when the import job was created.
', 'GetImportJobResponse$CompletedTimestamp' => 'The time stamp of when the import job was completed.
', 'ImportJobSummary$CreatedTimestamp' => 'The date and time when the import job was created.
', 'ListDomainDeliverabilityCampaignsRequest$StartDate' => 'The first day that you want to obtain deliverability data for.
', 'ListDomainDeliverabilityCampaignsRequest$EndDate' => 'The last day that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate
parameter.
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.
', 'ListSuppressedDestinationsRequest$EndDate' => 'Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.
', 'Recommendation$CreatedTimestamp' => 'The first time this issue was encountered and the recommendation was generated.
', 'Recommendation$LastUpdatedTimestamp' => 'The last time the recommendation was updated.
', 'SuppressedDestination$LastUpdateTime' => 'The date and time when the suppressed destination was last updated, shown in Unix time format.
', 'SuppressedDestinationSummary$LastUpdateTime' => 'The date and time when the suppressed destination was last updated, shown in Unix time format.
', 'TimestampList$member' => NULL, ], ], 'TimestampList' => [ 'base' => NULL, 'refs' => [ 'MetricDataResult$Timestamps' => 'A list of timestamps for the metric data results.
', ], ], 'TlsPolicy' => [ 'base' => 'Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can\'t be established.
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can\'t be established.
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can\'t be established.
Too many requests have been made to the operation.
', 'refs' => [], ], 'Topic' => [ 'base' => 'An interest group, theme, or label within a list. Lists can have multiple topics.
', 'refs' => [ 'Topics$member' => NULL, ], ], 'TopicFilter' => [ 'base' => 'Used for filtering by a specific topic preference.
', 'refs' => [ 'ListContactsFilter$TopicFilter' => 'Used for filtering by a specific topic preference.
', ], ], 'TopicName' => [ 'base' => NULL, 'refs' => [ 'ListManagementOptions$TopicName' => 'The name of the topic.
', 'Topic$TopicName' => 'The name of the topic.
', 'TopicFilter$TopicName' => 'The name of a topic on which you wish to apply the filter.
', 'TopicPreference$TopicName' => 'The name of the topic.
', ], ], 'TopicPreference' => [ 'base' => 'The contact\'s preference for being opted-in to or opted-out of a topic.
', 'refs' => [ 'TopicPreferenceList$member' => NULL, ], ], 'TopicPreferenceList' => [ 'base' => NULL, 'refs' => [ 'Contact$TopicPreferences' => 'The contact\'s preference for being opted-in to or opted-out of a topic.
', 'Contact$TopicDefaultPreferences' => 'The default topic preferences applied to the contact.
', 'CreateContactRequest$TopicPreferences' => 'The contact\'s preferences for being opted-in to or opted-out of topics.
', 'GetContactResponse$TopicPreferences' => 'The contact\'s preference for being opted-in to or opted-out of a topic.>
', 'GetContactResponse$TopicDefaultPreferences' => 'The default topic preferences applied to the contact.
', 'UpdateContactRequest$TopicPreferences' => 'The contact\'s preference for being opted-in to or opted-out of a topic.
', ], ], 'Topics' => [ 'base' => NULL, 'refs' => [ 'CreateContactListRequest$Topics' => 'An interest group, theme, or label within a list. A contact list can have multiple topics.
', 'GetContactListResponse$Topics' => 'An interest group, theme, or label within a list. A contact list can have multiple topics.
', 'UpdateContactListRequest$Topics' => 'An interest group, theme, or label within a list. A contact list can have multiple topics.
', ], ], 'TrackingOptions' => [ 'base' => 'An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that\'s used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.
', 'refs' => [ 'CreateConfigurationSetRequest$TrackingOptions' => 'An object that defines the open and click tracking options for emails that you send using the configuration set.
', 'GetConfigurationSetResponse$TrackingOptions' => 'An object that defines the open and click tracking options for emails that you send using the configuration set.
', ], ], 'UnsubscribeAll' => [ 'base' => NULL, 'refs' => [ 'Contact$UnsubscribeAll' => 'A boolean value status noting if the contact is unsubscribed from all contact list topics.
', 'CreateContactRequest$UnsubscribeAll' => 'A boolean value status noting if the contact is unsubscribed from all contact list topics.
', 'GetContactResponse$UnsubscribeAll' => 'A boolean value status noting if the contact is unsubscribed from all contact list topics.
', 'UpdateContactRequest$UnsubscribeAll' => 'A boolean value status noting if the contact is unsubscribed from all contact list topics.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateConfigurationSetEventDestinationRequest' => [ 'base' => 'A request to change the settings for an event destination for a configuration set.
', 'refs' => [], ], 'UpdateConfigurationSetEventDestinationResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'UpdateContactListRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContactListResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContactRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContactResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCustomVerificationEmailTemplateRequest' => [ 'base' => 'Represents a request to update an existing custom verification email template.
', 'refs' => [], ], 'UpdateCustomVerificationEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'UpdateEmailIdentityPolicyRequest' => [ 'base' => 'Represents a request to update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'UpdateEmailIdentityPolicyResponse' => [ 'base' => 'An HTTP 200 response if the request succeeds, or an error message if the request fails.
', 'refs' => [], ], 'UpdateEmailTemplateRequest' => [ 'base' => 'Represents a request to update an email template. For more information, see the Amazon SES Developer Guide.
', 'refs' => [], ], 'UpdateEmailTemplateResponse' => [ 'base' => 'If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'refs' => [], ], 'UseCaseDescription' => [ 'base' => NULL, 'refs' => [ 'AccountDetails$UseCaseDescription' => 'A description of the types of email that you plan to send.
', 'PutAccountDetailsRequest$UseCaseDescription' => 'A description of the types of email that you plan to send.
', ], ], 'UseDefaultIfPreferenceUnavailable' => [ 'base' => NULL, 'refs' => [ 'TopicFilter$UseDefaultIfPreferenceUnavailable' => 'Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.
', ], ], 'VdmAttributes' => [ 'base' => 'The VDM attributes that apply to your Amazon SES account.
', 'refs' => [ 'GetAccountResponse$VdmAttributes' => 'The VDM attributes that apply to your Amazon SES account.
', 'PutAccountVdmAttributesRequest$VdmAttributes' => 'The VDM attributes that you wish to apply to your Amazon SES account.
', ], ], 'VdmOptions' => [ 'base' => 'An object that defines the VDM settings that apply to emails that you send using the configuration set.
', 'refs' => [ 'CreateConfigurationSetRequest$VdmOptions' => 'An object that defines the VDM options for emails that you send using the configuration set.
', 'GetConfigurationSetResponse$VdmOptions' => 'An object that contains information about the VDM preferences for your configuration set.
', 'PutConfigurationSetVdmOptionsRequest$VdmOptions' => 'The VDM options to apply to the configuration set.
', ], ], 'VerificationStatus' => [ 'base' => NULL, 'refs' => [ 'GetEmailIdentityResponse$VerificationStatus' => 'The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn\'t yet been able to verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
NOT_STARTED
– The verification process hasn\'t been initiated for the identity.
The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn\'t yet been able to verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
NOT_STARTED
– The verification process hasn\'t been initiated for the identity.
An object that contains information about inbox placement volume.
', 'refs' => [ 'DomainDeliverabilityCampaign$InboxCount' => 'The number of email messages that were delivered to recipients’ inboxes.
', 'DomainDeliverabilityCampaign$SpamCount' => 'The number of email messages that were delivered to recipients\' spam or junk mail folders.
', 'DomainDeliverabilityCampaign$ProjectedVolume' => 'The projected number of recipients that the email message was sent to.
', 'DomainIspPlacement$InboxRawCount' => 'The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.
', 'DomainIspPlacement$SpamRawCount' => 'The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.
', 'VolumeStatistics$InboxRawCount' => 'The total number of emails that arrived in recipients\' inboxes.
', 'VolumeStatistics$SpamRawCount' => 'The total number of emails that arrived in recipients\' spam or junk mail folders.
', 'VolumeStatistics$ProjectedInbox' => 'An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' inboxes.
', 'VolumeStatistics$ProjectedSpam' => 'An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' spam or junk mail folders.
', ], ], 'VolumeStatistics' => [ 'base' => 'An object that contains information about the amount of email that was delivered to recipients.
', 'refs' => [ 'DailyVolume$VolumeStatistics' => 'An object that contains inbox placement metrics for a specific day in the analysis period.
', 'OverallVolume$VolumeStatistics' => 'An object that contains information about the numbers of messages that arrived in recipients\' inboxes and junk mail folders.
', ], ], 'WarmupStatus' => [ 'base' => 'The warmup status of a dedicated IP.
', 'refs' => [ 'DedicatedIp$WarmupStatus' => 'The warm-up status of a dedicated IP address. The status can have one of the following values:
IN_PROGRESS
– The IP address isn\'t ready to use because the dedicated IP warm-up process is ongoing.
DONE
– The dedicated IP warm-up process is complete, and the IP address is ready to use.
The URL of your website. This information helps us better understand the type of content that you plan to send.
', 'PutAccountDetailsRequest$WebsiteURL' => 'The URL of your website. This information helps us better understand the type of content that you plan to send.
', ], ], ],];