Skip to content

Commit 6ffe6c7

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0f7c4d7 commit 6ffe6c7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
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+
}

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

+23
Original file line numberDiff line numberDiff line change
@@ -5310,6 +5310,12 @@
53105310
"tags" : [ "fips" ]
53115311
} ]
53125312
},
5313+
"eu-central-2" : {
5314+
"variants" : [ {
5315+
"hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com",
5316+
"tags" : [ "fips" ]
5317+
} ]
5318+
},
53135319
"eu-north-1" : {
53145320
"variants" : [ {
53155321
"hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com",
@@ -5417,6 +5423,13 @@
54175423
"deprecated" : true,
54185424
"hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com"
54195425
},
5426+
"fips-eu-central-2" : {
5427+
"credentialScope" : {
5428+
"region" : "eu-central-2"
5429+
},
5430+
"deprecated" : true,
5431+
"hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com"
5432+
},
54205433
"fips-eu-north-1" : {
54215434
"credentialScope" : {
54225435
"region" : "eu-north-1"
@@ -10970,8 +10983,10 @@
1097010983
"api" : { },
1097110984
"ca-central-1" : { },
1097210985
"eu-central-1" : { },
10986+
"eu-north-1" : { },
1097310987
"eu-west-1" : { },
1097410988
"eu-west-2" : { },
10989+
"eu-west-3" : { },
1097510990
"sa-east-1" : { },
1097610991
"us-east-1" : { },
1097710992
"us-east-2" : { },
@@ -13294,6 +13309,7 @@
1329413309
"eu-west-1" : { },
1329513310
"eu-west-2" : { },
1329613311
"eu-west-3" : { },
13312+
"me-central-1" : { },
1329713313
"me-south-1" : { },
1329813314
"sa-east-1" : { },
1329913315
"us-east-1" : { },
@@ -16340,6 +16356,12 @@
1634016356
"cn-northwest-1" : { }
1634116357
}
1634216358
},
16359+
"datasync" : {
16360+
"endpoints" : {
16361+
"cn-north-1" : { },
16362+
"cn-northwest-1" : { }
16363+
}
16364+
},
1634316365
"dax" : {
1634416366
"endpoints" : {
1634516367
"cn-north-1" : { },
@@ -19452,6 +19474,7 @@
1945219474
},
1945319475
"metrics.sagemaker" : {
1945419476
"endpoints" : {
19477+
"us-gov-east-1" : { },
1945519478
"us-gov-west-1" : { }
1945619479
}
1945719480
},

0 commit comments

Comments
 (0)