From 20cc81f3ac225d140ee28a80f42501c92947f947 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 25 Oct 2024 18:16:10 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-10-25 --- .../aws/typescript/codegen/endpoints.json | 36 +++++++++++++++++++ 1 file changed, 36 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 074c6e3237ef..7dec94d76276 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 @@ -14915,6 +14915,7 @@ "ap-northeast-2": {}, "ap-northeast-3": {}, "ap-south-1": {}, + "ap-south-2": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ap-southeast-4": {}, @@ -14924,6 +14925,7 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "me-central-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -31516,6 +31518,40 @@ } } }, + "redshift-serverless": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": { + "variants": [ + { + "hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, "rekognition": { "endpoints": { "rekognition-fips.us-gov-west-1": {