Skip to content

Commit 6c7fd2f

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent dac287b commit 6c7fd2f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"supportsDualStack" : true,
1010
"supportsFIPS" : true
1111
},
12-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
12+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
1313
"regions" : {
1414
"af-south-1" : {
1515
"description" : "Africa (Cape Town)"

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dnsSuffix" : "amazonaws.com",
2222
"partition" : "aws",
2323
"partitionName" : "AWS Standard",
24-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
24+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
2525
"regions" : {
2626
"af-south-1" : {
2727
"description" : "Africa (Cape Town)"

0 commit comments

Comments
 (0)