Skip to content

Commit e2a8a1c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 07c9f56 commit e2a8a1c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
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

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"ap-southeast-3" : {
4141
"description" : "Asia Pacific (Jakarta)"
4242
},
43+
"ap-southeast-4" : {
44+
"description" : "Asia Pacific (Melbourne)"
45+
},
4346
"aws-global" : {
4447
"description" : "AWS Standard global region"
4548
},

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

+1
Original file line numberDiff line numberDiff line change
@@ -4341,6 +4341,7 @@
43414341
"ap-southeast-1" : { },
43424342
"ap-southeast-2" : { },
43434343
"ap-southeast-3" : { },
4344+
"ap-southeast-4" : { },
43444345
"ca-central-1" : { },
43454346
"eu-central-1" : { },
43464347
"eu-north-1" : { },

0 commit comments

Comments
 (0)