From eefb7164bcf1edca717cfb676c1fc08e9c06db0e Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 6 Jun 2023 18:14:57 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2023-06-06 --- .../aws/typescript/codegen/endpoints.json | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) 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 961c066caabf..6cc3d0e41a63 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 @@ -9459,6 +9459,7 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-west-1": {}, + "eu-west-2": {}, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -9552,7 +9553,13 @@ "hostname": "kendra-ranking.ap-southeast-4.api.aws" }, "ca-central-1": { - "hostname": "kendra-ranking.ca-central-1.api.aws" + "hostname": "kendra-ranking.ca-central-1.api.aws", + "variants": [ + { + "hostname": "kendra-ranking-fips.ca-central-1.api.aws", + "tags": ["fips"] + } + ] }, "eu-central-2": { "hostname": "kendra-ranking.eu-central-2.api.aws" @@ -9582,16 +9589,34 @@ "hostname": "kendra-ranking.sa-east-1.api.aws" }, "us-east-1": { - "hostname": "kendra-ranking.us-east-1.api.aws" + "hostname": "kendra-ranking.us-east-1.api.aws", + "variants": [ + { + "hostname": "kendra-ranking-fips.us-east-1.api.aws", + "tags": ["fips"] + } + ] }, "us-east-2": { - "hostname": "kendra-ranking.us-east-2.api.aws" + "hostname": "kendra-ranking.us-east-2.api.aws", + "variants": [ + { + "hostname": "kendra-ranking-fips.us-east-2.api.aws", + "tags": ["fips"] + } + ] }, "us-west-1": { "hostname": "kendra-ranking.us-west-1.api.aws" }, "us-west-2": { - "hostname": "kendra-ranking.us-west-2.api.aws" + "hostname": "kendra-ranking.us-west-2.api.aws", + "variants": [ + { + "hostname": "kendra-ranking-fips.us-west-2.api.aws", + "tags": ["fips"] + } + ] } } },