Skip to content

Commit 6cb52fc

Browse files
author
AWS
committed
Amazon Simple Email Service Update: Add dual-stack support to global endpoints.
1 parent cbc0bab commit 6cb52fc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Email Service",
4+
"contributor": "",
5+
"description": "Add dual-stack support to global endpoints."
6+
}

services/sesv2/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{
155155
"conditions": [],
156156
"endpoint": {
157-
"url": "https://{EndpointId}.endpoints.email.{PartitionResult#dualStackDnsSuffix}",
157+
"url": "https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}",
158158
"properties": {
159159
"authSchemes": [
160160
{

services/sesv2/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
}
636636
]
637637
},
638-
"url": "https://abc123.456def.endpoints.email.api.aws"
638+
"url": "https://abc123.456def.endpoints.email.global.api.aws"
639639
}
640640
},
641641
"params": {

services/sesv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
{"shape":"BadRequestException"},
792792
{"shape":"TooManyRequestsException"}
793793
],
794-
"documentation":"<p>Lists all of the contact lists available.</p>"
794+
"documentation":"<p>Lists all of the contact lists available.</p> <p>If your output includes a \"NextToken\" field with a string value, this indicates there may be additional contacts on the filtered list - regardless of the number of contacts returned.</p>"
795795
},
796796
"ListContacts":{
797797
"name":"ListContacts",

0 commit comments

Comments
 (0)