From 9820c88498f3cd039cc2e16c7372955932794531 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 27 Dec 2023 19:13:01 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2023-12-27 --- .../aws/typescript/codegen/endpoints.json | 50 ++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) 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 1a65fff3613c5..2f49e0d4f88b7 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 @@ -5958,7 +5958,14 @@ } ] }, - "ca-west-1": {}, + "ca-west-1": { + "variants": [ + { + "hostname": "ds-fips.ca-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-central-2": {}, "eu-north-1": {}, @@ -5974,6 +5981,13 @@ "deprecated": true, "hostname": "ds-fips.ca-central-1.amazonaws.com" }, + "fips-ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "hostname": "ds-fips.ca-west-1.amazonaws.com" + }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -15069,6 +15083,21 @@ "deprecated": true, "hostname": "rds-fips.ca-central-1.amazonaws.com" }, + "ca-west-1": { + "variants": [ + { + "hostname": "rds-fips.ca-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-west-1-fips": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "hostname": "rds-fips.ca-west-1.amazonaws.com" + }, "eu-central-1": {}, "eu-central-2": {}, "eu-north-1": {}, @@ -15087,6 +15116,13 @@ "deprecated": true, "hostname": "rds-fips.ca-central-1.amazonaws.com" }, + "rds-fips.ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "hostname": "rds-fips.ca-west-1.amazonaws.com" + }, "rds-fips.us-east-1": { "credentialScope": { "region": "us-east-1" @@ -15127,6 +15163,18 @@ } ] }, + "rds.ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.ca-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "rds.us-east-1": { "credentialScope": { "region": "us-east-1"