Skip to content

Commit 0d212b4

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-01-21
1 parent 14a89bc commit 0d212b4

File tree

1 file changed

+15
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+15
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10059,6 +10059,13 @@
1005910059
"deprecated": true,
1006010060
"hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com"
1006110061
},
10062+
"fips-mx-central-1": {
10063+
"credentialScope": {
10064+
"region": "mx-central-1"
10065+
},
10066+
"deprecated": true,
10067+
"hostname": "elasticfilesystem-fips.mx-central-1.amazonaws.com"
10068+
},
1006210069
"fips-sa-east-1": {
1006310070
"credentialScope": {
1006410071
"region": "sa-east-1"
@@ -10118,6 +10125,14 @@
1011810125
}
1011910126
]
1012010127
},
10128+
"mx-central-1": {
10129+
"variants": [
10130+
{
10131+
"hostname": "elasticfilesystem-fips.mx-central-1.amazonaws.com",
10132+
"tags": ["fips"]
10133+
}
10134+
]
10135+
},
1012110136
"sa-east-1": {
1012210137
"variants": [
1012310138
{

0 commit comments

Comments
 (0)