From 5258f662a951577ac17fa48de3f80117f4f1453c Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 4 Jun 2024 18:14:05 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-06-04 --- .../aws/typescript/codegen/endpoints.json | 57 ++++--------------- 1 file changed, 12 insertions(+), 45 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 fd40719e3fd2..0c05851f81f0 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 @@ -9931,6 +9931,7 @@ "ap-southeast-3": {}, "ap-southeast-4": {}, "ca-central-1": {}, + "ca-west-1": {}, "eu-central-1": {}, "eu-central-2": {}, "eu-north-1": {}, @@ -21714,9 +21715,11 @@ "eu-north-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, @@ -30900,48 +30903,24 @@ }, "rds": { "endpoints": { - "rds-fips.us-iso-east-1": { - "credentialScope": { - "region": "us-iso-east-1" - }, - "deprecated": true, - "hostname": "rds-fips.us-iso-east-1.c2s.ic.gov" - }, - "rds-fips.us-iso-west-1": { - "credentialScope": { - "region": "us-iso-west-1" - }, - "deprecated": true, - "hostname": "rds-fips.us-iso-west-1.c2s.ic.gov" - }, "rds.us-iso-east-1": { "credentialScope": { "region": "us-iso-east-1" }, "deprecated": true, - "variants": [ - { - "hostname": "rds-fips.us-iso-east-1.c2s.ic.gov", - "tags": ["fips"] - } - ] + "hostname": "rds.us-iso-east-1.c2s.ic.gov" }, "rds.us-iso-west-1": { "credentialScope": { "region": "us-iso-west-1" }, "deprecated": true, - "variants": [ - { - "hostname": "rds-fips.us-iso-west-1.c2s.ic.gov", - "tags": ["fips"] - } - ] + "hostname": "rds.us-iso-west-1.c2s.ic.gov" }, "us-iso-east-1": { "variants": [ { - "hostname": "rds-fips.us-iso-east-1.c2s.ic.gov", + "hostname": "rds.us-iso-east-1.c2s.ic.gov", "tags": ["fips"] } ] @@ -30951,12 +30930,12 @@ "region": "us-iso-east-1" }, "deprecated": true, - "hostname": "rds-fips.us-iso-east-1.c2s.ic.gov" + "hostname": "rds.us-iso-east-1.c2s.ic.gov" }, "us-iso-west-1": { "variants": [ { - "hostname": "rds-fips.us-iso-west-1.c2s.ic.gov", + "hostname": "rds.us-iso-west-1.c2s.ic.gov", "tags": ["fips"] } ] @@ -30966,7 +30945,7 @@ "region": "us-iso-west-1" }, "deprecated": true, - "hostname": "rds-fips.us-iso-west-1.c2s.ic.gov" + "hostname": "rds.us-iso-west-1.c2s.ic.gov" } } }, @@ -31673,29 +31652,17 @@ }, "rds": { "endpoints": { - "rds-fips.us-isob-east-1": { - "credentialScope": { - "region": "us-isob-east-1" - }, - "deprecated": true, - "hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov" - }, "rds.us-isob-east-1": { "credentialScope": { "region": "us-isob-east-1" }, "deprecated": true, - "variants": [ - { - "hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov", - "tags": ["fips"] - } - ] + "hostname": "rds.us-isob-east-1.sc2s.sgov.gov" }, "us-isob-east-1": { "variants": [ { - "hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov", + "hostname": "rds.us-isob-east-1.sc2s.sgov.gov", "tags": ["fips"] } ] @@ -31705,7 +31672,7 @@ "region": "us-isob-east-1" }, "deprecated": true, - "hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov" + "hostname": "rds.us-isob-east-1.sc2s.sgov.gov" } } },