Skip to content

Commit 62fb4cc

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a4ac7b2 commit 62fb4cc

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
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: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4398,8 +4398,10 @@
43984398
"ap-southeast-4" : { },
43994399
"ca-central-1" : { },
44004400
"eu-central-1" : { },
4401+
"eu-central-2" : { },
44014402
"eu-north-1" : { },
44024403
"eu-south-1" : { },
4404+
"eu-south-2" : { },
44034405
"eu-west-1" : { },
44044406
"eu-west-2" : { },
44054407
"eu-west-3" : { },
@@ -8871,6 +8873,7 @@
88718873
"ap-south-1" : { },
88728874
"ap-southeast-1" : { },
88738875
"ap-southeast-2" : { },
8876+
"ap-southeast-3" : { },
88748877
"ca-central-1" : { },
88758878
"eu-central-1" : { },
88768879
"eu-north-1" : { },
@@ -18516,7 +18519,19 @@
1851618519
},
1851718520
"clouddirectory" : {
1851818521
"endpoints" : {
18519-
"us-gov-west-1" : { }
18522+
"us-gov-west-1" : {
18523+
"variants" : [ {
18524+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com",
18525+
"tags" : [ "fips" ]
18526+
} ]
18527+
},
18528+
"us-gov-west-1-fips" : {
18529+
"credentialScope" : {
18530+
"region" : "us-gov-west-1"
18531+
},
18532+
"deprecated" : true,
18533+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com"
18534+
}
1852018535
}
1852118536
},
1852218537
"cloudformation" : {
@@ -19450,6 +19465,12 @@
1945019465
}
1945119466
}
1945219467
},
19468+
"emr-containers" : {
19469+
"endpoints" : {
19470+
"us-gov-east-1" : { },
19471+
"us-gov-west-1" : { }
19472+
}
19473+
},
1945319474
"es" : {
1945419475
"endpoints" : {
1945519476
"fips" : {

0 commit comments

Comments
 (0)