Skip to content

Commit 0bbe9e4

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 38434fc commit 0bbe9e4

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-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 service endpoint metadata."
6+
}

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,12 @@
13101310
"tags" : [ "dualstack" ]
13111311
} ]
13121312
},
1313+
"ap-northeast-3" : {
1314+
"variants" : [ {
1315+
"hostname" : "appmesh.ap-northeast-3.api.aws",
1316+
"tags" : [ "dualstack" ]
1317+
} ]
1318+
},
13131319
"ap-south-1" : {
13141320
"variants" : [ {
13151321
"hostname" : "appmesh.ap-south-1.api.aws",
@@ -1328,6 +1334,12 @@
13281334
"tags" : [ "dualstack" ]
13291335
} ]
13301336
},
1337+
"ap-southeast-3" : {
1338+
"variants" : [ {
1339+
"hostname" : "appmesh.ap-southeast-3.api.aws",
1340+
"tags" : [ "dualstack" ]
1341+
} ]
1342+
},
13311343
"ca-central-1" : {
13321344
"variants" : [ {
13331345
"hostname" : "appmesh.ca-central-1.api.aws",
@@ -6079,6 +6091,19 @@
60796091
"us-east-1" : { }
60806092
}
60816093
},
6094+
"geo" : {
6095+
"endpoints" : {
6096+
"ap-northeast-1" : { },
6097+
"ap-southeast-1" : { },
6098+
"ap-southeast-2" : { },
6099+
"eu-central-1" : { },
6100+
"eu-north-1" : { },
6101+
"eu-west-1" : { },
6102+
"us-east-1" : { },
6103+
"us-east-2" : { },
6104+
"us-west-2" : { }
6105+
}
6106+
},
60826107
"glacier" : {
60836108
"defaults" : {
60846109
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)