Skip to content

Commit af22969

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent bf6f612 commit af22969

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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+
}

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,11 +1050,18 @@
10501050
"endpoints" : {
10511051
"af-south-1" : { },
10521052
"ap-northeast-1" : { },
1053+
"ap-northeast-2" : { },
1054+
"ap-northeast-3" : { },
10531055
"ap-south-1" : { },
10541056
"ap-southeast-1" : { },
10551057
"ap-southeast-2" : { },
1058+
"ap-southeast-4" : { },
1059+
"ca-central-1" : { },
10561060
"eu-central-1" : { },
1061+
"eu-north-1" : { },
10571062
"eu-west-1" : { },
1063+
"eu-west-3" : { },
1064+
"sa-east-1" : { },
10581065
"us-east-1" : { },
10591066
"us-east-2" : { },
10601067
"us-west-2" : { }
@@ -4056,6 +4063,7 @@
40564063
"ap-southeast-1" : { },
40574064
"ap-southeast-2" : { },
40584065
"ap-southeast-3" : { },
4066+
"ap-southeast-4" : { },
40594067
"ca-central-1" : {
40604068
"variants" : [ {
40614069
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -25808,6 +25816,11 @@
2580825816
"us-isob-east-1" : { }
2580925817
}
2581025818
},
25819+
"runtime.sagemaker" : {
25820+
"endpoints" : {
25821+
"us-isob-east-1" : { }
25822+
}
25823+
},
2581125824
"s3" : {
2581225825
"defaults" : {
2581325826
"protocols" : [ "http", "https" ],

0 commit comments

Comments
 (0)