Amazon Web Services Email API

The Email API from Amazon Web Services — 96 operation(s) for email.

OpenAPI Specification

amazon-web-services-email-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Amazon Web Services accessanalyzer 2012 09 25 Email API
  description: <p>Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. Its features include findings for external and unused access, basic and custom policy checks for validating policies, and policy generation to generate fine-grained policies. To start using IAM Access Analyzer to identify external or unused access, you first need to create an analyzer.</p> <p> <b>External access analyzers</b> help identify potential risks of accessing resources by enabling you to identify any resource policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An external principal can be another Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to preview public and cross-account access to your resources before deploying permissions changes.</p> <p> <b>Unused access analyzers</b> help identify potential identity access risks by enabling you to identify unused IAM roles, unused access keys, unused console passwords, and IAM principals with unused service and action-level permissions.</p> <p>Beyond findings, IAM Access Analyzer provides basic and custom policy checks to validate IAM policies before deploying permissions changes. You can use policy generation to refine permissions by attaching a policy generated using access activity logged in CloudTrail logs. </p> <p>This guide describes the IAM Access Analyzer operations that you can call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
tags:
- name: Email
paths:
  /v1/email/configuration-sets:
    GET:
      summary: Amazon Web Services Listconfigurationsets
      description: List all of the configuration sets associated with your Amazon Pinpoint account in the current region. In Amazon Pinpoint, 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.
      operationId: amazonWebServicesListConfigurationSets
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/event-destinations:
    GET:
      summary: Amazon Web Services Getconfigurationseteventdestinations
      description: Retrieve a list of event destinations that are associated with a configuration set. In Amazon Pinpoint, 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.
      operationId: amazonWebServicesGetConfigurationSetEventDestinations
      tags:
      - Email
  /v1/email/dedicated-ip-pools:
    GET:
      summary: Amazon Web Services Listdedicatedippools
      description: List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.
      operationId: amazonWebServicesListDedicatedIpPools
      tags:
      - Email
  /v1/email/deliverability-dashboard/test:
    POST:
      summary: Amazon Web Services Createdeliverabilitytestreport
      description: 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 Pinpoint 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.
      operationId: amazonWebServicesCreateDeliverabilityTestReport
      tags:
      - Email
  /v1/email/identities:
    GET:
      summary: Amazon Web Services Listemailidentities
      description: Returns a list of all of the email identities that are associated with your Amazon Pinpoint 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.
      operationId: amazonWebServicesListEmailIdentities
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}:
    GET:
      summary: Amazon Web Services Getconfigurationset
      description: 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. In Amazon Pinpoint, 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.
      operationId: amazonWebServicesGetConfigurationSet
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}:
    PUT:
      summary: Amazon Web Services Updateconfigurationseteventdestination
      description: Update the configuration of an event destination for a configuration set. In Amazon Pinpoint, 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.
      operationId: amazonWebServicesUpdateConfigurationSetEventDestination
      tags:
      - Email
  /v1/email/dedicated-ip-pools/{PoolName}:
    DELETE:
      summary: Amazon Web Services Deletededicatedippool
      description: Delete a dedicated IP pool.
      operationId: amazonWebServicesDeleteDedicatedIpPool
      tags:
      - Email
  /v1/email/identities/{EmailIdentity}:
    GET:
      summary: Amazon Web Services Getemailidentity
      description: Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings.
      operationId: amazonWebServicesGetEmailIdentity
      tags:
      - Email
  /v1/email/account:
    GET:
      summary: Amazon Web Services Getaccount
      description: Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.
      operationId: amazonWebServicesGetAccount
      tags:
      - Email
  /v1/email/deliverability-dashboard/blacklist-report:
    GET:
      summary: Amazon Web Services Getblacklistreports
      description: Retrieve a list of the blacklists that your dedicated IP addresses appear on.
      operationId: amazonWebServicesGetBlacklistReports
      tags:
      - Email
  /v1/email/dedicated-ips/{IP}:
    GET:
      summary: Amazon Web Services Getdedicatedip
      description: 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.
      operationId: amazonWebServicesGetDedicatedIp
      tags:
      - Email
  /v1/email/dedicated-ips:
    GET:
      summary: Amazon Web Services Getdedicatedips
      description: List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
      operationId: amazonWebServicesGetDedicatedIps
      tags:
      - Email
  /v1/email/deliverability-dashboard:
    PUT:
      summary: Amazon Web Services Putdeliverabilitydashboardoption
      description: Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. 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 Pinpoint. 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 Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
      operationId: amazonWebServicesPutDeliverabilityDashboardOption
      tags:
      - Email
  /v1/email/deliverability-dashboard/test-reports/{ReportId}:
    GET:
      summary: Amazon Web Services Getdeliverabilitytestreport
      description: Retrieve the results of a predictive inbox placement test.
      operationId: amazonWebServicesGetDeliverabilityTestReport
      tags:
      - Email
  /v1/email/deliverability-dashboard/campaigns/{CampaignId}:
    GET:
      summary: Amazon Web Services Getdomaindeliverabilitycampaign
      description: 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).
      operationId: amazonWebServicesGetDomainDeliverabilityCampaign
      tags:
      - Email
  /v1/email/deliverability-dashboard/statistics-report/{Domain}:
    GET:
      summary: Amazon Web Services Getdomainstatisticsreport
      description: Retrieve inbox placement and engagement rates for the domains that you use to send email.
      operationId: amazonWebServicesGetDomainStatisticsReport
      tags:
      - Email
  /v1/email/deliverability-dashboard/test-reports:
    GET:
      summary: Amazon Web Services Listdeliverabilitytestreports
      description: 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.
      operationId: amazonWebServicesListDeliverabilityTestReports
      tags:
      - Email
  /v1/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns:
    GET:
      summary: Amazon Web Services Listdomaindeliverabilitycampaigns
      description: 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 (PutDeliverabilityDashboardOption operation) for the domain.
      operationId: amazonWebServicesListDomainDeliverabilityCampaigns
      tags:
      - Email
  /v1/email/tags:
    DELETE:
      summary: Amazon Web Services Untagresource
      description: Remove one or more tags (keys and values) from a specified resource.
      operationId: amazonWebServicesUntagResource
      tags:
      - Email
  /v1/email/account/dedicated-ips/warmup:
    PUT:
      summary: Amazon Web Services Putaccountdedicatedipwarmupattributes
      description: Enable or disable the automatic warm-up feature for dedicated IP addresses.
      operationId: amazonWebServicesPutAccountDedicatedIpWarmupAttributes
      tags:
      - Email
  /v1/email/account/sending:
    PUT:
      summary: Amazon Web Services Putaccountsendingattributes
      description: Enable or disable the ability of your account to send email.
      operationId: amazonWebServicesPutAccountSendingAttributes
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/delivery-options:
    PUT:
      summary: Amazon Web Services Putconfigurationsetdeliveryoptions
      description: 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.
      operationId: amazonWebServicesPutConfigurationSetDeliveryOptions
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/reputation-options:
    PUT:
      summary: Amazon Web Services Putconfigurationsetreputationoptions
      description: Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
      operationId: amazonWebServicesPutConfigurationSetReputationOptions
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/sending:
    PUT:
      summary: Amazon Web Services Putconfigurationsetsendingoptions
      description: Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.
      operationId: amazonWebServicesPutConfigurationSetSendingOptions
      tags:
      - Email
  /v1/email/configuration-sets/{ConfigurationSetName}/tracking-options:
    PUT:
      summary: Amazon Web Services Putconfigurationsettrackingoptions
      description: Specify a custom domain to use for open and click tracking elements in email that you send using Amazon Pinpoint.
      operationId: amazonWebServicesPutConfigurationSetTrackingOptions
      tags:
      - Email
  /v1/email/dedicated-ips/{IP}/pool:
    PUT:
      summary: Amazon Web Services Putdedicatedipinpool
      description: '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 Pinpoint account.  The dedicated IP pool you specify must already exist. You can create a new pool by using the CreateDedicatedIpPool operation. '
      operationId: amazonWebServicesPutDedicatedIpInPool
      tags:
      - Email
  /v1/email/dedicated-ips/{IP}/warmup:
    PUT:
      summary: Amazon Web Services Putdedicatedipwarmupattributes
      description: ''
      operationId: amazonWebServicesPutDedicatedIpWarmupAttributes
      tags:
      - Email
  /v1/email/identities/{EmailIdentity}/dkim:
    PUT:
      summary: Amazon Web Services Putemailidentitydkimattributes
      description: Used to enable or disable DKIM authentication for an email identity.
      operationId: amazonWebServicesPutEmailIdentityDkimAttributes
      tags:
      - Email
  /v1/email/identities/{EmailIdentity}/feedback:
    PUT:
      summary: Amazon Web Services Putemailidentityfeedbackattributes
      description: 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. When you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email. When you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. 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, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).
      operationId: amazonWebServicesPutEmailIdentityFeedbackAttributes
      tags:
      - Email
  /v1/email/identities/{EmailIdentity}/mail-from:
    PUT:
      summary: Amazon Web Services Putemailidentitymailfromattributes
      description: Used to enable or disable the custom Mail-From domain configuration for an email identity.
      operationId: amazonWebServicesPutEmailIdentityMailFromAttributes
      tags:
      - Email
  /v1/email/outbound-emails:
    POST:
      summary: Amazon Web Services Sendemail
      description: 'Sends an email message. You can use the Amazon Pinpoint Email API to send two 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 Pinpoint 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.  '
      operationId: amazonWebServicesSendEmail
      tags:
      - Email
  /v2/email/metrics/batch:
    POST:
      summary: Amazon Web Services Batchgetmetricdata
      description: 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).
      operationId: amazonWebServicesBatchGetMetricData
      tags:
      - Email
  /v2/email/export-jobs/{JobId}/cancel:
    PUT:
      summary: Amazon Web Services Cancelexportjob
      description: Cancels an export job.
      operationId: amazonWebServicesCancelExportJob
      tags:
      - Email
  /v2/email/configuration-sets:
    GET:
      summary: Amazon Web Services Listconfigurationsets
      description: 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.
      operationId: amazonWebServicesListConfigurationSets
      tags:
      - Email
  /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations:
    GET:
      summary: Amazon Web Services Getconfigurationseteventdestinations
      description: 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.
      operationId: amazonWebServicesGetConfigurationSetEventDestinations
      tags:
      - Email
  /v2/email/contact-lists/{ContactListName}/contacts:
    GET:
      summary: Amazon Web Services Listcontacts
      description: Lists the contacts present in a specific contact list.
      operationId: amazonWebServicesListContacts
      tags:
      - Email
  /v2/email/contact-lists:
    GET:
      summary: Amazon Web Services Listcontactlists
      description: Lists all of the contact lists available.
      operationId: amazonWebServicesListContactLists
      tags:
      - Email
  /v2/email/custom-verification-email-templates:
    GET:
      summary: Amazon Web Services Listcustomverificationemailtemplates
      description: 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.
      operationId: amazonWebServicesListCustomVerificationEmailTemplates
      tags:
      - Email
  /v2/email/dedicated-ip-pools:
    GET:
      summary: Amazon Web Services Listdedicatedippools
      description: List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
      operationId: amazonWebServicesListDedicatedIpPools
      tags:
      - Email
  /v2/email/deliverability-dashboard/test:
    POST:
      summary: Amazon Web Services Createdeliverabilitytestreport
      description: 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.
      operationId: amazonWebServicesCreateDeliverabilityTestReport
      tags:
      - Email
  /v2/email/identities:
    GET:
      summary: Amazon Web Services Listemailidentities
      description: 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.
      operationId: amazonWebServicesListEmailIdentities
      tags:
      - Email
  /v2/email/identities/{EmailIdentity}/policies/{PolicyName}:
    PUT:
      summary: Amazon Web Services Updateemailidentitypolicy
      description: 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.
      operationId: amazonWebServicesUpdateEmailIdentityPolicy
      tags:
      - Email
  /v2/email/templates:
    GET:
      summary: Amazon Web Services Listemailtemplates
      description: 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.
      operationId: amazonWebServicesListEmailTemplates
      tags:
      - Email
  /v2/email/export-jobs:
    POST:
      summary: Amazon Web Services Createexportjob
      description: Creates an export job for a data source and destination. You can execute this operation no more than once per second.
      operationId: amazonWebServicesCreateExportJob
      tags:
      - Email
  /v2/email/import-jobs:
    GET:
      summary: Amazon Web Services Listimportjobs
      description: Lists all of the import jobs.
      operationId: amazonWebServicesListImportJobs
      tags:
      - Email
  /v2/email/configuration-sets/{ConfigurationSetName}:
    GET:
      summary: Amazon Web Services Getconfigurationset
      description: 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.
      operationId: amazonWebServicesGetConfigurationSet
      tags:
      - Email
  /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}:
    PUT:
      summary: Amazon Web Services Updateconfigurationseteventdestination
      description: 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.
      operationId: amazonWebServicesUpdateConfigurationSetEventDestination
      tags:
      - Email
  /v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}:
    PUT:
      summary: Amazon Web Services Updatecontact
      description: 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.
      operationId: amazonWebServicesUpdateContact
      tags:
      - Email
  /v2/email/contact-lists/{ContactListName}:
    PUT:
      summary: Amazon Web Services Updatecontactlist
      description: Updates contact list metadata. This operation does a complete replacement.
      operationId: amazonWebServicesUpdateContactList
      tags:
      - Email
  /v2/email/custom-verification-email-templates/{TemplateName}:
    PUT:
      summary: Amazon Web Services Updatecustomverificationemailtemplate
      description: 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.
      operationId: amazonWebServicesUpdateCustomVerificationEmailTemplate
      tags:
      - Email
  /v2/email/dedicated-ip-pools/{PoolName}:
    GET:
      summary: Amazon Web Services Getdedicatedippool
      description: Retrieve information about the dedicated pool.
      operationId: amazonWebServicesGetDedicatedIpPool
      tags:
      - Email
  /v2/email/identities/{EmailIdentity}:
    GET:
      summary: Amazon Web Services Getemailidentity
      description: 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.
      operationId: amazonWebServicesGetEmailIdentity
      tags:
      - Email
  /v2/email/templates/{TemplateName}:
    PUT:
      summary: Amazon Web Services Updateemailtemplate
      description: 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.
      operationId: amazonWebServicesUpdateEmailTemplate
      tags:
      - Email
  /v2/email/suppression/addresses/{EmailAddress}:
    GET:
      summary: Amazon Web Services Getsuppresseddestination
      description: Retrieves information about a specific email address that's on the suppression list for your account.
      operationId: amazonWebServicesGetSuppressedDestination
      tags:
      - Email
  /v2/email/account:
    GET:
      summary: Amazon Web Services Getaccount
      description: Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.
      operationId: amazonWebServicesGetAccount
      tags:
      - Email
  /v2/email/deliverability-dashboard/blacklist-report:
    GET:
      summary: Amazon Web Services Getblacklistreports
      description: Retrieve a list of the blacklists that your dedicated IP addresses appear on.
      operationId: amazonWebServicesGetBlacklistReports
      tags:
      - Email
  /v2/email/dedicated-ips/{IP}:
    GET:
      summary: Amazon Web Services Getdedicatedip
      description: 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.
      operationId: amazonWebServicesGetDedicatedIp
      tags:
      - Email
  /v2/email/dedicated-ips:
    GET:
      summary: Amazon Web Services Getdedicatedips
      description: List the dedicated IP addresses that are associated with your Amazon Web Services account.
      operationId: amazonWebServicesGetDedicatedIps
      tags:
      - Email
  /v2/email/deliverability-dashboard:
    PUT:
      summary: Amazon Web Services Putdeliverabilitydashboardoption
      description: 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.
      operationId: amazonWebServicesPutDeliverabilityDashboardOption
      tags:
      - Email
  /v2/email/deliverability-dashboard/test-reports/{ReportId}:
    GET:
      summary: Amazon Web Services Getdeliverabilitytestreport
      description: Retrieve the results of a predictive inbox placement test.
      operationId: amazonWebServicesGetDeliverabilityTestReport
      tags:
      - Email
  /v2/email/deliverability-dashboard/campaigns/{CampaignId}:
    GET:
      summary: Amazon Web Services Getdomaindeliverabilitycampaign
      description: 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.
      operationId: amazonWebServicesGetDomainDeliverabilityCampaign
      tags:
      - Email
  /v2/email/deliverability-dashboard/statistics-report/{Domain}:
    GET:
      summary: Amazon Web Services Getdomainstatisticsreport
      description: Retrieve inbox placement and engagement rates for the domains that you use to send email.
      operationId: amazonWebServicesGetDomainStatisticsReport
      tags:
      - Email
  /v2/email/identities/{EmailIdentity}/policies:
    GET:
      summary: Amazon Web Services Getemailidentitypolicies
      description: 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.
      operationId: amazonWebServicesGetEmailIdentityPolicies
      tags:
      - Email
  /v2/email/export-jobs/{JobId}:
    GET:
      summary: Amazon Web Services Getexportjob
      description: Provides information about an export job.
      operationId: amazonWebServicesGetExportJob
      tags:
      - Email
  /v2/email/import-jobs/{JobId}:
    GET:
      summary: Amazon Web Services Getimportjob
      description: Provides information about an import job.
      operationId: amazonWebServicesGetImportJob
      tags:
      - Email
  /v2/email/insights/{MessageId}/:
    GET:
      summary: Amazon Web Services Getmessageinsights
      description: Provides information about a specific message, including the from address, the subject, the recipient address, email tags, as well as events associated with the message. You can execute this operation no more than once per second.
      operationId: amazonWebServicesGetMessageInsights
      tags:
      - Email
  /v2/email/deliverability-dashboard/test-reports:
    GET:
      summary: Amazon Web Services Listdeliverabilitytestreports
      description: 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.
      operationId: amazonWebServicesListDeliverabilityTestReports
      tags:
      - Email
  /v2/email/deliverability-dashboard/domains/{Subsc

# --- truncated at 32 KB (43 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amazon-web-services/refs/heads/main/openapi/amazon-web-services-email-api-openapi.yml