From ebbd168956a6d823522a14437111bf74b1138546 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 9 Sep 2024 18:17:41 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-09-09 --- .../smithy/aws/typescript/codegen/endpoints.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json index faffe11a9a3d..467f7b28c577 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json @@ -1900,6 +1900,14 @@ } ] }, + "eu-central-2": { + "variants": [ + { + "hostname": "appmesh.eu-central-2.api.aws", + "tags": ["dualstack"] + } + ] + }, "eu-north-1": { "variants": [ { @@ -1916,6 +1924,14 @@ } ] }, + "eu-south-2": { + "variants": [ + { + "hostname": "appmesh.eu-south-2.api.aws", + "tags": ["dualstack"] + } + ] + }, "eu-west-1": { "variants": [ {