openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 462 kB
JSON
{"openapi":"3.0.0","info":{"version":"2010-12-01","x-release":"v4","title":"Amazon Simple Email Service","description":"<fullname>Amazon Simple Email Service</fullname> <p> This document contains reference information for the <a href=\"https://aws.amazon.com/ses/\">Amazon Simple Email Service</a> (Amazon SES) API, version 2010-12-01. This document is best used in conjunction with the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html\">Amazon SES Developer Guide</a>. </p> <note> <p> For a list of Amazon SES endpoints to use in service requests, see <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html\">Regions and Amazon SES</a> in the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html\">Amazon SES Developer Guide</a>.</p> </note>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"email","x-aws-signingName":"ses","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/email-2010-12-01.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/email/"},"servers":[{"url":"http://email.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon SES multi-region endpoint"},{"url":"https://email.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon SES multi-region endpoint"},{"url":"http://email.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon SES endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://email.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon SES endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#Action=CloneReceiptRuleSet":{"get":{"x-aws-operation-name":"CloneReceiptRuleSet","operationId":"GET_CloneReceiptRuleSet","description":"<p>Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.</p> <p>For information about setting up rule sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CloneReceiptRuleSetResponse"}}}},"480":{"description":"RuleSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleSetDoesNotExistException"}}}},"481":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"RuleSetName","in":"query","required":true,"description":"<p>The name of the rule set to create. The name must:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Start and end with a letter or number.</p> </li> <li> <p>Contain less than 64 characters.</p> </li> </ul>","schema":{"type":"string"}},{"name":"OriginalRuleSetName","in":"query","required":true,"description":"The name of the rule set to clone.","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CloneReceiptRuleSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CloneReceiptRuleSet","operationId":"POST_CloneReceiptRuleSet","description":"<p>Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.</p> <p>For information about setting up rule sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CloneReceiptRuleSetResponse"}}}},"480":{"description":"RuleSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleSetDoesNotExistException"}}}},"481":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CloneReceiptRuleSetRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CloneReceiptRuleSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateConfigurationSet":{"get":{"x-aws-operation-name":"CreateConfigurationSet","operationId":"GET_CreateConfigurationSet","description":"<p>Creates a configuration set.</p> <p>Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetResponse"}}}},"480":{"description":"ConfigurationSetAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetAlreadyExistsException"}}}},"481":{"description":"InvalidConfigurationSetException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationSetException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"ConfigurationSet","in":"query","required":true,"description":"A data structure that contains the name of the configuration set.","schema":{"type":"object","required":["Name"],"properties":{"Name":{"allOf":[{"$ref":"#/components/schemas/ConfigurationSetName"},{"description":"<p>The name of the configuration set. The name must meet the following requirements:</p> <ul> <li> <p>Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 64 characters or fewer.</p> </li> </ul>"}]}},"description":"<p>The name of the configuration set.</p> <p>Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets.html\">Using Amazon SES Configuration Sets</a> in the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/\">Amazon SES Developer Guide</a>.</p>"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateConfigurationSet","operationId":"POST_CreateConfigurationSet","description":"<p>Creates a configuration set.</p> <p>Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetResponse"}}}},"480":{"description":"ConfigurationSetAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetAlreadyExistsException"}}}},"481":{"description":"InvalidConfigurationSetException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationSetException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateConfigurationSetEventDestination":{"get":{"x-aws-operation-name":"CreateConfigurationSetEventDestination","operationId":"GET_CreateConfigurationSetEventDestination","description":"<p>Creates a configuration set event destination.</p> <note> <p>When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).</p> </note> <p>An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetEventDestinationResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}},"481":{"description":"EventDestinationAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/EventDestinationAlreadyExistsException"}}}},"482":{"description":"InvalidCloudWatchDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidCloudWatchDestinationException"}}}},"483":{"description":"InvalidFirehoseDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidFirehoseDestinationException"}}}},"484":{"description":"InvalidSNSDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSNSDestinationException"}}}},"485":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"ConfigurationSetName","in":"query","required":true,"description":"The name of the configuration set that the event destination should be associated with.","schema":{"type":"string"}},{"name":"EventDestination","in":"query","required":true,"description":"An object that describes the AWS service that email sending event information will be published to.","schema":{"type":"object","required":["Name","MatchingEventTypes"],"properties":{"Name":{"allOf":[{"$ref":"#/components/schemas/EventDestinationName"},{"description":"<p>The name of the event destination. The name must:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain less than 64 characters.</p> </li> </ul>"}]},"Enabled":{"allOf":[{"$ref":"#/components/schemas/Enabled"},{"description":"Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to <code>true</code> to enable publishing to this destination; set to <code>false</code> to prevent publishing to this destination. The default value is <code>false</code>."}]},"MatchingEventTypes":{"allOf":[{"$ref":"#/components/schemas/EventTypes"},{"description":"The type of email sending events to publish to the event destination."}]},"KinesisFirehoseDestination":{"allOf":[{"$ref":"#/components/schemas/KinesisFirehoseDestination"},{"description":"An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination."}]},"CloudWatchDestination":{"allOf":[{"$ref":"#/components/schemas/CloudWatchDestination"},{"description":"An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination."}]},"SNSDestination":{"allOf":[{"$ref":"#/components/schemas/SNSDestination"},{"description":"An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination."}]}},"description":"<p>Contains information about the event destination that the specified email sending events will be published to.</p> <note> <p>When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).</p> </note> <p>Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p>"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSetEventDestination"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateConfigurationSetEventDestination","operationId":"POST_CreateConfigurationSetEventDestination","description":"<p>Creates a configuration set event destination.</p> <note> <p>When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).</p> </note> <p>An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetEventDestinationResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}},"481":{"description":"EventDestinationAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/EventDestinationAlreadyExistsException"}}}},"482":{"description":"InvalidCloudWatchDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidCloudWatchDestinationException"}}}},"483":{"description":"InvalidFirehoseDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidFirehoseDestinationException"}}}},"484":{"description":"InvalidSNSDestinationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSNSDestinationException"}}}},"485":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetEventDestinationRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSetEventDestination"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateConfigurationSetTrackingOptions":{"get":{"x-aws-operation-name":"CreateConfigurationSetTrackingOptions","operationId":"GET_CreateConfigurationSetTrackingOptions","description":"<p>Creates an association between a configuration set and a custom domain for open and click event tracking. </p> <p>By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html\">Amazon SES Developer Guide</a>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetTrackingOptionsResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}},"481":{"description":"TrackingOptionsAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrackingOptionsAlreadyExistsException"}}}},"482":{"description":"InvalidTrackingOptionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTrackingOptionsException"}}}}},"parameters":[{"name":"ConfigurationSetName","in":"query","required":true,"description":"The name of the configuration set that the tracking options should be associated with.","schema":{"type":"string"}},{"name":"TrackingOptions","in":"query","required":true,"description":"","schema":{"type":"object","properties":{"CustomRedirectDomain":{"allOf":[{"$ref":"#/components/schemas/CustomRedirectDomain"},{"description":"The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain."}]}},"description":"<p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html\">Configuring Custom Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer Guide</i>.</p>"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSetTrackingOptions"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateConfigurationSetTrackingOptions","operationId":"POST_CreateConfigurationSetTrackingOptions","description":"<p>Creates an association between a configuration set and a custom domain for open and click event tracking. </p> <p>By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html\">Amazon SES Developer Guide</a>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetTrackingOptionsResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}},"481":{"description":"TrackingOptionsAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TrackingOptionsAlreadyExistsException"}}}},"482":{"description":"InvalidTrackingOptionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTrackingOptionsException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateConfigurationSetTrackingOptionsRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateConfigurationSetTrackingOptions"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateCustomVerificationEmailTemplate":{"get":{"x-aws-operation-name":"CreateCustomVerificationEmailTemplate","operationId":"GET_CreateCustomVerificationEmailTemplate","description":"<p>Creates a new custom verification email template.</p> <p>For more information about custom verification email templates, see <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html\">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer Guide</i>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success"},"480":{"description":"CustomVerificationEmailTemplateAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CustomVerificationEmailTemplateAlreadyExistsException"}}}},"481":{"description":"FromEmailAddressNotVerifiedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FromEmailAddressNotVerifiedException"}}}},"482":{"description":"CustomVerificationEmailInvalidContentException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CustomVerificationEmailInvalidContentException"}}}},"483":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"TemplateName","in":"query","required":true,"description":"The name of the custom verification email template.","schema":{"type":"string"}},{"name":"FromEmailAddress","in":"query","required":true,"description":"The email address that the custom verification email is sent from.","schema":{"type":"string"}},{"name":"TemplateSubject","in":"query","required":true,"description":"The subject line of the custom verification email.","schema":{"type":"string"}},{"name":"TemplateContent","in":"query","required":true,"description":"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 <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html#custom-verification-emails-faq\">Custom Verification Email Frequently Asked Questions</a> in the <i>Amazon SES Developer Guide</i>.","schema":{"type":"string"}},{"name":"SuccessRedirectionURL","in":"query","required":true,"description":"The URL that the recipient of the verification email is sent to if his or her address is successfully verified.","schema":{"type":"string"}},{"name":"FailureRedirectionURL","in":"query","required":true,"description":"The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateCustomVerificationEmailTemplate"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateCustomVerificationEmailTemplate","operationId":"POST_CreateCustomVerificationEmailTemplate","description":"<p>Creates a new custom verification email template.</p> <p>For more information about custom verification email templates, see <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html\">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer Guide</i>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success"},"480":{"description":"CustomVerificationEmailTemplateAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CustomVerificationEmailTemplateAlreadyExistsException"}}}},"481":{"description":"FromEmailAddressNotVerifiedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/FromEmailAddressNotVerifiedException"}}}},"482":{"description":"CustomVerificationEmailInvalidContentException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CustomVerificationEmailInvalidContentException"}}}},"483":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateCustomVerificationEmailTemplateRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateCustomVerificationEmailTemplate"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateReceiptFilter":{"get":{"x-aws-operation-name":"CreateReceiptFilter","operationId":"GET_CreateReceiptFilter","description":"<p>Creates a new IP address filter.</p> <p>For information about setting up IP address filters, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptFilterResponse"}}}},"480":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"481":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}}},"parameters":[{"name":"Filter","in":"query","required":true,"description":"A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.","schema":{"type":"object","required":["Name","IpFilter"],"properties":{"Name":{"allOf":[{"$ref":"#/components/schemas/ReceiptFilterName"},{"description":"<p>The name of the IP address filter. The name must:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Start and end with a letter or number.</p> </li> <li> <p>Contain less than 64 characters.</p> </li> </ul>"}]},"IpFilter":{"allOf":[{"$ref":"#/components/schemas/ReceiptIpFilter"},{"description":"A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them."}]}},"description":"<p>A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.</p> <p>For information about setting up IP address filters, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html\">Amazon SES Developer Guide</a>.</p>"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptFilter"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateReceiptFilter","operationId":"POST_CreateReceiptFilter","description":"<p>Creates a new IP address filter.</p> <p>For information about setting up IP address filters, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptFilterResponse"}}}},"480":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"481":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptFilterRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptFilter"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateReceiptRule":{"get":{"x-aws-operation-name":"CreateReceiptRule","operationId":"GET_CreateReceiptRule","description":"<p>Creates a receipt rule.</p> <p>For information about setting up receipt rules, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleResponse"}}}},"480":{"description":"InvalidSnsTopicException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSnsTopicException"}}}},"481":{"description":"InvalidS3ConfigurationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidS3ConfigurationException"}}}},"482":{"description":"InvalidLambdaFunctionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLambdaFunctionException"}}}},"483":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"484":{"description":"RuleDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleDoesNotExistException"}}}},"485":{"description":"RuleSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleSetDoesNotExistException"}}}},"486":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"RuleSetName","in":"query","required":true,"description":"The name of the rule set that the receipt rule will be added to.","schema":{"type":"string"}},{"name":"After","in":"query","required":false,"description":"The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.","schema":{"type":"string"}},{"name":"Rule","in":"query","required":true,"description":"A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.","schema":{"type":"object","required":["Name"],"properties":{"Name":{"allOf":[{"$ref":"#/components/schemas/ReceiptRuleName"},{"description":"<p>The name of the receipt rule. The name must:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Start and end with a letter or number.</p> </li> <li> <p>Contain less than 64 characters.</p> </li> </ul>"}]},"Enabled":{"allOf":[{"$ref":"#/components/schemas/Enabled"},{"description":"If <code>true</code>, the receipt rule is active. The default value is <code>false</code>."}]},"TlsPolicy":{"allOf":[{"$ref":"#/components/schemas/TlsPolicy"},{"description":"Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to <code>Require</code>, Amazon SES will bounce emails that are not received over TLS. The default is <code>Optional</code>."}]},"Recipients":{"allOf":[{"$ref":"#/components/schemas/RecipientsList"},{"description":"The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains."}]},"Actions":{"allOf":[{"$ref":"#/components/schemas/ReceiptActionsList"},{"description":"An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule."}]},"ScanEnabled":{"allOf":[{"$ref":"#/components/schemas/Enabled"},{"description":"If <code>true</code>, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is <code>false</code>."}]}},"description":"<p>Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.</p> <p>Each receipt rule defines a set of email addresses or domains that it applies to. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.</p> <p>For information about setting up receipt rules, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html\">Amazon SES Developer Guide</a>.</p>"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptRule"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateReceiptRule","operationId":"POST_CreateReceiptRule","description":"<p>Creates a receipt rule.</p> <p>For information about setting up receipt rules, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleResponse"}}}},"480":{"description":"InvalidSnsTopicException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSnsTopicException"}}}},"481":{"description":"InvalidS3ConfigurationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidS3ConfigurationException"}}}},"482":{"description":"InvalidLambdaFunctionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLambdaFunctionException"}}}},"483":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"484":{"description":"RuleDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleDoesNotExistException"}}}},"485":{"description":"RuleSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleSetDoesNotExistException"}}}},"486":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptRule"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateReceiptRuleSet":{"get":{"x-aws-operation-name":"CreateReceiptRuleSet","operationId":"GET_CreateReceiptRuleSet","description":"<p>Creates an empty receipt rule set.</p> <p>For information about setting up receipt rule sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleSetResponse"}}}},"480":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"481":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"RuleSetName","in":"query","required":true,"description":"<p>The name of the rule set to create. The name must:</p> <ul> <li> <p>This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Start and end with a letter or number.</p> </li> <li> <p>Contain less than 64 characters.</p> </li> </ul>","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptRuleSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateReceiptRuleSet","operationId":"POST_CreateReceiptRuleSet","description":"<p>Creates an empty receipt rule set.</p> <p>For information about setting up receipt rule sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleSetResponse"}}}},"480":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"481":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateReceiptRuleSetRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateReceiptRuleSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=CreateTemplate":{"get":{"x-aws-operation-name":"CreateTemplate","operationId":"GET_CreateTemplate","description":"<p>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 <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateTemplateResponse"}}}},"480":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"481":{"description":"InvalidTemplateException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTemplateException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[{"name":"Template","in":"query","required":true,"description":"The content of the email, composed of a subject line, an HTML part, and a text-only part.","schema":{"type":"object","required":["TemplateName"],"properties":{"TemplateName":{"allOf":[{"$ref":"#/components/schemas/TemplateName"},{"description":"The name of the template. You will refer to this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations."}]},"SubjectPart":{"allOf":[{"$ref":"#/components/schemas/SubjectPart"},{"description":"The subject line of the email."}]},"TextPart":{"allOf":[{"$ref":"#/components/schemas/TextPart"},{"description":"The email body that will be visible to recipients whose email clients do not display HTML."}]},"HtmlPart":{"allOf":[{"$ref":"#/components/schemas/HtmlPart"},{"description":"The HTML body of the email."}]}},"description":"The content of the email, composed of a subject line, an HTML part, and a text-only part."}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateTemplate"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateTemplate","operationId":"POST_CreateTemplate","description":"<p>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 <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateTemplateResponse"}}}},"480":{"description":"AlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AlreadyExistsException"}}}},"481":{"description":"InvalidTemplateException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTemplateException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateTemplateRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateTemplate"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=DeleteConfigurationSet":{"get":{"x-aws-operation-name":"DeleteConfigurationSet","operationId":"GET_DeleteConfigurationSet","description":"<p>Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteConfigurationSetResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}}},"parameters":[{"name":"ConfigurationSetName","in":"query","required":true,"description":"The name of the configuration set to delete.","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteConfigurationSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DeleteConfigurationSet","operationId":"POST_DeleteConfigurationSet","description":"<p>Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteConfigurationSetResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteConfigurationSetRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteConfigurationSet"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2010-12-01"]}}]}},"/#Action=DeleteConfigurationSetEventDestination":{"get":{"x-aws-operation-name":"DeleteConfigurationSetEventDestination","operationId":"GET_DeleteConfigurationSetEventDestination","description":"<p>Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html\">Amazon SES Developer Guide</a>.</p> <p>You can execute this operation no more than once per second.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteConfigurationSetEventDestinationResponse"}}}},"480":{"description":"ConfigurationSetDoesNotExistException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ConfigurationSetDoesNotExistException"}}}},"481":{"description":"EventDestinationDoesNotExistException","conten