{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-sesv2","description":"Amazon Simple Email Service","version":"2019-09-27","base_url":"","endpoints":92,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Simple Email Service\n@version 2019-09-27\n@auth AWS SigV4\n@endpoints 92\n@hint download_for_search\n@toc email(92)\n\n@endpoint POST /v2/email/metrics/batch\n@desc 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).\n@required {Queries: [BatchGetMetricDataQuery]}\n@returns(200) {Results: [MetricDataResult]?, Errors: [MetricDataError]?}\n\n@endpoint PUT /v2/email/export-jobs/{JobId}/cancel\n@desc Cancels an export job.\n@required {JobId: str}\n\n@endpoint POST /v2/email/configuration-sets\n@desc 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.\n@required {ConfigurationSetName: str}\n@optional {TrackingOptions: TrackingOptions, DeliveryOptions: DeliveryOptions, ReputationOptions: ReputationOptions, SendingOptions: SendingOptions, Tags: [Tag], SuppressionOptions: SuppressionOptions, VdmOptions: VdmOptions}\n\n@endpoint POST /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations\n@desc 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 EventBridge and associate a rule to send the event to the specified target. A single configuration set can include more than one event destination.\n@required {ConfigurationSetName: str, EventDestinationName: str, EventDestination: EventDestinationDefinition}\n\n@endpoint POST /v2/email/contact-lists/{ContactListName}/contacts\n@desc Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.\n@required {ContactListName: str, EmailAddress: str}\n@optional {TopicPreferences: [TopicPreference], UnsubscribeAll: bool, AttributesData: str}\n\n@endpoint POST /v2/email/contact-lists\n@desc Creates a contact list.\n@required {ContactListName: str}\n@optional {Topics: [Topic], Description: str, Tags: [Tag]}\n\n@endpoint POST /v2/email/custom-verification-email-templates\n@desc 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.\n@required {TemplateName: str, FromEmailAddress: str, TemplateSubject: str, TemplateContent: str, SuccessRedirectionURL: str, FailureRedirectionURL: str}\n\n@endpoint POST /v2/email/dedicated-ip-pools\n@desc 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.\n@required {PoolName: str}\n@optional {Tags: [Tag], ScalingMode: str}\n\n@endpoint POST /v2/email/deliverability-dashboard/test\n@desc 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.\n@required {FromEmailAddress: str, Content: EmailContent}\n@optional {ReportName: str, Tags: [Tag]}\n@returns(200) {ReportId: str, DeliverabilityTestStatus: str}\n\n@endpoint POST /v2/email/identities\n@desc 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.\n@required {EmailIdentity: str}\n@optional {Tags: [Tag], DkimSigningAttributes: DkimSigningAttributes, ConfigurationSetName: str}\n@returns(200) {IdentityType: str?, VerifiedForSendingStatus: bool?, DkimAttributes: DkimAttributes?{SigningEnabled: bool?, Status: str?, Tokens: [str]?, SigningAttributesOrigin: str?, NextSigningKeyLength: str?, CurrentSigningKeyLength: str?, LastKeyGenerationTimestamp: str(timestamp)?}}\n\n@endpoint POST /v2/email/identities/{EmailIdentity}/policies/{PolicyName}\n@desc 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.\n@required {EmailIdentity: str, PolicyName: str, Policy: str}\n\n@endpoint POST /v2/email/templates\n@desc 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.\n@required {TemplateName: str, TemplateContent: EmailTemplateContent}\n\n@endpoint POST /v2/email/export-jobs\n@desc Creates an export job for a data source and destination. You can execute this operation no more than once per second.\n@required {ExportDataSource: ExportDataSource, ExportDestination: ExportDestination}\n@returns(200) {JobId: str?}\n\n@endpoint POST /v2/email/import-jobs\n@desc Creates an import job for a data destination.\n@required {ImportDestination: ImportDestination, ImportDataSource: ImportDataSource}\n@returns(200) {JobId: str?}\n\n@endpoint DELETE /v2/email/configuration-sets/{ConfigurationSetName}\n@desc 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.\n@required {ConfigurationSetName: str}\n\n@endpoint DELETE /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}\n@desc 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 EventBridge and associate a rule to send the event to the specified target.\n@required {ConfigurationSetName: str, EventDestinationName: str}\n\n@endpoint DELETE /v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}\n@desc Removes a contact from a contact list.\n@required {ContactListName: str, EmailAddress: str}\n\n@endpoint DELETE /v2/email/contact-lists/{ContactListName}\n@desc Deletes a contact list and all of the contacts on that list.\n@required {ContactListName: str}\n\n@endpoint DELETE /v2/email/custom-verification-email-templates/{TemplateName}\n@desc 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.\n@required {TemplateName: str}\n\n@endpoint DELETE /v2/email/dedicated-ip-pools/{PoolName}\n@desc Delete a dedicated IP pool.\n@required {PoolName: str}\n\n@endpoint DELETE /v2/email/identities/{EmailIdentity}\n@desc Deletes an email identity. An identity can be either an email address or a domain name.\n@required {EmailIdentity: str}\n\n@endpoint DELETE /v2/email/identities/{EmailIdentity}/policies/{PolicyName}\n@desc 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.\n@required {EmailIdentity: str, PolicyName: str}\n\n@endpoint DELETE /v2/email/templates/{TemplateName}\n@desc Deletes an email template. You can execute this operation no more than once per second.\n@required {TemplateName: str}\n\n@endpoint DELETE /v2/email/suppression/addresses/{EmailAddress}\n@desc Removes an email address from the suppression list for your account.\n@required {EmailAddress: str}\n\n@endpoint GET /v2/email/account\n@desc Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.\n@returns(200) {DedicatedIpAutoWarmupEnabled: bool?, EnforcementStatus: str?, ProductionAccessEnabled: bool?, SendQuota: SendQuota?{Max24HourSend: num(f64)?, MaxSendRate: num(f64)?, SentLast24Hours: num(f64)?}, SendingEnabled: bool?, SuppressionAttributes: SuppressionAttributes?{SuppressedReasons: [str]?}, Details: AccountDetails?{MailType: str?, WebsiteURL: str?, ContactLanguage: str?, UseCaseDescription: str?, AdditionalContactEmailAddresses: [str]?, ReviewDetails: ReviewDetails?{Status: str?, CaseId: str?}}, VdmAttributes: VdmAttributes?{VdmEnabled: str, DashboardAttributes: DashboardAttributes?{EngagementMetrics: str?}, GuardianAttributes: GuardianAttributes?{OptimizedSharedDelivery: str?}}}\n\n@endpoint GET /v2/email/deliverability-dashboard/blacklist-report\n@desc Retrieve a list of the blacklists that your dedicated IP addresses appear on.\n@required {BlacklistItemNames: [str]}\n@returns(200) {BlacklistReport: map<str,[BlacklistEntry]>}\n\n@endpoint GET /v2/email/configuration-sets/{ConfigurationSetName}\n@desc 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.\n@required {ConfigurationSetName: str}\n@returns(200) {ConfigurationSetName: str?, TrackingOptions: TrackingOptions?{CustomRedirectDomain: str}, DeliveryOptions: DeliveryOptions?{TlsPolicy: str?, SendingPoolName: str?}, ReputationOptions: ReputationOptions?{ReputationMetricsEnabled: bool?, LastFreshStart: str(timestamp)?}, SendingOptions: SendingOptions?{SendingEnabled: bool?}, Tags: [Tag]?, SuppressionOptions: SuppressionOptions?{SuppressedReasons: [str]?}, VdmOptions: VdmOptions?{DashboardOptions: DashboardOptions?{EngagementMetrics: str?}, GuardianOptions: GuardianOptions?{OptimizedSharedDelivery: str?}}}\n\n@endpoint GET /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations\n@desc 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 EventBridge and associate a rule to send the event to the specified target.\n@required {ConfigurationSetName: str}\n@returns(200) {EventDestinations: [EventDestination]?}\n\n@endpoint GET /v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}\n@desc Returns a contact from a contact list.\n@required {ContactListName: str, EmailAddress: str}\n@returns(200) {ContactListName: str?, EmailAddress: str?, TopicPreferences: [TopicPreference]?, TopicDefaultPreferences: [TopicPreference]?, UnsubscribeAll: bool?, AttributesData: str?, CreatedTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?}\n\n@endpoint GET /v2/email/contact-lists/{ContactListName}\n@desc Returns contact list metadata. It does not return any information about the contacts present in the list.\n@required {ContactListName: str}\n@returns(200) {ContactListName: str?, Topics: [Topic]?, Description: str?, CreatedTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?, Tags: [Tag]?}\n\n@endpoint GET /v2/email/custom-verification-email-templates/{TemplateName}\n@desc 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.\n@required {TemplateName: str}\n@returns(200) {TemplateName: str?, FromEmailAddress: str?, TemplateSubject: str?, TemplateContent: str?, SuccessRedirectionURL: str?, FailureRedirectionURL: str?}\n\n@endpoint GET /v2/email/dedicated-ips/{IP}\n@desc 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.\n@required {Ip: str}\n@returns(200) {DedicatedIp: DedicatedIp?{Ip: str, WarmupStatus: str, WarmupPercentage: int, PoolName: str?}}\n\n@endpoint GET /v2/email/dedicated-ip-pools/{PoolName}\n@desc Retrieve information about the dedicated pool.\n@required {PoolName: str}\n@returns(200) {DedicatedIpPool: DedicatedIpPool?{PoolName: str, ScalingMode: str}}\n\n@endpoint GET /v2/email/dedicated-ips\n@desc List the dedicated IP addresses that are associated with your Amazon Web Services account.\n@optional {PoolName: str, NextToken: str, PageSize: int}\n@returns(200) {DedicatedIps: [DedicatedIp]?, NextToken: str?}\n\n@endpoint GET /v2/email/deliverability-dashboard\n@desc 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.\n@returns(200) {DashboardEnabled: bool, SubscriptionExpiryDate: str(timestamp)?, AccountStatus: str?, ActiveSubscribedDomains: [DomainDeliverabilityTrackingOption]?, PendingExpirationSubscribedDomains: [DomainDeliverabilityTrackingOption]?}\n\n@endpoint GET /v2/email/deliverability-dashboard/test-reports/{ReportId}\n@desc Retrieve the results of a predictive inbox placement test.\n@required {ReportId: str}\n@returns(200) {DeliverabilityTestReport: DeliverabilityTestReport{ReportId: str?, ReportName: str?, Subject: str?, FromEmailAddress: str?, CreateDate: str(timestamp)?, DeliverabilityTestStatus: str?}, OverallPlacement: PlacementStatistics{InboxPercentage: num(f64)?, SpamPercentage: num(f64)?, MissingPercentage: num(f64)?, SpfPercentage: num(f64)?, DkimPercentage: num(f64)?}, IspPlacements: [IspPlacement], Message: str?, Tags: [Tag]?}\n\n@endpoint GET /v2/email/deliverability-dashboard/campaigns/{CampaignId}\n@desc 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.\n@required {CampaignId: str}\n@returns(200) {DomainDeliverabilityCampaign: DomainDeliverabilityCampaign{CampaignId: str?, ImageUrl: str?, Subject: str?, FromAddress: str?, SendingIps: [str]?, FirstSeenDateTime: str(timestamp)?, LastSeenDateTime: str(timestamp)?, InboxCount: int(i64)?, SpamCount: int(i64)?, ReadRate: num(f64)?, DeleteRate: num(f64)?, ReadDeleteRate: num(f64)?, ProjectedVolume: int(i64)?, Esps: [str]?}}\n\n@endpoint GET /v2/email/deliverability-dashboard/statistics-report/{Domain}\n@desc Retrieve inbox placement and engagement rates for the domains that you use to send email.\n@required {Domain: str, StartDate: str(timestamp), EndDate: str(timestamp)}\n@returns(200) {OverallVolume: OverallVolume{VolumeStatistics: VolumeStatistics?{InboxRawCount: int(i64)?, SpamRawCount: int(i64)?, ProjectedInbox: int(i64)?, ProjectedSpam: int(i64)?}, ReadRatePercent: num(f64)?, DomainIspPlacements: [DomainIspPlacement]?}, DailyVolumes: [DailyVolume]}\n\n@endpoint GET /v2/email/identities/{EmailIdentity}\n@desc 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.\n@required {EmailIdentity: str}\n@returns(200) {IdentityType: str?, FeedbackForwardingStatus: bool?, VerifiedForSendingStatus: bool?, DkimAttributes: DkimAttributes?{SigningEnabled: bool?, Status: str?, Tokens: [str]?, SigningAttributesOrigin: str?, NextSigningKeyLength: str?, CurrentSigningKeyLength: str?, LastKeyGenerationTimestamp: str(timestamp)?}, MailFromAttributes: MailFromAttributes?{MailFromDomain: str, MailFromDomainStatus: str, BehaviorOnMxFailure: str}, Policies: map<str,str>?, Tags: [Tag]?, ConfigurationSetName: str?, VerificationStatus: str?, VerificationInfo: VerificationInfo?{LastCheckedTimestamp: str(timestamp)?, LastSuccessTimestamp: str(timestamp)?, ErrorType: str?, SOARecord: SOARecord?{PrimaryNameServer: str?, AdminEmail: str?, SerialNumber: int(i64)?}}}\n\n@endpoint GET /v2/email/identities/{EmailIdentity}/policies\n@desc 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.\n@required {EmailIdentity: str}\n@returns(200) {Policies: map<str,str>?}\n\n@endpoint GET /v2/email/templates/{TemplateName}\n@desc 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.\n@required {TemplateName: str}\n@returns(200) {TemplateName: str, TemplateContent: EmailTemplateContent{Subject: str?, Text: str?, Html: str?}}\n\n@endpoint GET /v2/email/export-jobs/{JobId}\n@desc Provides information about an export job.\n@required {JobId: str}\n@returns(200) {JobId: str?, ExportSourceType: str?, JobStatus: str?, ExportDestination: ExportDestination?{DataFormat: str, S3Url: str?}, ExportDataSource: ExportDataSource?{MetricsDataSource: MetricsDataSource?{Dimensions: map<str,[str]>, Namespace: str, Metrics: [ExportMetric], StartDate: str(timestamp), EndDate: str(timestamp)}, MessageInsightsDataSource: MessageInsightsDataSource?{StartDate: str(timestamp), EndDate: str(timestamp), Include: MessageInsightsFilters?{FromEmailAddress: [str]?, Destination: [str]?, Subject: [str]?, Isp: [str]?, LastDeliveryEvent: [str]?, LastEngagementEvent: [str]?}, Exclude: MessageInsightsFilters?{FromEmailAddress: [str]?, Destination: [str]?, Subject: [str]?, Isp: [str]?, LastDeliveryEvent: [str]?, LastEngagementEvent: [str]?}, MaxResults: int?}}, CreatedTimestamp: str(timestamp)?, CompletedTimestamp: str(timestamp)?, FailureInfo: FailureInfo?{FailedRecordsS3Url: str?, ErrorMessage: str?}, Statistics: ExportStatistics?{ProcessedRecordsCount: int?, ExportedRecordsCount: int?}}\n\n@endpoint GET /v2/email/import-jobs/{JobId}\n@desc Provides information about an import job.\n@required {JobId: str}\n@returns(200) {JobId: str?, ImportDestination: ImportDestination?{SuppressionListDestination: SuppressionListDestination?{SuppressionListImportAction: str}, ContactListDestination: ContactListDestination?{ContactListName: str, ContactListImportAction: str}}, ImportDataSource: ImportDataSource?{S3Url: str, DataFormat: str}, FailureInfo: FailureInfo?{FailedRecordsS3Url: str?, ErrorMessage: str?}, JobStatus: str?, CreatedTimestamp: str(timestamp)?, CompletedTimestamp: str(timestamp)?, ProcessedRecordsCount: int?, FailedRecordsCount: int?}\n\n@endpoint GET /v2/email/insights/{MessageId}/\n@desc 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.\n@required {MessageId: str}\n@returns(200) {MessageId: str?, FromEmailAddress: str?, Subject: str?, EmailTags: [MessageTag]?, Insights: [EmailInsights]?}\n\n@endpoint GET /v2/email/suppression/addresses/{EmailAddress}\n@desc Retrieves information about a specific email address that's on the suppression list for your account.\n@required {EmailAddress: str}\n@returns(200) {SuppressedDestination: SuppressedDestination{EmailAddress: str, Reason: str, LastUpdateTime: str(timestamp), Attributes: SuppressedDestinationAttributes?{MessageId: str?, FeedbackId: str?}}}\n\n@endpoint GET /v2/email/configuration-sets\n@desc 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.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {ConfigurationSets: [str]?, NextToken: str?}\n\n@endpoint GET /v2/email/contact-lists\n@desc Lists all of the contact lists available.\n@optional {PageSize: int, NextToken: str}\n@returns(200) {ContactLists: [ContactList]?, NextToken: str?}\n\n@endpoint POST /v2/email/contact-lists/{ContactListName}/contacts/list\n@desc Lists the contacts present in a specific contact list.\n@required {ContactListName: str}\n@optional {Filter: ListContactsFilter, PageSize: int, NextToken: str}\n@returns(200) {Contacts: [Contact]?, NextToken: str?}\n\n@endpoint GET /v2/email/custom-verification-email-templates\n@desc 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.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {CustomVerificationEmailTemplates: [CustomVerificationEmailTemplateMetadata]?, NextToken: str?}\n\n@endpoint GET /v2/email/dedicated-ip-pools\n@desc List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {DedicatedIpPools: [str]?, NextToken: str?}\n\n@endpoint GET /v2/email/deliverability-dashboard/test-reports\n@desc 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.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {DeliverabilityTestReports: [DeliverabilityTestReport], NextToken: str?}\n\n@endpoint GET /v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns\n@desc 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.\n@required {StartDate: str(timestamp), EndDate: str(timestamp), SubscribedDomain: str}\n@optional {NextToken: str, PageSize: int}\n@returns(200) {DomainDeliverabilityCampaigns: [DomainDeliverabilityCampaign], NextToken: str?}\n\n@endpoint GET /v2/email/identities\n@desc 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.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {EmailIdentities: [IdentityInfo]?, NextToken: str?}\n\n@endpoint GET /v2/email/templates\n@desc 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.\n@optional {NextToken: str, PageSize: int}\n@returns(200) {TemplatesMetadata: [EmailTemplateMetadata]?, NextToken: str?}\n\n@endpoint POST /v2/email/list-export-jobs\n@desc Lists all of the export jobs.\n@optional {NextToken: str, PageSize: int, ExportSourceType: str, JobStatus: str}\n@returns(200) {ExportJobs: [ExportJobSummary]?, NextToken: str?}\n\n@endpoint POST /v2/email/import-jobs/list\n@desc Lists all of the import jobs.\n@optional {ImportDestinationType: str, NextToken: str, PageSize: int}\n@returns(200) {ImportJobs: [ImportJobSummary]?, NextToken: str?}\n\n@endpoint POST /v2/email/vdm/recommendations\n@desc 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.\n@optional {Filter: map<str,str>, NextToken: str, PageSize: int}\n@returns(200) {Recommendations: [Recommendation]?, NextToken: str?}\n\n@endpoint GET /v2/email/suppression/addresses\n@desc Retrieves a list of email addresses that are on the suppression list for your account.\n@optional {Reason: [str], StartDate: str(timestamp), EndDate: str(timestamp), NextToken: str, PageSize: int}\n@returns(200) {SuppressedDestinationSummaries: [SuppressedDestinationSummary]?, NextToken: str?}\n\n@endpoint GET /v2/email/tags\n@desc 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.\n@required {ResourceArn: str}\n@returns(200) {Tags: [Tag]}\n\n@endpoint PUT /v2/email/account/dedicated-ips/warmup\n@desc Enable or disable the automatic warm-up feature for dedicated IP addresses.\n@optional {AutoWarmupEnabled: bool}\n\n@endpoint POST /v2/email/account/details\n@desc Update your Amazon SES account details.\n@required {MailType: str, WebsiteURL: str}\n@optional {ContactLanguage: str, UseCaseDescription: str, AdditionalContactEmailAddresses: [str], ProductionAccessEnabled: bool}\n\n@endpoint PUT /v2/email/account/sending\n@desc Enable or disable the ability of your account to send email.\n@optional {SendingEnabled: bool}\n\n@endpoint PUT /v2/email/account/suppression\n@desc Change the settings for the account-level suppression list.\n@optional {SuppressedReasons: [str]}\n\n@endpoint PUT /v2/email/account/vdm\n@desc Update your Amazon SES account VDM attributes. You can execute this operation no more than once per second.\n@required {VdmAttributes: VdmAttributes}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/delivery-options\n@desc 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.\n@required {ConfigurationSetName: str}\n@optional {TlsPolicy: str, SendingPoolName: str}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/reputation-options\n@desc Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific Amazon Web Services Region.\n@required {ConfigurationSetName: str}\n@optional {ReputationMetricsEnabled: bool}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/sending\n@desc Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.\n@required {ConfigurationSetName: str}\n@optional {SendingEnabled: bool}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/suppression-options\n@desc Specify the account suppression list preferences for a configuration set.\n@required {ConfigurationSetName: str}\n@optional {SuppressedReasons: [str]}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/tracking-options\n@desc Specify a custom domain to use for open and click tracking elements in email that you send.\n@required {ConfigurationSetName: str}\n@optional {CustomRedirectDomain: str}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/vdm-options\n@desc Specify VDM preferences for email that you send using the configuration set. You can execute this operation no more than once per second.\n@required {ConfigurationSetName: str}\n@optional {VdmOptions: VdmOptions}\n\n@endpoint PUT /v2/email/dedicated-ips/{IP}/pool\n@desc 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.\n@required {Ip: str, DestinationPoolName: str}\n\n@endpoint PUT /v2/email/dedicated-ip-pools/{PoolName}/scaling\n@desc Used to convert a dedicated IP pool to a different scaling mode.   MANAGED pools cannot be converted to STANDARD scaling mode.\n@required {PoolName: str, ScalingMode: str}\n\n@endpoint PUT /v2/email/dedicated-ips/{IP}/warmup\n@required {Ip: str, WarmupPercentage: int}\n\n@endpoint PUT /v2/email/deliverability-dashboard\n@desc 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.\n@required {DashboardEnabled: bool}\n@optional {SubscribedDomains: [DomainDeliverabilityTrackingOption]}\n\n@endpoint PUT /v2/email/identities/{EmailIdentity}/configuration-set\n@desc Used to associate a configuration set with an email identity.\n@required {EmailIdentity: str}\n@optional {ConfigurationSetName: str}\n\n@endpoint PUT /v2/email/identities/{EmailIdentity}/dkim\n@desc Used to enable or disable DKIM authentication for an email identity.\n@required {EmailIdentity: str}\n@optional {SigningEnabled: bool}\n\n@endpoint PUT /v1/email/identities/{EmailIdentity}/dkim/signing\n@desc 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.\n@required {EmailIdentity: str, SigningAttributesOrigin: str}\n@optional {SigningAttributes: DkimSigningAttributes}\n@returns(200) {DkimStatus: str?, DkimTokens: [str]?}\n\n@endpoint PUT /v2/email/identities/{EmailIdentity}/feedback\n@desc 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).\n@required {EmailIdentity: str}\n@optional {EmailForwardingEnabled: bool}\n\n@endpoint PUT /v2/email/identities/{EmailIdentity}/mail-from\n@desc Used to enable or disable the custom Mail-From domain configuration for an email identity.\n@required {EmailIdentity: str}\n@optional {MailFromDomain: str, BehaviorOnMxFailure: str}\n\n@endpoint PUT /v2/email/suppression/addresses\n@desc Adds an email address to the suppression list for your account.\n@required {EmailAddress: str, Reason: str}\n\n@endpoint POST /v2/email/outbound-bulk-emails\n@desc Composes an email message to multiple destinations.\n@required {DefaultContent: BulkEmailContent, BulkEmailEntries: [BulkEmailEntry]}\n@optional {FromEmailAddress: str, FromEmailAddressIdentityArn: str, ReplyToAddresses: [str], FeedbackForwardingEmailAddress: str, FeedbackForwardingEmailAddressIdentityArn: str, DefaultEmailTags: [MessageTag], ConfigurationSetName: str}\n@returns(200) {BulkEmailEntryResults: [BulkEmailEntryResult]}\n\n@endpoint POST /v2/email/outbound-custom-verification-emails\n@desc 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.\n@required {EmailAddress: str, TemplateName: str}\n@optional {ConfigurationSetName: str}\n@returns(200) {MessageId: str?}\n\n@endpoint POST /v2/email/outbound-emails\n@desc 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.\n@required {Content: EmailContent}\n@optional {FromEmailAddress: str, FromEmailAddressIdentityArn: str, Destination: Destination, ReplyToAddresses: [str], FeedbackForwardingEmailAddress: str, FeedbackForwardingEmailAddressIdentityArn: str, EmailTags: [MessageTag], ConfigurationSetName: str, ListManagementOptions: ListManagementOptions}\n@returns(200) {MessageId: str?}\n\n@endpoint POST /v2/email/tags\n@desc 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.\n@required {ResourceArn: str, Tags: [Tag]}\n\n@endpoint POST /v2/email/templates/{TemplateName}/render\n@desc 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.\n@required {TemplateName: str, TemplateData: str}\n@returns(200) {RenderedTemplate: str}\n\n@endpoint DELETE /v2/email/tags\n@desc Remove one or more tags (keys and values) from a specified resource.\n@required {ResourceArn: str, TagKeys: [str]}\n\n@endpoint PUT /v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}\n@desc 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 EventBridge and associate a rule to send the event to the specified target.\n@required {ConfigurationSetName: str, EventDestinationName: str, EventDestination: EventDestinationDefinition}\n\n@endpoint PUT /v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}\n@desc Updates a contact's preferences for a list.  You must specify all existing topic preferences in the TopicPreferences object, not just the ones that need updating; otherwise, all your existing preferences will be removed.\n@required {ContactListName: str, EmailAddress: str}\n@optional {TopicPreferences: [TopicPreference], UnsubscribeAll: bool, AttributesData: str}\n\n@endpoint PUT /v2/email/contact-lists/{ContactListName}\n@desc Updates contact list metadata. This operation does a complete replacement.\n@required {ContactListName: str}\n@optional {Topics: [Topic], Description: str}\n\n@endpoint PUT /v2/email/custom-verification-email-templates/{TemplateName}\n@desc 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.\n@required {TemplateName: str, FromEmailAddress: str, TemplateSubject: str, TemplateContent: str, SuccessRedirectionURL: str, FailureRedirectionURL: str}\n\n@endpoint PUT /v2/email/identities/{EmailIdentity}/policies/{PolicyName}\n@desc 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.\n@required {EmailIdentity: str, PolicyName: str, Policy: str}\n\n@endpoint PUT /v2/email/templates/{TemplateName}\n@desc 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.\n@required {TemplateName: str, TemplateContent: EmailTemplateContent}\n\n@end\n"}