From 5899627827bd9911f48faf4235e025dd2a0ebd35 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 27 Sep 2024 18:43:01 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-09-27 --- .../aws/typescript/codegen/endpoints.json | 48 +++++++++++++++++-- 1 file changed, 45 insertions(+), 3 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 e393a8dd3b33..9a6bdfd458f3 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 @@ -32569,8 +32569,36 @@ }, "ds": { "endpoints": { - "us-iso-east-1": {}, - "us-iso-west-1": {} + "fips-us-iso-east-1": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "hostname": "ds-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1": { + "credentialScope": { + "region": "us-iso-west-1" + }, + "deprecated": true, + "hostname": "ds-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-west-1": { + "variants": [ + { + "hostname": "ds-fips.us-iso-west-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + } } }, "dynamodb": { @@ -33439,7 +33467,21 @@ }, "ds": { "endpoints": { - "us-isob-east-1": {} + "fips-us-isob-east-1": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "hostname": "ds-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + } } }, "dynamodb": {