Skip to content

Commit 0ed65ba

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a0a7790 commit 0ed65ba

File tree

3 files changed

+13
-1
lines changed

3 files changed

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

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
77
"regions": {
88
"af-south-1": {},
9-
"af-east-1": {},
9+
"ap-east-1": {},
1010
"ap-northeast-1": {},
1111
"ap-northeast-2": {},
1212
"ap-northeast-3": {},
@@ -21,6 +21,7 @@
2121
"eu-west-1": {},
2222
"eu-west-2": {},
2323
"eu-west-3": {},
24+
"me-central-1": {},
2425
"me-south-1": {},
2526
"sa-east-1": {},
2627
"us-east-1": {},
@@ -80,6 +81,8 @@
8081
"dualStackDnsSuffix": "c2s.ic.gov"
8182
},
8283
"regions": {
84+
"us-iso-east-1": {},
85+
"us-iso-west-1": {},
8386
"aws-iso-global": {}
8487
}
8588
},
@@ -94,6 +97,7 @@
9497
"dualStackDnsSuffix": "sc2s.sgov.gov"
9598
},
9699
"regions": {
100+
"us-isob-east-1": {},
97101
"aws-iso-b-global": {}
98102
}
99103
}

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

+2
Original file line numberDiff line numberDiff line change
@@ -9393,8 +9393,10 @@
93939393
"ca-central-1" : { },
93949394
"eu-central-1" : { },
93959395
"eu-north-1" : { },
9396+
"eu-south-1" : { },
93969397
"eu-west-1" : { },
93979398
"eu-west-2" : { },
9399+
"eu-west-3" : { },
93989400
"fips" : {
93999401
"credentialScope" : {
94009402
"region" : "us-west-1"

0 commit comments

Comments
 (0)