Skip to content

Commit 1b48a5e

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent d78c028 commit 1b48a5e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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+
}

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,15 @@
68126812
"geo" : {
68136813
"endpoints" : {
68146814
"ap-northeast-1" : { },
6815+
"ap-south-1" : { },
68156816
"ap-southeast-1" : { },
68166817
"ap-southeast-2" : { },
6818+
"ca-central-1" : { },
68176819
"eu-central-1" : { },
68186820
"eu-north-1" : { },
68196821
"eu-west-1" : { },
6822+
"eu-west-2" : { },
6823+
"sa-east-1" : { },
68206824
"us-east-1" : { },
68216825
"us-east-2" : { },
68226826
"us-west-2" : { }
@@ -10982,6 +10986,7 @@
1098210986
"ap-northeast-2" : { },
1098310987
"ap-northeast-3" : { },
1098410988
"ap-south-1" : { },
10989+
"ap-south-2" : { },
1098510990
"ap-southeast-1" : { },
1098610991
"ap-southeast-2" : { },
1098710992
"ap-southeast-3" : { },
@@ -10992,8 +10997,10 @@
1099210997
} ]
1099310998
},
1099410999
"eu-central-1" : { },
11000+
"eu-central-2" : { },
1099511001
"eu-north-1" : { },
1099611002
"eu-south-1" : { },
11003+
"eu-south-2" : { },
1099711004
"eu-west-1" : { },
1099811005
"eu-west-2" : { },
1099911006
"eu-west-3" : { },
@@ -21557,7 +21564,8 @@
2155721564
},
2155821565
"workspaces" : {
2155921566
"endpoints" : {
21560-
"us-iso-east-1" : { }
21567+
"us-iso-east-1" : { },
21568+
"us-iso-west-1" : { }
2156121569
}
2156221570
}
2156321571
}

0 commit comments

Comments
 (0)