Skip to content

Commit 4a0c484

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-11-02
1 parent 8f32160 commit 4a0c484

File tree

1 file changed

+8
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9294,7 +9294,14 @@
92949294
"deprecated": true,
92959295
"hostname": "lambda-fips.us-west-2.amazonaws.com"
92969296
},
9297-
"me-central-1": {},
9297+
"me-central-1": {
9298+
"variants": [
9299+
{
9300+
"hostname": "lambda.me-central-1.api.aws",
9301+
"tags": ["dualstack"]
9302+
}
9303+
]
9304+
},
92989305
"me-south-1": {
92999306
"variants": [
93009307
{

0 commit comments

Comments
 (0)