Skip to content

Commit 8151ade

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 4424d49 commit 8151ade

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-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

+27-1
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,7 @@
27112711
"eu-west-1" : { },
27122712
"eu-west-2" : { },
27132713
"eu-west-3" : { },
2714+
"me-central-1" : { },
27142715
"me-south-1" : { },
27152716
"sa-east-1" : { },
27162717
"us-east-1" : {
@@ -5353,6 +5354,12 @@
53535354
"tags" : [ "fips" ]
53545355
} ]
53555356
},
5357+
"eu-south-2" : {
5358+
"variants" : [ {
5359+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
5360+
"tags" : [ "fips" ]
5361+
} ]
5362+
},
53565363
"eu-west-1" : {
53575364
"variants" : [ {
53585365
"hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
@@ -5469,6 +5476,13 @@
54695476
"deprecated" : true,
54705477
"hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
54715478
},
5479+
"fips-eu-south-2" : {
5480+
"credentialScope" : {
5481+
"region" : "eu-south-2"
5482+
},
5483+
"deprecated" : true,
5484+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
5485+
},
54725486
"fips-eu-west-1" : {
54735487
"credentialScope" : {
54745488
"region" : "eu-west-1"
@@ -18732,7 +18746,19 @@
1873218746
},
1873318747
"databrew" : {
1873418748
"endpoints" : {
18735-
"us-gov-west-1" : { }
18749+
"fips-us-gov-west-1" : {
18750+
"credentialScope" : {
18751+
"region" : "us-gov-west-1"
18752+
},
18753+
"deprecated" : true,
18754+
"hostname" : "databrew.us-gov-west-1.amazonaws.com"
18755+
},
18756+
"us-gov-west-1" : {
18757+
"variants" : [ {
18758+
"hostname" : "databrew.us-gov-west-1.amazonaws.com",
18759+
"tags" : [ "fips" ]
18760+
} ]
18761+
}
1873618762
}
1873718763
},
1873818764
"datasync" : {

0 commit comments

Comments
 (0)