Skip to content

Commit 7e8eb1b

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c9028b3 commit 7e8eb1b

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"ap-southeast-5" : {
5151
"description" : "Asia Pacific (Malaysia)"
5252
},
53+
"ap-southeast-6" : {
54+
"description" : "Asia Pacific (New Zealand)"
55+
},
5356
"ap-southeast-7" : {
5457
"description" : "Asia Pacific (Thailand)"
5558
},
@@ -143,7 +146,7 @@
143146
"dualStackDnsSuffix" : "api.amazonwebservices.eu",
144147
"implicitGlobalRegion" : "eusc-de-east-1",
145148
"name" : "aws-eusc",
146-
"supportsDualStack" : false,
149+
"supportsDualStack" : true,
147150
"supportsFIPS" : true
148151
},
149152
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",

0 commit comments

Comments
 (0)