Skip to content

Commit aaf3614

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 87c1b0c commit aaf3614

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"ap-east-1" : {
1818
"description" : "Asia Pacific (Hong Kong)"
1919
},
20+
"ap-east-2" : {
21+
"description" : "Asia Pacific (Taipei)"
22+
},
2023
"ap-northeast-1" : {
2124
"description" : "Asia Pacific (Tokyo)"
2225
},

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11969,6 +11969,7 @@
1196911969
"tags" : [ "dualstack" ]
1197011970
} ]
1197111971
},
11972+
"ap-east-2" : { },
1197211973
"ap-northeast-1" : {
1197311974
"variants" : [ {
1197411975
"hostname" : "glue.ap-northeast-1.api.aws",
@@ -12674,6 +12675,7 @@
1267412675
"il-central-1" : { },
1267512676
"me-central-1" : { },
1267612677
"me-south-1" : { },
12678+
"mx-central-1" : { },
1267712679
"sa-east-1" : { },
1267812680
"us-east-1" : { },
1267912681
"us-east-2" : { },

0 commit comments

Comments
 (0)