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 43447a100ddb..fd749de2aba9 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 @@ -31685,35 +31685,17 @@ }, "redshift": { "endpoints": { - "fips-us-iso-east-1": { + "us-iso-east-1": { "credentialScope": { "region": "us-iso-east-1" }, - "deprecated": true, - "hostname": "redshift-fips.us-iso-east-1.c2s.ic.gov" + "hostname": "redshift.us-iso-east-1.c2s.ic.gov" }, - "fips-us-iso-west-1": { + "us-iso-west-1": { "credentialScope": { "region": "us-iso-west-1" }, - "deprecated": true, - "hostname": "redshift-fips.us-iso-west-1.c2s.ic.gov" - }, - "us-iso-east-1": { - "variants": [ - { - "hostname": "redshift-fips.us-iso-east-1.c2s.ic.gov", - "tags": ["fips"] - } - ] - }, - "us-iso-west-1": { - "variants": [ - { - "hostname": "redshift-fips.us-iso-west-1.c2s.ic.gov", - "tags": ["fips"] - } - ] + "hostname": "redshift.us-iso-west-1.c2s.ic.gov" } } }, @@ -32412,20 +32394,11 @@ }, "redshift": { "endpoints": { - "fips-us-isob-east-1": { + "us-isob-east-1": { "credentialScope": { "region": "us-isob-east-1" }, - "deprecated": true, - "hostname": "redshift-fips.us-isob-east-1.sc2s.sgov.gov" - }, - "us-isob-east-1": { - "variants": [ - { - "hostname": "redshift-fips.us-isob-east-1.sc2s.sgov.gov", - "tags": ["fips"] - } - ] + "hostname": "redshift.us-isob-east-1.sc2s.sgov.gov" } } },