|
1052 | 1052 | ],
|
1053 | 1053 | "documentation":"<p>Update your Amazon SES account VDM attributes.</p> <p>You can execute this operation no more than once per second.</p>"
|
1054 | 1054 | },
|
| 1055 | + "PutConfigurationSetArchivingOptions":{ |
| 1056 | + "name":"PutConfigurationSetArchivingOptions", |
| 1057 | + "http":{ |
| 1058 | + "method":"PUT", |
| 1059 | + "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/archiving-options" |
| 1060 | + }, |
| 1061 | + "input":{"shape":"PutConfigurationSetArchivingOptionsRequest"}, |
| 1062 | + "output":{"shape":"PutConfigurationSetArchivingOptionsResponse"}, |
| 1063 | + "errors":[ |
| 1064 | + {"shape":"NotFoundException"}, |
| 1065 | + {"shape":"TooManyRequestsException"}, |
| 1066 | + {"shape":"BadRequestException"} |
| 1067 | + ], |
| 1068 | + "documentation":"<p>Associate the configuration set with a MailManager archive. When you send email using the <code>SendEmail</code> or <code>SendBulkEmail</code> operations the message as it will be given to the receiving SMTP server will be archived, along with the recipient information.</p>", |
| 1069 | + "idempotent":true |
| 1070 | + }, |
1055 | 1071 | "PutConfigurationSetDeliveryOptions":{
|
1056 | 1072 | "name":"PutConfigurationSetDeliveryOptions",
|
1057 | 1073 | "http":{
|
|
1557 | 1573 | "exception":true
|
1558 | 1574 | },
|
1559 | 1575 | "AmazonResourceName":{"type":"string"},
|
| 1576 | + "ArchiveArn":{ |
| 1577 | + "type":"string", |
| 1578 | + "max":1011, |
| 1579 | + "min":20, |
| 1580 | + "pattern":"arn:(aws|aws-[a-z-]+):ses:[a-z]{2}-[a-z-]+-[0-9]:[0-9]{1,20}:mailmanager-archive/a-[a-z0-9]{24,62}" |
| 1581 | + }, |
| 1582 | + "ArchivingOptions":{ |
| 1583 | + "type":"structure", |
| 1584 | + "members":{ |
| 1585 | + "ArchiveArn":{ |
| 1586 | + "shape":"ArchiveArn", |
| 1587 | + "documentation":"<p>The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.</p>" |
| 1588 | + } |
| 1589 | + }, |
| 1590 | + "documentation":"<p>Used to associate a configuration set with a MailManager archive.</p>" |
| 1591 | + }, |
1560 | 1592 | "AttributesData":{"type":"string"},
|
1561 | 1593 | "BadRequestException":{
|
1562 | 1594 | "type":"structure",
|
|
2054 | 2086 | "VdmOptions":{
|
2055 | 2087 | "shape":"VdmOptions",
|
2056 | 2088 | "documentation":"<p>An object that defines the VDM options for emails that you send using the configuration set.</p>"
|
| 2089 | + }, |
| 2090 | + "ArchivingOptions":{ |
| 2091 | + "shape":"ArchivingOptions", |
| 2092 | + "documentation":"<p>An object that defines the MailManager archiving options for emails that you send using the configuration set.</p>" |
2057 | 2093 | }
|
2058 | 2094 | },
|
2059 | 2095 | "documentation":"<p>A request to create a configuration set.</p>"
|
|
3718 | 3754 | "VdmOptions":{
|
3719 | 3755 | "shape":"VdmOptions",
|
3720 | 3756 | "documentation":"<p>An object that contains information about the VDM preferences for your configuration set.</p>"
|
| 3757 | + }, |
| 3758 | + "ArchivingOptions":{ |
| 3759 | + "shape":"ArchivingOptions", |
| 3760 | + "documentation":"<p>An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.</p>" |
3721 | 3761 | }
|
3722 | 3762 | },
|
3723 | 3763 | "documentation":"<p>Information about a configuration set.</p>"
|
|
5187 | 5227 | },
|
5188 | 5228 | "ListRecommendationsFilterKey":{
|
5189 | 5229 | "type":"string",
|
5190 |
| - "documentation":"<p>The <code>ListRecommendations</code> filter type. This can be one of the following:</p> <ul> <li> <p> <code>TYPE</code> – The recommendation type, with values like <code>DKIM</code>, <code>SPF</code>, <code>DMARC</code> or <code>BIMI</code>.</p> </li> <li> <p> <code>IMPACT</code> – The recommendation impact, with values like <code>HIGH</code> or <code>LOW</code>.</p> </li> <li> <p> <code>STATUS</code> – The recommendation status, with values like <code>OPEN</code> or <code>FIXED</code>.</p> </li> <li> <p> <code>RESOURCE_ARN</code> – The resource affected by the recommendation, with values like <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p> </li> </ul>", |
| 5230 | + "documentation":"<p>The <code>ListRecommendations</code> filter type. This can be one of the following:</p> <ul> <li> <p> <code>TYPE</code> – The recommendation type, with values like <code>DKIM</code>, <code>SPF</code>, <code>DMARC</code>, <code>BIMI</code>, or <code>COMPLAINT</code>.</p> </li> <li> <p> <code>IMPACT</code> – The recommendation impact, with values like <code>HIGH</code> or <code>LOW</code>.</p> </li> <li> <p> <code>STATUS</code> – The recommendation status, with values like <code>OPEN</code> or <code>FIXED</code>.</p> </li> <li> <p> <code>RESOURCE_ARN</code> – The resource affected by the recommendation, with values like <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p> </li> </ul>", |
5191 | 5231 | "enum":[
|
5192 | 5232 | "TYPE",
|
5193 | 5233 | "IMPACT",
|
|
5899 | 5939 | "members":{
|
5900 | 5940 | }
|
5901 | 5941 | },
|
| 5942 | + "PutConfigurationSetArchivingOptionsRequest":{ |
| 5943 | + "type":"structure", |
| 5944 | + "required":["ConfigurationSetName"], |
| 5945 | + "members":{ |
| 5946 | + "ConfigurationSetName":{ |
| 5947 | + "shape":"ConfigurationSetName", |
| 5948 | + "documentation":"<p>The name of the configuration set to associate with a MailManager archive.</p>", |
| 5949 | + "location":"uri", |
| 5950 | + "locationName":"ConfigurationSetName" |
| 5951 | + }, |
| 5952 | + "ArchiveArn":{ |
| 5953 | + "shape":"ArchiveArn", |
| 5954 | + "documentation":"<p>The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to.</p>" |
| 5955 | + } |
| 5956 | + }, |
| 5957 | + "documentation":"<p>A request to associate a configuration set with a MailManager archive.</p>" |
| 5958 | + }, |
| 5959 | + "PutConfigurationSetArchivingOptionsResponse":{ |
| 5960 | + "type":"structure", |
| 5961 | + "members":{ |
| 5962 | + }, |
| 5963 | + "documentation":"<p>An HTTP 200 response if the request succeeds, or an error message if the request fails.</p>" |
| 5964 | + }, |
5902 | 5965 | "PutConfigurationSetDeliveryOptionsRequest":{
|
5903 | 5966 | "type":"structure",
|
5904 | 5967 | "required":["ConfigurationSetName"],
|
|
6344 | 6407 | },
|
6345 | 6408 | "Type":{
|
6346 | 6409 | "shape":"RecommendationType",
|
6347 |
| - "documentation":"<p>The recommendation type, with values like <code>DKIM</code>, <code>SPF</code>, <code>DMARC</code> or <code>BIMI</code>.</p>" |
| 6410 | + "documentation":"<p>The recommendation type, with values like <code>DKIM</code>, <code>SPF</code>, <code>DMARC</code>, <code>BIMI</code>, or <code>COMPLAINT</code>.</p>" |
6348 | 6411 | },
|
6349 | 6412 | "Description":{
|
6350 | 6413 | "shape":"RecommendationDescription",
|
|
7405 | 7468 | },
|
7406 | 7469 | "ErrorType":{
|
7407 | 7470 | "shape":"VerificationError",
|
7408 |
| - "documentation":"<p>Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity. Below are the possible values: </p> <ul> <li> <p> <code>INVALID_VALUE</code> – Amazon SES was able to find the record, but the value contained within the record was invalid. Ensure you have published the correct values for the record.</p> </li> <li> <p> <code>TYPE_NOT_FOUND</code> – The queried hostname exists but does not have the requested type of DNS record. Ensure that you have published the correct type of DNS record.</p> </li> <li> <p> <code>HOST_NOT_FOUND</code> – The queried hostname does not exist or was not reachable at the time of the request. Ensure that you have published the required DNS record(s). </p> </li> <li> <p> <code>SERVICE_ERROR</code> – A temporary issue is preventing Amazon SES from determining the verification status of the domain.</p> </li> <li> <p> <code>DNS_SERVER_ERROR</code> – The DNS server encountered an issue and was unable to complete the request.</p> </li> <li> <p> <code>REPLICATION_ACCESS_DENIED</code> – The verification failed because the user does not have the required permissions to replicate the DKIM key from the primary region. Ensure you have the necessary permissions in both primary and replica regions. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_NOT_FOUND</code> – The verification failed because no corresponding identity was found in the specified primary region. Ensure the identity exists in the primary region before attempting replication. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED</code> – The verification failed because the identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key replication is only supported for identities using Easy DKIM. </p> </li> <li> <p> <code>REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED</code> – The verification failed because the specified primary identity is a replica of another identity, and multi-level replication is not supported; the primary identity must be a non-replica identity. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_INVALID_REGION</code> – The verification failed due to an invalid primary region specified. Ensure you provide a valid AWS region where Amazon SES is available and different from the replica region. </p> </li> </ul>" |
| 7471 | + "documentation":"<p>Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity. Below are the possible values: </p> <ul> <li> <p> <code>INVALID_VALUE</code> – Amazon SES was able to find the record, but the value contained within the record was invalid. Ensure you have published the correct values for the record.</p> </li> <li> <p> <code>TYPE_NOT_FOUND</code> – The queried hostname exists but does not have the requested type of DNS record. Ensure that you have published the correct type of DNS record.</p> </li> <li> <p> <code>HOST_NOT_FOUND</code> – The queried hostname does not exist or was not reachable at the time of the request. Ensure that you have published the required DNS record(s). </p> </li> <li> <p> <code>SERVICE_ERROR</code> – A temporary issue is preventing Amazon SES from determining the verification status of the domain.</p> </li> <li> <p> <code>DNS_SERVER_ERROR</code> – The DNS server encountered an issue and was unable to complete the request.</p> </li> <li> <p> <code>REPLICATION_ACCESS_DENIED</code> – The verification failed because the user does not have the required permissions to replicate the DKIM key from the primary region. Ensure you have the necessary permissions in both primary and replica regions. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_NOT_FOUND</code> – The verification failed because no corresponding identity was found in the specified primary region. Ensure the identity exists in the primary region before attempting replication. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED</code> – The verification failed because the identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key replication is only supported for identities using Easy DKIM. </p> </li> <li> <p> <code>REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED</code> – The verification failed because the specified primary identity is a replica of another identity, and multi-level replication is not supported; the primary identity must be a non-replica identity. </p> </li> <li> <p> <code>REPLICATION_PRIMARY_INVALID_REGION</code> – The verification failed due to an invalid primary region specified. Ensure you provide a valid Amazon Web Services region where Amazon SES is available and different from the replica region. </p> </li> </ul>" |
7409 | 7472 | },
|
7410 | 7473 | "SOARecord":{
|
7411 | 7474 | "shape":"SOARecord",
|
|
0 commit comments