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.
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 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.
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.
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.
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.
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.
An object that contains information about the inbox placement data settings
for a verified domain that’s associated with your AWS account. This data is
available only if you enabled the Deliverability dashboard for the domain.
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.
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.
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.
Welcome to the Amazon SES API v2 Reference. This guide provides information
about the Amazon SES API v2, including supported operations, data types,
parameters, and schemas.
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.
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.
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.
The action that you want 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.
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 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 location where the Amazon SES API v2 finds the value of a dimension to
publish to Amazon CloudWatch. If you want 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. If you want to use your own email headers, choose
emailHeader. If you want to use link tags, choose
linkTags.
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.