Skip to content

Commit 0618bf8

Browse files
AWSghetelgb
authored andcommitted
Updated endpoints.json and partitions.json.
1 parent d254ff0 commit 0618bf8

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8757,6 +8757,13 @@
87578757
"deprecated" : true,
87588758
"hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com"
87598759
},
8760+
"fips-mx-central-1" : {
8761+
"credentialScope" : {
8762+
"region" : "mx-central-1"
8763+
},
8764+
"deprecated" : true,
8765+
"hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com"
8766+
},
87608767
"fips-sa-east-1" : {
87618768
"credentialScope" : {
87628769
"region" : "sa-east-1"
@@ -8810,6 +8817,12 @@
88108817
"tags" : [ "fips" ]
88118818
} ]
88128819
},
8820+
"mx-central-1" : {
8821+
"variants" : [ {
8822+
"hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com",
8823+
"tags" : [ "fips" ]
8824+
} ]
8825+
},
88138826
"sa-east-1" : {
88148827
"variants" : [ {
88158828
"hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com",

0 commit comments

Comments
 (0)