From 7dfd0e63551656708e56a4e481c981d6ab377d29 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:23:12 +0000 Subject: [PATCH 01/24] chore: add endpoints.json with variants --- .../aws/typescript/codegen/endpoints.json | 9602 +++++++++++++++-- 1 file changed, 8700 insertions(+), 902 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 b7b2f3d1662c..cdbd69506be4 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 @@ -4,7 +4,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com", "partition": "aws", @@ -91,7 +108,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -102,38 +126,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "account": { @@ -158,11 +215,19 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "acm-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "acm-fips.ca-central-1.amazonaws.com" }, "eu-central-1": {}, @@ -173,32 +238,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "acm-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "acm-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "acm-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "acm-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "acm-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "acm-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "acm-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "acm-fips.us-west-2.amazonaws.com" } } @@ -216,7 +313,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "acm-pca-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -227,38 +331,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "acm-pca-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "acm-pca-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "acm-pca-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "acm-pca-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "acm-pca-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "acm-pca-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "acm-pca-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "acm-pca-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "acm-pca-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "airflow": { @@ -340,37 +477,77 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "api.detective-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.detective-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "api.detective-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.detective-fips.us-west-2.amazonaws.com" } } }, "api.ecr": { + "defaults": { + "variants": [ + { + "hostname": "ecr-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": { "credentialScope": { @@ -426,6 +603,54 @@ }, "hostname": "api.ecr.ca-central-1.amazonaws.com" }, + "dkr-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" @@ -466,48 +691,56 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-east-1.amazonaws.com" }, "fips-dkr-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecr-fips.us-east-2.amazonaws.com" }, "fips-dkr-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-west-1.amazonaws.com" }, "fips-dkr-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecr-fips.us-west-2.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecr-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecr-fips.us-west-2.amazonaws.com" }, "me-south-1": { @@ -526,25 +759,59 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "api.ecr.us-east-1.amazonaws.com" + "hostname": "api.ecr.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "api.ecr.us-east-2.amazonaws.com" + "hostname": "api.ecr.us-east-2.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "api.ecr.us-west-1.amazonaws.com" + "hostname": "api.ecr.us-west-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "api.ecr.us-west-2.amazonaws.com" + "hostname": "api.ecr.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "api.ecr-public": { + "endpoints": { + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "api.ecr-public.us-east-1.amazonaws.com" } } }, @@ -577,7 +844,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -586,29 +860,54 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "api.mediatailor": { @@ -634,6 +933,14 @@ } }, "api.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -652,32 +959,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-west-2.amazonaws.com" } } @@ -844,10 +1183,39 @@ "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "appstream2-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "appstream2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-east-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "appstream2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-west-2.amazonaws.com" + } } }, "appsync": { @@ -911,32 +1279,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "athena-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "athena-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "athena-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "athena-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "athena-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "athena-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "athena-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "athena-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "auditmanager": { @@ -1037,6 +1437,14 @@ } }, "batch": { + "defaults": { + "variants": [ + { + "hostname": "fips.batch.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -1057,32 +1465,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.batch.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.batch.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.batch.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.batch.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.batch.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.batch.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.batch.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.batch.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "braket": { @@ -1167,7 +1607,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1178,38 +1625,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "clouddirectory": { @@ -1244,32 +1724,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "cloudformation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudformation-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "cloudformation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudformation-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "cloudformation-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudformation-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "cloudformation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudformation-fips.us-west-2.amazonaws.com" } } @@ -1289,16 +1801,8 @@ }, "cloudhsm": { "endpoints": { - "ap-northeast-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, "eu-west-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": {} } }, "cloudhsmv2": { @@ -1365,32 +1869,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "codeartifact": { @@ -1429,32 +1965,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "codebuild-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codebuild-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "codebuild-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codebuild-fips.us-west-2.amazonaws.com" } } @@ -1469,7 +2037,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "codecommit-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1480,14 +2062,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "codecommit-fips.ca-central-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "codecommit-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "codecommit-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-west-2.amazonaws.com" + } } }, "codedeploy": { @@ -1509,36 +2148,82 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "codedeploy-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codedeploy-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "codedeploy-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codedeploy-fips.us-west-2.amazonaws.com" } } }, + "codeguru-profiler": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, "codeguru-reviewer": { "endpoints": { "ap-northeast-1": {}, @@ -1561,7 +2246,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "codepipeline-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1572,43 +2264,94 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "codepipeline-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codepipeline-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codepipeline-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "codepipeline-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "codepipeline-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "codestar": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, "us-west-2": {} } }, - "codestar": { + "codestar-connections": { "endpoints": { "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, @@ -1616,14 +2359,17 @@ "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": {} } }, - "codestar-connections": { + "codestar-notifications": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -1635,6 +2381,7 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -1659,26 +2406,50 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, + "us-east-1": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1": {}, - "us-west-2": {} + "us-west-2": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-idp": { @@ -1698,32 +2469,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-sync": { @@ -1759,23 +2562,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "comprehend-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "comprehend-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "comprehend-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "comprehend-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "comprehend-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "comprehend-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehendmedical": { @@ -1788,23 +2615,147 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "compute-optimizer": { + "endpoints": { + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "compute-optimizer.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "compute-optimizer.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "compute-optimizer.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "compute-optimizer.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "compute-optimizer.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "compute-optimizer.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "compute-optimizer.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "compute-optimizer.eu-north-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "compute-optimizer.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "compute-optimizer.eu-west-2.amazonaws.com" + }, + "eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "compute-optimizer.eu-west-3.amazonaws.com" + }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "compute-optimizer.sa-east-1.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "compute-optimizer.us-east-1.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "compute-optimizer.us-east-2.amazonaws.com" + }, + "us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "compute-optimizer.us-west-1.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "compute-optimizer.us-west-2.amazonaws.com" + } } }, "config": { @@ -1828,37 +2779,70 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "config-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "config-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "config-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "config-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "config-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "config-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "config-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "config-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "connect": { "endpoints": { "ap-northeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, @@ -1868,9 +2852,50 @@ "us-west-2": {} } }, + "connectparticipant": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-west-2": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "participant.connect-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "participant.connect-fips.us-west-2.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "participant.connect-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "participant.connect-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, "contact-lens": { "endpoints": { "ap-northeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, @@ -1898,7 +2923,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "data.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -1908,38 +2940,71 @@ "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "data.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "data.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.jobs.iot": { @@ -1950,7 +3015,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -1960,38 +3032,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.mediastore": { @@ -2064,7 +3169,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "datasync-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2075,45 +3187,78 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "datasync-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "datasync-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "datasync-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "datasync-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "datasync-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "dax": { - "endpoints": { - "ap-northeast-1": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "datasync-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "datasync-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "datasync-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "datasync-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "dax": { + "endpoints": { + "ap-northeast-1": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, "ap-southeast-2": {}, "eu-central-1": {}, "eu-west-1": {}, @@ -2126,11 +3271,26 @@ "us-west-2": {} } }, + "deeplens": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "ap-northeast-1": {}, + "eu-central-1": {}, + "us-east-1": {} + } + }, "devicefarm": { "endpoints": { "us-west-2": {} } }, + "devices.iot1click": { + "endpoints": { + "us-west-2": {} + } + }, "directconnect": { "endpoints": { "af-south-1": {}, @@ -2152,42 +3312,99 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "directconnect-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "directconnect-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "directconnect-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "directconnect-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "directconnect-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "directconnect-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "directconnect-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "directconnect-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "discovery": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, - "discovery": { + "dlm": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, "ap-southeast-2": {}, + "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, @@ -2202,10 +3419,23 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, + "dms": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "dms-fips.us-west-1.amazonaws.com" }, "eu-central-1": {}, @@ -2216,10 +3446,66 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "dms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "dms-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "dms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "dms-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "dms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "dms-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "dms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "dms-fips.us-west-2.amazonaws.com" + } } }, "docdb": { @@ -2320,7 +3606,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2331,38 +3624,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ds-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ds-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ds-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ds-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ds-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "dynamodb": { @@ -2378,11 +3704,19 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "dynamodb-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "dynamodb-fips.ca-central-1.amazonaws.com" }, "eu-central-1": {}, @@ -2400,32 +3734,64 @@ }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "dynamodb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "dynamodb-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "dynamodb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "dynamodb-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "dynamodb-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "dynamodb-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "dynamodb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "dynamodb-fips.us-west-2.amazonaws.com" } } @@ -2440,7 +3806,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ebs-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2451,38 +3824,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ebs-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ebs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ebs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ebs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ebs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ebs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ebs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ebs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ebs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ec2": { @@ -2495,52 +3901,125 @@ "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-northeast-3": {}, - "ap-south-1": {}, + "ap-south-1": { + "variants": [ + { + "hostname": "api.ec2.ap-south-1.aws", + "tags": ["dualstack"] + } + ] + }, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ec2-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, - "eu-west-1": {}, + "eu-west-1": { + "variants": [ + { + "hostname": "api.ec2.eu-west-1.aws", + "tags": ["dualstack"] + } + ] + }, "eu-west-2": {}, "eu-west-3": {}, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ec2-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ec2-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ec2-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ec2-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ec2-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "sa-east-1": { + "variants": [ + { + "hostname": "api.ec2.sa-east-1.aws", + "tags": ["dualstack"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "api.ec2.us-east-1.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.ec2.us-east-2.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ec2-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.ec2.us-west-2.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ecs": { @@ -2564,37 +4043,85 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "ecs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ecs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ecs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ecs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "edge.sagemaker": { + "endpoints": { + "ap-northeast-1": {}, + "eu-central-1": {}, + "eu-west-1": {}, "us-east-1": {}, "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, "eks": { "defaults": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "fips.eks.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "af-south-1": {}, @@ -2616,32 +4143,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.eks.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.eks.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.eks.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.eks.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.eks.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.eks.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.eks.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.eks.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticache": { @@ -2665,14 +4224,71 @@ "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticache-fips.us-west-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticache-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticache-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticache-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticache-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-west-2.amazonaws.com" + } } }, "elasticbeanstalk": { @@ -2696,183 +4312,383 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticfilesystem": { "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "af-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-north-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-central-1.amazonaws.com" }, "fips-eu-north-1": { "credentialScope": { "region": "eu-north-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-north-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "me-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { @@ -2899,32 +4715,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticmapreduce": { @@ -2941,7 +4789,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": { "sslCommonName": "{service}.{region}.{dnsSuffix}" }, @@ -2954,40 +4809,72 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "{service}.{region}.{dnsSuffix}" + "sslCommonName": "{service}.{region}.{dnsSuffix}", + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-2": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elastictranscoder": { @@ -3019,7 +4906,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "emr-containers-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -3029,37 +4923,70 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "emr-containers-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "emr-containers-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "emr-containers-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "emr-containers-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "emr-containers-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "emr-containers-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "emr-containers-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "emr-containers-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "emr-containers-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "entitlement.marketplace": { @@ -3093,14 +5020,71 @@ "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "es-fips.us-west-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "es-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "es-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "es-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "es-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "es-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "es-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "es-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "es-fips.us-west-2.amazonaws.com" + } } }, "events": { @@ -3124,28 +5108,83 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "events-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "events-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "events-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "events-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "events-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "events-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "events-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "events-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "execute-api": { + "endpoints": { + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, @@ -3191,32 +5230,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "firehose-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "firehose-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "firehose-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "firehose-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "firehose-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "firehose-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "firehose-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "firehose-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fms": { @@ -3224,141 +5295,293 @@ "protocols": ["https"] }, "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, + "af-south-1": { + "variants": [ + { + "hostname": "fms-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1": { + "variants": [ + { + "hostname": "fms-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "fms-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "fms-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "ap-south-1": { + "variants": [ + { + "hostname": "fms-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "fms-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "fms-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "fms-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "fms-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "eu-south-1": { + "variants": [ + { + "hostname": "fms-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1": { + "variants": [ + { + "hostname": "fms-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "fms-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "fms-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "fms-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "fms-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "fms-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "fms-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "fms-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "fms-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "fms-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "fms-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "fms-fips.eu-central-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "fms-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "fms-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "fms-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "fms-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "fms-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "fms-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fms-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fms-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fms-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fms-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "me-south-1": { + "variants": [ + { + "hostname": "fms-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1": { + "variants": [ + { + "hostname": "fms-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "fms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "forecast": { @@ -3374,23 +5597,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "forecast-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "forecast-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "forecast-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "forecast-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "forecast-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "forecast-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "forecastquery": { @@ -3406,23 +5653,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "forecastquery-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "forecastquery-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "forecastquery-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "forecastquery-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "forecastquery-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "forecastquery-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "frauddetector": { @@ -3445,56 +5716,191 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "fsx-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "fsx-fips.ca-central-1.amazonaws.com" + }, "fips-prod-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "fsx-fips.ca-central-1.amazonaws.com" }, "fips-prod-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fsx-fips.us-east-1.amazonaws.com" }, "fips-prod-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fsx-fips.us-east-2.amazonaws.com" }, "fips-prod-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fsx-fips.us-west-1.amazonaws.com" }, "fips-prod-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fsx-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "gamelift": { - "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "fsx-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "fsx-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, + "prod-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "fsx-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fsx-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fsx-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fsx-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "gamelift": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, "ap-southeast-1": {}, @@ -3527,7 +5933,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "glacier-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -3538,38 +5951,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "glacier-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "glacier-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "glacier-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "glacier-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "glacier-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "glacier-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "glacier-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "glacier-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "glacier-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "glue": { @@ -3593,32 +6039,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "glue-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "glue-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "glue-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "glue-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "glue-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "glue-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "glue-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "glue-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "grafana": { @@ -3716,24 +6194,48 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "groundstation-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "groundstation-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "groundstation-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "groundstation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "groundstation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "groundstation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "guardduty": { @@ -3758,32 +6260,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "guardduty-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "guardduty-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "guardduty-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "guardduty-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "guardduty-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "guardduty-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "guardduty-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "guardduty-fips.us-west-2.amazonaws.com" } }, @@ -3795,7 +6329,20 @@ "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "health-fips.us-east-2.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "health-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -3820,12 +6367,38 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "iam.amazonaws.com" + "hostname": "iam.amazonaws.com", + "variants": [ + { + "hostname": "iam-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-global-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "iam-fips.amazonaws.com" + }, + "iam": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "iam-fips.amazonaws.com", + "tags": ["fips"] + } + ] }, "iam-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "iam-fips.amazonaws.com" } }, @@ -3834,11 +6407,19 @@ }, "identity-chime": { "endpoints": { - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "identity-chime-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "identity-chime-fips.us-east-1.amazonaws.com" } } @@ -3888,30 +6469,62 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "inspector-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "inspector-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "inspector-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "inspector-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "inspector-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "inspector-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "inspector-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "inspector-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iot": { @@ -3927,7 +6540,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -3937,38 +6557,71 @@ "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iotanalytics": { @@ -3983,6 +6636,34 @@ "us-west-2": {} } }, + "iotdeviceadvisor": { + "endpoints": { + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "api.iotdeviceadvisor.eu-west-1.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "api.iotdeviceadvisor.us-east-1.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "api.iotdeviceadvisor.us-west-2.amazonaws.com" + } + } + }, "iotevents": { "endpoints": { "ap-northeast-1": {}, @@ -4069,6 +6750,14 @@ } }, "iotsecuredtunneling": { + "defaults": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "ap-east-1": {}, "ap-northeast-1": {}, @@ -4076,7 +6765,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -4086,37 +6782,83 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "iotsitewise": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, @@ -4229,23 +6971,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "kendra-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "kendra-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "kendra-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "kendra-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "kendra-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "kendra-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesis": { @@ -4269,32 +7035,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "kinesis-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "kinesis-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "kinesis-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "kinesis-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "kinesis-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "kinesis-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "kinesis-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "kinesis-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesisanalytics": { @@ -4341,41 +7139,335 @@ }, "kms": { "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "lakeformation": { - "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "af-south-1": { + "variants": [ + { + "hostname": "kms-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "af-south-1-fips": { + "credentialScope": { + "region": "af-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.af-south-1.amazonaws.com" + }, + "ap-east-1": { + "variants": [ + { + "hostname": "kms-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1-fips": { + "credentialScope": { + "region": "ap-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-east-1.amazonaws.com" + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1-fips": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2-fips": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3-fips": { + "credentialScope": { + "region": "ap-northeast-3" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-3.amazonaws.com" + }, + "ap-south-1": { + "variants": [ + { + "hostname": "kms-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1-fips": { + "credentialScope": { + "region": "ap-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "kms-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1-fips": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "kms-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2-fips": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "deprecated": true, + "hostname": "kms-fips.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "variants": [ + { + "hostname": "kms-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "kms-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "variants": [ + { + "hostname": "kms-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1-fips": { + "credentialScope": { + "region": "eu-central-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "variants": [ + { + "hostname": "kms-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-north-1-fips": { + "credentialScope": { + "region": "eu-north-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-north-1.amazonaws.com" + }, + "eu-south-1": { + "variants": [ + { + "hostname": "kms-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-south-1-fips": { + "credentialScope": { + "region": "eu-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-south-1.amazonaws.com" + }, + "eu-west-1": { + "variants": [ + { + "hostname": "kms-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1-fips": { + "credentialScope": { + "region": "eu-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "variants": [ + { + "hostname": "kms-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2-fips": { + "credentialScope": { + "region": "eu-west-2" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-2.amazonaws.com" + }, + "eu-west-3": { + "variants": [ + { + "hostname": "kms-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3-fips": { + "credentialScope": { + "region": "eu-west-3" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-3.amazonaws.com" + }, + "me-south-1": { + "variants": [ + { + "hostname": "kms-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "me-south-1-fips": { + "credentialScope": { + "region": "me-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.me-south-1.amazonaws.com" + }, + "sa-east-1": { + "variants": [ + { + "hostname": "kms-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1-fips": { + "credentialScope": { + "region": "sa-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.sa-east-1.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "kms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "kms-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "kms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "kms-fips.us-west-2.amazonaws.com" + } + } + }, + "lakeformation": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, "eu-west-1": {}, @@ -4385,32 +7477,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "lakeformation-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "lakeformation-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "lakeformation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "lakeformation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lambda": { @@ -4434,32 +7558,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "lambda-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "lambda-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "lambda-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "lambda-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "lambda-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "lambda-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "lambda-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "lambda-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "license-manager": { @@ -4483,32 +7639,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "license-manager-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "license-manager-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "license-manager-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "license-manager-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lightsail": { @@ -4550,32 +7738,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "logs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "logs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "logs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "logs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "logs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "logs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "logs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "logs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lookoutequipment": { @@ -4585,6 +7805,19 @@ "us-east-1": {} } }, + "lookoutmetrics": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, "lookoutvision": { "endpoints": { "ap-northeast-1": {}, @@ -4608,16 +7841,32 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "macie-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "macie-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "macie-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "macie-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "macie2": { @@ -4641,32 +7890,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "macie2-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "macie2-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "macie2-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "macie2-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "macie2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "macie2-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "macie2-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "macie2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "managedblockchain": { @@ -4711,7 +7992,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -4721,37 +8009,70 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "medialive": { @@ -4770,24 +8091,48 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "medialive-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "medialive-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "medialive-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "medialive-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "medialive-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "medialive-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mediapackage": { @@ -4841,13 +8186,31 @@ "us-west-2": {} } }, - "messaging-chime": { + "memorydb": { "endpoints": { + "ap-northeast-1": {}, + "ap-south-1": {}, + "eu-west-1": {}, + "sa-east-1": {}, "us-east-1": {}, - "us-east-1-fips": { - "credentialScope": { - "region": "us-east-1" - }, + "us-west-2": {} + } + }, + "messaging-chime": { + "endpoints": { + "us-east-1": { + "variants": [ + { + "hostname": "messaging-chime-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, "hostname": "messaging-chime-fips.us-east-1.amazonaws.com" } } @@ -4893,6 +8256,38 @@ "us-west-2": {} } }, + "mgn": { + "endpoints": { + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "migrationhub-strategy": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, "mobileanalytics": { "endpoints": { "us-east-1": {} @@ -4917,7 +8312,13 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "models-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "ap-northeast-1": {}, @@ -4926,18 +8327,34 @@ "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "models-fips.lex.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "models-fips.lex.us-east-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "models-fips.lex.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "models-fips.lex.us-west-2.amazonaws.com" } } @@ -4966,32 +8383,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "monitoring-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "monitoring-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "monitoring-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "monitoring-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "monitoring-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "monitoring-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "monitoring-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "monitoring-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mq": { @@ -5014,32 +8463,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "mq-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "mq-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "mq-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "mq-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "mq-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "mq-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "mq-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "mq-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mturk-requester": { @@ -5173,7 +8654,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "network-firewall-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5184,37 +8672,91 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "network-firewall-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "network-firewall-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "network-firewall-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "network-firewall-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "network-firewall-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "networkmanager": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "networkmanager.us-west-2.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "nimble": { + "endpoints": { + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-west-2": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, @@ -5350,12 +8892,19 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "organizations.us-east-1.amazonaws.com" + "hostname": "organizations.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "organizations-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "organizations-fips.us-east-1.amazonaws.com" } }, @@ -5372,7 +8921,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "outposts-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5383,52 +8939,110 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "outposts-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "outposts-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "outposts-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "outposts-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "outposts-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "outposts-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "outposts-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "outposts-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "outposts-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "personalize": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-west-1": {}, "us-east-1": {}, "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, - "personalize": { + "pi": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-northeast-3": {}, "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, @@ -5452,28 +9066,57 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "pinpoint-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "pinpoint-fips.us-west-2.amazonaws.com" }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "pinpoint.us-east-1.amazonaws.com" + "hostname": "pinpoint.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "pinpoint.us-west-2.amazonaws.com" + "hostname": "pinpoint.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, + "pinpoint-sms-voice": { + "defaults": { + "credentialScope": { + "service": "sms-voice" + } + }, + "endpoints": { + "ap-south-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, "polly": { "endpoints": { "af-south-1": {}, @@ -5493,36 +9136,86 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "polly-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "polly-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "polly-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "polly-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "polly-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "polly-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "polly-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "polly-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "portal.sso": { "endpoints": { + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "portal.sso.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "portal.sso.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "portal.sso.ap-south-1.amazonaws.com" + }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -5547,6 +9240,12 @@ }, "hostname": "portal.sso.eu-central-1.amazonaws.com" }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "portal.sso.eu-north-1.amazonaws.com" + }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" @@ -5559,6 +9258,18 @@ }, "hostname": "portal.sso.eu-west-2.amazonaws.com" }, + "eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "portal.sso.eu-west-3.amazonaws.com" + }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "portal.sso.sa-east-1.amazonaws.com" + }, "us-east-1": { "credentialScope": { "region": "us-east-1" @@ -5615,23 +9326,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "qldb-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "qldb-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "qldb-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "qldb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "qldb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "qldb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "quicksight": { @@ -5662,7 +9397,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ram-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5673,38 +9415,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ram-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ram-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ram-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ram-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ram-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ram-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ram-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ram-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ram-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "rds": { @@ -5717,7 +9492,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "rds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "rds-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5729,39 +9518,233 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "rds-fips.ca-central-1.amazonaws.com" }, "rds-fips.us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "rds-fips.us-east-1.amazonaws.com" }, "rds-fips.us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "rds-fips.us-east-2.amazonaws.com" }, "rds-fips.us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "rds-fips.us-west-1.amazonaws.com" }, "rds-fips.us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "rds-fips.us-west-2.amazonaws.com" }, + "rds.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "{service}.{dnsSuffix}" + "sslCommonName": "{service}.{dnsSuffix}", + "variants": [ + { + "hostname": "rds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "rds-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "rds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "rds-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "rds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "rds-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "rds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "rds-fips.us-west-2.amazonaws.com" + } + } + }, + "rdsdataservice": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "rds-data-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "rds-data-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "rds-data-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "rds-data-fips.us-west-2.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "rds-data-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "rds-data-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "rds-data-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "rds-data-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "redshift": { @@ -5774,7 +9757,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "redshift-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5785,38 +9775,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "redshift-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "redshift-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "redshift-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "redshift-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "redshift-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "redshift-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "redshift-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "redshift-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "redshift-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "rekognition": { @@ -5826,7 +9849,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "rekognition-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, @@ -5834,36 +9871,157 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "rekognition-fips.ca-central-1.amazonaws.com" }, "rekognition-fips.us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "rekognition-fips.us-east-1.amazonaws.com" }, "rekognition-fips.us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "rekognition-fips.us-east-2.amazonaws.com" }, "rekognition-fips.us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "rekognition-fips.us-west-1.amazonaws.com" }, "rekognition-fips.us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "rekognition-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "rekognition.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "rekognition-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "rekognition-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-west-2.amazonaws.com" + } } }, "resource-groups": { @@ -5887,32 +10045,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "resource-groups-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "resource-groups-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "resource-groups-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "resource-groups-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "resource-groups-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "resource-groups-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "resource-groups-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "resource-groups-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "robomaker": { @@ -5932,12 +10122,19 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "route53.amazonaws.com" + "hostname": "route53.amazonaws.com", + "variants": [ + { + "hostname": "route53-fips.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "route53-fips.amazonaws.com" } }, @@ -6006,7 +10203,13 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "runtime-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "ap-northeast-1": {}, @@ -6015,23 +10218,47 @@ "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-east-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-west-2.amazonaws.com" } } }, "runtime.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -6050,32 +10277,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com" } } @@ -6083,109 +10342,90 @@ "s3": { "defaults": { "protocols": ["http", "https"], - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "endpoints": { - "accesspoint-af-south-1": { - "hostname": "s3-accesspoint.af-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-east-1": { - "hostname": "s3-accesspoint.ap-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-1": { - "hostname": "s3-accesspoint.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-2": { - "hostname": "s3-accesspoint.ap-northeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-3": { - "hostname": "s3-accesspoint.ap-northeast-3.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-south-1": { - "hostname": "s3-accesspoint.ap-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-southeast-1": { - "hostname": "s3-accesspoint.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-southeast-2": { - "hostname": "s3-accesspoint.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ca-central-1": { - "hostname": "s3-accesspoint.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-central-1": { - "hostname": "s3-accesspoint.eu-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-north-1": { - "hostname": "s3-accesspoint.eu-north-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-south-1": { - "hostname": "s3-accesspoint.eu-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-1": { - "hostname": "s3-accesspoint.eu-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-2": { - "hostname": "s3-accesspoint.eu-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-3": { - "hostname": "s3-accesspoint.eu-west-3.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-me-south-1": { - "hostname": "s3-accesspoint.me-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-sa-east-1": { - "hostname": "s3-accesspoint.sa-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "af-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.af-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-east-1": { - "hostname": "s3-accesspoint.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-east-1": { + "variants": [ + { + "hostname": "s3.dualstack.ap-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-east-2": { - "hostname": "s3-accesspoint.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-1": { + "hostname": "s3.ap-northeast-1.amazonaws.com", + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-west-1": { - "hostname": "s3-accesspoint.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-2": { + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-west-2": { - "hostname": "s3-accesspoint.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-3": { + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": { - "hostname": "s3.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "ap-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.ap-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, "ap-southeast-1": { "hostname": "s3.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-southeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-2": { "hostname": "s3.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-southeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "aws-global": { "credentialScope": { @@ -6194,37 +10434,115 @@ "hostname": "s3.amazonaws.com", "signatureVersions": ["s3", "s3v4"] }, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "s3-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-fips.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-north-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-north-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, "eu-west-1": { "hostname": "s3.eu-west-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.eu-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "eu-west-2": {}, - "eu-west-3": {}, - "fips-accesspoint-ca-central-1": { - "hostname": "s3-accesspoint-fips.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "eu-west-2": { + "variants": [ + { + "hostname": "s3.dualstack.eu-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "fips-accesspoint-us-east-1": { - "hostname": "s3-accesspoint-fips.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "eu-west-3": { + "variants": [ + { + "hostname": "s3.dualstack.eu-west-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "fips-accesspoint-us-east-2": { - "hostname": "s3-accesspoint-fips.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "s3-fips.ca-central-1.amazonaws.com" }, - "fips-accesspoint-us-west-1": { - "hostname": "s3-accesspoint-fips.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-east-1.amazonaws.com" }, - "fips-accesspoint-us-west-2": { - "hostname": "s3-accesspoint-fips.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "s3-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "s3-fips.us-west-2.amazonaws.com" + }, + "me-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.me-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "me-south-1": {}, "s3-external-1": { "credentialScope": { "region": "us-east-1" @@ -6234,20 +10552,83 @@ }, "sa-east-1": { "hostname": "s3.sa-east-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.sa-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1": { "hostname": "s3.us-east-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "s3-fips.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "us-east-2": {}, "us-west-1": { "hostname": "s3.us-west-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-2": { "hostname": "s3.us-west-2.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] } }, "isRegionalized": true, @@ -6264,54 +10645,105 @@ "region": "ap-northeast-1" }, "hostname": "s3-control.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, "hostname": "s3-control.ap-northeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, "hostname": "s3-control.ap-northeast-3.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-south-1": { "credentialScope": { "region": "ap-south-1" }, "hostname": "s3-control.ap-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, "hostname": "s3-control.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-southeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, "hostname": "s3-control.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-southeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ca-central-1": { "credentialScope": { "region": "ca-central-1" }, "hostname": "s3-control.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control-fips.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "s3-control-fips.ca-central-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6320,54 +10752,105 @@ "region": "eu-central-1" }, "hostname": "s3-control.eu-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-north-1": { "credentialScope": { "region": "eu-north-1" }, "hostname": "s3-control.eu-north-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-north-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" }, "hostname": "s3-control.eu-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-2": { "credentialScope": { "region": "eu-west-2" }, "hostname": "s3-control.eu-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-3": { "credentialScope": { "region": "eu-west-3" }, "hostname": "s3-control.eu-west-3.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "sa-east-1": { "credentialScope": { "region": "sa-east-1" }, "hostname": "s3-control.sa-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.sa-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, "hostname": "s3-control.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-east-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6376,12 +10859,27 @@ "region": "us-east-2" }, "hostname": "s3-control.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "s3-control-fips.us-east-2.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6390,12 +10888,27 @@ "region": "us-west-1" }, "hostname": "s3-control.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-west-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6404,17 +10917,57 @@ "region": "us-west-2" }, "hostname": "s3-control.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "s3-control-fips.us-west-2.amazonaws.com", "signatureVersions": ["s3v4"] } } }, + "s3-outposts": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "savingsplans": { "endpoints": { "aws-global": { @@ -6485,32 +11038,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-west-2.amazonaws.com" } } @@ -6536,32 +11121,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "securityhub-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "securityhub-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "securityhub-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "securityhub-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "serverlessrepo": { @@ -6644,32 +11261,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-west-2.amazonaws.com" } } @@ -6683,7 +11332,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -6694,38 +11350,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "servicediscovery": { @@ -6737,7 +11426,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -6746,16 +11449,85 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, + "servicediscovery": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "servicediscovery-fips": { "credentialScope": { - "region": "ca-central-1" + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" }, - "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + "deprecated": true, + "hostname": "servicediscovery-fips.us-west-1.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-west-2": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-west-2.amazonaws.com" + } } }, "servicequotas": { @@ -6799,23 +11571,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "session.qldb-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "session.qldb-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "session.qldb-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "session.qldb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "session.qldb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "session.qldb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "shield": { @@ -6828,18 +11624,49 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "shield.us-east-1.amazonaws.com" + "hostname": "shield.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "shield-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "shield-fips.us-east-1.amazonaws.com" } }, "isRegionalized": false, "partitionEndpoint": "aws-global" }, + "signer": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "sms": { "endpoints": { "af-south-1": {}, @@ -6860,31 +11687,81 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sms-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sms-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sms-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sms-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "sms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "sms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "sms-voice.pinpoint": { + "endpoints": { + "ap-south-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "snow-device-management": { + "endpoints": { + "eu-central-1": {}, + "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, @@ -6892,120 +11769,248 @@ "endpoints": { "af-south-1": {}, "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "ap-northeast-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "snowball-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "snowball-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "snowball-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-north-1": {}, "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "eu-west-1": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "snowball-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "snowball-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "snowball-fips.eu-central-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-3.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "snowball-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "snowball-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "snowball-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "snowball-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "snowball-fips.us-west-2.amazonaws.com" }, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "sa-east-1": { + "variants": [ + { + "hostname": "snowball-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "snowball-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "snowball-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "snowball-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "snowball-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sns": { @@ -7032,32 +12037,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sns-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sns-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sns-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sns-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "sns-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "sns-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sns-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sns-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sqs": { @@ -7085,34 +12122,65 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sqs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sqs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sqs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sqs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "queue.{dnsSuffix}" + "sslCommonName": "queue.{dnsSuffix}", + "variants": [ + { + "hostname": "sqs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-2": { + "variants": [ + { + "hostname": "sqs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sqs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sqs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ssm": { @@ -7125,7 +12193,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ssm-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7136,38 +12211,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ssm-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ssm-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ssm-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ssm-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ssm-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ssm-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ssm-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ssm-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ssm-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ssm-incidents": { @@ -7204,32 +12312,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "states-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "states-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "states-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "states-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "states-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "states-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "states-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "states-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "storagegateway": { @@ -7242,7 +12382,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "storagegateway-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7253,14 +12407,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "storagegateway-fips.ca-central-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "storagegateway-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "storagegateway-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-west-2.amazonaws.com" + } } }, "streams.dynamodb": { @@ -7268,63 +12479,36 @@ "credentialScope": { "service": "dynamodb" }, - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "dynamodb-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-northeast-3": {}, "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, - "ca-central-1-fips": { - "credentialScope": { - "region": "ca-central-1" - }, - "hostname": "dynamodb-fips.ca-central-1.amazonaws.com" - }, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "local": { - "credentialScope": { - "region": "us-east-1" - }, - "hostname": "localhost:8000", - "protocols": ["http"] - }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, - "us-east-1-fips": { - "credentialScope": { - "region": "us-east-1" - }, - "hostname": "dynamodb-fips.us-east-1.amazonaws.com" - }, "us-east-2": {}, - "us-east-2-fips": { - "credentialScope": { - "region": "us-east-2" - }, - "hostname": "dynamodb-fips.us-east-2.amazonaws.com" - }, "us-west-1": {}, - "us-west-1-fips": { - "credentialScope": { - "region": "us-west-1" - }, - "hostname": "dynamodb-fips.us-west-1.amazonaws.com" - }, - "us-west-2": {}, - "us-west-2-fips": { - "credentialScope": { - "region": "us-west-2" - }, - "hostname": "dynamodb-fips.us-west-2.amazonaws.com" - } + "us-west-2": {} } }, "sts": { @@ -7352,32 +12536,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "sts-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sts-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "sts-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sts-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "sts-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sts-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "sts-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sts-fips.us-west-2.amazonaws.com" } }, @@ -7415,28 +12631,85 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "swf-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "swf-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "swf-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "swf-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "swf-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "swf-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "swf-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "swf-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "synthetics": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, @@ -7474,7 +12747,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "textract-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, @@ -7483,41 +12763,212 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "textract-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "textract-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "textract-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "textract-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "textract-fips.us-west-2.amazonaws.com" }, + "us-east-1": { + "variants": [ + { + "hostname": "textract-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "textract-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "textract-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "textract-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "timestream.query": { + "endpoints": { + "eu-central-1": {}, + "eu-west-1": {}, + "query-fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "query.timestream-fips.us-east-1.amazonaws.com" + }, + "query-fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "query.timestream-fips.us-east-2.amazonaws.com" + }, + "query-fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "query.timestream-fips.us-west-2.amazonaws.com" + }, + "query-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "query.timestream-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "query-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "query.timestream-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "query-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "query.timestream-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, + "timestream.write": { + "endpoints": { + "eu-central-1": {}, + "eu-west-1": {}, + "ingest-fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "ingest.timestream-fips.us-east-1.amazonaws.com" + }, + "ingest-fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "ingest.timestream-fips.us-east-2.amazonaws.com" + }, + "ingest-fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "ingest.timestream-fips.us-west-2.amazonaws.com" + }, + "ingest-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ingest.timestream-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ingest-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ingest.timestream-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ingest-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ingest.timestream-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1": {}, "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, "transcribe": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "fips.transcribe.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "ap-east-1": {}, @@ -7535,32 +12986,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.transcribe.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.transcribe.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.transcribe.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.transcribe.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transcribestreaming": { @@ -7573,30 +13056,82 @@ "eu-west-1": {}, "eu-west-2": {}, "sa-east-1": {}, + "transcribestreaming-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "transcribestreaming-fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com" }, "transcribestreaming-fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-east-1.amazonaws.com" }, "transcribestreaming-fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-east-2.amazonaws.com" }, "transcribestreaming-fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-west-2.amazonaws.com" }, + "transcribestreaming-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "transcribestreaming-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "transcribestreaming-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} @@ -7611,7 +13146,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "transfer-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7622,38 +13164,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "transfer-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "transfer-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "transfer-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "transfer-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "transfer-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "transfer-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "transfer-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "transfer-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "transfer-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "translate": { @@ -7673,30 +13248,78 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "translate-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "translate-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "translate-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "translate-fips.us-east-2.amazonaws.com" }, "us-west-1": {}, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "translate-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "translate-fips.us-west-2.amazonaws.com" } } }, + "valkyrie": { + "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "me-south-1": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "voiceid": { "endpoints": { "ap-northeast-1": {}, @@ -7710,17 +13333,43 @@ }, "waf": { "endpoints": { + "aws": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "waf-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, "aws-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "waf-fips.amazonaws.com" }, "aws-global": { "credentialScope": { "region": "us-east-1" }, - "hostname": "waf.amazonaws.com" + "hostname": "waf.amazonaws.com", + "variants": [ + { + "hostname": "waf-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-global-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "waf-fips.amazonaws.com" } }, "isRegionalized": false, @@ -7732,253 +13381,400 @@ "credentialScope": { "region": "af-south-1" }, - "hostname": "waf-regional.af-south-1.amazonaws.com" + "hostname": "waf-regional.af-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-east-1": { "credentialScope": { "region": "ap-east-1" }, - "hostname": "waf-regional.ap-east-1.amazonaws.com" + "hostname": "waf-regional.ap-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, - "hostname": "waf-regional.ap-northeast-1.amazonaws.com" + "hostname": "waf-regional.ap-northeast-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, - "hostname": "waf-regional.ap-northeast-2.amazonaws.com" + "hostname": "waf-regional.ap-northeast-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, - "hostname": "waf-regional.ap-northeast-3.amazonaws.com" + "hostname": "waf-regional.ap-northeast-3.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-south-1": { "credentialScope": { "region": "ap-south-1" }, - "hostname": "waf-regional.ap-south-1.amazonaws.com" + "hostname": "waf-regional.ap-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, - "hostname": "waf-regional.ap-southeast-1.amazonaws.com" + "hostname": "waf-regional.ap-southeast-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, - "hostname": "waf-regional.ap-southeast-2.amazonaws.com" + "hostname": "waf-regional.ap-southeast-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "ca-central-1": { "credentialScope": { "region": "ca-central-1" }, - "hostname": "waf-regional.ca-central-1.amazonaws.com" + "hostname": "waf-regional.ca-central-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" }, - "hostname": "waf-regional.eu-central-1.amazonaws.com" + "hostname": "waf-regional.eu-central-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-north-1": { "credentialScope": { "region": "eu-north-1" }, - "hostname": "waf-regional.eu-north-1.amazonaws.com" + "hostname": "waf-regional.eu-north-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-south-1": { "credentialScope": { "region": "eu-south-1" }, - "hostname": "waf-regional.eu-south-1.amazonaws.com" + "hostname": "waf-regional.eu-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" }, - "hostname": "waf-regional.eu-west-1.amazonaws.com" + "hostname": "waf-regional.eu-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-2": { "credentialScope": { "region": "eu-west-2" }, - "hostname": "waf-regional.eu-west-2.amazonaws.com" + "hostname": "waf-regional.eu-west-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-3": { "credentialScope": { "region": "eu-west-3" }, - "hostname": "waf-regional.eu-west-3.amazonaws.com" + "hostname": "waf-regional.eu-west-3.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-central-1.amazonaws.com" }, "fips-eu-north-1": { "credentialScope": { "region": "eu-north-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-north-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "waf-regional-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "waf-regional-fips.us-west-2.amazonaws.com" }, "me-south-1": { "credentialScope": { "region": "me-south-1" }, - "hostname": "waf-regional.me-south-1.amazonaws.com" + "hostname": "waf-regional.me-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "sa-east-1": { "credentialScope": { "region": "sa-east-1" }, - "hostname": "waf-regional.sa-east-1.amazonaws.com" + "hostname": "waf-regional.sa-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "waf-regional.us-east-1.amazonaws.com" + "hostname": "waf-regional.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "waf-regional.us-east-2.amazonaws.com" + "hostname": "waf-regional.us-east-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "waf-regional.us-west-1.amazonaws.com" + "hostname": "waf-regional.us-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "waf-regional.us-west-2.amazonaws.com" + "hostname": "waf-regional.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -8002,16 +13798,32 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "workdocs-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "workdocs-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "workdocs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "workdocs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "workmail": { @@ -8039,17 +13851,33 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "workspaces-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "workspaces-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "workspaces-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "workspaces-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "xray": { @@ -8073,32 +13901,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "xray-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "xray-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "xray-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "xray-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "xray-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "xray-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "xray-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "xray-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } } } @@ -8107,7 +13967,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com.cn", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.amazonwebservices.com.cn", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.amazonwebservices.com.cn", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com.cn", "partition": "aws-cn", @@ -8309,6 +14186,22 @@ "cn-north-1": {} } }, + "compute-optimizer": { + "endpoints": { + "cn-north-1": { + "credentialScope": { + "region": "cn-north-1" + }, + "hostname": "compute-optimizer.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "compute-optimizer.cn-northwest-1.amazonaws.com.cn" + } + } + }, "config": { "endpoints": { "cn-north-1": {}, @@ -8356,6 +14249,12 @@ "cn-northwest-1": {} } }, + "dlm": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "dms": { "endpoints": { "cn-north-1": {}, @@ -8431,18 +14330,34 @@ }, "elasticfilesystem": { "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {}, + "cn-north-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -8483,6 +14398,12 @@ "cn-northwest-1": {} } }, + "execute-api": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "firehose": { "endpoints": { "cn-north-1": {}, @@ -8599,6 +14520,11 @@ "cn-northwest-1": {} } }, + "iotsitewise": { + "endpoints": { + "cn-north-1": {} + } + }, "kafka": { "endpoints": { "cn-north-1": {}, @@ -8688,6 +14614,12 @@ } } }, + "operator": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "organizations": { "endpoints": { "aws-cn-global": { @@ -8705,6 +14637,12 @@ "cn-north-1": {} } }, + "pi": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "polly": { "endpoints": { "cn-northwest-1": {} @@ -8764,19 +14702,32 @@ "s3": { "defaults": { "protocols": ["http", "https"], - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com.cn", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "endpoints": { - "accesspoint-cn-north-1": { - "hostname": "s3-accesspoint.cn-north-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] - }, - "accesspoint-cn-northwest-1": { - "hostname": "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "cn-north-1": { + "variants": [ + { + "hostname": "s3.dualstack.cn-north-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] }, - "cn-north-1": {}, - "cn-northwest-1": {} + "cn-northwest-1": { + "variants": [ + { + "hostname": "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] + } } }, "s3-control": { @@ -8790,14 +14741,26 @@ "region": "cn-north-1" }, "hostname": "s3-control.cn-north-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.cn-north-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] }, "cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, "hostname": "s3-control.cn-northwest-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] } } }, @@ -8838,6 +14801,12 @@ "cn-northwest-1": {} } }, + "signer": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "sms": { "endpoints": { "cn-north-1": {}, @@ -8846,18 +14815,34 @@ }, "snowball": { "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {}, + "cn-north-1": { + "variants": [ + { + "hostname": "snowball-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "snowball-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "snowball-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "snowball-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -8934,6 +14919,12 @@ "cn-northwest-1": {} } }, + "synthetics": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "tagging": { "endpoints": { "cn-north-1": {}, @@ -8977,24 +14968,38 @@ "credentialScope": { "region": "cn-north-1" }, - "hostname": "waf-regional.cn-north-1.amazonaws.com.cn" + "hostname": "waf-regional.cn-north-1.amazonaws.com.cn", + "variants": [ + { + "hostname": "waf-regional-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] }, "cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, - "hostname": "waf-regional.cn-northwest-1.amazonaws.com.cn" + "hostname": "waf-regional.cn-northwest-1.amazonaws.com.cn", + "variants": [ + { + "hostname": "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "waf-regional-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "waf-regional-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -9016,7 +15021,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com", "partition": "aws-us-gov", @@ -9065,23 +15087,45 @@ }, "acm-pca": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "acm-pca.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "acm-pca.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "acm-pca.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "acm-pca.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "acm-pca.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "api.detective": { @@ -9089,76 +15133,169 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-gov-west-1.amazonaws.com" } } }, "api.ecr": { + "defaults": { + "variants": [ + { + "hostname": "ecr-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dkr-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-dkr-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" }, "fips-dkr-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" }, "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "api.ecr.us-gov-east-1.amazonaws.com" + "hostname": "api.ecr.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "api.ecr.us-gov-west-1.amazonaws.com" + "hostname": "api.ecr.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, "api.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-gov-west-1.amazonaws.com" }, "us-gov-west-1-fips-secondary": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.sagemaker.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1-secondary": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "api.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9209,9 +15346,24 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com" + } } }, "athena": { @@ -9220,16 +15372,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "athena-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "athena-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "athena-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "athena-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "autoscaling": { @@ -9262,21 +15430,45 @@ } }, "batch": { + "defaults": { + "variants": [ + { + "hostname": "batch.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "batch.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "batch.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "batch.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "batch.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cloudcontrolapi": { @@ -9285,16 +15477,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "clouddirectory": { @@ -9352,18 +15560,34 @@ }, "codebuild": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-gov-west-1.amazonaws.com" } } @@ -9374,26 +15598,71 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com" + } } }, "codedeploy": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-gov-west-1.amazonaws.com" } } @@ -9404,9 +15673,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-identity": { @@ -9415,9 +15692,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-idp": { @@ -9426,9 +15711,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehend": { @@ -9440,9 +15733,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "comprehend-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "comprehend-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehendmedical": { @@ -9451,27 +15752,59 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "config": { + "defaults": { + "variants": [ + { + "hostname": "config.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "config.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "config.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "config.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "config.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "connect": { @@ -9479,6 +15812,16 @@ "us-gov-west-1": {} } }, + "connectparticipant": { + "endpoints": { + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "participant.connect.us-gov-west-1.amazonaws.com" + } + } + }, "data.iot": { "defaults": { "credentialScope": { @@ -9491,16 +15834,32 @@ "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.jobs.iot": { @@ -9509,16 +15868,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "databrew": { @@ -9532,16 +15907,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "datasync-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "datasync-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "datasync-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "datasync-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "directconnect": { @@ -9560,16 +15951,71 @@ } } }, + "dlm": { + "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "dms.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "dms.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "dms.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "dms.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "dms.us-gov-west-1.amazonaws.com" + } } }, "docdb": { @@ -9588,32 +16034,72 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ds-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ds-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ds-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "dynamodb": { + "defaults": { + "variants": [ + { + "hostname": "dynamodb.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "dynamodb.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "dynamodb.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "dynamodb.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "dynamodb.us-gov-west-1.amazonaws.com" } } @@ -9646,49 +16132,110 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecs-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecs-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ecs-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ecs-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "eks": { "defaults": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "eks.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "eks.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "eks.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "eks.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "eks.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticache": { + "defaults": { + "variants": [ + { + "hostname": "elasticache.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticache.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "elasticache.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "elasticache.us-gov-west-1.amazonaws.com" + } } }, "elasticbeanstalk": { @@ -9713,55 +16260,117 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { + "defaults": { + "variants": [ + { + "hostname": "elasticloadbalancing.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticloadbalancing.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticloadbalancing.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticloadbalancing.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "elasticloadbalancing.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, "elasticmapreduce": { + "defaults": { + "variants": [ + { + "hostname": "elasticmapreduce.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9771,9 +16380,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "email-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "email-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "es": { @@ -9782,10 +16399,39 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "es-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "es-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "es-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "es-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "es-fips.us-gov-west-1.amazonaws.com" + } } }, "events": { @@ -9804,22 +16450,44 @@ } } }, + "execute-api": { + "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, "firehose": { "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "firehose-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "firehose-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "firehose-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "firehose-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fms": { @@ -9831,16 +16499,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fms-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "fms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fsx": { @@ -9849,16 +16533,70 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fsx-fips.us-gov-east-1.amazonaws.com" }, "fips-prod-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fsx-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com" + }, + "prod-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1": { + "variants": [ + { + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "glacier": { @@ -9884,16 +16622,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "glue-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "glue-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "glue-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "glue-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "greengrass": { @@ -9917,13 +16671,20 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "greengrass-fips.us-gov-east-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "greengrass.us-gov-east-1.amazonaws.com" + "hostname": "greengrass.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "greengrass-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { @@ -9936,21 +16697,43 @@ }, "guardduty": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "guardduty.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "guardduty.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "guardduty.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "guardduty.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "guardduty.us-gov-west-1.amazonaws.com" } }, @@ -9962,7 +16745,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "health-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "health-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9972,12 +16768,38 @@ "credentialScope": { "region": "us-gov-west-1" }, + "hostname": "iam.us-gov.amazonaws.com", + "variants": [ + { + "hostname": "iam.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-us-gov-global-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, "hostname": "iam.us-gov.amazonaws.com" }, + "iam-govcloud": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "iam.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] + }, "iam-govcloud-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "iam.us-gov.amazonaws.com" } }, @@ -9990,9 +16812,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "identitystore.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "identitystore.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "inspector": { @@ -10001,16 +16831,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "inspector-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "inspector-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "inspector-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "inspector-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iot": { @@ -10024,16 +16870,32 @@ "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iotevents": { @@ -10052,20 +16914,49 @@ } }, "iotsecuredtunneling": { + "defaults": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "iotsitewise": { + "endpoints": { "us-gov-west-1": {} } }, @@ -10081,9 +16972,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "kendra-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "kendra-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesis": { @@ -10114,10 +17013,39 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "kms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-gov-west-1.amazonaws.com" + } } }, "lakeformation": { @@ -10126,9 +17054,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lambda": { @@ -10137,16 +17073,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "lambda-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "lambda-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "lambda-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "lambda-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "license-manager": { @@ -10155,16 +17107,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "logs": { @@ -10208,34 +17176,72 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "models-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "models-fips.lex.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "models-fips.lex.us-gov-west-1.amazonaws.com" } } }, "monitoring": { + "defaults": { + "variants": [ + { + "hostname": "monitoring.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "monitoring.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "monitoring.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "monitoring.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "monitoring.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mq": { @@ -10244,16 +17250,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "mq-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "mq-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "mq-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "mq-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "neptune": { @@ -10278,18 +17300,46 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, + "networkmanager": { + "endpoints": { + "aws-us-gov-global": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "networkmanager.us-gov-west-1.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-us-gov-global" + }, "oidc": { "endpoints": { "us-gov-west-1": { @@ -10306,12 +17356,19 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "organizations.us-gov-west-1.amazonaws.com" + "hostname": "organizations.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "organizations.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-us-gov-global": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "organizations.us-gov-west-1.amazonaws.com" } }, @@ -10345,13 +17402,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "pinpoint-fips.us-gov-west-1.amazonaws.com" }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "pinpoint.us-gov-west-1.amazonaws.com" + "hostname": "pinpoint.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -10361,9 +17425,27 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "polly-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "polly-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "portal.sso": { + "endpoints": { + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "portal.sso.us-gov-west-1.amazonaws.com" + } } }, "quicksight": { @@ -10394,16 +17476,46 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "rds.us-gov-east-1.amazonaws.com" }, "rds.us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "rds.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "rds.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "rds.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "rds.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "rds.us-gov-west-1.amazonaws.com" + } } }, "redshift": { @@ -10428,27 +17540,78 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "rekognition.us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" + } } }, "resource-groups": { + "defaults": { + "variants": [ + { + "hostname": "resource-groups.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "resource-groups.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "resource-groups.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "resource-groups.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "resource-groups.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "route53": { @@ -10457,12 +17620,19 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "route53.us-gov.amazonaws.com" + "hostname": "route53.us-gov.amazonaws.com", + "variants": [ + { + "hostname": "route53.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-us-gov-global": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "route53.us-gov.amazonaws.com" } }, @@ -10479,63 +17649,109 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "runtime-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-gov-west-1.amazonaws.com" } } }, "runtime.sagemaker": { "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "runtime.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "runtime.sagemaker.us-gov-west-1.amazonaws.com" } - } - }, - "s3": { - "defaults": { - "signatureVersions": ["s3", "s3v4"] - }, - "endpoints": { - "accesspoint-us-gov-east-1": { - "hostname": "s3-accesspoint.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-us-gov-west-1": { - "hostname": "s3-accesspoint.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "fips-accesspoint-us-gov-east-1": { - "hostname": "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "fips-accesspoint-us-gov-west-1": { - "hostname": "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + } + }, + "s3": { + "defaults": { + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] + }, + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "s3-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "hostname": "s3.us-gov-east-1.amazonaws.com", - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "s3-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-west-1": { "hostname": "s3.us-gov-west-1.amazonaws.com", - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "s3-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] } } }, @@ -10550,12 +17766,27 @@ "region": "us-gov-east-1" }, "hostname": "s3-control.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-gov-east-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -10564,12 +17795,27 @@ "region": "us-gov-west-1" }, "hostname": "s3-control.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-gov-west-1.amazonaws.com", "signatureVersions": ["s3v4"] } @@ -10577,18 +17823,34 @@ }, "secretsmanager": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-gov-west-1.amazonaws.com" } } @@ -10599,16 +17861,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "serverlessrepo": { @@ -10634,69 +17912,178 @@ }, "servicecatalog": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-gov-west-1.amazonaws.com" } } }, "servicecatalog-appregistry": { + "defaults": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "servicediscovery": { "endpoints": { + "servicediscovery": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "servicediscovery-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com" + } } }, "servicequotas": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "servicequotas.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicequotas.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicequotas.us-gov-west-1.amazonaws.com" }, + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicequotas.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicequotas.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "signer": { + "endpoints": { "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -10707,16 +18094,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "sms-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "sms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "sms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "sms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "snowball": { @@ -10725,16 +18128,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "snowball-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "snowball-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "snowball-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "snowball-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sns": { @@ -10773,21 +18192,45 @@ } }, "ssm": { + "defaults": { + "variants": [ + { + "hostname": "ssm.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ssm.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ssm.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ssm.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ssm.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "states": { @@ -10796,16 +18239,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "states-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "states.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "states-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "states.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "storagegateway": { @@ -10814,49 +18273,124 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com" + } } }, "streams.dynamodb": { "defaults": { "credentialScope": { "service": "dynamodb" - } + }, + "variants": [ + { + "hostname": "dynamodb.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "dynamodb.us-gov-east-1.amazonaws.com" + "deprecated": true, + "hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-gov-west-1": {}, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "dynamodb.us-gov-west-1.amazonaws.com" + "deprecated": true, + "hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com" } } }, "sts": { + "defaults": { + "variants": [ + { + "hostname": "sts.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "sts.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "sts.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "sts.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "sts.us-gov-west-1.amazonaws.com" } } @@ -10873,7 +18407,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "support.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "support.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } }, "partitionEndpoint": "aws-us-gov-global" @@ -10894,6 +18441,12 @@ } } }, + "synthetics": { + "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, "tagging": { "endpoints": { "us-gov-east-1": {}, @@ -10906,37 +18459,75 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "textract-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "textract-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "textract-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "textract-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transcribe": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "fips.transcribe.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transfer": { @@ -10945,16 +18536,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "transfer-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "transfer-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "transfer-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "transfer-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "translate": { @@ -10962,11 +18569,19 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "translate-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "translate-fips.us-gov-west-1.amazonaws.com" } } @@ -10977,25 +18592,39 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "waf-regional.us-gov-east-1.amazonaws.com" + "hostname": "waf-regional.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "waf-regional.us-gov-west-1.amazonaws.com" + "hostname": "waf-regional.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -11005,9 +18634,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "workspaces-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "workspaces-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "xray": { @@ -11016,16 +18653,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "xray-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "xray-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "xray-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "xray-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } } } @@ -11136,14 +18789,49 @@ } }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "dms.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "dms.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-east-1-fips": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "hostname": "dms.us-iso-east-1.c2s.ic.gov" + } } }, "ds": { @@ -11159,6 +18847,11 @@ "us-iso-west-1": {} } }, + "ebs": { + "endpoints": { + "us-iso-east-1": {} + } + }, "ec2": { "endpoints": { "us-iso-east-1": {}, @@ -11183,9 +18876,17 @@ "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { @@ -11215,6 +18916,11 @@ "us-iso-west-1": {} } }, + "execute-api": { + "endpoints": { + "us-iso-east-1": {} + } + }, "firehose": { "endpoints": { "us-iso-east-1": {} @@ -11257,10 +18963,39 @@ "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {}, - "us-iso-west-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-east-1-fips": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-iso-west-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-west-1-fips": { + "credentialScope": { + "region": "us-iso-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-iso-west-1.c2s.ic.gov" + } } }, "lambda": { @@ -11348,7 +19083,8 @@ "us-iso-east-1": { "protocols": ["http", "https"], "signatureVersions": ["s3v4"] - } + }, + "us-iso-west-1": {} } }, "secretsmanager": { @@ -11392,13 +19128,10 @@ "defaults": { "credentialScope": { "service": "dynamodb" - }, - "protocols": ["http", "https"] + } }, "endpoints": { - "us-iso-east-1": { - "protocols": ["http", "https"] - } + "us-iso-east-1": {} } }, "sts": { @@ -11424,6 +19157,11 @@ "us-iso-west-1": {} } }, + "synthetics": { + "endpoints": { + "us-iso-east-1": {} + } + }, "transcribe": { "defaults": { "protocols": ["https"] @@ -11520,14 +19258,49 @@ } }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-isob-east-1" }, + "deprecated": true, "hostname": "dms.us-isob-east-1.sc2s.sgov.gov" }, - "us-isob-east-1": {} + "us-isob-east-1": { + "variants": [ + { + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, + "us-isob-east-1-fips": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov" + } } }, "ds": { @@ -11543,6 +19316,11 @@ "us-isob-east-1": {} } }, + "ebs": { + "endpoints": { + "us-isob-east-1": {} + } + }, "ec2": { "defaults": { "protocols": ["http", "https"] @@ -11616,9 +19394,24 @@ "credentialScope": { "region": "us-isob-east-1" }, + "deprecated": true, "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov" }, - "us-isob-east-1": {} + "us-isob-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, + "us-isob-east-1-fips": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov" + } } }, "lambda": { @@ -11736,6 +19529,11 @@ "us-isob-east-1": {} } }, + "synthetics": { + "endpoints": { + "us-isob-east-1": {} + } + }, "tagging": { "endpoints": { "us-isob-east-1": {} From ff969c01661b00da12373dcb22339e0fa3586e4d Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:37:09 +0000 Subject: [PATCH 02/24] chore(endpoints): re-add legacy config removed from dev json --- .../aws/typescript/codegen/endpoints.json | 75 +++++++++++++++++-- 1 file changed, 70 insertions(+), 5 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 cdbd69506be4..4f7a93830cd6 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 @@ -10500,6 +10500,26 @@ } ] }, + "fips-accesspoint-ca-central-1": { + "hostname": "s3-accesspoint-fips.ca-central-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, + "fips-accesspoint-us-east-1": { + "hostname": "s3-accesspoint-fips.us-east-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, + "fips-accesspoint-us-east-2": { + "hostname": "s3-accesspoint-fips.us-east-2.amazonaws.com", + "signatureVersions": ["s3v4"] + }, + "fips-accesspoint-us-west-1": { + "hostname": "s3-accesspoint-fips.us-west-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, + "fips-accesspoint-us-west-2": { + "hostname": "s3-accesspoint-fips.us-west-2.amazonaws.com", + "signatureVersions": ["s3v4"] + }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" @@ -12497,18 +12517,55 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "dynamodb-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "local": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "localhost:8000", + "protocols": ["http"] + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "dynamodb-fips.us-east-1.amazonaws.com" + }, "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "dynamodb-fips.us-east-2.amazonaws.com" + }, "us-west-1": {}, - "us-west-2": {} + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "dynamodb-fips.us-west-1.amazonaws.com" + }, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "dynamodb-fips.us-west-2.amazonaws.com" + } } }, "sts": { @@ -17711,6 +17768,14 @@ ] }, "endpoints": { + "fips-accesspoint-us-gov-east-1": { + "hostname": "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, + "fips-accesspoint-us-gov-west-1": { + "hostname": "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" @@ -18324,7 +18389,7 @@ "us-gov-east-1": { "variants": [ { - "hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com", + "hostname": "dynamodb.us-gov-east-1.amazonaws.com", "tags": ["fips"] } ] @@ -18334,12 +18399,12 @@ "region": "us-gov-east-1" }, "deprecated": true, - "hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com" + "hostname": "dynamodb.us-gov-east-1.amazonaws.com" }, "us-gov-west-1": { "variants": [ { - "hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com", + "hostname": "dynamodb.us-gov-west-1.amazonaws.com", "tags": ["fips"] } ] @@ -18349,7 +18414,7 @@ "region": "us-gov-west-1" }, "deprecated": true, - "hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com" + "hostname": "dynamodb.us-gov-west-1.amazonaws.com" } } }, From a4e42ff6c07c208dd62e616d29e6f2263a5f3d9d Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:18:17 +0000 Subject: [PATCH 03/24] chore(clients): update endpoints for clients --- clients/client-appstream/src/endpoints.ts | 16 ++- clients/client-codecommit/src/endpoints.ts | 35 ++++- .../client-compute-optimizer/src/endpoints.ts | 75 +++++++++- .../src/endpoints.ts | 43 +++++- clients/client-docdb/src/endpoints.ts | 47 ++++++- clients/client-ecr-public/src/endpoints.ts | 7 +- clients/client-ecr/src/endpoints.ts | 6 + clients/client-elasticache/src/endpoints.ts | 26 +++- .../src/endpoints.ts | 30 +++- clients/client-fsx/src/endpoints.ts | 49 ++++++- clients/client-iam/src/endpoints.ts | 19 ++- clients/client-kms/src/endpoints.ts | 131 +++++++++++++++++- clients/client-neptune/src/endpoints.ts | 47 ++++++- .../client-networkmanager/src/endpoints.ts | 18 ++- clients/client-opensearch/src/endpoints.ts | 30 +++- clients/client-rds/src/endpoints.ts | 47 ++++++- clients/client-rekognition/src/endpoints.ts | 42 +++++- clients/client-s3/src/endpoints.ts | 130 +++++------------ clients/client-sagemaker/src/endpoints.ts | 8 +- .../client-servicediscovery/src/endpoints.ts | 43 +++++- clients/client-sso/src/endpoints.ts | 28 ++++ .../client-storage-gateway/src/endpoints.ts | 35 ++++- .../src/endpoints.ts | 4 + clients/client-waf/src/endpoints.ts | 6 + 24 files changed, 797 insertions(+), 125 deletions(-) diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index c715246df1a3..6b8986a1ac45 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -6,6 +6,18 @@ const regionHash: RegionHash = { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "appstream2-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-gov-west-1-fips": { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-2-fips": { + hostname: "appstream2-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +42,11 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", "us-west-1", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", @@ -53,7 +67,7 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", }, diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index 512a1173e42b..7783667b5778 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "codecommit-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, fips: { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "codecommit-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "codecommit-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "codecommit-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "codecommit-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -30,9 +59,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", @@ -53,7 +86,7 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", }, diff --git a/clients/client-compute-optimizer/src/endpoints.ts b/clients/client-compute-optimizer/src/endpoints.ts index 4b9ecadfe581..fe14dd2a068e 100644 --- a/clients/client-compute-optimizer/src/endpoints.ts +++ b/clients/client-compute-optimizer/src/endpoints.ts @@ -1,7 +1,80 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; -const regionHash: RegionHash = {}; +const regionHash: RegionHash = { + "ap-northeast-1": { + hostname: "compute-optimizer.ap-northeast-1.amazonaws.com", + signingRegion: "ap-northeast-1", + }, + "ap-northeast-2": { + hostname: "compute-optimizer.ap-northeast-2.amazonaws.com", + signingRegion: "ap-northeast-2", + }, + "ap-south-1": { + hostname: "compute-optimizer.ap-south-1.amazonaws.com", + signingRegion: "ap-south-1", + }, + "ap-southeast-1": { + hostname: "compute-optimizer.ap-southeast-1.amazonaws.com", + signingRegion: "ap-southeast-1", + }, + "ap-southeast-2": { + hostname: "compute-optimizer.ap-southeast-2.amazonaws.com", + signingRegion: "ap-southeast-2", + }, + "ca-central-1": { + hostname: "compute-optimizer.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, + "cn-north-1": { + hostname: "compute-optimizer.cn-north-1.amazonaws.com.cn", + signingRegion: "cn-north-1", + }, + "cn-northwest-1": { + hostname: "compute-optimizer.cn-northwest-1.amazonaws.com.cn", + signingRegion: "cn-northwest-1", + }, + "eu-central-1": { + hostname: "compute-optimizer.eu-central-1.amazonaws.com", + signingRegion: "eu-central-1", + }, + "eu-north-1": { + hostname: "compute-optimizer.eu-north-1.amazonaws.com", + signingRegion: "eu-north-1", + }, + "eu-west-1": { + hostname: "compute-optimizer.eu-west-1.amazonaws.com", + signingRegion: "eu-west-1", + }, + "eu-west-2": { + hostname: "compute-optimizer.eu-west-2.amazonaws.com", + signingRegion: "eu-west-2", + }, + "eu-west-3": { + hostname: "compute-optimizer.eu-west-3.amazonaws.com", + signingRegion: "eu-west-3", + }, + "sa-east-1": { + hostname: "compute-optimizer.sa-east-1.amazonaws.com", + signingRegion: "sa-east-1", + }, + "us-east-1": { + hostname: "compute-optimizer.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2": { + hostname: "compute-optimizer.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-west-1": { + hostname: "compute-optimizer.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2": { + hostname: "compute-optimizer.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, +}; const partitionHash: PartitionHash = { aws: { diff --git a/clients/client-database-migration-service/src/endpoints.ts b/clients/client-database-migration-service/src/endpoints.ts index cf3bcc457add..547486450366 100644 --- a/clients/client-database-migration-service/src/endpoints.ts +++ b/clients/client-database-migration-service/src/endpoints.ts @@ -6,6 +6,38 @@ const regionHash: RegionHash = { hostname: "dms.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "dms-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "dms-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "dms.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "dms.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-iso-east-1-fips": { + hostname: "dms.us-iso-east-1.c2s.ic.gov", + signingRegion: "us-iso-east-1", + }, + "us-isob-east-1-fips": { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + signingRegion: "us-isob-east-1", + }, + "us-west-1-fips": { + hostname: "dms-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "dms-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +52,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "dms", "dms-fips", "eu-central-1", "eu-north-1", @@ -30,9 +63,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", @@ -43,17 +80,17 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.amazonaws.com.cn", }, "aws-iso": { - regions: ["dms-fips", "us-iso-east-1", "us-iso-west-1"], + regions: ["dms", "dms-fips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dms.{region}.c2s.ic.gov", }, "aws-iso-b": { - regions: ["dms-fips", "us-isob-east-1"], + regions: ["dms", "dms-fips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dms.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["dms-fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["dms", "dms-fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", }, diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index 8033fe8df7f7..d87d49ead81a 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-ecr-public/src/endpoints.ts b/clients/client-ecr-public/src/endpoints.ts index d891f1a5c011..74b1698efe3d 100644 --- a/clients/client-ecr-public/src/endpoints.ts +++ b/clients/client-ecr-public/src/endpoints.ts @@ -1,7 +1,12 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; -const regionHash: RegionHash = {}; +const regionHash: RegionHash = { + "us-east-1": { + hostname: "api.ecr-public.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, +}; const partitionHash: PartitionHash = { aws: { diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index d2b20bfc84c3..7a95338e48c3 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -176,6 +176,10 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "dkr-us-east-1", + "dkr-us-east-2", + "dkr-us-west-1", + "dkr-us-west-2", "eu-central-1", "eu-north-1", "eu-south-1", @@ -217,6 +221,8 @@ const partitionHash: PartitionHash = { }, "aws-us-gov": { regions: [ + "dkr-us-gov-east-1", + "dkr-us-gov-west-1", "fips-dkr-us-gov-east-1", "fips-dkr-us-gov-west-1", "fips-us-gov-east-1", diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index 0f079a63e858..6aeae13912e6 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -6,6 +6,26 @@ const regionHash: RegionHash = { hostname: "elasticache.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "elasticache-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "elasticache-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-west-1-fips": { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "elasticache-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "elasticache-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +50,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", @@ -53,7 +77,7 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", }, diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index 4042a8f4e918..40376d743e93 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -6,6 +6,30 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "es-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "es-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "es-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "es-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +54,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", @@ -53,7 +81,7 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", }, diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index 22e06563e083..520b58b9e9d4 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "fips-ca-central-1": { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "fips-prod-ca-central-1": { hostname: "fsx-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "fsx-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "fips-us-east-1": { + hostname: "fsx-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "fips-us-east-2": { + hostname: "fsx-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "fips-us-gov-east-1": { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "fips-us-gov-west-1": { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "fips-us-west-1": { + hostname: "fsx-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "fips-us-west-2": { + hostname: "fsx-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -50,12 +78,22 @@ const partitionHash: PartitionHash = { "eu-west-1", "eu-west-2", "eu-west-3", + "fips-ca-central-1", "fips-prod-ca-central-1", "fips-prod-us-east-1", "fips-prod-us-east-2", "fips-prod-us-west-1", "fips-prod-us-west-2", + "fips-us-east-1", + "fips-us-east-2", + "fips-us-west-1", + "fips-us-west-2", "me-south-1", + "prod-ca-central-1", + "prod-us-east-1", + "prod-us-east-2", + "prod-us-west-1", + "prod-us-west-2", "sa-east-1", "us-east-1", "us-east-2", @@ -81,7 +119,16 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips-prod-us-gov-east-1", "fips-prod-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "fips-prod-us-gov-east-1", + "fips-prod-us-gov-west-1", + "fips-us-gov-east-1", + "fips-us-gov-west-1", + "prod-us-gov-east-1", + "prod-us-gov-west-1", + "us-gov-east-1", + "us-gov-west-1", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", }, diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index f15dbb9440ea..ecf44af2f22a 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -10,6 +10,10 @@ const regionHash: RegionHash = { hostname: "iam.amazonaws.com", signingRegion: "us-east-1", }, + "aws-global-fips": { + hostname: "iam-fips.amazonaws.com", + signingRegion: "us-east-1", + }, "aws-iso-b-global": { hostname: "iam.us-isob-east-1.sc2s.sgov.gov", signingRegion: "us-isob-east-1", @@ -22,6 +26,10 @@ const regionHash: RegionHash = { hostname: "iam.us-gov.amazonaws.com", signingRegion: "us-gov-west-1", }, + "aws-us-gov-global-fips": { + hostname: "iam.us-gov.amazonaws.com", + signingRegion: "us-gov-west-1", + }, "iam-fips": { hostname: "iam-fips.amazonaws.com", signingRegion: "us-east-1", @@ -44,6 +52,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "aws-global", + "aws-global-fips", "ca-central-1", "eu-central-1", "eu-north-1", @@ -51,6 +60,7 @@ const partitionHash: PartitionHash = { "eu-west-1", "eu-west-2", "eu-west-3", + "iam", "iam-fips", "me-south-1", "sa-east-1", @@ -78,7 +88,14 @@ const partitionHash: PartitionHash = { endpoint: "aws-iso-b-global", }, "aws-us-gov": { - regions: ["aws-us-gov-global", "iam-govcloud-fips", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "aws-us-gov-global", + "aws-us-gov-global-fips", + "iam-govcloud", + "iam-govcloud-fips", + "us-gov-east-1", + "us-gov-west-1", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", }, diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index a073f48763cb..c6ecb14e3c9b 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -6,32 +6,157 @@ const regionHash: RegionHash = { hostname: "kms-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "af-south-1-fips": { + hostname: "kms-fips.af-south-1.amazonaws.com", + signingRegion: "af-south-1", + }, + "ap-east-1-fips": { + hostname: "kms-fips.ap-east-1.amazonaws.com", + signingRegion: "ap-east-1", + }, + "ap-northeast-1-fips": { + hostname: "kms-fips.ap-northeast-1.amazonaws.com", + signingRegion: "ap-northeast-1", + }, + "ap-northeast-2-fips": { + hostname: "kms-fips.ap-northeast-2.amazonaws.com", + signingRegion: "ap-northeast-2", + }, + "ap-northeast-3-fips": { + hostname: "kms-fips.ap-northeast-3.amazonaws.com", + signingRegion: "ap-northeast-3", + }, + "ap-south-1-fips": { + hostname: "kms-fips.ap-south-1.amazonaws.com", + signingRegion: "ap-south-1", + }, + "ap-southeast-1-fips": { + hostname: "kms-fips.ap-southeast-1.amazonaws.com", + signingRegion: "ap-southeast-1", + }, + "ap-southeast-2-fips": { + hostname: "kms-fips.ap-southeast-2.amazonaws.com", + signingRegion: "ap-southeast-2", + }, + "ca-central-1-fips": { + hostname: "kms-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, + "eu-central-1-fips": { + hostname: "kms-fips.eu-central-1.amazonaws.com", + signingRegion: "eu-central-1", + }, + "eu-north-1-fips": { + hostname: "kms-fips.eu-north-1.amazonaws.com", + signingRegion: "eu-north-1", + }, + "eu-south-1-fips": { + hostname: "kms-fips.eu-south-1.amazonaws.com", + signingRegion: "eu-south-1", + }, + "eu-west-1-fips": { + hostname: "kms-fips.eu-west-1.amazonaws.com", + signingRegion: "eu-west-1", + }, + "eu-west-2-fips": { + hostname: "kms-fips.eu-west-2.amazonaws.com", + signingRegion: "eu-west-2", + }, + "eu-west-3-fips": { + hostname: "kms-fips.eu-west-3.amazonaws.com", + signingRegion: "eu-west-3", + }, + "me-south-1-fips": { + hostname: "kms-fips.me-south-1.amazonaws.com", + signingRegion: "me-south-1", + }, + "sa-east-1-fips": { + hostname: "kms-fips.sa-east-1.amazonaws.com", + signingRegion: "sa-east-1", + }, + "us-east-1-fips": { + hostname: "kms-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "kms-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "kms-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-iso-east-1-fips": { + hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + signingRegion: "us-iso-east-1", + }, + "us-iso-west-1-fips": { + hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + signingRegion: "us-iso-west-1", + }, + "us-isob-east-1-fips": { + hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + signingRegion: "us-isob-east-1", + }, + "us-west-1-fips": { + hostname: "kms-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "kms-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { aws: { regions: [ "af-south-1", + "af-south-1-fips", "ap-east-1", + "ap-east-1-fips", "ap-northeast-1", + "ap-northeast-1-fips", "ap-northeast-2", + "ap-northeast-2-fips", "ap-northeast-3", + "ap-northeast-3-fips", "ap-south-1", + "ap-south-1-fips", "ap-southeast-1", + "ap-southeast-1-fips", "ap-southeast-2", + "ap-southeast-2-fips", "ca-central-1", + "ca-central-1-fips", "eu-central-1", + "eu-central-1-fips", "eu-north-1", + "eu-north-1-fips", "eu-south-1", + "eu-south-1-fips", "eu-west-1", + "eu-west-1-fips", "eu-west-2", + "eu-west-2-fips", "eu-west-3", + "eu-west-3-fips", "me-south-1", + "me-south-1-fips", "sa-east-1", + "sa-east-1-fips", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", @@ -42,17 +167,17 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.amazonaws.com.cn", }, "aws-iso": { - regions: ["ProdFips", "us-iso-east-1", "us-iso-west-1"], + regions: ["ProdFips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1", "us-iso-west-1-fips"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kms.{region}.c2s.ic.gov", }, "aws-iso-b": { - regions: ["ProdFips", "us-isob-east-1"], + regions: ["ProdFips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kms.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["ProdFips", "us-gov-east-1", "us-gov-west-1"], + regions: ["ProdFips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", }, diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index 8033fe8df7f7..d87d49ead81a 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index b68df2c25380..44cbc1a0ed2c 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -1,7 +1,16 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; -const regionHash: RegionHash = {}; +const regionHash: RegionHash = { + "aws-global": { + hostname: "networkmanager.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, + "aws-us-gov-global": { + hostname: "networkmanager.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, +}; const partitionHash: PartitionHash = { aws: { @@ -14,6 +23,7 @@ const partitionHash: PartitionHash = { "ap-south-1", "ap-southeast-1", "ap-southeast-2", + "aws-global", "ca-central-1", "eu-central-1", "eu-north-1", @@ -29,7 +39,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - hostname: "networkmanager.{region}.amazonaws.com", + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -47,9 +57,9 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["us-gov-east-1", "us-gov-west-1"], + regions: ["aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - hostname: "networkmanager.{region}.amazonaws.com", + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index 4042a8f4e918..40376d743e93 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -6,6 +6,30 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "es-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "es-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "es-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "es-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +54,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", @@ -53,7 +81,7 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", }, diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index 8033fe8df7f7..d87d49ead81a 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index 85552784669a..813deafe10cb 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rekognition-fips.ca-central-1": { hostname: "rekognition-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +30,26 @@ const regionHash: RegionHash = { hostname: "rekognition-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1-fips": { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-west-1-fips": { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -40,6 +64,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -52,11 +77,20 @@ const partitionHash: PartitionHash = { "rekognition-fips.us-east-2", "rekognition-fips.us-west-1", "rekognition-fips.us-west-2", + "rekognition.ca-central-1", + "rekognition.us-east-1", + "rekognition.us-east-2", + "rekognition.us-west-1", + "rekognition.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", @@ -77,7 +111,13 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rekognition-fips.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rekognition-fips.us-gov-west-1", + "rekognition.us-gov-west-1", + "us-gov-east-1", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", }, diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index ebea3379289f..a39cfc461e1a 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -2,81 +2,6 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { - "accesspoint-af-south-1": { - hostname: "s3-accesspoint.af-south-1.amazonaws.com", - }, - "accesspoint-ap-east-1": { - hostname: "s3-accesspoint.ap-east-1.amazonaws.com", - }, - "accesspoint-ap-northeast-1": { - hostname: "s3-accesspoint.ap-northeast-1.amazonaws.com", - }, - "accesspoint-ap-northeast-2": { - hostname: "s3-accesspoint.ap-northeast-2.amazonaws.com", - }, - "accesspoint-ap-northeast-3": { - hostname: "s3-accesspoint.ap-northeast-3.amazonaws.com", - }, - "accesspoint-ap-south-1": { - hostname: "s3-accesspoint.ap-south-1.amazonaws.com", - }, - "accesspoint-ap-southeast-1": { - hostname: "s3-accesspoint.ap-southeast-1.amazonaws.com", - }, - "accesspoint-ap-southeast-2": { - hostname: "s3-accesspoint.ap-southeast-2.amazonaws.com", - }, - "accesspoint-ca-central-1": { - hostname: "s3-accesspoint.ca-central-1.amazonaws.com", - }, - "accesspoint-cn-north-1": { - hostname: "s3-accesspoint.cn-north-1.amazonaws.com.cn", - }, - "accesspoint-cn-northwest-1": { - hostname: "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", - }, - "accesspoint-eu-central-1": { - hostname: "s3-accesspoint.eu-central-1.amazonaws.com", - }, - "accesspoint-eu-north-1": { - hostname: "s3-accesspoint.eu-north-1.amazonaws.com", - }, - "accesspoint-eu-south-1": { - hostname: "s3-accesspoint.eu-south-1.amazonaws.com", - }, - "accesspoint-eu-west-1": { - hostname: "s3-accesspoint.eu-west-1.amazonaws.com", - }, - "accesspoint-eu-west-2": { - hostname: "s3-accesspoint.eu-west-2.amazonaws.com", - }, - "accesspoint-eu-west-3": { - hostname: "s3-accesspoint.eu-west-3.amazonaws.com", - }, - "accesspoint-me-south-1": { - hostname: "s3-accesspoint.me-south-1.amazonaws.com", - }, - "accesspoint-sa-east-1": { - hostname: "s3-accesspoint.sa-east-1.amazonaws.com", - }, - "accesspoint-us-east-1": { - hostname: "s3-accesspoint.us-east-1.amazonaws.com", - }, - "accesspoint-us-east-2": { - hostname: "s3-accesspoint.us-east-2.amazonaws.com", - }, - "accesspoint-us-gov-east-1": { - hostname: "s3-accesspoint.us-gov-east-1.amazonaws.com", - }, - "accesspoint-us-gov-west-1": { - hostname: "s3-accesspoint.us-gov-west-1.amazonaws.com", - }, - "accesspoint-us-west-1": { - hostname: "s3-accesspoint.us-west-1.amazonaws.com", - }, - "accesspoint-us-west-2": { - hostname: "s3-accesspoint.us-west-2.amazonaws.com", - }, "ap-northeast-1": { hostname: "s3.ap-northeast-1.amazonaws.com", }, @@ -114,10 +39,34 @@ const regionHash: RegionHash = { "fips-accesspoint-us-west-2": { hostname: "s3-accesspoint-fips.us-west-2.amazonaws.com", }, + "fips-ca-central-1": { + hostname: "s3-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, + "fips-us-east-1": { + hostname: "s3-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "fips-us-east-2": { + hostname: "s3-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "fips-us-gov-east-1": { + hostname: "s3-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, "fips-us-gov-west-1": { hostname: "s3-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "fips-us-west-1": { + hostname: "s3-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "fips-us-west-2": { + hostname: "s3-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, "s3-external-1": { hostname: "s3-external-1.amazonaws.com", signingRegion: "us-east-1", @@ -145,27 +94,6 @@ const regionHash: RegionHash = { const partitionHash: PartitionHash = { aws: { regions: [ - "accesspoint-af-south-1", - "accesspoint-ap-east-1", - "accesspoint-ap-northeast-1", - "accesspoint-ap-northeast-2", - "accesspoint-ap-northeast-3", - "accesspoint-ap-south-1", - "accesspoint-ap-southeast-1", - "accesspoint-ap-southeast-2", - "accesspoint-ca-central-1", - "accesspoint-eu-central-1", - "accesspoint-eu-north-1", - "accesspoint-eu-south-1", - "accesspoint-eu-west-1", - "accesspoint-eu-west-2", - "accesspoint-eu-west-3", - "accesspoint-me-south-1", - "accesspoint-sa-east-1", - "accesspoint-us-east-1", - "accesspoint-us-east-2", - "accesspoint-us-west-1", - "accesspoint-us-west-2", "af-south-1", "ap-east-1", "ap-northeast-1", @@ -187,6 +115,11 @@ const partitionHash: PartitionHash = { "fips-accesspoint-us-east-2", "fips-accesspoint-us-west-1", "fips-accesspoint-us-west-2", + "fips-ca-central-1", + "fips-us-east-1", + "fips-us-east-2", + "fips-us-west-1", + "fips-us-west-2", "me-south-1", "s3-external-1", "sa-east-1", @@ -199,7 +132,7 @@ const partitionHash: PartitionHash = { hostname: "s3.{region}.amazonaws.com", }, "aws-cn": { - regions: ["accesspoint-cn-north-1", "accesspoint-cn-northwest-1", "cn-north-1", "cn-northwest-1"], + regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com.cn", }, @@ -215,10 +148,9 @@ const partitionHash: PartitionHash = { }, "aws-us-gov": { regions: [ - "accesspoint-us-gov-east-1", - "accesspoint-us-gov-west-1", "fips-accesspoint-us-gov-east-1", "fips-accesspoint-us-gov-west-1", + "fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1", diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index ff199bcd7789..e905f4ec9d2a 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -76,7 +76,13 @@ const partitionHash: PartitionHash = { hostname: "api.sagemaker.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips", "us-gov-west-1-fips-secondary"], + regions: [ + "us-gov-east-1", + "us-gov-west-1", + "us-gov-west-1-fips", + "us-gov-west-1-fips-secondary", + "us-gov-west-1-secondary", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", }, diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index 4a46356b5585..0c184bd239b9 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "servicediscovery-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -28,11 +57,16 @@ const partitionHash: PartitionHash = { "eu-west-3", "me-south-1", "sa-east-1", + "servicediscovery", "servicediscovery-fips", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", @@ -53,7 +87,14 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["servicediscovery-fips", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "servicediscovery", + "servicediscovery-fips", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", }, diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index 428e1c79dd5f..ad510f070528 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -2,6 +2,18 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ap-northeast-1": { + hostname: "portal.sso.ap-northeast-1.amazonaws.com", + signingRegion: "ap-northeast-1", + }, + "ap-northeast-2": { + hostname: "portal.sso.ap-northeast-2.amazonaws.com", + signingRegion: "ap-northeast-2", + }, + "ap-south-1": { + hostname: "portal.sso.ap-south-1.amazonaws.com", + signingRegion: "ap-south-1", + }, "ap-southeast-1": { hostname: "portal.sso.ap-southeast-1.amazonaws.com", signingRegion: "ap-southeast-1", @@ -18,6 +30,10 @@ const regionHash: RegionHash = { hostname: "portal.sso.eu-central-1.amazonaws.com", signingRegion: "eu-central-1", }, + "eu-north-1": { + hostname: "portal.sso.eu-north-1.amazonaws.com", + signingRegion: "eu-north-1", + }, "eu-west-1": { hostname: "portal.sso.eu-west-1.amazonaws.com", signingRegion: "eu-west-1", @@ -26,6 +42,14 @@ const regionHash: RegionHash = { hostname: "portal.sso.eu-west-2.amazonaws.com", signingRegion: "eu-west-2", }, + "eu-west-3": { + hostname: "portal.sso.eu-west-3.amazonaws.com", + signingRegion: "eu-west-3", + }, + "sa-east-1": { + hostname: "portal.sso.sa-east-1.amazonaws.com", + signingRegion: "sa-east-1", + }, "us-east-1": { hostname: "portal.sso.us-east-1.amazonaws.com", signingRegion: "us-east-1", @@ -34,6 +58,10 @@ const regionHash: RegionHash = { hostname: "portal.sso.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + hostname: "portal.sso.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, "us-west-2": { hostname: "portal.sso.us-west-2.amazonaws.com", signingRegion: "us-west-2", diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index 79792c629c09..9bc491138e98 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, fips: { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "storagegateway-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "storagegateway-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "storagegateway-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "storagegateway-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -30,9 +59,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", @@ -53,7 +86,7 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", }, diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index 7bc450345c8c..514d752e6b8b 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -40,10 +40,14 @@ const partitionHash: PartitionHash = { "eu-west-3", "me-south-1", "sa-east-1", + "transcribestreaming-ca-central-1", "transcribestreaming-fips-ca-central-1", "transcribestreaming-fips-us-east-1", "transcribestreaming-fips-us-east-2", "transcribestreaming-fips-us-west-2", + "transcribestreaming-us-east-1", + "transcribestreaming-us-east-2", + "transcribestreaming-us-west-2", "us-east-1", "us-east-2", "us-west-1", diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 0b3f36d0f93c..95544d5a1b29 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -10,6 +10,10 @@ const regionHash: RegionHash = { hostname: "waf.amazonaws.com", signingRegion: "us-east-1", }, + "aws-global-fips": { + hostname: "waf-fips.amazonaws.com", + signingRegion: "us-east-1", + }, }; const partitionHash: PartitionHash = { @@ -23,8 +27,10 @@ const partitionHash: PartitionHash = { "ap-south-1", "ap-southeast-1", "ap-southeast-2", + "aws", "aws-fips", "aws-global", + "aws-global-fips", "ca-central-1", "eu-central-1", "eu-north-1", From ed36a2fb9eb7513f4b2cf05a725eb87d044cecba Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:39:38 +0000 Subject: [PATCH 04/24] chore(codegen): populate variants in endpoints hashes --- .../typescript/codegen/EndpointGenerator.java | 60 +++++++++++++++---- 1 file changed, 50 insertions(+), 10 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index a0bf9682a9c5..a8213731ca29 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -15,6 +15,7 @@ package software.amazon.smithy.aws.typescript.codegen; +import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Optional; @@ -24,6 +25,7 @@ import software.amazon.smithy.aws.traits.ServiceTrait; import software.amazon.smithy.aws.traits.auth.SigV4Trait; import software.amazon.smithy.codegen.core.CodegenException; +import software.amazon.smithy.model.node.ArrayNode; import software.amazon.smithy.model.node.Node; import software.amazon.smithy.model.node.ObjectNode; import software.amazon.smithy.model.node.StringNode; @@ -90,6 +92,7 @@ private void loadServiceEndpoints() { for (Map.Entry entry : endpointMap.getStringMap().entrySet()) { ObjectNode config = entry.getValue().expectObjectNode(); + // TODO: Do not populate config if "deprecated" is present. if (config.containsMember("hostname")) { // Resolve the hostname. String hostName = config.expectStringMember("hostname").getValue(); @@ -97,8 +100,8 @@ private void loadServiceEndpoints() { hostName = hostName.replace("{service}", endpointPrefix); hostName = hostName.replace("{region}", entry.getKey()); config = config.withMember("hostname", hostName); - endpoints.put(entry.getKey(), config); } + endpoints.put(entry.getKey(), config); } } } @@ -134,6 +137,14 @@ private void writePartitionHash() { OptionalUtils.ifPresentOrElse(partition.getPartitionEndpoint(), endpoint -> writer.write("endpoint: $S,", endpoint), () -> writer.write("hostname: $S,", partition.hostnameTemplate)); + List variants = partition.getVariants(); + if (!variants.isEmpty()) { + writer.openBlock("variants: [", "],", () -> { + variants.forEach(variant -> { + writer.write("$L, ", Node.prettyPrintJson(variant)); + }); + }); + } }); }); }); @@ -159,10 +170,18 @@ private void writeEndpointProviderFunction() { } private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { - if (resolved.containsMember("hostname") || resolved.containsMember("credentialScope")) { + if (resolved.containsMember("variants") + || resolved.containsMember("hostname") + || resolved.containsMember("credentialScope")) { writer.openBlock("$S: {", "},", region, () -> { - String hostname = resolved.expectStringMember("hostname").getValue(); - writer.write("hostname: $S,", hostname); + if (resolved.containsMember("hostname")) { + String hostname = resolved.expectStringMember("hostname").getValue(); + writer.write("hostname: $S,", hostname); + } + if (resolved.containsMember("variants")) { + ArrayNode variants = resolved.expectArrayMember("variants"); + writer.write("variants: $L,", ArrayNode.prettyPrintJson(variants)); + } resolved.getObjectMember("credentialScope").ifPresent(scope -> { scope.getStringMember("region").ifPresent(signingRegion -> { writer.write("signingRegion: $S,", signingRegion); @@ -177,10 +196,10 @@ private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { private final class Partition { final ObjectNode defaults; - final String hostnameTemplate; final String dnsSuffix; final String identifier; final String regionRegex; + final String hostnameTemplate; private final ObjectNode config; private Partition(ObjectNode config, String partition) { @@ -189,15 +208,15 @@ private Partition(ObjectNode config, String partition) { ObjectNode partitionDefaults = config.expectObjectMember("defaults"); defaults = partitionDefaults.merge(getService().getObjectMember("defaults").orElse(Node.objectNode())); + dnsSuffix = config.expectStringMember("dnsSuffix").getValue(); + identifier = partition; + regionRegex = config.expectStringMember("regionRegex").getValue(); + // Resolve the template to use for this service in this partition. String template = defaults.expectStringMember("hostname").getValue(); template = template.replace("{service}", endpointPrefix); - template = template.replace("{dnsSuffix}", config.expectStringMember("dnsSuffix").getValue()); + template = template.replace("{dnsSuffix}", dnsSuffix); hostnameTemplate = template; - - dnsSuffix = config.expectStringMember("dnsSuffix").getValue(); - identifier = partition; - regionRegex = config.expectStringMember("regionRegex").getValue(); } ObjectNode getDefaults() { @@ -222,6 +241,27 @@ Set getAllRegions() { return regions; } + List getVariants() { + List allVariants = new ArrayList(); + + if (defaults.containsMember("variants")) { + ArrayNode variants = defaults.expectArrayMember("variants"); + variants.forEach(variant -> { + ObjectNode variantNode = variant.expectObjectNode(); + String hostname = variantNode.expectStringMember("hostname").getValue(); + if (variantNode.containsMember("dnsSuffix")) { + String dnsSuffix = variantNode.expectStringMember("dnsSuffix").getValue(); + hostname = hostname.replace("{dnsSuffix}", dnsSuffix); + } + hostname = hostname.replace("{service}", endpointPrefix); + hostname = hostname.replace("{dnsSuffix}", dnsSuffix); + allVariants.add(variantNode.withMember("hostname", hostname).withoutMember("dnsSuffix")); + }); + } + + return allVariants; + } + Optional getPartitionEndpoint() { ObjectNode service = getService(); // Note: regionalized services always use regionalized endpoints. From 1711f9576e999cb53160cbfafcacf2423a0b6b17 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:29:25 +0000 Subject: [PATCH 05/24] chore(clients): populate variants in endpoints hashes --- .../client-accessanalyzer/src/endpoints.ts | 82 ++++++ clients/client-account/src/endpoints.ts | 42 +++ clients/client-acm-pca/src/endpoints.ts | 90 +++++++ clients/client-acm/src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 42 +++ clients/client-amp/src/endpoints.ts | 42 +++ clients/client-amplify/src/endpoints.ts | 42 +++ .../client-amplifybackend/src/endpoints.ts | 42 +++ clients/client-api-gateway/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-apigatewayv2/src/endpoints.ts | 42 +++ clients/client-app-mesh/src/endpoints.ts | 42 +++ clients/client-appconfig/src/endpoints.ts | 42 +++ clients/client-appflow/src/endpoints.ts | 42 +++ .../client-appintegrations/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-apprunner/src/endpoints.ts | 42 +++ clients/client-appstream/src/endpoints.ts | 66 +++++ clients/client-appsync/src/endpoints.ts | 42 +++ clients/client-athena/src/endpoints.ts | 90 +++++++ clients/client-auditmanager/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-auto-scaling/src/endpoints.ts | 42 +++ clients/client-backup/src/endpoints.ts | 42 +++ clients/client-batch/src/endpoints.ts | 74 +++++ clients/client-braket/src/endpoints.ts | 42 +++ clients/client-budgets/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 50 ++++ .../src/endpoints.ts | 50 ++++ clients/client-chime/src/endpoints.ts | 42 +++ clients/client-cloud9/src/endpoints.ts | 42 +++ clients/client-cloudcontrol/src/endpoints.ts | 98 +++++++ .../client-clouddirectory/src/endpoints.ts | 42 +++ .../client-cloudformation/src/endpoints.ts | 74 +++++ clients/client-cloudfront/src/endpoints.ts | 42 +++ clients/client-cloudhsm-v2/src/endpoints.ts | 42 +++ clients/client-cloudhsm/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-cloudsearch/src/endpoints.ts | 42 +++ clients/client-cloudtrail/src/endpoints.ts | 74 +++++ .../client-cloudwatch-events/src/endpoints.ts | 74 +++++ .../client-cloudwatch-logs/src/endpoints.ts | 74 +++++ clients/client-cloudwatch/src/endpoints.ts | 82 ++++++ clients/client-codeartifact/src/endpoints.ts | 42 +++ clients/client-codebuild/src/endpoints.ts | 90 +++++++ clients/client-codecommit/src/endpoints.ts | 98 +++++++ clients/client-codedeploy/src/endpoints.ts | 90 +++++++ .../client-codeguru-reviewer/src/endpoints.ts | 42 +++ .../client-codeguruprofiler/src/endpoints.ts | 42 +++ clients/client-codepipeline/src/endpoints.ts | 90 +++++++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-codestar/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 82 ++++++ .../client-cognito-identity/src/endpoints.ts | 74 +++++ clients/client-cognito-sync/src/endpoints.ts | 42 +++ clients/client-comprehend/src/endpoints.ts | 74 +++++ .../client-comprehendmedical/src/endpoints.ts | 74 +++++ .../client-compute-optimizer/src/endpoints.ts | 42 +++ .../client-config-service/src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 42 +++ clients/client-connect/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-cost-explorer/src/endpoints.ts | 42 +++ .../client-customer-profiles/src/endpoints.ts | 42 +++ clients/client-data-pipeline/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 119 ++++++++ clients/client-databrew/src/endpoints.ts | 42 +++ clients/client-dataexchange/src/endpoints.ts | 42 +++ clients/client-datasync/src/endpoints.ts | 98 +++++++ clients/client-dax/src/endpoints.ts | 42 +++ clients/client-detective/src/endpoints.ts | 90 +++++++ clients/client-device-farm/src/endpoints.ts | 42 +++ clients/client-devops-guru/src/endpoints.ts | 42 +++ .../client-direct-connect/src/endpoints.ts | 74 +++++ .../client-directory-service/src/endpoints.ts | 98 +++++++ clients/client-dlm/src/endpoints.ts | 42 +++ clients/client-docdb/src/endpoints.ts | 143 ++++++++++ .../client-dynamodb-streams/src/endpoints.ts | 42 +++ clients/client-dynamodb/src/endpoints.ts | 90 +++++++ clients/client-ebs/src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 42 +++ clients/client-ec2/src/endpoints.ts | 118 ++++++++ clients/client-ecr-public/src/endpoints.ts | 42 +++ clients/client-ecr/src/endpoints.ts | 116 ++++++++ clients/client-ecs/src/endpoints.ts | 90 +++++++ clients/client-efs/src/endpoints.ts | 250 +++++++++++++++++ clients/client-eks/src/endpoints.ts | 74 +++++ .../client-elastic-beanstalk/src/endpoints.ts | 74 +++++ .../client-elastic-inference/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 42 +++ clients/client-elasticache/src/endpoints.ts | 74 +++++ .../src/endpoints.ts | 90 +++++++ .../client-emr-containers/src/endpoints.ts | 82 ++++++ clients/client-emr/src/endpoints.ts | 90 +++++++ clients/client-eventbridge/src/endpoints.ts | 74 +++++ clients/client-finspace-data/src/endpoints.ts | 42 +++ clients/client-finspace/src/endpoints.ts | 42 +++ clients/client-firehose/src/endpoints.ts | 90 +++++++ clients/client-fis/src/endpoints.ts | 42 +++ clients/client-fms/src/endpoints.ts | 210 +++++++++++++++ clients/client-forecast/src/endpoints.ts | 66 +++++ clients/client-forecastquery/src/endpoints.ts | 66 +++++ clients/client-frauddetector/src/endpoints.ts | 42 +++ clients/client-fsx/src/endpoints.ts | 161 +++++++++++ clients/client-gamelift/src/endpoints.ts | 42 +++ clients/client-glacier/src/endpoints.ts | 82 ++++++ .../src/endpoints.ts | 42 +++ clients/client-glue/src/endpoints.ts | 90 +++++++ clients/client-grafana/src/endpoints.ts | 42 +++ clients/client-greengrass/src/endpoints.ts | 48 ++++ clients/client-greengrassv2/src/endpoints.ts | 48 ++++ clients/client-groundstation/src/endpoints.ts | 66 +++++ clients/client-guardduty/src/endpoints.ts | 82 ++++++ clients/client-health/src/endpoints.ts | 60 +++++ clients/client-healthlake/src/endpoints.ts | 42 +++ clients/client-honeycode/src/endpoints.ts | 42 +++ clients/client-iam/src/endpoints.ts | 72 +++++ clients/client-identitystore/src/endpoints.ts | 50 ++++ clients/client-imagebuilder/src/endpoints.ts | 42 +++ clients/client-inspector/src/endpoints.ts | 90 +++++++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../client-iot-data-plane/src/endpoints.ts | 98 +++++++ .../client-iot-events-data/src/endpoints.ts | 42 +++ clients/client-iot-events/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 98 +++++++ clients/client-iot-wireless/src/endpoints.ts | 42 +++ clients/client-iot/src/endpoints.ts | 98 +++++++ clients/client-iotanalytics/src/endpoints.ts | 42 +++ .../client-iotdeviceadvisor/src/endpoints.ts | 42 +++ clients/client-iotfleethub/src/endpoints.ts | 74 +++++ .../src/endpoints.ts | 42 +++ clients/client-iotsitewise/src/endpoints.ts | 42 +++ .../client-iotthingsgraph/src/endpoints.ts | 42 +++ clients/client-ivs/src/endpoints.ts | 42 +++ clients/client-kafka/src/endpoints.ts | 42 +++ clients/client-kafkaconnect/src/endpoints.ts | 42 +++ clients/client-kendra/src/endpoints.ts | 74 +++++ .../src/endpoints.ts | 42 +++ .../client-kinesis-analytics/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-kinesis-video/src/endpoints.ts | 42 +++ clients/client-kinesis/src/endpoints.ts | 74 +++++ clients/client-kms/src/endpoints.ts | 250 +++++++++++++++++ clients/client-lakeformation/src/endpoints.ts | 82 ++++++ clients/client-lambda/src/endpoints.ts | 90 +++++++ .../src/endpoints.ts | 50 ++++ clients/client-lex-models-v2/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 50 ++++ .../client-lex-runtime-v2/src/endpoints.ts | 42 +++ .../client-license-manager/src/endpoints.ts | 90 +++++++ clients/client-lightsail/src/endpoints.ts | 42 +++ clients/client-location/src/endpoints.ts | 42 +++ .../client-lookoutequipment/src/endpoints.ts | 42 +++ .../client-lookoutmetrics/src/endpoints.ts | 42 +++ clients/client-lookoutvision/src/endpoints.ts | 42 +++ .../client-machine-learning/src/endpoints.ts | 42 +++ clients/client-macie/src/endpoints.ts | 58 ++++ clients/client-macie2/src/endpoints.ts | 74 +++++ .../client-managedblockchain/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-mediaconnect/src/endpoints.ts | 42 +++ clients/client-mediaconvert/src/endpoints.ts | 82 ++++++ clients/client-medialive/src/endpoints.ts | 66 +++++ .../client-mediapackage-vod/src/endpoints.ts | 42 +++ clients/client-mediapackage/src/endpoints.ts | 42 +++ .../client-mediastore-data/src/endpoints.ts | 42 +++ clients/client-mediastore/src/endpoints.ts | 42 +++ clients/client-mediatailor/src/endpoints.ts | 42 +++ clients/client-memorydb/src/endpoints.ts | 42 +++ clients/client-mgn/src/endpoints.ts | 42 +++ clients/client-migration-hub/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-mobile/src/endpoints.ts | 42 +++ clients/client-mq/src/endpoints.ts | 90 +++++++ clients/client-mturk/src/endpoints.ts | 42 +++ clients/client-mwaa/src/endpoints.ts | 42 +++ clients/client-neptune/src/endpoints.ts | 143 ++++++++++ .../client-network-firewall/src/endpoints.ts | 98 +++++++ .../client-networkmanager/src/endpoints.ts | 42 +++ clients/client-nimble/src/endpoints.ts | 42 +++ clients/client-opensearch/src/endpoints.ts | 90 +++++++ clients/client-opsworks/src/endpoints.ts | 42 +++ clients/client-opsworkscm/src/endpoints.ts | 42 +++ clients/client-organizations/src/endpoints.ts | 54 ++++ clients/client-outposts/src/endpoints.ts | 82 ++++++ clients/client-panorama/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-personalize/src/endpoints.ts | 42 +++ clients/client-pi/src/endpoints.ts | 42 +++ .../client-pinpoint-email/src/endpoints.ts | 50 ++++ .../src/endpoints.ts | 42 +++ clients/client-pinpoint/src/endpoints.ts | 60 +++++ clients/client-polly/src/endpoints.ts | 82 ++++++ clients/client-pricing/src/endpoints.ts | 42 +++ clients/client-proton/src/endpoints.ts | 42 +++ clients/client-qldb-session/src/endpoints.ts | 66 +++++ clients/client-qldb/src/endpoints.ts | 66 +++++ clients/client-quicksight/src/endpoints.ts | 42 +++ clients/client-ram/src/endpoints.ts | 82 ++++++ clients/client-rds-data/src/endpoints.ts | 42 +++ clients/client-rds/src/endpoints.ts | 143 ++++++++++ clients/client-redshift-data/src/endpoints.ts | 42 +++ clients/client-redshift/src/endpoints.ts | 82 ++++++ clients/client-rekognition/src/endpoints.ts | 144 ++++++++++ .../src/endpoints.ts | 42 +++ .../client-resource-groups/src/endpoints.ts | 82 ++++++ clients/client-robomaker/src/endpoints.ts | 42 +++ .../client-route-53-domains/src/endpoints.ts | 42 +++ clients/client-route-53/src/endpoints.ts | 54 ++++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../client-route53resolver/src/endpoints.ts | 42 +++ clients/client-s3-control/src/endpoints.ts | 224 +++++++++++++++ clients/client-s3/src/endpoints.ts | 254 ++++++++++++++++++ clients/client-s3outposts/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../client-sagemaker-edge/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../client-sagemaker-runtime/src/endpoints.ts | 74 +++++ clients/client-sagemaker/src/endpoints.ts | 75 ++++++ clients/client-savingsplans/src/endpoints.ts | 42 +++ clients/client-schemas/src/endpoints.ts | 42 +++ .../client-secrets-manager/src/endpoints.ts | 90 +++++++ clients/client-securityhub/src/endpoints.ts | 90 +++++++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 90 +++++++ .../client-service-catalog/src/endpoints.ts | 90 +++++++ .../client-service-quotas/src/endpoints.ts | 50 ++++ .../client-servicediscovery/src/endpoints.ts | 107 ++++++++ clients/client-ses/src/endpoints.ts | 50 ++++ clients/client-sesv2/src/endpoints.ts | 50 ++++ clients/client-sfn/src/endpoints.ts | 90 +++++++ clients/client-shield/src/endpoints.ts | 48 ++++ clients/client-signer/src/endpoints.ts | 42 +++ clients/client-sms/src/endpoints.ts | 90 +++++++ .../src/endpoints.ts | 42 +++ clients/client-snowball/src/endpoints.ts | 202 ++++++++++++++ clients/client-sns/src/endpoints.ts | 74 +++++ clients/client-sqs/src/endpoints.ts | 74 +++++ clients/client-ssm-contacts/src/endpoints.ts | 42 +++ clients/client-ssm-incidents/src/endpoints.ts | 42 +++ clients/client-ssm/src/endpoints.ts | 90 +++++++ clients/client-sso-admin/src/endpoints.ts | 42 +++ clients/client-sso-oidc/src/endpoints.ts | 42 +++ clients/client-sso/src/endpoints.ts | 42 +++ .../client-storage-gateway/src/endpoints.ts | 98 +++++++ clients/client-sts/src/endpoints.ts | 82 ++++++ clients/client-support/src/endpoints.ts | 51 ++++ clients/client-swf/src/endpoints.ts | 74 +++++ clients/client-synthetics/src/endpoints.ts | 42 +++ clients/client-textract/src/endpoints.ts | 98 +++++++ .../client-timestream-query/src/endpoints.ts | 42 +++ .../client-timestream-write/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 78 ++++++ clients/client-transcribe/src/endpoints.ts | 74 +++++ clients/client-transfer/src/endpoints.ts | 98 +++++++ clients/client-translate/src/endpoints.ts | 74 +++++ clients/client-voice-id/src/endpoints.ts | 42 +++ clients/client-waf-regional/src/endpoints.ts | 192 +++++++++++++ clients/client-waf/src/endpoints.ts | 57 ++++ clients/client-wafv2/src/endpoints.ts | 42 +++ .../client-wellarchitected/src/endpoints.ts | 42 +++ clients/client-wisdom/src/endpoints.ts | 42 +++ clients/client-workdocs/src/endpoints.ts | 58 ++++ clients/client-worklink/src/endpoints.ts | 42 +++ clients/client-workmail/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ clients/client-workspaces/src/endpoints.ts | 66 +++++ clients/client-xray/src/endpoints.ts | 90 +++++++ .../aws-protocoltests-ec2/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../aws-protocoltests-json/src/endpoints.ts | 42 +++ .../aws-protocoltests-query/src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ .../src/endpoints.ts | 42 +++ 290 files changed, 18093 insertions(+) diff --git a/clients/client-accessanalyzer/src/endpoints.ts b/clients/client-accessanalyzer/src/endpoints.ts index 0e6190851fe7..d95fbd1aec36 100644 --- a/clients/client-accessanalyzer/src/endpoints.ts +++ b/clients/client-accessanalyzer/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,22 @@ const regionHash: RegionHash = { hostname: "access-analyzer-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "access-analyzer-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "access-analyzer-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "access-analyzer.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +54,22 @@ const regionHash: RegionHash = { hostname: "access-analyzer.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "access-analyzer-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "access-analyzer-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "access-analyzer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "access-analyzer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "access-analyzer-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "access-analyzer-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "access-analyzer.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "access-analyzer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "access-analyzer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-account/src/endpoints.ts b/clients/client-account/src/endpoints.ts index c93574f9b789..371d9475df0a 100644 --- a/clients/client-account/src/endpoints.ts +++ b/clients/client-account/src/endpoints.ts @@ -40,11 +40,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "account-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "account-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "account.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "account-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "account-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "account.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +88,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "account.{region}.amazonaws.com", + variants: [ + { + hostname: "account-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "account-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "account.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-acm-pca/src/endpoints.ts b/clients/client-acm-pca/src/endpoints.ts index 6b8d92b74700..ed6bb9537729 100644 --- a/clients/client-acm-pca/src/endpoints.ts +++ b/clients/client-acm-pca/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "acm-pca-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "acm-pca-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "acm-pca-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "acm-pca-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "acm-pca-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "acm-pca.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "acm-pca.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "acm-pca-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "acm-pca-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "acm-pca-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "acm-pca.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "acm-pca-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "acm-pca-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "acm-pca.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.amazonaws.com", + variants: [ + { + hostname: "acm-pca.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-acm/src/endpoints.ts b/clients/client-acm/src/endpoints.ts index db4fdce82be0..ec3a07d47ad2 100644 --- a/clients/client-acm/src/endpoints.ts +++ b/clients/client-acm/src/endpoints.ts @@ -2,14 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "acm-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "acm-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", }, + "us-east-1": { + variants: [ + { + hostname: "acm-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "acm-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "acm-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "acm-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", @@ -22,10 +46,26 @@ const regionHash: RegionHash = { hostname: "acm.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "acm-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "acm-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "acm-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "acm-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com", + variants: [ + { + hostname: "acm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "acm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "acm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "acm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "acm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "acm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com", + variants: [ + { + hostname: "acm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "acm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "acm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-alexa-for-business/src/endpoints.ts b/clients/client-alexa-for-business/src/endpoints.ts index 312316dc95e9..3f6a2be7d8c3 100644 --- a/clients/client-alexa-for-business/src/endpoints.ts +++ b/clients/client-alexa-for-business/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com", + variants: [ + { + hostname: "a4b-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "a4b-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "a4b.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "a4b-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "a4b-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "a4b.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com", + variants: [ + { + hostname: "a4b-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "a4b-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "a4b.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-amp/src/endpoints.ts b/clients/client-amp/src/endpoints.ts index bed7fdb85681..f5d34c01be38 100644 --- a/clients/client-amp/src/endpoints.ts +++ b/clients/client-amp/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com", + variants: [ + { + hostname: "aps-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "aps-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "aps.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "aps-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "aps-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "aps.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com", + variants: [ + { + hostname: "aps-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "aps-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "aps.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-amplify/src/endpoints.ts b/clients/client-amplify/src/endpoints.ts index f79e5caa8ea4..17d0d95ffc15 100644 --- a/clients/client-amplify/src/endpoints.ts +++ b/clients/client-amplify/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com", + variants: [ + { + hostname: "amplify-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "amplify-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplify.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "amplify-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "amplify-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplify.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com", + variants: [ + { + hostname: "amplify-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "amplify-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplify.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-amplifybackend/src/endpoints.ts b/clients/client-amplifybackend/src/endpoints.ts index 5cbe440e1420..3af4e91facd9 100644 --- a/clients/client-amplifybackend/src/endpoints.ts +++ b/clients/client-amplifybackend/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com", + variants: [ + { + hostname: "amplifybackend-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "amplifybackend-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplifybackend.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "amplifybackend-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "amplifybackend-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplifybackend.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com", + variants: [ + { + hostname: "amplifybackend-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "amplifybackend-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "amplifybackend.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-api-gateway/src/endpoints.ts b/clients/client-api-gateway/src/endpoints.ts index d3b2a173eb4a..1712f82a6aab 100644 --- a/clients/client-api-gateway/src/endpoints.ts +++ b/clients/client-api-gateway/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-apigatewaymanagementapi/src/endpoints.ts b/clients/client-apigatewaymanagementapi/src/endpoints.ts index 2a1bee1c6fa6..99ec2c9b0b6f 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoints.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com", + variants: [ + { + hostname: "execute-api-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "execute-api-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "execute-api.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "execute-api-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "execute-api-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "execute-api.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com", + variants: [ + { + hostname: "execute-api-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "execute-api-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "execute-api.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-apigatewayv2/src/endpoints.ts b/clients/client-apigatewayv2/src/endpoints.ts index d3b2a173eb4a..1712f82a6aab 100644 --- a/clients/client-apigatewayv2/src/endpoints.ts +++ b/clients/client-apigatewayv2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", + variants: [ + { + hostname: "apigateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apigateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apigateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-app-mesh/src/endpoints.ts b/clients/client-app-mesh/src/endpoints.ts index db0abc8e8352..1ab5aa2827f2 100644 --- a/clients/client-app-mesh/src/endpoints.ts +++ b/clients/client-app-mesh/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com", + variants: [ + { + hostname: "appmesh-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appmesh-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appmesh.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "appmesh-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "appmesh-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "appmesh.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com", + variants: [ + { + hostname: "appmesh-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appmesh-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appmesh.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-appconfig/src/endpoints.ts b/clients/client-appconfig/src/endpoints.ts index 6826ebf5d1d5..b2bf4bb2726a 100644 --- a/clients/client-appconfig/src/endpoints.ts +++ b/clients/client-appconfig/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com", + variants: [ + { + hostname: "appconfig-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appconfig-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appconfig.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "appconfig-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "appconfig-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "appconfig.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com", + variants: [ + { + hostname: "appconfig-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appconfig-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appconfig.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-appflow/src/endpoints.ts b/clients/client-appflow/src/endpoints.ts index c683cd88bb8d..f0eaa71d4c5d 100644 --- a/clients/client-appflow/src/endpoints.ts +++ b/clients/client-appflow/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com", + variants: [ + { + hostname: "appflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "appflow-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "appflow-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "appflow.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com", + variants: [ + { + hostname: "appflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-appintegrations/src/endpoints.ts b/clients/client-appintegrations/src/endpoints.ts index 8f6276261695..33c314db68ed 100644 --- a/clients/client-appintegrations/src/endpoints.ts +++ b/clients/client-appintegrations/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com", + variants: [ + { + hostname: "app-integrations-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "app-integrations-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "app-integrations.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "app-integrations-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "app-integrations-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "app-integrations.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com", + variants: [ + { + hostname: "app-integrations-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "app-integrations-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "app-integrations.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-application-auto-scaling/src/endpoints.ts b/clients/client-application-auto-scaling/src/endpoints.ts index 48f574d26417..f903512f6c38 100644 --- a/clients/client-application-auto-scaling/src/endpoints.ts +++ b/clients/client-application-auto-scaling/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com", + variants: [ + { + hostname: "application-autoscaling-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "application-autoscaling-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-autoscaling.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "application-autoscaling-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "application-autoscaling-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-autoscaling.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com", + variants: [ + { + hostname: "application-autoscaling-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "application-autoscaling-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-autoscaling.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-application-discovery-service/src/endpoints.ts b/clients/client-application-discovery-service/src/endpoints.ts index 25377a553723..ecf63213cd99 100644 --- a/clients/client-application-discovery-service/src/endpoints.ts +++ b/clients/client-application-discovery-service/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com", + variants: [ + { + hostname: "discovery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "discovery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "discovery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "discovery-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "discovery-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "discovery.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com", + variants: [ + { + hostname: "discovery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "discovery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "discovery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-application-insights/src/endpoints.ts b/clients/client-application-insights/src/endpoints.ts index 172b4909ce42..5433caea7bff 100644 --- a/clients/client-application-insights/src/endpoints.ts +++ b/clients/client-application-insights/src/endpoints.ts @@ -39,11 +39,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com", + variants: [ + { + hostname: "applicationinsights-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "applicationinsights-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "applicationinsights.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "applicationinsights-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "applicationinsights-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "applicationinsights.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -59,6 +87,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com", + variants: [ + { + hostname: "applicationinsights-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "applicationinsights-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "applicationinsights.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-applicationcostprofiler/src/endpoints.ts b/clients/client-applicationcostprofiler/src/endpoints.ts index e6d1f1d99102..5391a6362b5e 100644 --- a/clients/client-applicationcostprofiler/src/endpoints.ts +++ b/clients/client-applicationcostprofiler/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com", + variants: [ + { + hostname: "application-cost-profiler-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "application-cost-profiler-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-cost-profiler.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "application-cost-profiler-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "application-cost-profiler-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-cost-profiler.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com", + variants: [ + { + hostname: "application-cost-profiler-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "application-cost-profiler-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "application-cost-profiler.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-apprunner/src/endpoints.ts b/clients/client-apprunner/src/endpoints.ts index ad80ac1888b7..8167aaa2b964 100644 --- a/clients/client-apprunner/src/endpoints.ts +++ b/clients/client-apprunner/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com", + variants: [ + { + hostname: "apprunner-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apprunner-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apprunner.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "apprunner-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "apprunner-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "apprunner.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com", + variants: [ + { + hostname: "apprunner-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "apprunner-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "apprunner.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index 6b8986a1ac45..746560bfee51 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -6,14 +6,38 @@ const regionHash: RegionHash = { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "appstream2-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "appstream2-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "appstream2-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "appstream2-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -50,11 +74,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appstream2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appstream2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "appstream2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "appstream2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "appstream2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +122,20 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appstream2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appstream2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-appsync/src/endpoints.ts b/clients/client-appsync/src/endpoints.ts index 71fec4dc1b5d..354113da96ad 100644 --- a/clients/client-appsync/src/endpoints.ts +++ b/clients/client-appsync/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com", + variants: [ + { + hostname: "appsync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appsync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appsync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "appsync-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "appsync-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "appsync.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com", + variants: [ + { + hostname: "appsync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "appsync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "appsync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-athena/src/endpoints.ts b/clients/client-athena/src/endpoints.ts index c05f4dfe1a71..acd43ab230a6 100644 --- a/clients/client-athena/src/endpoints.ts +++ b/clients/client-athena/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "athena-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "athena-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "athena-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "athena-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "athena-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "athena-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "athena-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com", + variants: [ + { + hostname: "athena-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "athena-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "athena.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "athena-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "athena-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "athena.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com", + variants: [ + { + hostname: "athena-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "athena-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "athena.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-auditmanager/src/endpoints.ts b/clients/client-auditmanager/src/endpoints.ts index 7eb0ff43eb40..1892718fdd77 100644 --- a/clients/client-auditmanager/src/endpoints.ts +++ b/clients/client-auditmanager/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com", + variants: [ + { + hostname: "auditmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "auditmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "auditmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "auditmanager-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "auditmanager-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "auditmanager.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com", + variants: [ + { + hostname: "auditmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "auditmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "auditmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-auto-scaling-plans/src/endpoints.ts b/clients/client-auto-scaling-plans/src/endpoints.ts index 212e18b7035b..c9a5aa21c0fb 100644 --- a/clients/client-auto-scaling-plans/src/endpoints.ts +++ b/clients/client-auto-scaling-plans/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com", + variants: [ + { + hostname: "autoscaling-plans-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "autoscaling-plans-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling-plans.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "autoscaling-plans-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "autoscaling-plans-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling-plans.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com", + variants: [ + { + hostname: "autoscaling-plans-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "autoscaling-plans-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling-plans.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-auto-scaling/src/endpoints.ts b/clients/client-auto-scaling/src/endpoints.ts index a504848103d2..6d2ab745b20d 100644 --- a/clients/client-auto-scaling/src/endpoints.ts +++ b/clients/client-auto-scaling/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com", + variants: [ + { + hostname: "autoscaling-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "autoscaling-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "autoscaling-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com", + variants: [ + { + hostname: "autoscaling-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "autoscaling-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "autoscaling.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-backup/src/endpoints.ts b/clients/client-backup/src/endpoints.ts index 4d8b1dd11c16..250f32e4c860 100644 --- a/clients/client-backup/src/endpoints.ts +++ b/clients/client-backup/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com", + variants: [ + { + hostname: "backup-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "backup-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "backup.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "backup-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "backup-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "backup.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com", + variants: [ + { + hostname: "backup-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "backup-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "backup.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-batch/src/endpoints.ts b/clients/client-batch/src/endpoints.ts index 3f3811b624c7..f2437529e6b3 100644 --- a/clients/client-batch/src/endpoints.ts +++ b/clients/client-batch/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "fips.batch.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "fips.batch.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "fips.batch.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "batch.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "batch.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "fips.batch.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "fips.batch.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "batch.{region}.amazonaws.com", + variants: [ + { + hostname: "fips.batch.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "batch.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "batch-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "batch-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "batch.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +147,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "batch.{region}.amazonaws.com", + variants: [ + { + hostname: "batch.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-braket/src/endpoints.ts b/clients/client-braket/src/endpoints.ts index bae22003b956..15f2d312bb84 100644 --- a/clients/client-braket/src/endpoints.ts +++ b/clients/client-braket/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com", + variants: [ + { + hostname: "braket-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "braket-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "braket.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "braket-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "braket-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "braket.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com", + variants: [ + { + hostname: "braket-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "braket-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "braket.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-budgets/src/endpoints.ts b/clients/client-budgets/src/endpoints.ts index 610ad8cd3fc6..21098478c2fe 100644 --- a/clients/client-budgets/src/endpoints.ts +++ b/clients/client-budgets/src/endpoints.ts @@ -40,11 +40,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "budgets-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "budgets-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "budgets.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "budgets-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "budgets-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "budgets.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +88,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "budgets.{region}.amazonaws.com", + variants: [ + { + hostname: "budgets-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "budgets-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "budgets.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-chime-sdk-identity/src/endpoints.ts b/clients/client-chime-sdk-identity/src/endpoints.ts index b988a789d669..ed3228a15a5c 100644 --- a/clients/client-chime-sdk-identity/src/endpoints.ts +++ b/clients/client-chime-sdk-identity/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "identity-chime-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "identity-chime-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", @@ -36,11 +44,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com", + variants: [ + { + hostname: "identity-chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "identity-chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "identity-chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "identity-chime-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "identity-chime-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "identity-chime.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -56,6 +92,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com", + variants: [ + { + hostname: "identity-chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "identity-chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "identity-chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-chime-sdk-messaging/src/endpoints.ts b/clients/client-chime-sdk-messaging/src/endpoints.ts index 09fbedb60168..af15f38a6cee 100644 --- a/clients/client-chime-sdk-messaging/src/endpoints.ts +++ b/clients/client-chime-sdk-messaging/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "messaging-chime-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "messaging-chime-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", @@ -36,11 +44,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com", + variants: [ + { + hostname: "messaging-chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "messaging-chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "messaging-chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "messaging-chime-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "messaging-chime-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "messaging-chime.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -56,6 +92,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com", + variants: [ + { + hostname: "messaging-chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "messaging-chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "messaging-chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-chime/src/endpoints.ts b/clients/client-chime/src/endpoints.ts index fe61b8b138fc..6587e6608fb3 100644 --- a/clients/client-chime/src/endpoints.ts +++ b/clients/client-chime/src/endpoints.ts @@ -36,11 +36,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "chime.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "chime-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "chime-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "chime.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -56,6 +84,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "chime.{region}.amazonaws.com", + variants: [ + { + hostname: "chime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "chime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "chime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloud9/src/endpoints.ts b/clients/client-cloud9/src/endpoints.ts index d7be70294796..233005353b3b 100644 --- a/clients/client-cloud9/src/endpoints.ts +++ b/clients/client-cloud9/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com", + variants: [ + { + hostname: "cloud9-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloud9-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloud9.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloud9-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloud9-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloud9.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com", + variants: [ + { + hostname: "cloud9-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloud9-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloud9.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudcontrol/src/endpoints.ts b/clients/client-cloudcontrol/src/endpoints.ts index cd2b61b42c12..c4d17d027805 100644 --- a/clients/client-cloudcontrol/src/endpoints.ts +++ b/clients/client-cloudcontrol/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudcontrolapi-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudcontrolapi.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudcontrolapi-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudcontrolapi-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudcontrolapi.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudcontrolapi-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudcontrolapi.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-clouddirectory/src/endpoints.ts b/clients/client-clouddirectory/src/endpoints.ts index b2c14497a010..9b6431f17d5d 100644 --- a/clients/client-clouddirectory/src/endpoints.ts +++ b/clients/client-clouddirectory/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com", + variants: [ + { + hostname: "clouddirectory-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "clouddirectory-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "clouddirectory.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "clouddirectory-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "clouddirectory-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "clouddirectory.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com", + variants: [ + { + hostname: "clouddirectory-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "clouddirectory-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "clouddirectory.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudformation/src/endpoints.ts b/clients/client-cloudformation/src/endpoints.ts index 8c4235eb4357..02ca4fd6e6d7 100644 --- a/clients/client-cloudformation/src/endpoints.ts +++ b/clients/client-cloudformation/src/endpoints.ts @@ -2,10 +2,26 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "cloudformation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "cloudformation-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "cloudformation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "cloudformation-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", @@ -18,10 +34,26 @@ const regionHash: RegionHash = { hostname: "cloudformation.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "cloudformation-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "cloudformation-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "cloudformation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "cloudformation-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudformation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudformation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudformation-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudformation-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudformation.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudformation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudformation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudfront/src/endpoints.ts b/clients/client-cloudfront/src/endpoints.ts index 3e80d1c41462..4c1f3b9ecbb5 100644 --- a/clients/client-cloudfront/src/endpoints.ts +++ b/clients/client-cloudfront/src/endpoints.ts @@ -40,11 +40,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "cloudfront-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudfront-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudfront.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "cloudfront-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudfront-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudfront.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +88,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudfront-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudfront-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudfront.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudhsm-v2/src/endpoints.ts b/clients/client-cloudhsm-v2/src/endpoints.ts index 2aa5db953e78..aadf0231cd18 100644 --- a/clients/client-cloudhsm-v2/src/endpoints.ts +++ b/clients/client-cloudhsm-v2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudhsmv2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudhsmv2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsmv2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudhsmv2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudhsmv2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsmv2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudhsmv2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudhsmv2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsmv2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudhsm/src/endpoints.ts b/clients/client-cloudhsm/src/endpoints.ts index baf20b34f919..bb1049d95a82 100644 --- a/clients/client-cloudhsm/src/endpoints.ts +++ b/clients/client-cloudhsm/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudhsm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudhsm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudhsm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudhsm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudhsm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudhsm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudhsm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudsearch-domain/src/endpoints.ts b/clients/client-cloudsearch-domain/src/endpoints.ts index a5fafa221b2f..0bc426c2cd7c 100644 --- a/clients/client-cloudsearch-domain/src/endpoints.ts +++ b/clients/client-cloudsearch-domain/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudsearchdomain-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudsearchdomain-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearchdomain.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudsearchdomain-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudsearchdomain-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearchdomain.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudsearchdomain-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudsearchdomain-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearchdomain.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudsearch/src/endpoints.ts b/clients/client-cloudsearch/src/endpoints.ts index 0334106b9e81..6c88b17daa5a 100644 --- a/clients/client-cloudsearch/src/endpoints.ts +++ b/clients/client-cloudsearch/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudsearch-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudsearch-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearch.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudsearch-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudsearch-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearch.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudsearch-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudsearch-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudsearch.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudtrail/src/endpoints.ts b/clients/client-cloudtrail/src/endpoints.ts index 89e8bc2c7454..4b72f1dd5ad5 100644 --- a/clients/client-cloudtrail/src/endpoints.ts +++ b/clients/client-cloudtrail/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "cloudtrail-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "cloudtrail-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "cloudtrail-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "cloudtrail.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "cloudtrail.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "cloudtrail-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "cloudtrail-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudtrail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudtrail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cloudtrail-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cloudtrail-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudtrail.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cloudtrail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cloudtrail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudwatch-events/src/endpoints.ts b/clients/client-cloudwatch-events/src/endpoints.ts index 29477f977b97..0099ca1f2041 100644 --- a/clients/client-cloudwatch-events/src/endpoints.ts +++ b/clients/client-cloudwatch-events/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "events-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "events.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "events.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudwatch-logs/src/endpoints.ts b/clients/client-cloudwatch-logs/src/endpoints.ts index 2d69eae2ba21..4a16879957c9 100644 --- a/clients/client-cloudwatch-logs/src/endpoints.ts +++ b/clients/client-cloudwatch-logs/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "logs-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "logs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "logs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "logs.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "logs.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "logs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "logs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com", + variants: [ + { + hostname: "logs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "logs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "logs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "logs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "logs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "logs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com", + variants: [ + { + hostname: "logs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "logs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "logs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cloudwatch/src/endpoints.ts b/clients/client-cloudwatch/src/endpoints.ts index c5fff4e12972..81e2b029362c 100644 --- a/clients/client-cloudwatch/src/endpoints.ts +++ b/clients/client-cloudwatch/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "monitoring-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "monitoring-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "monitoring-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "monitoring.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "monitoring.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "monitoring-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "monitoring-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.amazonaws.com", + variants: [ + { + hostname: "monitoring-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "monitoring-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "monitoring.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "monitoring-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "monitoring-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "monitoring.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.amazonaws.com", + variants: [ + { + hostname: "monitoring.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-codeartifact/src/endpoints.ts b/clients/client-codeartifact/src/endpoints.ts index 24f6fc4d7490..89ad896a37ba 100644 --- a/clients/client-codeartifact/src/endpoints.ts +++ b/clients/client-codeartifact/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com", + variants: [ + { + hostname: "codeartifact-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeartifact-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeartifact.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codeartifact-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codeartifact-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeartifact.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com", + variants: [ + { + hostname: "codeartifact-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeartifact-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeartifact.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codebuild/src/endpoints.ts b/clients/client-codebuild/src/endpoints.ts index 9f6ce950bc55..5d12f48147d2 100644 --- a/clients/client-codebuild/src/endpoints.ts +++ b/clients/client-codebuild/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "codebuild-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "codebuild-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "codebuild-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "codebuild-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "codebuild-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "codebuild-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "codebuild-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "codebuild-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codebuild-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codebuild.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codebuild-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codebuild-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codebuild.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codebuild-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codebuild.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index 7783667b5778..abf235c0332f 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "codecommit-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "codecommit-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -10,26 +18,74 @@ const regionHash: RegionHash = { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "codecommit-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "codecommit-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "codecommit-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "codecommit-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "codecommit-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "codecommit-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "codecommit-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "codecommit-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -69,11 +125,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codecommit-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codecommit.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codecommit-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codecommit-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codecommit.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -89,6 +173,20 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codecommit-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codecommit.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codedeploy/src/endpoints.ts b/clients/client-codedeploy/src/endpoints.ts index 0a8606aad6a5..2d084cde7bd4 100644 --- a/clients/client-codedeploy/src/endpoints.ts +++ b/clients/client-codedeploy/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "codedeploy-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "codedeploy-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "codedeploy-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "codedeploy-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "codedeploy-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "codedeploy-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "codedeploy-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "codedeploy-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codedeploy-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codedeploy.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codedeploy-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codedeploy-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codedeploy.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codedeploy-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codedeploy.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codeguru-reviewer/src/endpoints.ts b/clients/client-codeguru-reviewer/src/endpoints.ts index c0f6b3feb5cd..f851d0fc8b24 100644 --- a/clients/client-codeguru-reviewer/src/endpoints.ts +++ b/clients/client-codeguru-reviewer/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com", + variants: [ + { + hostname: "codeguru-reviewer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeguru-reviewer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-reviewer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codeguru-reviewer-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codeguru-reviewer-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-reviewer.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com", + variants: [ + { + hostname: "codeguru-reviewer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeguru-reviewer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-reviewer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codeguruprofiler/src/endpoints.ts b/clients/client-codeguruprofiler/src/endpoints.ts index 55a48f772249..1f00d5440d5b 100644 --- a/clients/client-codeguruprofiler/src/endpoints.ts +++ b/clients/client-codeguruprofiler/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com", + variants: [ + { + hostname: "codeguru-profiler-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeguru-profiler-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-profiler.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codeguru-profiler-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codeguru-profiler-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-profiler.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com", + variants: [ + { + hostname: "codeguru-profiler-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codeguru-profiler-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codeguru-profiler.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codepipeline/src/endpoints.ts b/clients/client-codepipeline/src/endpoints.ts index a7d3f5b62e13..c2ef0f3bcea1 100644 --- a/clients/client-codepipeline/src/endpoints.ts +++ b/clients/client-codepipeline/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "codepipeline-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "codepipeline-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +34,46 @@ const regionHash: RegionHash = { hostname: "codepipeline-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "codepipeline-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "codepipeline-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "codepipeline-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "codepipeline-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -60,11 +108,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codepipeline-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codepipeline.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codepipeline-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codepipeline-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codepipeline.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -80,6 +156,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codepipeline-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codepipeline.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codestar-connections/src/endpoints.ts b/clients/client-codestar-connections/src/endpoints.ts index 83e5333c7c5a..b1ec64c63f86 100644 --- a/clients/client-codestar-connections/src/endpoints.ts +++ b/clients/client-codestar-connections/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-connections-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-connections-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-connections.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codestar-connections-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codestar-connections-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-connections.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-connections-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-connections-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-connections.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codestar-notifications/src/endpoints.ts b/clients/client-codestar-notifications/src/endpoints.ts index 5a8db830c7a8..181ee51f33dd 100644 --- a/clients/client-codestar-notifications/src/endpoints.ts +++ b/clients/client-codestar-notifications/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-notifications-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-notifications-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-notifications.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codestar-notifications-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codestar-notifications-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-notifications.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-notifications-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-notifications-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar-notifications.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-codestar/src/endpoints.ts b/clients/client-codestar/src/endpoints.ts index 6d9ad7812336..0cf0fb8bd270 100644 --- a/clients/client-codestar/src/endpoints.ts +++ b/clients/client-codestar/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "codestar-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "codestar-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com", + variants: [ + { + hostname: "codestar-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "codestar-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "codestar.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cognito-identity-provider/src/endpoints.ts b/clients/client-cognito-identity-provider/src/endpoints.ts index 79d1f845f86b..4d03c32cdcf3 100644 --- a/clients/client-cognito-identity-provider/src/endpoints.ts +++ b/clients/client-cognito-identity-provider/src/endpoints.ts @@ -22,6 +22,46 @@ const regionHash: RegionHash = { hostname: "cognito-idp-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "cognito-idp-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "cognito-idp-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "cognito-idp-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "cognito-idp-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -55,11 +95,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-idp-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-idp.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cognito-idp-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cognito-idp-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-idp.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -75,6 +143,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-idp-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-idp.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cognito-identity/src/endpoints.ts b/clients/client-cognito-identity/src/endpoints.ts index 24851318d907..92fc51e9ef3c 100644 --- a/clients/client-cognito-identity/src/endpoints.ts +++ b/clients/client-cognito-identity/src/endpoints.ts @@ -18,6 +18,38 @@ const regionHash: RegionHash = { hostname: "cognito-identity-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "cognito-identity-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "cognito-identity-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "cognito-identity-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -50,11 +82,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-identity-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-identity.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cognito-identity-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cognito-identity-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-identity.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +130,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-identity-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-identity.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cognito-sync/src/endpoints.ts b/clients/client-cognito-sync/src/endpoints.ts index cd6143f65d5b..0d133e75fdc7 100644 --- a/clients/client-cognito-sync/src/endpoints.ts +++ b/clients/client-cognito-sync/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-sync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-sync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-sync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cognito-sync-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cognito-sync-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-sync.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com", + variants: [ + { + hostname: "cognito-sync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cognito-sync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cognito-sync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-comprehend/src/endpoints.ts b/clients/client-comprehend/src/endpoints.ts index c5f2783e6244..766c78252dd5 100644 --- a/clients/client-comprehend/src/endpoints.ts +++ b/clients/client-comprehend/src/endpoints.ts @@ -18,6 +18,38 @@ const regionHash: RegionHash = { hostname: "comprehend-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "comprehend-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "comprehend-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "comprehend-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -50,11 +82,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "comprehend-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehend.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "comprehend-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "comprehend-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehend.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +130,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "comprehend-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehend.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-comprehendmedical/src/endpoints.ts b/clients/client-comprehendmedical/src/endpoints.ts index 42f77c1e30d0..e49d415fd0d9 100644 --- a/clients/client-comprehendmedical/src/endpoints.ts +++ b/clients/client-comprehendmedical/src/endpoints.ts @@ -18,6 +18,38 @@ const regionHash: RegionHash = { hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -50,11 +82,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "comprehendmedical-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehendmedical.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "comprehendmedical-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "comprehendmedical-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehendmedical.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +130,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "comprehendmedical-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "comprehendmedical.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-compute-optimizer/src/endpoints.ts b/clients/client-compute-optimizer/src/endpoints.ts index fe14dd2a068e..02094bc4f2f1 100644 --- a/clients/client-compute-optimizer/src/endpoints.ts +++ b/clients/client-compute-optimizer/src/endpoints.ts @@ -103,11 +103,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "compute-optimizer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "compute-optimizer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "compute-optimizer-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "compute-optimizer-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "compute-optimizer.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -123,6 +151,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "compute-optimizer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "compute-optimizer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-config-service/src/endpoints.ts b/clients/client-config-service/src/endpoints.ts index f929863efac8..49df66c7e3cf 100644 --- a/clients/client-config-service/src/endpoints.ts +++ b/clients/client-config-service/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "config-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "config-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "config-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "config.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "config.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "config-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "config-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "config.{region}.amazonaws.com", + variants: [ + { + hostname: "config-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "config-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "config.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "config.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "config-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "config-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "config.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "config.{region}.amazonaws.com", + variants: [ + { + hostname: "config.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-connect-contact-lens/src/endpoints.ts b/clients/client-connect-contact-lens/src/endpoints.ts index bf4b457eaf8d..f49f6983f010 100644 --- a/clients/client-connect-contact-lens/src/endpoints.ts +++ b/clients/client-connect-contact-lens/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com", + variants: [ + { + hostname: "contact-lens-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "contact-lens-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "contact-lens.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "contact-lens-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "contact-lens-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "contact-lens.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com", + variants: [ + { + hostname: "contact-lens-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "contact-lens-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "contact-lens.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-connect/src/endpoints.ts b/clients/client-connect/src/endpoints.ts index dc6eb6f8261f..e018a2ac69e0 100644 --- a/clients/client-connect/src/endpoints.ts +++ b/clients/client-connect/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com", + variants: [ + { + hostname: "connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "connect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "connect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "connect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com", + variants: [ + { + hostname: "connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-connectparticipant/src/endpoints.ts b/clients/client-connectparticipant/src/endpoints.ts index d7e6741e3030..bf1ecb0015b6 100644 --- a/clients/client-connectparticipant/src/endpoints.ts +++ b/clients/client-connectparticipant/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com", + variants: [ + { + hostname: "participant.connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "participant.connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "participant.connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "participant.connect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "participant.connect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "participant.connect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com", + variants: [ + { + hostname: "participant.connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "participant.connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "participant.connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cost-and-usage-report-service/src/endpoints.ts b/clients/client-cost-and-usage-report-service/src/endpoints.ts index 313d62962221..1847f9f624de 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoints.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com", + variants: [ + { + hostname: "cur-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cur-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cur.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "cur-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "cur-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "cur.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com", + variants: [ + { + hostname: "cur-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "cur-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "cur.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-cost-explorer/src/endpoints.ts b/clients/client-cost-explorer/src/endpoints.ts index 39f99b0ea433..64ea057d93fc 100644 --- a/clients/client-cost-explorer/src/endpoints.ts +++ b/clients/client-cost-explorer/src/endpoints.ts @@ -40,11 +40,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "ce-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ce-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ce.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "ce-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ce-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ce.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +88,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ce.{region}.amazonaws.com", + variants: [ + { + hostname: "ce-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ce-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ce.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-customer-profiles/src/endpoints.ts b/clients/client-customer-profiles/src/endpoints.ts index 7ffe7324cdbc..9e8993895f3f 100644 --- a/clients/client-customer-profiles/src/endpoints.ts +++ b/clients/client-customer-profiles/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com", + variants: [ + { + hostname: "profile-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "profile-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "profile.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "profile-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "profile-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "profile.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com", + variants: [ + { + hostname: "profile-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "profile-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "profile.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-data-pipeline/src/endpoints.ts b/clients/client-data-pipeline/src/endpoints.ts index b6f20685f3a8..235c7284f772 100644 --- a/clients/client-data-pipeline/src/endpoints.ts +++ b/clients/client-data-pipeline/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com", + variants: [ + { + hostname: "datapipeline-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "datapipeline-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "datapipeline.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "datapipeline-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "datapipeline-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "datapipeline.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com", + variants: [ + { + hostname: "datapipeline-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "datapipeline-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "datapipeline.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-database-migration-service/src/endpoints.ts b/clients/client-database-migration-service/src/endpoints.ts index 547486450366..1ebda061627e 100644 --- a/clients/client-database-migration-service/src/endpoints.ts +++ b/clients/client-database-migration-service/src/endpoints.ts @@ -2,38 +2,111 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + dms: { + variants: [ + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, "dms-fips": { hostname: "dms.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "dms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "dms-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "dms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "dms-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "dms.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "dms.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "dms.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-iso-east-1": { + variants: [ + { + hostname: "dms.us-iso-east-1.c2s.ic.gov", + tags: ["fips"], + }, + ], + }, "us-iso-east-1-fips": { hostname: "dms.us-iso-east-1.c2s.ic.gov", signingRegion: "us-iso-east-1", }, + "us-isob-east-1": { + variants: [ + { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + tags: ["fips"], + }, + ], + }, "us-isob-east-1-fips": { hostname: "dms.us-isob-east-1.sc2s.sgov.gov", signingRegion: "us-isob-east-1", }, + "us-west-1": { + variants: [ + { + hostname: "dms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "dms-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "dms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "dms-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -73,26 +146,72 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", + variants: [ + { + hostname: "dms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "dms-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "dms-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "dms.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["dms", "dms-fips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dms.{region}.c2s.ic.gov", + variants: [ + { + hostname: "dms.{region}.c2s.ic.gov", + tags: ["fips"], + }, + ], }, "aws-iso-b": { regions: ["dms", "dms-fips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dms.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "dms.{region}.sc2s.sgov.gov", + tags: ["fips"], + }, + ], }, "aws-us-gov": { regions: ["dms", "dms-fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", + variants: [ + { + hostname: "dms.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-databrew/src/endpoints.ts b/clients/client-databrew/src/endpoints.ts index cee4c5575b89..a8a4d164fe5a 100644 --- a/clients/client-databrew/src/endpoints.ts +++ b/clients/client-databrew/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com", + variants: [ + { + hostname: "databrew-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "databrew-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "databrew.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "databrew-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "databrew-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "databrew.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com", + variants: [ + { + hostname: "databrew-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "databrew-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "databrew.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-dataexchange/src/endpoints.ts b/clients/client-dataexchange/src/endpoints.ts index fd195f136aba..65cb291b2652 100644 --- a/clients/client-dataexchange/src/endpoints.ts +++ b/clients/client-dataexchange/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com", + variants: [ + { + hostname: "dataexchange-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dataexchange-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dataexchange.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "dataexchange-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "dataexchange-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "dataexchange.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com", + variants: [ + { + hostname: "dataexchange-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dataexchange-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dataexchange.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-datasync/src/endpoints.ts b/clients/client-datasync/src/endpoints.ts index b48b25f20654..84ce2b426aba 100644 --- a/clients/client-datasync/src/endpoints.ts +++ b/clients/client-datasync/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "datasync-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "datasync-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "datasync-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "datasync-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "datasync-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "datasync-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "datasync-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "datasync-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "datasync-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "datasync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "datasync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "datasync-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "datasync-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "datasync.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "datasync-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "datasync.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-dax/src/endpoints.ts b/clients/client-dax/src/endpoints.ts index b8f8aa295e8f..d4a020a37acc 100644 --- a/clients/client-dax/src/endpoints.ts +++ b/clients/client-dax/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com", + variants: [ + { + hostname: "dax-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dax-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dax.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "dax-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "dax-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "dax.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com", + variants: [ + { + hostname: "dax-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dax-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dax.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-detective/src/endpoints.ts b/clients/client-detective/src/endpoints.ts index d7b4a6468acf..360a5dc2014c 100644 --- a/clients/client-detective/src/endpoints.ts +++ b/clients/client-detective/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "api.detective-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "api.detective-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "api.detective-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "api.detective-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "api.detective-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "api.detective-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "api.detective-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "api.detective-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.detective-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.detective.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.detective-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.detective-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.detective.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.detective-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.detective.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-device-farm/src/endpoints.ts b/clients/client-device-farm/src/endpoints.ts index 0e9e59665679..a8712ae5c771 100644 --- a/clients/client-device-farm/src/endpoints.ts +++ b/clients/client-device-farm/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com", + variants: [ + { + hostname: "devicefarm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devicefarm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devicefarm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "devicefarm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "devicefarm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "devicefarm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com", + variants: [ + { + hostname: "devicefarm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devicefarm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devicefarm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-devops-guru/src/endpoints.ts b/clients/client-devops-guru/src/endpoints.ts index e7da8c661637..929436efbaea 100644 --- a/clients/client-devops-guru/src/endpoints.ts +++ b/clients/client-devops-guru/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com", + variants: [ + { + hostname: "devops-guru-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devops-guru-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devops-guru.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "devops-guru-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "devops-guru-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "devops-guru.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com", + variants: [ + { + hostname: "devops-guru-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devops-guru-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devops-guru.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-direct-connect/src/endpoints.ts b/clients/client-direct-connect/src/endpoints.ts index 2508887731b4..2a5b31162cc4 100644 --- a/clients/client-direct-connect/src/endpoints.ts +++ b/clients/client-direct-connect/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "directconnect-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "directconnect-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "directconnect-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "directconnect.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "directconnect.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "directconnect-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "directconnect-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "directconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "directconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "directconnect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "directconnect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "directconnect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "directconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "directconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-directory-service/src/endpoints.ts b/clients/client-directory-service/src/endpoints.ts index 902fe3fe9966..891c95c23540 100644 --- a/clients/client-directory-service/src/endpoints.ts +++ b/clients/client-directory-service/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "ds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "ds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "ds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "ds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "ds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "ds-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "ds-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "ds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "ds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com", + variants: [ + { + hostname: "ds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ds-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ds-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ds.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com", + variants: [ + { + hostname: "ds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-dlm/src/endpoints.ts b/clients/client-dlm/src/endpoints.ts index a97e382e7a26..6bcc3296ffe2 100644 --- a/clients/client-dlm/src/endpoints.ts +++ b/clients/client-dlm/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com", + variants: [ + { + hostname: "dlm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dlm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dlm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "dlm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "dlm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "dlm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com", + variants: [ + { + hostname: "dlm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dlm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dlm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index d87d49ead81a..2c02f6c0cf5b 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +34,33 @@ const regionHash: RegionHash = { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "rds.ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, + "rds.us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "rds.us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -34,26 +69,92 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "rds.us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "rds.us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, + "us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -102,11 +203,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -129,6 +258,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-dynamodb-streams/src/endpoints.ts b/clients/client-dynamodb-streams/src/endpoints.ts index c9839030ed23..356708b6e109 100644 --- a/clients/client-dynamodb-streams/src/endpoints.ts +++ b/clients/client-dynamodb-streams/src/endpoints.ts @@ -18,10 +18,26 @@ const regionHash: RegionHash = { hostname: "dynamodb-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "dynamodb.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "dynamodb.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", @@ -69,11 +85,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "streams.dynamodb-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "streams.dynamodb-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "streams.dynamodb.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -89,6 +125,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com", + variants: [ + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-dynamodb/src/endpoints.ts b/clients/client-dynamodb/src/endpoints.ts index b1fa57a95435..9209332688ba 100644 --- a/clients/client-dynamodb/src/endpoints.ts +++ b/clients/client-dynamodb/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "dynamodb-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -10,26 +18,74 @@ const regionHash: RegionHash = { hostname: "localhost:8000", signingRegion: "us-east-1", }, + "us-east-1": { + variants: [ + { + hostname: "dynamodb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "dynamodb-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "dynamodb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "dynamodb-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "dynamodb.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "dynamodb.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "dynamodb-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "dynamodb-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "dynamodb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "dynamodb-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -69,11 +125,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "dynamodb-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "dynamodb.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "dynamodb-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "dynamodb-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "dynamodb.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -89,6 +173,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.amazonaws.com", + variants: [ + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-ebs/src/endpoints.ts b/clients/client-ebs/src/endpoints.ts index 4f560105d61e..497957405f43 100644 --- a/clients/client-ebs/src/endpoints.ts +++ b/clients/client-ebs/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "ebs-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "ebs-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,38 @@ const regionHash: RegionHash = { hostname: "ebs-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "ebs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "ebs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "ebs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "ebs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -56,11 +96,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ebs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ebs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ebs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ebs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ebs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -76,6 +144,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ebs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ebs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ec2-instance-connect/src/endpoints.ts b/clients/client-ec2-instance-connect/src/endpoints.ts index c21795d600aa..4d3630ab8720 100644 --- a/clients/client-ec2-instance-connect/src/endpoints.ts +++ b/clients/client-ec2-instance-connect/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com", + variants: [ + { + hostname: "ec2-instance-connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ec2-instance-connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2-instance-connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ec2-instance-connect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ec2-instance-connect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2-instance-connect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com", + variants: [ + { + hostname: "ec2-instance-connect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ec2-instance-connect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2-instance-connect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ec2/src/endpoints.ts b/clients/client-ec2/src/endpoints.ts index 6e22730f96a6..647128a81c8d 100644 --- a/clients/client-ec2/src/endpoints.ts +++ b/clients/client-ec2/src/endpoints.ts @@ -2,6 +2,30 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ap-south-1": { + variants: [ + { + hostname: "api.ec2.ap-south-1.aws", + tags: ["dualstack"], + }, + ], + }, + "ca-central-1": { + variants: [ + { + hostname: "ec2-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-1": { + variants: [ + { + hostname: "api.ec2.eu-west-1.aws", + tags: ["dualstack"], + }, + ], + }, "fips-ca-central-1": { hostname: "ec2-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +46,38 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "sa-east-1": { + variants: [ + { + hostname: "api.ec2.sa-east-1.aws", + tags: ["dualstack"], + }, + ], + }, + "us-east-1": { + variants: [ + { + hostname: "api.ec2.us-east-1.aws", + tags: ["dualstack"], + }, + { + hostname: "ec2-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "api.ec2.us-east-2.aws", + tags: ["dualstack"], + }, + { + hostname: "ec2-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "ec2.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +86,26 @@ const regionHash: RegionHash = { hostname: "ec2.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "ec2-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "api.ec2.us-west-2.aws", + tags: ["dualstack"], + }, + { + hostname: "ec2-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +140,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ec2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ec2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ec2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +188,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ec2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ec2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ecr-public/src/endpoints.ts b/clients/client-ecr-public/src/endpoints.ts index 74b1698efe3d..1edc58e19955 100644 --- a/clients/client-ecr-public/src/endpoints.ts +++ b/clients/client-ecr-public/src/endpoints.ts @@ -35,11 +35,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com", + variants: [ + { + hostname: "api.ecr-public-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.ecr-public-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.ecr-public.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.ecr-public-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.ecr-public-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.ecr-public.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +83,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com", + variants: [ + { + hostname: "api.ecr-public-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.ecr-public-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.ecr-public.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index 7a95338e48c3..6fe1044d020f 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -46,6 +46,60 @@ const regionHash: RegionHash = { hostname: "api.ecr.cn-northwest-1.amazonaws.com.cn", signingRegion: "cn-northwest-1", }, + "dkr-us-east-1": { + variants: [ + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "dkr-us-east-2": { + variants: [ + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, + "dkr-us-gov-east-1": { + variants: [ + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-east-1", + }, + "dkr-us-gov-west-1": { + variants: [ + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, + "dkr-us-west-1": { + variants: [ + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "dkr-us-west-2": { + variants: [ + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, "eu-central-1": { hostname: "api.ecr.eu-central-1.amazonaws.com", signingRegion: "eu-central-1", @@ -128,18 +182,42 @@ const regionHash: RegionHash = { }, "us-east-1": { hostname: "api.ecr.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "api.ecr.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "api.ecr.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "api.ecr.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "us-iso-east-1": { @@ -156,10 +234,22 @@ const regionHash: RegionHash = { }, "us-west-1": { hostname: "api.ecr.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { hostname: "api.ecr.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-west-2", }, }; @@ -203,11 +293,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.ecr-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.ecr-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.ecr.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -232,6 +342,12 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-ecs/src/endpoints.ts b/clients/client-ecs/src/endpoints.ts index 37cdb7b8a793..704b44a9c108 100644 --- a/clients/client-ecs/src/endpoints.ts +++ b/clients/client-ecs/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "ecs-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "ecs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "ecs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "ecs-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "ecs-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "ecs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "ecs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ecs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ecs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ecs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ecs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ecs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ecs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ecs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-efs/src/endpoints.ts b/clients/client-efs/src/endpoints.ts index d56e11f352bd..5dce1629b7d4 100644 --- a/clients/client-efs/src/endpoints.ts +++ b/clients/client-efs/src/endpoints.ts @@ -2,6 +2,142 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "af-south-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-east-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-2": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-3": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-south-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-2": { + variants: [ + { + hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ca-central-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "cn-north-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], + }, + "cn-northwest-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], + }, + "eu-central-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-north-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-south-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-2": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-3": { + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-af-south-1": { hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", signingRegion: "af-south-1", @@ -106,6 +242,78 @@ const regionHash: RegionHash = { hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "me-south-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "sa-east-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-iso-east-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -156,11 +364,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticfilesystem-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticfilesystem.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1", "fips-cn-north-1", "fips-cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticfilesystem-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticfilesystem-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticfilesystem.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["fips-us-iso-east-1", "us-iso-east-1", "us-iso-west-1"], @@ -176,6 +412,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticfilesystem-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticfilesystem.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-eks/src/endpoints.ts b/clients/client-eks/src/endpoints.ts index c1a764998552..3ea786b78654 100644 --- a/clients/client-eks/src/endpoints.ts +++ b/clients/client-eks/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "fips.eks.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "fips.eks.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "fips.eks.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "eks.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "eks.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "fips.eks.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "fips.eks.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "eks.{region}.amazonaws.com", + variants: [ + { + hostname: "fips.eks.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "eks.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "eks-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "eks-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "eks.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +147,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "eks.{region}.amazonaws.com", + variants: [ + { + hostname: "eks.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-elastic-beanstalk/src/endpoints.ts b/clients/client-elastic-beanstalk/src/endpoints.ts index 6cb0a7e1b4af..1cfc4fb55d10 100644 --- a/clients/client-elastic-beanstalk/src/endpoints.ts +++ b/clients/client-elastic-beanstalk/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "elasticbeanstalk.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "elasticbeanstalk.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticbeanstalk-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticbeanstalk.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticbeanstalk-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticbeanstalk-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticbeanstalk.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticbeanstalk-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticbeanstalk.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-elastic-inference/src/endpoints.ts b/clients/client-elastic-inference/src/endpoints.ts index 38015723b879..a919c6e4cfc8 100644 --- a/clients/client-elastic-inference/src/endpoints.ts +++ b/clients/client-elastic-inference/src/endpoints.ts @@ -49,11 +49,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.elastic-inference-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.elastic-inference.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.elastic-inference-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.elastic-inference-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.elastic-inference.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -69,6 +97,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.elastic-inference-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.elastic-inference.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-elastic-load-balancing-v2/src/endpoints.ts b/clients/client-elastic-load-balancing-v2/src/endpoints.ts index ea17fc023c2d..2d9935ca06e5 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoints.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticloadbalancing-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticloadbalancing.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticloadbalancing-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticloadbalancing-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-elastic-load-balancing/src/endpoints.ts b/clients/client-elastic-load-balancing/src/endpoints.ts index ea17fc023c2d..2d9935ca06e5 100644 --- a/clients/client-elastic-load-balancing/src/endpoints.ts +++ b/clients/client-elastic-load-balancing/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticloadbalancing-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticloadbalancing.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticloadbalancing-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticloadbalancing-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-elastic-transcoder/src/endpoints.ts b/clients/client-elastic-transcoder/src/endpoints.ts index 29bb2de8d945..685f1206db43 100644 --- a/clients/client-elastic-transcoder/src/endpoints.ts +++ b/clients/client-elastic-transcoder/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com", + variants: [ + { + hostname: "elastictranscoder-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elastictranscoder-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elastictranscoder.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elastictranscoder-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elastictranscoder-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elastictranscoder.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com", + variants: [ + { + hostname: "elastictranscoder-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elastictranscoder-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elastictranscoder.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index 6aeae13912e6..0f608bde9134 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -6,22 +6,62 @@ const regionHash: RegionHash = { hostname: "elasticache.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "elasticache-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "elasticache-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "elasticache-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "elasticache-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + variants: [ + { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "elasticache.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "elasticache-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "elasticache-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "elasticache-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "elasticache-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -60,11 +100,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticache-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticache-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticache.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticache-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticache-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticache.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -80,6 +148,12 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticache.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index 40376d743e93..b07d3904b3ee 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -6,26 +6,74 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "es-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "es-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "es-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "es-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "es-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -64,11 +112,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +160,20 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-emr-containers/src/endpoints.ts b/clients/client-emr-containers/src/endpoints.ts index 74da35c041b3..2bded1c26b9a 100644 --- a/clients/client-emr-containers/src/endpoints.ts +++ b/clients/client-emr-containers/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "emr-containers-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "emr-containers-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,38 @@ const regionHash: RegionHash = { hostname: "emr-containers-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "emr-containers-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "emr-containers-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "emr-containers-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "emr-containers-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -56,11 +96,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "emr-containers-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "emr-containers.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "emr-containers-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "emr-containers-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "emr-containers.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -76,6 +144,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "emr-containers-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "emr-containers.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-emr/src/endpoints.ts b/clients/client-emr/src/endpoints.ts index 6d1f13b80279..de1ff164d886 100644 --- a/clients/client-emr/src/endpoints.ts +++ b/clients/client-emr/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "elasticmapreduce-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticmapreduce.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "elasticmapreduce-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "elasticmapreduce-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "elasticmapreduce.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-eventbridge/src/endpoints.ts b/clients/client-eventbridge/src/endpoints.ts index 29477f977b97..0099ca1f2041 100644 --- a/clients/client-eventbridge/src/endpoints.ts +++ b/clients/client-eventbridge/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "events-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "events.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "events.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", + variants: [ + { + hostname: "events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-finspace-data/src/endpoints.ts b/clients/client-finspace-data/src/endpoints.ts index 713e4989dd09..8620a18b966e 100644 --- a/clients/client-finspace-data/src/endpoints.ts +++ b/clients/client-finspace-data/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com", + variants: [ + { + hostname: "finspace-api-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "finspace-api-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace-api.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "finspace-api-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "finspace-api-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace-api.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com", + variants: [ + { + hostname: "finspace-api-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "finspace-api-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace-api.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-finspace/src/endpoints.ts b/clients/client-finspace/src/endpoints.ts index 348bbb586b10..2ca78bb12ac3 100644 --- a/clients/client-finspace/src/endpoints.ts +++ b/clients/client-finspace/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com", + variants: [ + { + hostname: "finspace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "finspace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "finspace-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "finspace-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com", + variants: [ + { + hostname: "finspace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "finspace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "finspace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-firehose/src/endpoints.ts b/clients/client-firehose/src/endpoints.ts index 12bcaba0b166..ba60269bb7eb 100644 --- a/clients/client-firehose/src/endpoints.ts +++ b/clients/client-firehose/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "firehose-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "firehose-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "firehose-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "firehose-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "firehose-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "firehose-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "firehose-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "firehose-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "firehose.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "firehose-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "firehose-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "firehose.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "firehose-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "firehose.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-fis/src/endpoints.ts b/clients/client-fis/src/endpoints.ts index 2dfb68524ef4..51e4eb3418a3 100644 --- a/clients/client-fis/src/endpoints.ts +++ b/clients/client-fis/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com", + variants: [ + { + hostname: "fis-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fis-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fis.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "fis-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "fis-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "fis.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com", + variants: [ + { + hostname: "fis-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fis-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fis.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-fms/src/endpoints.ts b/clients/client-fms/src/endpoints.ts index b69b67327c9d..0b7ee42a49c3 100644 --- a/clients/client-fms/src/endpoints.ts +++ b/clients/client-fms/src/endpoints.ts @@ -2,6 +2,110 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "af-south-1": { + variants: [ + { + hostname: "fms-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-east-1": { + variants: [ + { + hostname: "fms-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-1": { + variants: [ + { + hostname: "fms-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-2": { + variants: [ + { + hostname: "fms-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-south-1": { + variants: [ + { + hostname: "fms-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-1": { + variants: [ + { + hostname: "fms-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-2": { + variants: [ + { + hostname: "fms-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ca-central-1": { + variants: [ + { + hostname: "fms-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-central-1": { + variants: [ + { + hostname: "fms-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-south-1": { + variants: [ + { + hostname: "fms-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-1": { + variants: [ + { + hostname: "fms-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-2": { + variants: [ + { + hostname: "fms-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-3": { + variants: [ + { + hostname: "fms-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-af-south-1": { hostname: "fms-fips.af-south-1.amazonaws.com", signingRegion: "af-south-1", @@ -86,6 +190,70 @@ const regionHash: RegionHash = { hostname: "fms-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "me-south-1": { + variants: [ + { + hostname: "fms-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "sa-east-1": { + variants: [ + { + hostname: "fms-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-1": { + variants: [ + { + hostname: "fms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "fms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "fms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "fms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "fms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "fms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -134,11 +302,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com", + variants: [ + { + hostname: "fms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "fms-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "fms-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "fms.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -154,6 +350,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com", + variants: [ + { + hostname: "fms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-forecast/src/endpoints.ts b/clients/client-forecast/src/endpoints.ts index ecb42c5c9072..bc2b2676716b 100644 --- a/clients/client-forecast/src/endpoints.ts +++ b/clients/client-forecast/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "forecast-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "forecast-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "forecast-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "forecast-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com", + variants: [ + { + hostname: "forecast-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "forecast-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecast.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "forecast-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "forecast-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecast.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com", + variants: [ + { + hostname: "forecast-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "forecast-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecast.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-forecastquery/src/endpoints.ts b/clients/client-forecastquery/src/endpoints.ts index 448f7572374b..fe64fd4f2cac 100644 --- a/clients/client-forecastquery/src/endpoints.ts +++ b/clients/client-forecastquery/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "forecastquery-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "forecastquery-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "forecastquery-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "forecastquery-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com", + variants: [ + { + hostname: "forecastquery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "forecastquery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecastquery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "forecastquery-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "forecastquery-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecastquery.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com", + variants: [ + { + hostname: "forecastquery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "forecastquery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "forecastquery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-frauddetector/src/endpoints.ts b/clients/client-frauddetector/src/endpoints.ts index 944affde588b..59fd179e3da8 100644 --- a/clients/client-frauddetector/src/endpoints.ts +++ b/clients/client-frauddetector/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com", + variants: [ + { + hostname: "frauddetector-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "frauddetector-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "frauddetector.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "frauddetector-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "frauddetector-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "frauddetector.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com", + variants: [ + { + hostname: "frauddetector-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "frauddetector-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "frauddetector.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index 520b58b9e9d4..c12f64f0ef04 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "fsx-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -58,6 +66,117 @@ const regionHash: RegionHash = { hostname: "fsx-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "prod-ca-central-1": { + variants: [ + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, + "prod-us-east-1": { + variants: [ + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "prod-us-east-2": { + variants: [ + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, + "prod-us-gov-east-1": { + variants: [ + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-east-1", + }, + "prod-us-gov-west-1": { + variants: [ + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, + "prod-us-west-1": { + variants: [ + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "prod-us-west-2": { + variants: [ + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, + "us-east-1": { + variants: [ + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -102,11 +221,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fsx-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fsx.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "fsx-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "fsx-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "fsx.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -131,6 +278,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "fsx-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "fsx.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-gamelift/src/endpoints.ts b/clients/client-gamelift/src/endpoints.ts index 12ee60bfbb43..bd0e1f08c3f5 100644 --- a/clients/client-gamelift/src/endpoints.ts +++ b/clients/client-gamelift/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com", + variants: [ + { + hostname: "gamelift-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "gamelift-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "gamelift.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "gamelift-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "gamelift-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "gamelift.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com", + variants: [ + { + hostname: "gamelift-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "gamelift-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "gamelift.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-glacier/src/endpoints.ts b/clients/client-glacier/src/endpoints.ts index 434fe0f0aaf7..5b207af2343d 100644 --- a/clients/client-glacier/src/endpoints.ts +++ b/clients/client-glacier/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "glacier-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "glacier-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,22 @@ const regionHash: RegionHash = { hostname: "glacier-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "glacier-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "glacier-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "glacier.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +54,22 @@ const regionHash: RegionHash = { hostname: "glacier.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "glacier-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "glacier-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "glacier-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "glacier.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "glacier-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "glacier-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "glacier.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "glacier-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "glacier.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-global-accelerator/src/endpoints.ts b/clients/client-global-accelerator/src/endpoints.ts index dc37417613de..5192628da224 100644 --- a/clients/client-global-accelerator/src/endpoints.ts +++ b/clients/client-global-accelerator/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com", + variants: [ + { + hostname: "globalaccelerator-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "globalaccelerator-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "globalaccelerator.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "globalaccelerator-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "globalaccelerator-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "globalaccelerator.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com", + variants: [ + { + hostname: "globalaccelerator-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "globalaccelerator-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "globalaccelerator.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-glue/src/endpoints.ts b/clients/client-glue/src/endpoints.ts index d5e94d5865fb..f49fd0a3f021 100644 --- a/clients/client-glue/src/endpoints.ts +++ b/clients/client-glue/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "glue-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "glue-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "glue-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "glue-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "glue-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "glue-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "glue-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com", + variants: [ + { + hostname: "glue-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "glue-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "glue.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "glue-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "glue-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "glue.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com", + variants: [ + { + hostname: "glue-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "glue-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "glue.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-grafana/src/endpoints.ts b/clients/client-grafana/src/endpoints.ts index 91d839c94d74..dae3e28a6f12 100644 --- a/clients/client-grafana/src/endpoints.ts +++ b/clients/client-grafana/src/endpoints.ts @@ -71,11 +71,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com", + variants: [ + { + hostname: "grafana-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "grafana-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "grafana.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "grafana-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "grafana-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "grafana.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -91,6 +119,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com", + variants: [ + { + hostname: "grafana-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "grafana-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "grafana.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-greengrass/src/endpoints.ts b/clients/client-greengrass/src/endpoints.ts index de25d3f5a2e4..820d4251aa39 100644 --- a/clients/client-greengrass/src/endpoints.ts +++ b/clients/client-greengrass/src/endpoints.ts @@ -16,6 +16,12 @@ const regionHash: RegionHash = { }, "us-gov-east-1": { hostname: "greengrass.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { @@ -51,11 +57,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -77,6 +111,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-greengrassv2/src/endpoints.ts b/clients/client-greengrassv2/src/endpoints.ts index de25d3f5a2e4..820d4251aa39 100644 --- a/clients/client-greengrassv2/src/endpoints.ts +++ b/clients/client-greengrassv2/src/endpoints.ts @@ -16,6 +16,12 @@ const regionHash: RegionHash = { }, "us-gov-east-1": { hostname: "greengrass.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { @@ -51,11 +57,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -77,6 +111,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "greengrass-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "greengrass.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-groundstation/src/endpoints.ts b/clients/client-groundstation/src/endpoints.ts index 7d84b83f7fd2..1e90b45e7b41 100644 --- a/clients/client-groundstation/src/endpoints.ts +++ b/clients/client-groundstation/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "groundstation-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "groundstation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "groundstation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "groundstation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com", + variants: [ + { + hostname: "groundstation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "groundstation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "groundstation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "groundstation-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "groundstation-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "groundstation.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com", + variants: [ + { + hostname: "groundstation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "groundstation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "groundstation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-guardduty/src/endpoints.ts b/clients/client-guardduty/src/endpoints.ts index 25cb3ced8972..32ae5b66e9e9 100644 --- a/clients/client-guardduty/src/endpoints.ts +++ b/clients/client-guardduty/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "guardduty-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "guardduty-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "guardduty-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "guardduty-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "guardduty.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "guardduty.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "guardduty.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "guardduty.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "guardduty-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "guardduty-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "guardduty-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "guardduty-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.amazonaws.com", + variants: [ + { + hostname: "guardduty-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "guardduty-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "guardduty.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "guardduty-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "guardduty-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "guardduty.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.amazonaws.com", + variants: [ + { + hostname: "guardduty.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-health/src/endpoints.ts b/clients/client-health/src/endpoints.ts index bbb9dcc18557..b51ee619927e 100644 --- a/clients/client-health/src/endpoints.ts +++ b/clients/client-health/src/endpoints.ts @@ -10,6 +10,24 @@ const regionHash: RegionHash = { hostname: "health-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-2": { + variants: [ + { + hostname: "health-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, + "us-gov-west-1": { + variants: [ + { + hostname: "health-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, }; const partitionHash: PartitionHash = { @@ -40,11 +58,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com", + variants: [ + { + hostname: "health-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "health-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "health.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "health-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "health-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "health.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +106,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com", + variants: [ + { + hostname: "health-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "health-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "health.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-healthlake/src/endpoints.ts b/clients/client-healthlake/src/endpoints.ts index bf4361818da5..ca2ee9a2f7db 100644 --- a/clients/client-healthlake/src/endpoints.ts +++ b/clients/client-healthlake/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com", + variants: [ + { + hostname: "healthlake-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "healthlake-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "healthlake.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "healthlake-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "healthlake-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "healthlake.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com", + variants: [ + { + hostname: "healthlake-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "healthlake-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "healthlake.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-honeycode/src/endpoints.ts b/clients/client-honeycode/src/endpoints.ts index 019bbe57cdf1..6998ff0c4a70 100644 --- a/clients/client-honeycode/src/endpoints.ts +++ b/clients/client-honeycode/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com", + variants: [ + { + hostname: "honeycode-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "honeycode-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "honeycode.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "honeycode-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "honeycode-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "honeycode.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com", + variants: [ + { + hostname: "honeycode-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "honeycode-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "honeycode.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index ecf44af2f22a..514461b26dad 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -8,6 +8,12 @@ const regionHash: RegionHash = { }, "aws-global": { hostname: "iam.amazonaws.com", + variants: [ + { + hostname: "iam-fips.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "aws-global-fips": { @@ -24,16 +30,40 @@ const regionHash: RegionHash = { }, "aws-us-gov-global": { hostname: "iam.us-gov.amazonaws.com", + variants: [ + { + hostname: "iam.us-gov.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "aws-us-gov-global-fips": { hostname: "iam.us-gov.amazonaws.com", signingRegion: "us-gov-west-1", }, + iam: { + variants: [ + { + hostname: "iam-fips.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, "iam-fips": { hostname: "iam-fips.amazonaws.com", signingRegion: "us-east-1", }, + "iam-govcloud": { + variants: [ + { + hostname: "iam.us-gov.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, "iam-govcloud-fips": { hostname: "iam.us-gov.amazonaws.com", signingRegion: "us-gov-west-1", @@ -71,11 +101,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "iam-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iam-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iam.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "iam-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iam-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iam.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], @@ -98,6 +156,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", + variants: [ + { + hostname: "iam-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iam-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iam.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-identitystore/src/endpoints.ts b/clients/client-identitystore/src/endpoints.ts index d9f5ddf22952..a58c0c6a0163 100644 --- a/clients/client-identitystore/src/endpoints.ts +++ b/clients/client-identitystore/src/endpoints.ts @@ -6,6 +6,14 @@ const regionHash: RegionHash = { hostname: "identitystore.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "identitystore.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -35,11 +43,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com", + variants: [ + { + hostname: "identitystore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "identitystore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "identitystore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "identitystore-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "identitystore-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "identitystore.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +91,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com", + variants: [ + { + hostname: "identitystore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "identitystore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "identitystore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-imagebuilder/src/endpoints.ts b/clients/client-imagebuilder/src/endpoints.ts index e5b54aac8966..42e34f31676a 100644 --- a/clients/client-imagebuilder/src/endpoints.ts +++ b/clients/client-imagebuilder/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com", + variants: [ + { + hostname: "imagebuilder-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "imagebuilder-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "imagebuilder.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "imagebuilder-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "imagebuilder-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "imagebuilder.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com", + variants: [ + { + hostname: "imagebuilder-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "imagebuilder-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "imagebuilder.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-inspector/src/endpoints.ts b/clients/client-inspector/src/endpoints.ts index 42ed08a322e4..443e2c6f3c5d 100644 --- a/clients/client-inspector/src/endpoints.ts +++ b/clients/client-inspector/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "inspector-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "inspector-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "inspector-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "inspector-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "inspector-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "inspector-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "inspector-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "inspector-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "inspector.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "inspector-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "inspector-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "inspector.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "inspector-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "inspector.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-1click-devices-service/src/endpoints.ts b/clients/client-iot-1click-devices-service/src/endpoints.ts index b23abc203938..743e62bbdf9f 100644 --- a/clients/client-iot-1click-devices-service/src/endpoints.ts +++ b/clients/client-iot-1click-devices-service/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com", + variants: [ + { + hostname: "devices.iot1click-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devices.iot1click-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devices.iot1click.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "devices.iot1click-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "devices.iot1click-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "devices.iot1click.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com", + variants: [ + { + hostname: "devices.iot1click-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "devices.iot1click-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "devices.iot1click.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-1click-projects/src/endpoints.ts b/clients/client-iot-1click-projects/src/endpoints.ts index d53a80fc2ea6..a00a47399a14 100644 --- a/clients/client-iot-1click-projects/src/endpoints.ts +++ b/clients/client-iot-1click-projects/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com", + variants: [ + { + hostname: "projects.iot1click-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "projects.iot1click-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "projects.iot1click.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "projects.iot1click-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "projects.iot1click-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "projects.iot1click.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com", + variants: [ + { + hostname: "projects.iot1click-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "projects.iot1click-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "projects.iot1click.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-data-plane/src/endpoints.ts b/clients/client-iot-data-plane/src/endpoints.ts index 5b1549ebb2b3..a750158f4adb 100644 --- a/clients/client-iot-data-plane/src/endpoints.ts +++ b/clients/client-iot-data-plane/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "data.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "data.iot-fips.ca-central-1.amazonaws.com", signingService: "iotdata", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "data.iot-fips.us-west-2.amazonaws.com", signingService: "iotdata", }, + "us-east-1": { + variants: [ + { + hostname: "data.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "data.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "data.iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "data.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "data.iot-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "data.iot-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iot.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-events-data/src/endpoints.ts b/clients/client-iot-events-data/src/endpoints.ts index 34befd3539d3..eeece97603b5 100644 --- a/clients/client-iot-events-data/src/endpoints.ts +++ b/clients/client-iot-events-data/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com", + variants: [ + { + hostname: "data.iotevents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.iotevents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iotevents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "data.iotevents-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "data.iotevents-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iotevents.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com", + variants: [ + { + hostname: "data.iotevents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.iotevents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.iotevents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-events/src/endpoints.ts b/clients/client-iot-events/src/endpoints.ts index 445c43b98d69..74786716abac 100644 --- a/clients/client-iot-events/src/endpoints.ts +++ b/clients/client-iot-events/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com", + variants: [ + { + hostname: "iotevents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotevents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotevents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "iotevents-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iotevents-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotevents.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com", + variants: [ + { + hostname: "iotevents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotevents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotevents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-jobs-data-plane/src/endpoints.ts b/clients/client-iot-jobs-data-plane/src/endpoints.ts index aae166095ad9..a7b4f42849eb 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoints.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.jobs.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.jobs.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "data.jobs.iot-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "data.jobs.iot-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.jobs.iot.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.jobs.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.jobs.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot-wireless/src/endpoints.ts b/clients/client-iot-wireless/src/endpoints.ts index 72daa9372a76..4c8a459b044f 100644 --- a/clients/client-iot-wireless/src/endpoints.ts +++ b/clients/client-iot-wireless/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com", + variants: [ + { + hostname: "api.iotwireless-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.iotwireless-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotwireless.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.iotwireless-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.iotwireless-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotwireless.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com", + variants: [ + { + hostname: "api.iotwireless-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.iotwireless-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotwireless.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iot/src/endpoints.ts b/clients/client-iot/src/endpoints.ts index d03e34703307..c7822a0b73b7 100644 --- a/clients/client-iot/src/endpoints.ts +++ b/clients/client-iot/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "iot-fips.ca-central-1.amazonaws.com", signingService: "execute-api", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "iot-fips.us-west-2.amazonaws.com", signingService: "execute-api", }, + "us-east-1": { + variants: [ + { + hostname: "iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com", + variants: [ + { + hostname: "iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "iot-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iot-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iot.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com", + variants: [ + { + hostname: "iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotanalytics/src/endpoints.ts b/clients/client-iotanalytics/src/endpoints.ts index 3a7dfa9a29e2..48d04de64dd5 100644 --- a/clients/client-iotanalytics/src/endpoints.ts +++ b/clients/client-iotanalytics/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "iotanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "iotanalytics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iotanalytics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotanalytics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "iotanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotdeviceadvisor/src/endpoints.ts b/clients/client-iotdeviceadvisor/src/endpoints.ts index d5fab7b01197..78ec4853a88e 100644 --- a/clients/client-iotdeviceadvisor/src/endpoints.ts +++ b/clients/client-iotdeviceadvisor/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + variants: [ + { + hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.iotdeviceadvisor-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotdeviceadvisor.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.iotdeviceadvisor-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotdeviceadvisor.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + variants: [ + { + hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.iotdeviceadvisor-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.iotdeviceadvisor.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotfleethub/src/endpoints.ts b/clients/client-iotfleethub/src/endpoints.ts index 4f6400fc4db0..062311037072 100644 --- a/clients/client-iotfleethub/src/endpoints.ts +++ b/clients/client-iotfleethub/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -18,6 +26,30 @@ const regionHash: RegionHash = { hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -51,11 +83,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.fleethub.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.fleethub.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.fleethub.iot-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.fleethub.iot-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.fleethub.iot.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -71,6 +131,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.fleethub.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.fleethub.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotsecuretunneling/src/endpoints.ts b/clients/client-iotsecuretunneling/src/endpoints.ts index edb1bdc68323..2b9434c5449e 100644 --- a/clients/client-iotsecuretunneling/src/endpoints.ts +++ b/clients/client-iotsecuretunneling/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "api.tunneling.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.tunneling.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.tunneling.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.tunneling.iot-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.tunneling.iot-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.tunneling.iot.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com", + variants: [ + { + hostname: "api.tunneling.iot-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.tunneling.iot-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.tunneling.iot.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotsitewise/src/endpoints.ts b/clients/client-iotsitewise/src/endpoints.ts index b32f8fc82eb5..190ed7aea5b2 100644 --- a/clients/client-iotsitewise/src/endpoints.ts +++ b/clients/client-iotsitewise/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com", + variants: [ + { + hostname: "iotsitewise-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotsitewise-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotsitewise.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "iotsitewise-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iotsitewise-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotsitewise.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com", + variants: [ + { + hostname: "iotsitewise-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotsitewise-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotsitewise.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-iotthingsgraph/src/endpoints.ts b/clients/client-iotthingsgraph/src/endpoints.ts index 9139e8642994..60f768c68d5b 100644 --- a/clients/client-iotthingsgraph/src/endpoints.ts +++ b/clients/client-iotthingsgraph/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com", + variants: [ + { + hostname: "iotthingsgraph-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotthingsgraph-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotthingsgraph.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "iotthingsgraph-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "iotthingsgraph-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotthingsgraph.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com", + variants: [ + { + hostname: "iotthingsgraph-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "iotthingsgraph-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "iotthingsgraph.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ivs/src/endpoints.ts b/clients/client-ivs/src/endpoints.ts index 8847c87b6ada..ba4a3a052bcf 100644 --- a/clients/client-ivs/src/endpoints.ts +++ b/clients/client-ivs/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com", + variants: [ + { + hostname: "ivs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ivs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ivs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ivs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ivs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ivs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com", + variants: [ + { + hostname: "ivs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ivs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ivs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kafka/src/endpoints.ts b/clients/client-kafka/src/endpoints.ts index fbcf02204619..6dc4808ed470 100644 --- a/clients/client-kafka/src/endpoints.ts +++ b/clients/client-kafka/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com", + variants: [ + { + hostname: "kafka-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kafka-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafka.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kafka-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kafka-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafka.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com", + variants: [ + { + hostname: "kafka-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kafka-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafka.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kafkaconnect/src/endpoints.ts b/clients/client-kafkaconnect/src/endpoints.ts index a49af3b2151e..ac6288d025e0 100644 --- a/clients/client-kafkaconnect/src/endpoints.ts +++ b/clients/client-kafkaconnect/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "kafkaconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kafkaconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafkaconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kafkaconnect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kafkaconnect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafkaconnect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "kafkaconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kafkaconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kafkaconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kendra/src/endpoints.ts b/clients/client-kendra/src/endpoints.ts index b5746e068885..a91bb1dd2b05 100644 --- a/clients/client-kendra/src/endpoints.ts +++ b/clients/client-kendra/src/endpoints.ts @@ -18,6 +18,38 @@ const regionHash: RegionHash = { hostname: "kendra-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "kendra-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "kendra-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "kendra-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "kendra-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -50,11 +82,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kendra-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kendra.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kendra-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kendra-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kendra.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +130,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kendra-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kendra.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-analytics-v2/src/endpoints.ts b/clients/client-kinesis-analytics-v2/src/endpoints.ts index 18fa326b08f0..d566280c7de8 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoints.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-analytics/src/endpoints.ts b/clients/client-kinesis-analytics/src/endpoints.ts index 18fa326b08f0..d566280c7de8 100644 --- a/clients/client-kinesis-analytics/src/endpoints.ts +++ b/clients/client-kinesis-analytics/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-video-archived-media/src/endpoints.ts b/clients/client-kinesis-video-archived-media/src/endpoints.ts index 1462ba68a137..847b0cb14eea 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoints.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-video-media/src/endpoints.ts b/clients/client-kinesis-video-media/src/endpoints.ts index 1462ba68a137..847b0cb14eea 100644 --- a/clients/client-kinesis-video-media/src/endpoints.ts +++ b/clients/client-kinesis-video-media/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-video-signaling/src/endpoints.ts b/clients/client-kinesis-video-signaling/src/endpoints.ts index 1462ba68a137..847b0cb14eea 100644 --- a/clients/client-kinesis-video-signaling/src/endpoints.ts +++ b/clients/client-kinesis-video-signaling/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis-video/src/endpoints.ts b/clients/client-kinesis-video/src/endpoints.ts index 1462ba68a137..847b0cb14eea 100644 --- a/clients/client-kinesis-video/src/endpoints.ts +++ b/clients/client-kinesis-video/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesisvideo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesisvideo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesisvideo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kinesis/src/endpoints.ts b/clients/client-kinesis/src/endpoints.ts index 1a2b2b57048c..c7899989f325 100644 --- a/clients/client-kinesis/src/endpoints.ts +++ b/clients/client-kinesis/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "kinesis-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "kinesis-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "kinesis-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "kinesis.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "kinesis.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "kinesis-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "kinesis-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesis-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesis.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kinesis-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kinesis-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesis.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kinesis-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kinesis.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index c6ecb14e3c9b..8c847251822b 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -6,106 +6,314 @@ const regionHash: RegionHash = { hostname: "kms-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "af-south-1": { + variants: [ + { + hostname: "kms-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "af-south-1-fips": { hostname: "kms-fips.af-south-1.amazonaws.com", signingRegion: "af-south-1", }, + "ap-east-1": { + variants: [ + { + hostname: "kms-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-east-1-fips": { hostname: "kms-fips.ap-east-1.amazonaws.com", signingRegion: "ap-east-1", }, + "ap-northeast-1": { + variants: [ + { + hostname: "kms-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-northeast-1-fips": { hostname: "kms-fips.ap-northeast-1.amazonaws.com", signingRegion: "ap-northeast-1", }, + "ap-northeast-2": { + variants: [ + { + hostname: "kms-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-northeast-2-fips": { hostname: "kms-fips.ap-northeast-2.amazonaws.com", signingRegion: "ap-northeast-2", }, + "ap-northeast-3": { + variants: [ + { + hostname: "kms-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-northeast-3-fips": { hostname: "kms-fips.ap-northeast-3.amazonaws.com", signingRegion: "ap-northeast-3", }, + "ap-south-1": { + variants: [ + { + hostname: "kms-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-south-1-fips": { hostname: "kms-fips.ap-south-1.amazonaws.com", signingRegion: "ap-south-1", }, + "ap-southeast-1": { + variants: [ + { + hostname: "kms-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-southeast-1-fips": { hostname: "kms-fips.ap-southeast-1.amazonaws.com", signingRegion: "ap-southeast-1", }, + "ap-southeast-2": { + variants: [ + { + hostname: "kms-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ap-southeast-2-fips": { hostname: "kms-fips.ap-southeast-2.amazonaws.com", signingRegion: "ap-southeast-2", }, + "ca-central-1": { + variants: [ + { + hostname: "kms-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "kms-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", }, + "eu-central-1": { + variants: [ + { + hostname: "kms-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-central-1-fips": { hostname: "kms-fips.eu-central-1.amazonaws.com", signingRegion: "eu-central-1", }, + "eu-north-1": { + variants: [ + { + hostname: "kms-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-north-1-fips": { hostname: "kms-fips.eu-north-1.amazonaws.com", signingRegion: "eu-north-1", }, + "eu-south-1": { + variants: [ + { + hostname: "kms-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-south-1-fips": { hostname: "kms-fips.eu-south-1.amazonaws.com", signingRegion: "eu-south-1", }, + "eu-west-1": { + variants: [ + { + hostname: "kms-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-west-1-fips": { hostname: "kms-fips.eu-west-1.amazonaws.com", signingRegion: "eu-west-1", }, + "eu-west-2": { + variants: [ + { + hostname: "kms-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-west-2-fips": { hostname: "kms-fips.eu-west-2.amazonaws.com", signingRegion: "eu-west-2", }, + "eu-west-3": { + variants: [ + { + hostname: "kms-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, "eu-west-3-fips": { hostname: "kms-fips.eu-west-3.amazonaws.com", signingRegion: "eu-west-3", }, + "me-south-1": { + variants: [ + { + hostname: "kms-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "me-south-1-fips": { hostname: "kms-fips.me-south-1.amazonaws.com", signingRegion: "me-south-1", }, + "sa-east-1": { + variants: [ + { + hostname: "kms-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "sa-east-1-fips": { hostname: "kms-fips.sa-east-1.amazonaws.com", signingRegion: "sa-east-1", }, + "us-east-1": { + variants: [ + { + hostname: "kms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "kms-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "kms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "kms-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "kms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "kms-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "kms-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-iso-east-1": { + variants: [ + { + hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + tags: ["fips"], + }, + ], + }, "us-iso-east-1-fips": { hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", signingRegion: "us-iso-east-1", }, + "us-iso-west-1": { + variants: [ + { + hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + tags: ["fips"], + }, + ], + }, "us-iso-west-1-fips": { hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", signingRegion: "us-iso-west-1", }, + "us-isob-east-1": { + variants: [ + { + hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + tags: ["fips"], + }, + ], + }, "us-isob-east-1-fips": { hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", signingRegion: "us-isob-east-1", }, + "us-west-1": { + variants: [ + { + hostname: "kms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "kms-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "kms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "kms-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -160,11 +368,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", + variants: [ + { + hostname: "kms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "kms-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "kms-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "kms.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["ProdFips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1", "us-iso-west-1-fips"], @@ -180,6 +416,20 @@ const partitionHash: PartitionHash = { regions: ["ProdFips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", + variants: [ + { + hostname: "kms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "kms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "kms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lakeformation/src/endpoints.ts b/clients/client-lakeformation/src/endpoints.ts index 26998ff9ca18..9d7125e349da 100644 --- a/clients/client-lakeformation/src/endpoints.ts +++ b/clients/client-lakeformation/src/endpoints.ts @@ -22,6 +22,46 @@ const regionHash: RegionHash = { hostname: "lakeformation-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "lakeformation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "lakeformation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "lakeformation-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "lakeformation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -55,11 +95,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lakeformation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lakeformation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lakeformation-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lakeformation-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lakeformation.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -75,6 +143,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lakeformation-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lakeformation.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lambda/src/endpoints.ts b/clients/client-lambda/src/endpoints.ts index e346bb99e91a..59db0fc84d7e 100644 --- a/clients/client-lambda/src/endpoints.ts +++ b/clients/client-lambda/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "lambda-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "lambda-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "lambda-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "lambda-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "lambda-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "lambda-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "lambda-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lambda-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lambda.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lambda-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lambda-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lambda.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lambda-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lambda.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lex-model-building-service/src/endpoints.ts b/clients/client-lex-model-building-service/src/endpoints.ts index 0f8f21ac0380..644a2dbba1dc 100644 --- a/clients/client-lex-model-building-service/src/endpoints.ts +++ b/clients/client-lex-model-building-service/src/endpoints.ts @@ -2,14 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "models-fips.lex.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "models-fips.lex.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "models-fips.lex.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "models-fips.lex.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -45,11 +69,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com", + variants: [ + { + hostname: "models-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "models.lex-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "models.lex-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "models.lex.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -65,6 +109,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com", + variants: [ + { + hostname: "models-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-lex-models-v2/src/endpoints.ts b/clients/client-lex-models-v2/src/endpoints.ts index 264972112f16..c4b9f9bf0021 100644 --- a/clients/client-lex-models-v2/src/endpoints.ts +++ b/clients/client-lex-models-v2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com", + variants: [ + { + hostname: "models-v2-lex-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "models-v2-lex-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "models-v2-lex.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "models-v2-lex-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "models-v2-lex-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "models-v2-lex.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com", + variants: [ + { + hostname: "models-v2-lex-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "models-v2-lex-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "models-v2-lex.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lex-runtime-service/src/endpoints.ts b/clients/client-lex-runtime-service/src/endpoints.ts index 71a0a9ce2eb5..2c8deaccd41c 100644 --- a/clients/client-lex-runtime-service/src/endpoints.ts +++ b/clients/client-lex-runtime-service/src/endpoints.ts @@ -2,14 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "runtime-fips.lex.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "runtime-fips.lex.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "runtime-fips.lex.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "runtime-fips.lex.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -45,11 +69,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "runtime.lex-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "runtime.lex-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime.lex.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -65,6 +109,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-lex-runtime-v2/src/endpoints.ts b/clients/client-lex-runtime-v2/src/endpoints.ts index e0fdf1dc793f..70fe2db70385 100644 --- a/clients/client-lex-runtime-v2/src/endpoints.ts +++ b/clients/client-lex-runtime-v2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime-v2-lex-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "runtime-v2-lex-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime-v2-lex.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "runtime-v2-lex-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "runtime-v2-lex-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime-v2-lex.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime-v2-lex-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "runtime-v2-lex-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime-v2-lex.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-license-manager/src/endpoints.ts b/clients/client-license-manager/src/endpoints.ts index cb8664373f15..e9b5f68174ee 100644 --- a/clients/client-license-manager/src/endpoints.ts +++ b/clients/client-license-manager/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "license-manager-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "license-manager-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "license-manager-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "license-manager-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "license-manager-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "license-manager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "license-manager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "license-manager-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "license-manager-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "license-manager.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "license-manager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "license-manager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lightsail/src/endpoints.ts b/clients/client-lightsail/src/endpoints.ts index 21572d762b83..48693bccc7e2 100644 --- a/clients/client-lightsail/src/endpoints.ts +++ b/clients/client-lightsail/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com", + variants: [ + { + hostname: "lightsail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lightsail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lightsail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lightsail-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lightsail-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lightsail.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com", + variants: [ + { + hostname: "lightsail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lightsail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lightsail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-location/src/endpoints.ts b/clients/client-location/src/endpoints.ts index 3d2a6f172001..d30a300dee98 100644 --- a/clients/client-location/src/endpoints.ts +++ b/clients/client-location/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com", + variants: [ + { + hostname: "geo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "geo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "geo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "geo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "geo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "geo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com", + variants: [ + { + hostname: "geo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "geo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "geo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lookoutequipment/src/endpoints.ts b/clients/client-lookoutequipment/src/endpoints.ts index f385887b948a..78b9cd41897a 100644 --- a/clients/client-lookoutequipment/src/endpoints.ts +++ b/clients/client-lookoutequipment/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutequipment-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutequipment-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutequipment.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lookoutequipment-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lookoutequipment-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutequipment.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutequipment-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutequipment-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutequipment.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lookoutmetrics/src/endpoints.ts b/clients/client-lookoutmetrics/src/endpoints.ts index 330606fce2f0..519d2f96a96d 100644 --- a/clients/client-lookoutmetrics/src/endpoints.ts +++ b/clients/client-lookoutmetrics/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutmetrics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutmetrics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutmetrics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lookoutmetrics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lookoutmetrics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutmetrics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutmetrics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutmetrics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutmetrics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-lookoutvision/src/endpoints.ts b/clients/client-lookoutvision/src/endpoints.ts index e9e6a3825b63..4f1c9fd9b32e 100644 --- a/clients/client-lookoutvision/src/endpoints.ts +++ b/clients/client-lookoutvision/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutvision-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutvision-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutvision.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "lookoutvision-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "lookoutvision-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutvision.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com", + variants: [ + { + hostname: "lookoutvision-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "lookoutvision-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "lookoutvision.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-machine-learning/src/endpoints.ts b/clients/client-machine-learning/src/endpoints.ts index abe2353e4525..5950bc37e42a 100644 --- a/clients/client-machine-learning/src/endpoints.ts +++ b/clients/client-machine-learning/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com", + variants: [ + { + hostname: "machinelearning-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "machinelearning-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "machinelearning.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "machinelearning-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "machinelearning-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "machinelearning.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com", + variants: [ + { + hostname: "machinelearning-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "machinelearning-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "machinelearning.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-macie/src/endpoints.ts b/clients/client-macie/src/endpoints.ts index 2391d025a16b..2bff0e41c809 100644 --- a/clients/client-macie/src/endpoints.ts +++ b/clients/client-macie/src/endpoints.ts @@ -10,6 +10,22 @@ const regionHash: RegionHash = { hostname: "macie-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "macie-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "macie-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -41,11 +57,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com", + variants: [ + { + hostname: "macie-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "macie-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "macie-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "macie-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -61,6 +105,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com", + variants: [ + { + hostname: "macie-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "macie-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-macie2/src/endpoints.ts b/clients/client-macie2/src/endpoints.ts index 3b967d2f88e5..3f7ec3ddd322 100644 --- a/clients/client-macie2/src/endpoints.ts +++ b/clients/client-macie2/src/endpoints.ts @@ -18,6 +18,38 @@ const regionHash: RegionHash = { hostname: "macie2-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "macie2-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "macie2-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "macie2-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "macie2-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -51,11 +83,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "macie2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "macie2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "macie2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -71,6 +131,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "macie2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "macie2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-managedblockchain/src/endpoints.ts b/clients/client-managedblockchain/src/endpoints.ts index 8f7275c4885d..802499e1237f 100644 --- a/clients/client-managedblockchain/src/endpoints.ts +++ b/clients/client-managedblockchain/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com", + variants: [ + { + hostname: "managedblockchain-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "managedblockchain-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "managedblockchain.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "managedblockchain-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "managedblockchain-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "managedblockchain.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com", + variants: [ + { + hostname: "managedblockchain-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "managedblockchain-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "managedblockchain.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-marketplace-catalog/src/endpoints.ts b/clients/client-marketplace-catalog/src/endpoints.ts index 96084089d17c..8d8ba7448733 100644 --- a/clients/client-marketplace-catalog/src/endpoints.ts +++ b/clients/client-marketplace-catalog/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "catalog.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "catalog.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "catalog.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "catalog.marketplace-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "catalog.marketplace-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "catalog.marketplace.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "catalog.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "catalog.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "catalog.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-marketplace-commerce-analytics/src/endpoints.ts b/clients/client-marketplace-commerce-analytics/src/endpoints.ts index 5a951649ae35..4490171e125e 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoints.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "marketplacecommerceanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "marketplacecommerceanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "marketplacecommerceanalytics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "marketplacecommerceanalytics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + variants: [ + { + hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "marketplacecommerceanalytics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "marketplacecommerceanalytics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-marketplace-entitlement-service/src/endpoints.ts b/clients/client-marketplace-entitlement-service/src/endpoints.ts index c04835e4eab6..fb933a69079d 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoints.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "entitlement.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "entitlement.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "entitlement.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "entitlement.marketplace-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "entitlement.marketplace-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "entitlement.marketplace.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "entitlement.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "entitlement.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "entitlement.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-marketplace-metering/src/endpoints.ts b/clients/client-marketplace-metering/src/endpoints.ts index 36973e51d7fc..4f378899f948 100644 --- a/clients/client-marketplace-metering/src/endpoints.ts +++ b/clients/client-marketplace-metering/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "metering.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "metering.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "metering.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "metering.marketplace-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "metering.marketplace-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "metering.marketplace.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com", + variants: [ + { + hostname: "metering.marketplace-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "metering.marketplace-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "metering.marketplace.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediaconnect/src/endpoints.ts b/clients/client-mediaconnect/src/endpoints.ts index c0426b9050cf..e7375b81b98c 100644 --- a/clients/client-mediaconnect/src/endpoints.ts +++ b/clients/client-mediaconnect/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "mediaconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediaconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mediaconnect-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mediaconnect-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconnect.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com", + variants: [ + { + hostname: "mediaconnect-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediaconnect-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconnect.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediaconvert/src/endpoints.ts b/clients/client-mediaconvert/src/endpoints.ts index dd20646c94f3..8ce04946625c 100644 --- a/clients/client-mediaconvert/src/endpoints.ts +++ b/clients/client-mediaconvert/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "cn-northwest-1": { hostname: "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", signingRegion: "cn-northwest-1", @@ -26,10 +34,42 @@ const regionHash: RegionHash = { hostname: "mediaconvert-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "mediaconvert-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "mediaconvert-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1": { hostname: "mediaconvert.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "mediaconvert-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "mediaconvert-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediaconvert-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconvert.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mediaconvert-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mediaconvert-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconvert.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediaconvert-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediaconvert.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-medialive/src/endpoints.ts b/clients/client-medialive/src/endpoints.ts index 873e493bb893..f210d7962fee 100644 --- a/clients/client-medialive/src/endpoints.ts +++ b/clients/client-medialive/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "medialive-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "medialive-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "medialive-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "medialive-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com", + variants: [ + { + hostname: "medialive-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "medialive-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "medialive.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "medialive-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "medialive-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "medialive.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com", + variants: [ + { + hostname: "medialive-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "medialive-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "medialive.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediapackage-vod/src/endpoints.ts b/clients/client-mediapackage-vod/src/endpoints.ts index 05435a84abeb..ddaa22d683af 100644 --- a/clients/client-mediapackage-vod/src/endpoints.ts +++ b/clients/client-mediapackage-vod/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com", + variants: [ + { + hostname: "mediapackage-vod-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediapackage-vod-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage-vod.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mediapackage-vod-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mediapackage-vod-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage-vod.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com", + variants: [ + { + hostname: "mediapackage-vod-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediapackage-vod-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage-vod.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediapackage/src/endpoints.ts b/clients/client-mediapackage/src/endpoints.ts index 96ce70783baa..3913bf03c349 100644 --- a/clients/client-mediapackage/src/endpoints.ts +++ b/clients/client-mediapackage/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com", + variants: [ + { + hostname: "mediapackage-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediapackage-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mediapackage-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mediapackage-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com", + variants: [ + { + hostname: "mediapackage-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediapackage-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediapackage.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediastore-data/src/endpoints.ts b/clients/client-mediastore-data/src/endpoints.ts index 28c0137e549e..5548ddd88208 100644 --- a/clients/client-mediastore-data/src/endpoints.ts +++ b/clients/client-mediastore-data/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com", + variants: [ + { + hostname: "data.mediastore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.mediastore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.mediastore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "data.mediastore-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "data.mediastore-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.mediastore.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com", + variants: [ + { + hostname: "data.mediastore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "data.mediastore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "data.mediastore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediastore/src/endpoints.ts b/clients/client-mediastore/src/endpoints.ts index a6fbf2cd7bcd..fed9ceea87fc 100644 --- a/clients/client-mediastore/src/endpoints.ts +++ b/clients/client-mediastore/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com", + variants: [ + { + hostname: "mediastore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediastore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediastore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mediastore-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mediastore-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediastore.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com", + variants: [ + { + hostname: "mediastore-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mediastore-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mediastore.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mediatailor/src/endpoints.ts b/clients/client-mediatailor/src/endpoints.ts index 121ec8016bab..fe4466c11cbc 100644 --- a/clients/client-mediatailor/src/endpoints.ts +++ b/clients/client-mediatailor/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com", + variants: [ + { + hostname: "api.mediatailor-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.mediatailor-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.mediatailor.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.mediatailor-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.mediatailor-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.mediatailor.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com", + variants: [ + { + hostname: "api.mediatailor-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.mediatailor-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.mediatailor.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-memorydb/src/endpoints.ts b/clients/client-memorydb/src/endpoints.ts index 329552b056aa..4116d34cd00d 100644 --- a/clients/client-memorydb/src/endpoints.ts +++ b/clients/client-memorydb/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com", + variants: [ + { + hostname: "memory-db-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "memory-db-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "memory-db.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "memory-db-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "memory-db-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "memory-db.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com", + variants: [ + { + hostname: "memory-db-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "memory-db-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "memory-db.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mgn/src/endpoints.ts b/clients/client-mgn/src/endpoints.ts index eb10dc42d61c..30b853a42f2b 100644 --- a/clients/client-mgn/src/endpoints.ts +++ b/clients/client-mgn/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com", + variants: [ + { + hostname: "mgn-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mgn-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgn.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mgn-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mgn-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgn.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com", + variants: [ + { + hostname: "mgn-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mgn-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgn.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-migration-hub/src/endpoints.ts b/clients/client-migration-hub/src/endpoints.ts index bf77f04962ed..a58592a59ad2 100644 --- a/clients/client-migration-hub/src/endpoints.ts +++ b/clients/client-migration-hub/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com", + variants: [ + { + hostname: "mgh-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mgh-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgh.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mgh-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mgh-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgh.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com", + variants: [ + { + hostname: "mgh-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mgh-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mgh.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-migrationhub-config/src/endpoints.ts b/clients/client-migrationhub-config/src/endpoints.ts index 21c25a84b28f..021433ce81be 100644 --- a/clients/client-migrationhub-config/src/endpoints.ts +++ b/clients/client-migrationhub-config/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com", + variants: [ + { + hostname: "migrationhub-config-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "migrationhub-config-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "migrationhub-config.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "migrationhub-config-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "migrationhub-config-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "migrationhub-config.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com", + variants: [ + { + hostname: "migrationhub-config-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "migrationhub-config-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "migrationhub-config.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mobile/src/endpoints.ts b/clients/client-mobile/src/endpoints.ts index 7cc5d8d83929..912d91088eec 100644 --- a/clients/client-mobile/src/endpoints.ts +++ b/clients/client-mobile/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com", + variants: [ + { + hostname: "mobile-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mobile-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mobile.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mobile-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mobile-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mobile.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com", + variants: [ + { + hostname: "mobile-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mobile-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mobile.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mq/src/endpoints.ts b/clients/client-mq/src/endpoints.ts index b76c720abd49..ef042802dfc0 100644 --- a/clients/client-mq/src/endpoints.ts +++ b/clients/client-mq/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "mq-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "mq-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "mq-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "mq-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "mq-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "mq-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "mq-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com", + variants: [ + { + hostname: "mq-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mq-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mq.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mq-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mq-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mq.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com", + variants: [ + { + hostname: "mq-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mq-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mq.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mturk/src/endpoints.ts b/clients/client-mturk/src/endpoints.ts index d2b66e659233..79725af5b477 100644 --- a/clients/client-mturk/src/endpoints.ts +++ b/clients/client-mturk/src/endpoints.ts @@ -35,11 +35,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com", + variants: [ + { + hostname: "mturk-requester-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mturk-requester-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mturk-requester.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "mturk-requester-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "mturk-requester-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "mturk-requester.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +83,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com", + variants: [ + { + hostname: "mturk-requester-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "mturk-requester-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "mturk-requester.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-mwaa/src/endpoints.ts b/clients/client-mwaa/src/endpoints.ts index fbc8d3dce68d..d47d996c2d96 100644 --- a/clients/client-mwaa/src/endpoints.ts +++ b/clients/client-mwaa/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com", + variants: [ + { + hostname: "airflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "airflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "airflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "airflow-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "airflow-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "airflow.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com", + variants: [ + { + hostname: "airflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "airflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "airflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index d87d49ead81a..2c02f6c0cf5b 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +34,33 @@ const regionHash: RegionHash = { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "rds.ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, + "rds.us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "rds.us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -34,26 +69,92 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "rds.us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "rds.us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, + "us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -102,11 +203,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -129,6 +258,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-network-firewall/src/endpoints.ts b/clients/client-network-firewall/src/endpoints.ts index ef2695b25fa6..a3d09c3d4138 100644 --- a/clients/client-network-firewall/src/endpoints.ts +++ b/clients/client-network-firewall/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "network-firewall-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "network-firewall-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "network-firewall-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "network-firewall-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "network-firewall-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "network-firewall-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "network-firewall-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "network-firewall-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "network-firewall.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "network-firewall-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "network-firewall-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "network-firewall.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "network-firewall-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "network-firewall.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index 44cbc1a0ed2c..7fc6fd1e6248 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -40,11 +40,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "networkmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "networkmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "networkmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "networkmanager-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "networkmanager-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "networkmanager.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -60,6 +88,20 @@ const partitionHash: PartitionHash = { regions: ["aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", + variants: [ + { + hostname: "networkmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "networkmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "networkmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-nimble/src/endpoints.ts b/clients/client-nimble/src/endpoints.ts index 0e24103f56e9..367e48ad3865 100644 --- a/clients/client-nimble/src/endpoints.ts +++ b/clients/client-nimble/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com", + variants: [ + { + hostname: "nimble-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "nimble-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "nimble.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "nimble-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "nimble-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "nimble.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com", + variants: [ + { + hostname: "nimble-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "nimble-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "nimble.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index 40376d743e93..b07d3904b3ee 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -6,26 +6,74 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "es-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "es-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "es-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "es-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "es-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -64,11 +112,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +160,20 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", + variants: [ + { + hostname: "es-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "es-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "es.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-opsworks/src/endpoints.ts b/clients/client-opsworks/src/endpoints.ts index a7a5933ddad4..0a9367cabe27 100644 --- a/clients/client-opsworks/src/endpoints.ts +++ b/clients/client-opsworks/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com", + variants: [ + { + hostname: "opsworks-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "opsworks-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "opsworks-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "opsworks-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com", + variants: [ + { + hostname: "opsworks-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "opsworks-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-opsworkscm/src/endpoints.ts b/clients/client-opsworkscm/src/endpoints.ts index 9a817e5579f6..94214b677a4a 100644 --- a/clients/client-opsworkscm/src/endpoints.ts +++ b/clients/client-opsworkscm/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com", + variants: [ + { + hostname: "opsworks-cm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "opsworks-cm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks-cm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "opsworks-cm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "opsworks-cm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks-cm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com", + variants: [ + { + hostname: "opsworks-cm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "opsworks-cm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "opsworks-cm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-organizations/src/endpoints.ts b/clients/client-organizations/src/endpoints.ts index 3d5896c1708c..654459f95801 100644 --- a/clients/client-organizations/src/endpoints.ts +++ b/clients/client-organizations/src/endpoints.ts @@ -8,10 +8,22 @@ const regionHash: RegionHash = { }, "aws-global": { hostname: "organizations.us-east-1.amazonaws.com", + variants: [ + { + hostname: "organizations-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "aws-us-gov-global": { hostname: "organizations.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "organizations.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "fips-aws-global": { @@ -53,11 +65,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "organizations-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "organizations-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "organizations.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "organizations-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "organizations-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "organizations.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -73,6 +113,20 @@ const partitionHash: PartitionHash = { regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", + variants: [ + { + hostname: "organizations-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "organizations-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "organizations.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-outposts/src/endpoints.ts b/clients/client-outposts/src/endpoints.ts index de969ad49780..9fd3bc68d147 100644 --- a/clients/client-outposts/src/endpoints.ts +++ b/clients/client-outposts/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "outposts-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "outposts-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,22 @@ const regionHash: RegionHash = { hostname: "outposts-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "outposts-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "outposts-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "outposts.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +54,22 @@ const regionHash: RegionHash = { hostname: "outposts.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "outposts-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "outposts-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "outposts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "outposts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "outposts-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "outposts-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "outposts.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "outposts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "outposts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-panorama/src/endpoints.ts b/clients/client-panorama/src/endpoints.ts index 9c75b80878cb..b7cc26d9a767 100644 --- a/clients/client-panorama/src/endpoints.ts +++ b/clients/client-panorama/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com", + variants: [ + { + hostname: "panorama-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "panorama-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "panorama.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "panorama-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "panorama-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "panorama.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com", + variants: [ + { + hostname: "panorama-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "panorama-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "panorama.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-personalize-events/src/endpoints.ts b/clients/client-personalize-events/src/endpoints.ts index 37d9feed92b8..e088fc75b2ef 100644 --- a/clients/client-personalize-events/src/endpoints.ts +++ b/clients/client-personalize-events/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "personalize-events-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "personalize-events-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-events.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-events-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-events-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-events.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-personalize-runtime/src/endpoints.ts b/clients/client-personalize-runtime/src/endpoints.ts index 58a6846f48e1..8082f4c01717 100644 --- a/clients/client-personalize-runtime/src/endpoints.ts +++ b/clients/client-personalize-runtime/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-runtime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-runtime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-runtime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "personalize-runtime-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "personalize-runtime-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-runtime.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-runtime-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-runtime-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize-runtime.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-personalize/src/endpoints.ts b/clients/client-personalize/src/endpoints.ts index bc11eefa7d52..05d0e838af17 100644 --- a/clients/client-personalize/src/endpoints.ts +++ b/clients/client-personalize/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "personalize-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "personalize-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com", + variants: [ + { + hostname: "personalize-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "personalize-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "personalize.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-pi/src/endpoints.ts b/clients/client-pi/src/endpoints.ts index 36fa00d15b3e..68a384c5dc75 100644 --- a/clients/client-pi/src/endpoints.ts +++ b/clients/client-pi/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com", + variants: [ + { + hostname: "pi-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "pi-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "pi.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "pi-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "pi-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "pi.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com", + variants: [ + { + hostname: "pi-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "pi-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "pi.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-pinpoint-email/src/endpoints.ts b/clients/client-pinpoint-email/src/endpoints.ts index fd64fb343c7f..b1c08b133741 100644 --- a/clients/client-pinpoint-email/src/endpoints.ts +++ b/clients/client-pinpoint-email/src/endpoints.ts @@ -6,6 +6,14 @@ const regionHash: RegionHash = { hostname: "email-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -35,11 +43,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +91,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-pinpoint-sms-voice/src/endpoints.ts b/clients/client-pinpoint-sms-voice/src/endpoints.ts index e64c42f116f1..d236b32e07fb 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoints.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + variants: [ + { + hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sms-voice.pinpoint-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms-voice.pinpoint.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sms-voice.pinpoint-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms-voice.pinpoint.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + variants: [ + { + hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sms-voice.pinpoint-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms-voice.pinpoint.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-pinpoint/src/endpoints.ts b/clients/client-pinpoint/src/endpoints.ts index 9bac44694cc2..80e86722cc57 100644 --- a/clients/client-pinpoint/src/endpoints.ts +++ b/clients/client-pinpoint/src/endpoints.ts @@ -16,14 +16,32 @@ const regionHash: RegionHash = { }, "us-east-1": { hostname: "pinpoint.us-east-1.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "us-gov-west-1": { hostname: "pinpoint.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { hostname: "pinpoint.us-west-2.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-west-2", }, }; @@ -57,11 +75,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "pinpoint-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "pinpoint.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "pinpoint-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "pinpoint-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "pinpoint.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -77,6 +123,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "pinpoint-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "pinpoint.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-polly/src/endpoints.ts b/clients/client-polly/src/endpoints.ts index d6a93265e77a..9863e191866e 100644 --- a/clients/client-polly/src/endpoints.ts +++ b/clients/client-polly/src/endpoints.ts @@ -22,6 +22,46 @@ const regionHash: RegionHash = { hostname: "polly-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "polly-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "polly-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "polly-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "polly-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "polly-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -55,11 +95,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com", + variants: [ + { + hostname: "polly-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "polly-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "polly.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "polly-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "polly-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "polly.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -75,6 +143,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com", + variants: [ + { + hostname: "polly-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "polly-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "polly.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-pricing/src/endpoints.ts b/clients/client-pricing/src/endpoints.ts index 87d4373eab25..88d3e10aeba9 100644 --- a/clients/client-pricing/src/endpoints.ts +++ b/clients/client-pricing/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com", + variants: [ + { + hostname: "api.pricing-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.pricing-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.pricing.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.pricing-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.pricing-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.pricing.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com", + variants: [ + { + hostname: "api.pricing-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "api.pricing-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.pricing.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-proton/src/endpoints.ts b/clients/client-proton/src/endpoints.ts index 247c2a7d6b4c..5b541dea10aa 100644 --- a/clients/client-proton/src/endpoints.ts +++ b/clients/client-proton/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com", + variants: [ + { + hostname: "proton-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "proton-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "proton.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "proton-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "proton-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "proton.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com", + variants: [ + { + hostname: "proton-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "proton-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "proton.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-qldb-session/src/endpoints.ts b/clients/client-qldb-session/src/endpoints.ts index 20923707f13a..6fea0327ea24 100644 --- a/clients/client-qldb-session/src/endpoints.ts +++ b/clients/client-qldb-session/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "session.qldb-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "session.qldb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "session.qldb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "session.qldb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com", + variants: [ + { + hostname: "session.qldb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "session.qldb-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "session.qldb.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "session.qldb-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "session.qldb-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "session.qldb.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com", + variants: [ + { + hostname: "session.qldb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "session.qldb-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "session.qldb.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-qldb/src/endpoints.ts b/clients/client-qldb/src/endpoints.ts index 21947d0c3a12..583771b9044b 100644 --- a/clients/client-qldb/src/endpoints.ts +++ b/clients/client-qldb/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "qldb-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "qldb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "qldb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "qldb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -46,11 +70,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com", + variants: [ + { + hostname: "qldb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "qldb-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "qldb.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "qldb-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "qldb-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "qldb.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -66,6 +118,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com", + variants: [ + { + hostname: "qldb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "qldb-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "qldb.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-quicksight/src/endpoints.ts b/clients/client-quicksight/src/endpoints.ts index aadfeb68bd13..836c67d05079 100644 --- a/clients/client-quicksight/src/endpoints.ts +++ b/clients/client-quicksight/src/endpoints.ts @@ -31,11 +31,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com", + variants: [ + { + hostname: "quicksight-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "quicksight-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "quicksight.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "quicksight-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "quicksight-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "quicksight.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -51,6 +79,20 @@ const partitionHash: PartitionHash = { regions: ["api", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com", + variants: [ + { + hostname: "quicksight-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "quicksight-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "quicksight.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ram/src/endpoints.ts b/clients/client-ram/src/endpoints.ts index c001a7b7fa95..3815c33f9656 100644 --- a/clients/client-ram/src/endpoints.ts +++ b/clients/client-ram/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "ram-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "ram-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,22 @@ const regionHash: RegionHash = { hostname: "ram-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "ram-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "ram-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "ram.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +54,22 @@ const regionHash: RegionHash = { hostname: "ram.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "ram-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "ram-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com", + variants: [ + { + hostname: "ram-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ram-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ram.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ram-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ram-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ram.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com", + variants: [ + { + hostname: "ram-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ram-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ram.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-rds-data/src/endpoints.ts b/clients/client-rds-data/src/endpoints.ts index d017013776cf..4a9eed42c78b 100644 --- a/clients/client-rds-data/src/endpoints.ts +++ b/clients/client-rds-data/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-data-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-data-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds-data.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "rds-data-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "rds-data-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds-data.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-data-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-data-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds-data.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index d87d49ead81a..2c02f6c0cf5b 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +34,33 @@ const regionHash: RegionHash = { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "rds.ca-central-1": { + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, + "rds.us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "rds.us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -34,26 +69,92 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "rds.us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "rds.us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, + "us-east-1": { + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -102,11 +203,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -129,6 +258,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", + variants: [ + { + hostname: "rds-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rds-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rds.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-redshift-data/src/endpoints.ts b/clients/client-redshift-data/src/endpoints.ts index ad7eac42a8a3..764890f2e088 100644 --- a/clients/client-redshift-data/src/endpoints.ts +++ b/clients/client-redshift-data/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com", + variants: [ + { + hostname: "redshift-data-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "redshift-data-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift-data.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "redshift-data-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "redshift-data-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift-data.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com", + variants: [ + { + hostname: "redshift-data-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "redshift-data-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift-data.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-redshift/src/endpoints.ts b/clients/client-redshift/src/endpoints.ts index eeca0ebbc815..14c943fc0fc6 100644 --- a/clients/client-redshift/src/endpoints.ts +++ b/clients/client-redshift/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "redshift-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "redshift-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -22,6 +30,22 @@ const regionHash: RegionHash = { hostname: "redshift-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "redshift-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "redshift-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "redshift.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -30,6 +54,22 @@ const regionHash: RegionHash = { hostname: "redshift.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "redshift-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "redshift-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +104,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "redshift-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "redshift-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "redshift-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +152,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "redshift-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "redshift.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index 813deafe10cb..03c67185244c 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "rekognition-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,22 +38,116 @@ const regionHash: RegionHash = { hostname: "rekognition-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "rekognition.ca-central-1": { + variants: [ + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, + "rekognition.us-east-1": { + variants: [ + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "rekognition.us-east-2": { + variants: [ + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, + "rekognition.us-gov-west-1": { + variants: [ + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, + "rekognition.us-west-1": { + variants: [ + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-1", + }, + "rekognition.us-west-2": { + variants: [ + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, + "us-east-1": { + variants: [ + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "rekognition-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "rekognition-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + variants: [ + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "rekognition-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "rekognition-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -94,11 +196,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rekognition-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rekognition.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "rekognition-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "rekognition-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "rekognition.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -120,6 +250,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "rekognition-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "rekognition.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-resource-groups-tagging-api/src/endpoints.ts b/clients/client-resource-groups-tagging-api/src/endpoints.ts index 4fdf98d3a27e..7384054705c3 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoints.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com", + variants: [ + { + hostname: "tagging-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "tagging-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "tagging.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "tagging-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "tagging-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "tagging.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com", + variants: [ + { + hostname: "tagging-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "tagging-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "tagging.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-resource-groups/src/endpoints.ts b/clients/client-resource-groups/src/endpoints.ts index a9f0251fd4c7..890b43f3f247 100644 --- a/clients/client-resource-groups/src/endpoints.ts +++ b/clients/client-resource-groups/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "resource-groups-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "resource-groups-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "resource-groups-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "resource-groups.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "resource-groups.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "resource-groups-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "resource-groups-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.amazonaws.com", + variants: [ + { + hostname: "resource-groups-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "resource-groups-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "resource-groups.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "resource-groups-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "resource-groups-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "resource-groups.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.amazonaws.com", + variants: [ + { + hostname: "resource-groups.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-robomaker/src/endpoints.ts b/clients/client-robomaker/src/endpoints.ts index 05951bdbc7e0..2e262ede2741 100644 --- a/clients/client-robomaker/src/endpoints.ts +++ b/clients/client-robomaker/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com", + variants: [ + { + hostname: "robomaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "robomaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "robomaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "robomaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "robomaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "robomaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com", + variants: [ + { + hostname: "robomaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "robomaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "robomaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route-53-domains/src/endpoints.ts b/clients/client-route-53-domains/src/endpoints.ts index 91ddd5db1b06..62cf54e1a63c 100644 --- a/clients/client-route-53-domains/src/endpoints.ts +++ b/clients/client-route-53-domains/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com", + variants: [ + { + hostname: "route53domains-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53domains-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53domains.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "route53domains-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53domains-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53domains.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com", + variants: [ + { + hostname: "route53domains-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53domains-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53domains.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route-53/src/endpoints.ts b/clients/client-route-53/src/endpoints.ts index 63aa81981d72..85b5a5e26ff2 100644 --- a/clients/client-route-53/src/endpoints.ts +++ b/clients/client-route-53/src/endpoints.ts @@ -8,6 +8,12 @@ const regionHash: RegionHash = { }, "aws-global": { hostname: "route53.amazonaws.com", + variants: [ + { + hostname: "route53-fips.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "aws-iso-b-global": { @@ -20,6 +26,12 @@ const regionHash: RegionHash = { }, "aws-us-gov-global": { hostname: "route53.us-gov.amazonaws.com", + variants: [ + { + hostname: "route53.us-gov.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "fips-aws-global": { @@ -61,11 +73,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "route53-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", endpoint: "aws-cn-global", + variants: [ + { + hostname: "route53-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], @@ -81,6 +121,20 @@ const partitionHash: PartitionHash = { regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", + variants: [ + { + hostname: "route53-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route53-recovery-cluster/src/endpoints.ts b/clients/client-route53-recovery-cluster/src/endpoints.ts index 952e8dfad184..e2dabe805a0d 100644 --- a/clients/client-route53-recovery-cluster/src/endpoints.ts +++ b/clients/client-route53-recovery-cluster/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-cluster-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-cluster.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53-recovery-cluster-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-cluster.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-cluster-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-cluster.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route53-recovery-control-config/src/endpoints.ts b/clients/client-route53-recovery-control-config/src/endpoints.ts index 7592ba72a136..e319f9f8cae1 100644 --- a/clients/client-route53-recovery-control-config/src/endpoints.ts +++ b/clients/client-route53-recovery-control-config/src/endpoints.ts @@ -36,11 +36,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-control-config-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-control-config.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53-recovery-control-config-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-control-config.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -56,6 +84,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-control-config-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-control-config.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route53-recovery-readiness/src/endpoints.ts b/clients/client-route53-recovery-readiness/src/endpoints.ts index e3e6873c9e83..0a881c184c97 100644 --- a/clients/client-route53-recovery-readiness/src/endpoints.ts +++ b/clients/client-route53-recovery-readiness/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-readiness-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-readiness.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53-recovery-readiness-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-readiness.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53-recovery-readiness-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53-recovery-readiness.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-route53resolver/src/endpoints.ts b/clients/client-route53resolver/src/endpoints.ts index d89457960450..beb7151b6a74 100644 --- a/clients/client-route53resolver/src/endpoints.ts +++ b/clients/client-route53resolver/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com", + variants: [ + { + hostname: "route53resolver-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53resolver-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53resolver.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "route53resolver-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "route53resolver-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53resolver.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com", + variants: [ + { + hostname: "route53resolver-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "route53resolver-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "route53resolver.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-s3-control/src/endpoints.ts b/clients/client-s3-control/src/endpoints.ts index 84e4f55ec78f..2c85325d3da6 100644 --- a/clients/client-s3-control/src/endpoints.ts +++ b/clients/client-s3-control/src/endpoints.ts @@ -4,30 +4,80 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "s3-control.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-northeast-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "s3-control.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-northeast-2.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { hostname: "s3-control.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-northeast-3.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-northeast-3", }, "ap-south-1": { hostname: "s3-control.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-south-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "s3-control.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-southeast-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "s3-control.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.ap-southeast-2.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "s3-control.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control-fips.dualstack.ca-central-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control.dualstack.ca-central-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "ca-central-1", }, "ca-central-1-fips": { @@ -36,38 +86,100 @@ const regionHash: RegionHash = { }, "cn-north-1": { hostname: "s3-control.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "s3-control.dualstack.cn-north-1.amazonaws.com.cn", + tags: ["dualstack"], + }, + ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "s3-control.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", + tags: ["dualstack"], + }, + ], signingRegion: "cn-northwest-1", }, "eu-central-1": { hostname: "s3-control.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.eu-central-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "s3-control.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.eu-north-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "eu-north-1", }, "eu-west-1": { hostname: "s3-control.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.eu-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "s3-control.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.eu-west-2.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "s3-control.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.eu-west-3.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "eu-west-3", }, "sa-east-1": { hostname: "s3-control.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-control.dualstack.sa-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "s3-control.us-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-east-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-east-1", }, "us-east-1-fips": { @@ -76,6 +188,20 @@ const regionHash: RegionHash = { }, "us-east-2": { hostname: "s3-control.us-east-2.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-east-2.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-east-2.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-east-2", }, "us-east-2-fips": { @@ -84,6 +210,20 @@ const regionHash: RegionHash = { }, "us-gov-east-1": { hostname: "s3-control.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-gov-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-east-1-fips": { @@ -92,6 +232,20 @@ const regionHash: RegionHash = { }, "us-gov-west-1": { hostname: "s3-control.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-gov-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1-fips": { @@ -100,6 +254,20 @@ const regionHash: RegionHash = { }, "us-west-1": { hostname: "s3-control.us-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-west-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-west-1", }, "us-west-1-fips": { @@ -108,6 +276,20 @@ const regionHash: RegionHash = { }, "us-west-2": { hostname: "s3-control.us-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.dualstack.us-west-2.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control.dualstack.us-west-2.amazonaws.com", + tags: ["dualstack"], + }, + ], signingRegion: "us-west-2", }, "us-west-2-fips": { @@ -148,11 +330,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "s3-control-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "s3-control-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -168,6 +378,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-control-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-control.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index a39cfc461e1a..8c9ff2ad091e 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -2,21 +2,157 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "af-south-1": { + variants: [ + { + hostname: "s3.dualstack.af-south-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "ap-east-1": { + variants: [ + { + hostname: "s3.dualstack.ap-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, "ap-northeast-1": { hostname: "s3.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "s3.dualstack.ap-northeast-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "ap-northeast-2": { + variants: [ + { + hostname: "s3.dualstack.ap-northeast-2.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "ap-northeast-3": { + variants: [ + { + hostname: "s3.dualstack.ap-northeast-3.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "ap-south-1": { + variants: [ + { + hostname: "s3.dualstack.ap-south-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "ap-southeast-1": { hostname: "s3.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "s3.dualstack.ap-southeast-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "ap-southeast-2": { hostname: "s3.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "s3.dualstack.ap-southeast-2.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "aws-global": { hostname: "s3.amazonaws.com", signingRegion: "us-east-1", }, + "ca-central-1": { + variants: [ + { + hostname: "s3-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-fips.dualstack.ca-central-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3.dualstack.ca-central-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "cn-north-1": { + variants: [ + { + hostname: "s3.dualstack.cn-north-1.amazonaws.com.cn", + tags: ["dualstack"], + }, + ], + }, + "cn-northwest-1": { + variants: [ + { + hostname: "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + tags: ["dualstack"], + }, + ], + }, + "eu-central-1": { + variants: [ + { + hostname: "s3.dualstack.eu-central-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "eu-north-1": { + variants: [ + { + hostname: "s3.dualstack.eu-north-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "eu-south-1": { + variants: [ + { + hostname: "s3.dualstack.eu-south-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, "eu-west-1": { hostname: "s3.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "s3.dualstack.eu-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "eu-west-2": { + variants: [ + { + hostname: "s3.dualstack.eu-west-2.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "eu-west-3": { + variants: [ + { + hostname: "s3.dualstack.eu-west-3.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "fips-accesspoint-ca-central-1": { hostname: "s3-accesspoint-fips.ca-central-1.amazonaws.com", @@ -67,27 +203,119 @@ const regionHash: RegionHash = { hostname: "s3-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "me-south-1": { + variants: [ + { + hostname: "s3.dualstack.me-south-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, "s3-external-1": { hostname: "s3-external-1.amazonaws.com", signingRegion: "us-east-1", }, "sa-east-1": { hostname: "s3.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "s3.dualstack.sa-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "us-east-1": { hostname: "s3.us-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.dualstack.us-east-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "s3-fips.dualstack.us-east-2.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-east-2.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "us-gov-east-1": { hostname: "s3.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-gov-east-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "us-gov-west-1": { hostname: "s3.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-gov-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "us-west-1": { hostname: "s3.us-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.dualstack.us-west-1.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-west-1.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "us-west-2": { hostname: "s3.us-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-fips.dualstack.us-west-2.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3.dualstack.us-west-2.amazonaws.com", + tags: ["dualstack"], + }, + ], }, }; @@ -130,11 +358,27 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-fips.dualstack.{region}.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3.dualstack.{region}.amazonaws.com", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "s3.dualstack.{region}.amazonaws.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -157,6 +401,16 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-fips.dualstack.{region}.amazonaws.com", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3.dualstack.{region}.amazonaws.com", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-s3outposts/src/endpoints.ts b/clients/client-s3outposts/src/endpoints.ts index db082a629cc8..f801682c9d5f 100644 --- a/clients/client-s3outposts/src/endpoints.ts +++ b/clients/client-s3outposts/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-outposts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-outposts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-outposts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "s3-outposts-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "s3-outposts-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-outposts.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com", + variants: [ + { + hostname: "s3-outposts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "s3-outposts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "s3-outposts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts index 6deba417c267..cd59dc376dbf 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "a2i-runtime.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "a2i-runtime.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "a2i-runtime.sagemaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "a2i-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "a2i-runtime.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "a2i-runtime.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sagemaker-edge/src/endpoints.ts b/clients/client-sagemaker-edge/src/endpoints.ts index a8ac2f954ff9..f407b8c7b09f 100644 --- a/clients/client-sagemaker-edge/src/endpoints.ts +++ b/clients/client-sagemaker-edge/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "edge.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "edge.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "edge.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "edge.sagemaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "edge.sagemaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "edge.sagemaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "edge.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "edge.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "edge.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts index d929887f5a26..87745e2043d1 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "featurestore-runtime.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "featurestore-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "featurestore-runtime.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "featurestore-runtime.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sagemaker-runtime/src/endpoints.ts b/clients/client-sagemaker-runtime/src/endpoints.ts index be6d80980b00..1582fa09e181 100644 --- a/clients/client-sagemaker-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-runtime/src/endpoints.ts @@ -2,22 +2,62 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + variants: [ + { + hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -55,11 +95,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "runtime.sagemaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "runtime.sagemaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime.sagemaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -75,6 +135,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "runtime.sagemaker-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "runtime.sagemaker-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "runtime.sagemaker.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index e905f4ec9d2a..f377cbcb5520 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -2,14 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + variants: [ + { + hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", @@ -18,10 +42,35 @@ const regionHash: RegionHash = { hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1-secondary": { + variants: [ + { + hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, + "us-west-1": { + variants: [ + { + hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +108,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "api.sagemaker-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "api.sagemaker-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "api.sagemaker.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -85,6 +154,12 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-savingsplans/src/endpoints.ts b/clients/client-savingsplans/src/endpoints.ts index 111921d464bc..f9fef68fb7c3 100644 --- a/clients/client-savingsplans/src/endpoints.ts +++ b/clients/client-savingsplans/src/endpoints.ts @@ -36,11 +36,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "savingsplans-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "savingsplans-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "savingsplans.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "savingsplans-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "savingsplans-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "savingsplans.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -56,6 +84,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.amazonaws.com", + variants: [ + { + hostname: "savingsplans-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "savingsplans-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "savingsplans.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-schemas/src/endpoints.ts b/clients/client-schemas/src/endpoints.ts index 1d551384a525..8475a7da3d12 100644 --- a/clients/client-schemas/src/endpoints.ts +++ b/clients/client-schemas/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com", + variants: [ + { + hostname: "schemas-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "schemas-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "schemas.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "schemas-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "schemas-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "schemas.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com", + variants: [ + { + hostname: "schemas-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "schemas-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "schemas.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-secrets-manager/src/endpoints.ts b/clients/client-secrets-manager/src/endpoints.ts index 0ed701184fc6..9aae522e6196 100644 --- a/clients/client-secrets-manager/src/endpoints.ts +++ b/clients/client-secrets-manager/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "secretsmanager-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "secretsmanager-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "secretsmanager-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "secretsmanager-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "secretsmanager-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "secretsmanager-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "secretsmanager-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "secretsmanager-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "secretsmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "secretsmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "secretsmanager-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "secretsmanager-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "secretsmanager.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "secretsmanager-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "secretsmanager.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-securityhub/src/endpoints.ts b/clients/client-securityhub/src/endpoints.ts index f3d813ebed8b..056316711c53 100644 --- a/clients/client-securityhub/src/endpoints.ts +++ b/clients/client-securityhub/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "securityhub-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "securityhub-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "securityhub-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "securityhub-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "securityhub-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "securityhub-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "securityhub.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "securityhub-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "securityhub-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "securityhub.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "securityhub-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "securityhub.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-serverlessapplicationrepository/src/endpoints.ts b/clients/client-serverlessapplicationrepository/src/endpoints.ts index c5378361a43b..d83a49e2b368 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoints.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoints.ts @@ -39,11 +39,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com", + variants: [ + { + hostname: "serverlessrepo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "serverlessrepo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "serverlessrepo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "serverlessrepo-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "serverlessrepo-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "serverlessrepo.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -59,6 +87,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com", + variants: [ + { + hostname: "serverlessrepo-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "serverlessrepo-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "serverlessrepo.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-service-catalog-appregistry/src/endpoints.ts b/clients/client-service-catalog-appregistry/src/endpoints.ts index 886288086efa..1c1f811ca0b8 100644 --- a/clients/client-service-catalog-appregistry/src/endpoints.ts +++ b/clients/client-service-catalog-appregistry/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicecatalog-appregistry-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicecatalog-appregistry.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "servicecatalog-appregistry-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicecatalog-appregistry.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-service-catalog/src/endpoints.ts b/clients/client-service-catalog/src/endpoints.ts index 6fd7b75764f3..f2d5bc478b4f 100644 --- a/clients/client-service-catalog/src/endpoints.ts +++ b/clients/client-service-catalog/src/endpoints.ts @@ -2,26 +2,74 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "servicecatalog-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "servicecatalog-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "servicecatalog-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "servicecatalog-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "servicecatalog-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "servicecatalog-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "servicecatalog-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "servicecatalog-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicecatalog-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicecatalog.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "servicecatalog-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "servicecatalog-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicecatalog.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicecatalog-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicecatalog.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-service-quotas/src/endpoints.ts b/clients/client-service-quotas/src/endpoints.ts index a0f4103f696b..6af86ac2a608 100644 --- a/clients/client-service-quotas/src/endpoints.ts +++ b/clients/client-service-quotas/src/endpoints.ts @@ -10,6 +10,22 @@ const regionHash: RegionHash = { hostname: "servicequotas.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-east-1": { + variants: [ + { + hostname: "servicequotas.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "servicequotas.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -39,11 +55,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.amazonaws.com", + variants: [ + { + hostname: "servicequotas-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicequotas-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicequotas.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "servicequotas-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "servicequotas-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicequotas.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -59,6 +103,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.amazonaws.com", + variants: [ + { + hostname: "servicequotas.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index 0c184bd239b9..a3dd3356124c 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -2,34 +2,99 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", }, + servicediscovery: { + variants: [ + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, "servicediscovery-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "servicediscovery-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "servicediscovery-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "servicediscovery-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "servicediscovery-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -70,11 +135,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicediscovery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicediscovery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "servicediscovery-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "servicediscovery-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicediscovery.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -97,6 +190,20 @@ const partitionHash: PartitionHash = { ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "servicediscovery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "servicediscovery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ses/src/endpoints.ts b/clients/client-ses/src/endpoints.ts index fd64fb343c7f..b1c08b133741 100644 --- a/clients/client-ses/src/endpoints.ts +++ b/clients/client-ses/src/endpoints.ts @@ -6,6 +6,14 @@ const regionHash: RegionHash = { hostname: "email-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -35,11 +43,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +91,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sesv2/src/endpoints.ts b/clients/client-sesv2/src/endpoints.ts index fd64fb343c7f..b1c08b133741 100644 --- a/clients/client-sesv2/src/endpoints.ts +++ b/clients/client-sesv2/src/endpoints.ts @@ -6,6 +6,14 @@ const regionHash: RegionHash = { hostname: "email-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -35,11 +43,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -55,6 +91,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", + variants: [ + { + hostname: "email-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "email-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "email.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sfn/src/endpoints.ts b/clients/client-sfn/src/endpoints.ts index 807910f2f7e5..b8aebfaddcb4 100644 --- a/clients/client-sfn/src/endpoints.ts +++ b/clients/client-sfn/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "states-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "states-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "states-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "states-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "states.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "states-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "states-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com", + variants: [ + { + hostname: "states-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "states-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "states.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "states-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "states-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "states.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com", + variants: [ + { + hostname: "states-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "states-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "states.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-shield/src/endpoints.ts b/clients/client-shield/src/endpoints.ts index bb3bf3cb4ce6..1aca3b5f801e 100644 --- a/clients/client-shield/src/endpoints.ts +++ b/clients/client-shield/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "shield.us-east-1.amazonaws.com", + variants: [ + { + hostname: "shield-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "fips-aws-global": { @@ -41,11 +47,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "shield-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "shield-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "shield.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "shield.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "shield-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "shield-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "shield.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -61,6 +95,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "shield.{region}.amazonaws.com", + variants: [ + { + hostname: "shield-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "shield-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "shield.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-signer/src/endpoints.ts b/clients/client-signer/src/endpoints.ts index df0b713f1ccc..c40bf06d9894 100644 --- a/clients/client-signer/src/endpoints.ts +++ b/clients/client-signer/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com", + variants: [ + { + hostname: "signer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "signer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "signer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "signer-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "signer-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "signer.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com", + variants: [ + { + hostname: "signer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "signer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "signer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sms/src/endpoints.ts b/clients/client-sms/src/endpoints.ts index 822e2bb54c94..6ada3e088313 100644 --- a/clients/client-sms/src/endpoints.ts +++ b/clients/client-sms/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "sms-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "sms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "sms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "sms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "sms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "sms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "sms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com", + variants: [ + { + hostname: "sms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sms-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sms-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com", + variants: [ + { + hostname: "sms-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sms-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sms.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-snow-device-management/src/endpoints.ts b/clients/client-snow-device-management/src/endpoints.ts index b90bf1e817b5..9a4bc3fc3e85 100644 --- a/clients/client-snow-device-management/src/endpoints.ts +++ b/clients/client-snow-device-management/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com", + variants: [ + { + hostname: "snow-device-management-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "snow-device-management-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "snow-device-management.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "snow-device-management-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "snow-device-management-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "snow-device-management.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com", + variants: [ + { + hostname: "snow-device-management-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "snow-device-management-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "snow-device-management.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-snowball/src/endpoints.ts b/clients/client-snowball/src/endpoints.ts index 1c02a1b031f2..fff1f09f1414 100644 --- a/clients/client-snowball/src/endpoints.ts +++ b/clients/client-snowball/src/endpoints.ts @@ -2,6 +2,110 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ap-northeast-1": { + variants: [ + { + hostname: "snowball-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-2": { + variants: [ + { + hostname: "snowball-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-northeast-3": { + variants: [ + { + hostname: "snowball-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-south-1": { + variants: [ + { + hostname: "snowball-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-1": { + variants: [ + { + hostname: "snowball-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ap-southeast-2": { + variants: [ + { + hostname: "snowball-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "ca-central-1": { + variants: [ + { + hostname: "snowball-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "cn-north-1": { + variants: [ + { + hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], + }, + "cn-northwest-1": { + variants: [ + { + hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], + }, + "eu-central-1": { + variants: [ + { + hostname: "snowball-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-1": { + variants: [ + { + hostname: "snowball-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-2": { + variants: [ + { + hostname: "snowball-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "eu-west-3": { + variants: [ + { + hostname: "snowball-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ap-northeast-1": { hostname: "snowball-fips.ap-northeast-1.amazonaws.com", signingRegion: "ap-northeast-1", @@ -82,6 +186,62 @@ const regionHash: RegionHash = { hostname: "snowball-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "sa-east-1": { + variants: [ + { + hostname: "snowball-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-1": { + variants: [ + { + hostname: "snowball-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "snowball-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "snowball-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "snowball-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "snowball-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "snowball-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -127,11 +287,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "snowball-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "snowball.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1", "fips-cn-north-1", "fips-cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "snowball-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "snowball-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "snowball.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -147,6 +335,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "snowball-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "snowball.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sns/src/endpoints.ts b/clients/client-sns/src/endpoints.ts index 900feee5a24c..880c7a787f68 100644 --- a/clients/client-sns/src/endpoints.ts +++ b/clients/client-sns/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "sns-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "sns-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "sns-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "sns.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "sns.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "sns-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "sns-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com", + variants: [ + { + hostname: "sns-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sns-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sns.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sns-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sns-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sns.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com", + variants: [ + { + hostname: "sns-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sns-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sns.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sqs/src/endpoints.ts b/clients/client-sqs/src/endpoints.ts index 13c287e24884..0dcb67091cd9 100644 --- a/clients/client-sqs/src/endpoints.ts +++ b/clients/client-sqs/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "sqs-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "sqs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "sqs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "sqs.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "sqs.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "sqs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "sqs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sqs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sqs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sqs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sqs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sqs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sqs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sqs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ssm-contacts/src/endpoints.ts b/clients/client-ssm-contacts/src/endpoints.ts index b621894a9e77..fbd21dec4f69 100644 --- a/clients/client-ssm-contacts/src/endpoints.ts +++ b/clients/client-ssm-contacts/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm-contacts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ssm-contacts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-contacts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ssm-contacts-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ssm-contacts-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-contacts.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm-contacts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ssm-contacts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-contacts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ssm-incidents/src/endpoints.ts b/clients/client-ssm-incidents/src/endpoints.ts index dce80d292270..d94c009f45e1 100644 --- a/clients/client-ssm-incidents/src/endpoints.ts +++ b/clients/client-ssm-incidents/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm-incidents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ssm-incidents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-incidents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ssm-incidents-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ssm-incidents-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-incidents.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm-incidents-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ssm-incidents-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm-incidents.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-ssm/src/endpoints.ts b/clients/client-ssm/src/endpoints.ts index 6d407424a24c..56ede080e3e9 100644 --- a/clients/client-ssm/src/endpoints.ts +++ b/clients/client-ssm/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "ssm-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "ssm-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "ssm-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "ssm-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "ssm-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "ssm.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "ssm.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "ssm-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "ssm-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ssm-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ssm-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ssm-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ssm.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ssm.{region}.amazonaws.com", + variants: [ + { + hostname: "ssm.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-sso-admin/src/endpoints.ts b/clients/client-sso-admin/src/endpoints.ts index bb954dba649e..39305d0dcda3 100644 --- a/clients/client-sso-admin/src/endpoints.ts +++ b/clients/client-sso-admin/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com", + variants: [ + { + hostname: "sso-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sso-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sso.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sso-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sso-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sso.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com", + variants: [ + { + hostname: "sso-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sso-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sso.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sso-oidc/src/endpoints.ts b/clients/client-sso-oidc/src/endpoints.ts index b8723fce752d..c89fc4807247 100644 --- a/clients/client-sso-oidc/src/endpoints.ts +++ b/clients/client-sso-oidc/src/endpoints.ts @@ -95,11 +95,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com", + variants: [ + { + hostname: "oidc-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "oidc-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "oidc.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "oidc-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "oidc-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "oidc.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -115,6 +143,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com", + variants: [ + { + hostname: "oidc-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "oidc-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "oidc.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index ad510f070528..bdd1bb71832b 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -95,11 +95,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com", + variants: [ + { + hostname: "portal.sso-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "portal.sso-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "portal.sso.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "portal.sso-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "portal.sso-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "portal.sso.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -115,6 +143,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com", + variants: [ + { + hostname: "portal.sso-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "portal.sso-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "portal.sso.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index 9bc491138e98..c9fcdf20c1fb 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "ca-central-1-fips": { hostname: "storagegateway-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -10,26 +18,74 @@ const regionHash: RegionHash = { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1": { + variants: [ + { + hostname: "storagegateway-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "storagegateway-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "storagegateway-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "storagegateway-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "storagegateway-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "storagegateway-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "storagegateway-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "storagegateway-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -69,11 +125,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "storagegateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "storagegateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "storagegateway-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "storagegateway-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "storagegateway.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -89,6 +173,20 @@ const partitionHash: PartitionHash = { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "storagegateway-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "storagegateway.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-sts/src/endpoints.ts b/clients/client-sts/src/endpoints.ts index 66dda5bf9ad6..91300743add0 100644 --- a/clients/client-sts/src/endpoints.ts +++ b/clients/client-sts/src/endpoints.ts @@ -6,26 +6,74 @@ const regionHash: RegionHash = { hostname: "sts.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-1": { + variants: [ + { + hostname: "sts-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "sts-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "sts-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "sts-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-east-1": { + variants: [ + { + hostname: "sts.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1-fips": { hostname: "sts.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "sts.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "sts.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "sts-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-1-fips": { hostname: "sts-fips.us-west-1.amazonaws.com", signingRegion: "us-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "sts-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "sts-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -64,11 +112,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sts.{region}.amazonaws.com", + variants: [ + { + hostname: "sts-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "sts-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "sts.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sts.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "sts-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "sts-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "sts.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +160,12 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sts.{region}.amazonaws.com", + variants: [ + { + hostname: "sts.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-support/src/endpoints.ts b/clients/client-support/src/endpoints.ts index 2f31b2dafdb0..db0f6d9e7743 100644 --- a/clients/client-support/src/endpoints.ts +++ b/clients/client-support/src/endpoints.ts @@ -26,6 +26,15 @@ const regionHash: RegionHash = { hostname: "support.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-gov-west-1": { + variants: [ + { + hostname: "support.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-gov-west-1", + }, }; const partitionHash: PartitionHash = { @@ -56,11 +65,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com", + variants: [ + { + hostname: "support-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "support-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "support.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "support-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "support-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "support.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], @@ -76,6 +113,20 @@ const partitionHash: PartitionHash = { regions: ["aws-us-gov-global", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com", + variants: [ + { + hostname: "support-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "support-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "support.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-swf/src/endpoints.ts b/clients/client-swf/src/endpoints.ts index 4e8331b9d98d..1c3a1938742f 100644 --- a/clients/client-swf/src/endpoints.ts +++ b/clients/client-swf/src/endpoints.ts @@ -18,6 +18,22 @@ const regionHash: RegionHash = { hostname: "swf-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "swf-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "swf-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-east-1": { hostname: "swf.us-gov-east-1.amazonaws.com", signingRegion: "us-gov-east-1", @@ -26,6 +42,22 @@ const regionHash: RegionHash = { hostname: "swf.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-1": { + variants: [ + { + hostname: "swf-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "swf-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com", + variants: [ + { + hostname: "swf-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "swf-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "swf.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "swf-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "swf-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "swf.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com", + variants: [ + { + hostname: "swf-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "swf-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "swf.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-synthetics/src/endpoints.ts b/clients/client-synthetics/src/endpoints.ts index bae44c2aa9ca..d12bc02cd471 100644 --- a/clients/client-synthetics/src/endpoints.ts +++ b/clients/client-synthetics/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com", + variants: [ + { + hostname: "synthetics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "synthetics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "synthetics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "synthetics-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "synthetics-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "synthetics.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com", + variants: [ + { + hostname: "synthetics-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "synthetics-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "synthetics.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-textract/src/endpoints.ts b/clients/client-textract/src/endpoints.ts index 86d7d2e75b42..a3472c3947b6 100644 --- a/clients/client-textract/src/endpoints.ts +++ b/clients/client-textract/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "textract-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "textract-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "textract-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "textract-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "textract-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "textract-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "textract-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "textract-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "textract-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com", + variants: [ + { + hostname: "textract-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "textract-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "textract.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "textract-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "textract-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "textract.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com", + variants: [ + { + hostname: "textract-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "textract-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "textract.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-timestream-query/src/endpoints.ts b/clients/client-timestream-query/src/endpoints.ts index 87f3f056dc8c..6c3e42fc3a72 100644 --- a/clients/client-timestream-query/src/endpoints.ts +++ b/clients/client-timestream-query/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com", + variants: [ + { + hostname: "query.timestream-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "query.timestream-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "query.timestream.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "query.timestream-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "query.timestream-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "query.timestream.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com", + variants: [ + { + hostname: "query.timestream-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "query.timestream-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "query.timestream.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-timestream-write/src/endpoints.ts b/clients/client-timestream-write/src/endpoints.ts index cc9b8ebdf545..ff57df4ae009 100644 --- a/clients/client-timestream-write/src/endpoints.ts +++ b/clients/client-timestream-write/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com", + variants: [ + { + hostname: "ingest.timestream-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ingest.timestream-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ingest.timestream.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "ingest.timestream-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "ingest.timestream-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "ingest.timestream.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com", + variants: [ + { + hostname: "ingest.timestream-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "ingest.timestream-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "ingest.timestream.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index 514d752e6b8b..96b4a12300c5 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -2,6 +2,15 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "transcribestreaming-ca-central-1": { + variants: [ + { + hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "ca-central-1", + }, "transcribestreaming-fips-ca-central-1": { hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -18,6 +27,33 @@ const regionHash: RegionHash = { hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "transcribestreaming-us-east-1": { + variants: [ + { + hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, + "transcribestreaming-us-east-2": { + variants: [ + { + hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-2", + }, + "transcribestreaming-us-west-2": { + variants: [ + { + hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -55,11 +91,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "transcribestreaming-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "transcribestreaming.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "transcribestreaming-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "transcribestreaming-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "transcribestreaming.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -75,6 +139,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "transcribestreaming-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "transcribestreaming.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-transcribe/src/endpoints.ts b/clients/client-transcribe/src/endpoints.ts index 2d9c82b6ffcf..acbd32e6e3dd 100644 --- a/clients/client-transcribe/src/endpoints.ts +++ b/clients/client-transcribe/src/endpoints.ts @@ -34,6 +34,54 @@ const regionHash: RegionHash = { hostname: "fips.transcribe.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "fips.transcribe.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "fips.transcribe.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "fips.transcribe.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "fips.transcribe.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -67,11 +115,31 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "transcribe-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "transcribe-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "transcribe.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -87,6 +155,12 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.{region}.amazonaws.com", + tags: ["fips"], + }, + ], }, }; diff --git a/clients/client-transfer/src/endpoints.ts b/clients/client-transfer/src/endpoints.ts index 931566f8f041..97b0c9c066da 100644 --- a/clients/client-transfer/src/endpoints.ts +++ b/clients/client-transfer/src/endpoints.ts @@ -2,6 +2,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1": { + variants: [ + { + hostname: "transfer-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "fips-ca-central-1": { hostname: "transfer-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +38,54 @@ const regionHash: RegionHash = { hostname: "transfer-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "transfer-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "transfer-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "transfer-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "transfer-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "transfer-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "transfer-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -64,11 +120,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "transfer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "transfer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "transfer-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "transfer-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "transfer.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -84,6 +168,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "transfer-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "transfer.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-translate/src/endpoints.ts b/clients/client-translate/src/endpoints.ts index 46c870c68e90..77601c6fee2f 100644 --- a/clients/client-translate/src/endpoints.ts +++ b/clients/client-translate/src/endpoints.ts @@ -2,18 +2,50 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "us-east-1": { + variants: [ + { + hostname: "translate-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-1-fips": { hostname: "translate-fips.us-east-1.amazonaws.com", signingRegion: "us-east-1", }, + "us-east-2": { + variants: [ + { + hostname: "translate-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-east-2-fips": { hostname: "translate-fips.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + variants: [ + { + hostname: "translate-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-gov-west-1-fips": { hostname: "translate-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-west-2": { + variants: [ + { + hostname: "translate-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, "us-west-2-fips": { hostname: "translate-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", @@ -50,11 +82,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com", + variants: [ + { + hostname: "translate-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "translate-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "translate.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "translate-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "translate-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "translate.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -70,6 +130,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com", + variants: [ + { + hostname: "translate-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "translate-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "translate.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-voice-id/src/endpoints.ts b/clients/client-voice-id/src/endpoints.ts index b8d4a6c247ef..9a6ff4aa0d73 100644 --- a/clients/client-voice-id/src/endpoints.ts +++ b/clients/client-voice-id/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com", + variants: [ + { + hostname: "voiceid-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "voiceid-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "voiceid.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "voiceid-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "voiceid-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "voiceid.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com", + variants: [ + { + hostname: "voiceid-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "voiceid-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "voiceid.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-waf-regional/src/endpoints.ts b/clients/client-waf-regional/src/endpoints.ts index 6158d97df487..bf1a67c9ef82 100644 --- a/clients/client-waf-regional/src/endpoints.ts +++ b/clients/client-waf-regional/src/endpoints.ts @@ -4,70 +4,172 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "af-south-1": { hostname: "waf-regional.af-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "af-south-1", }, "ap-east-1": { hostname: "waf-regional.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-east-1", }, "ap-northeast-1": { hostname: "waf-regional.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "waf-regional.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { hostname: "waf-regional.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-northeast-3", }, "ap-south-1": { hostname: "waf-regional.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "waf-regional.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "waf-regional.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "waf-regional.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "ca-central-1", }, "cn-north-1": { hostname: "waf-regional.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "waf-regional.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, + ], signingRegion: "cn-northwest-1", }, "eu-central-1": { hostname: "waf-regional.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "waf-regional.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-north-1", }, "eu-south-1": { hostname: "waf-regional.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-south-1", }, "eu-west-1": { hostname: "waf-regional.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "waf-regional.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "waf-regional.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "eu-west-3", }, "fips-af-south-1": { @@ -172,34 +274,82 @@ const regionHash: RegionHash = { }, "me-south-1": { hostname: "waf-regional.me-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "me-south-1", }, "sa-east-1": { hostname: "waf-regional.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "waf-regional.us-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "waf-regional.us-east-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "waf-regional.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "waf-regional.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { hostname: "waf-regional.us-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { hostname: "waf-regional.us-west-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-west-2", }, }; @@ -252,11 +402,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "waf-regional-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf-regional.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1", "fips-cn-north-1", "fips-cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "waf-regional-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "waf-regional-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf-regional.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -272,6 +450,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "waf-regional-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf-regional.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 95544d5a1b29..698ca8e38340 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -2,12 +2,27 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + aws: { + variants: [ + { + hostname: "waf-fips.amazonaws.com", + tags: ["fips"], + }, + ], + signingRegion: "us-east-1", + }, "aws-fips": { hostname: "waf-fips.amazonaws.com", signingRegion: "us-east-1", }, "aws-global": { hostname: "waf.amazonaws.com", + variants: [ + { + hostname: "waf-fips.amazonaws.com", + tags: ["fips"], + }, + ], signingRegion: "us-east-1", }, "aws-global-fips": { @@ -47,11 +62,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", endpoint: "aws-global", + variants: [ + { + hostname: "waf-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "waf-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "waf.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "waf-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "waf-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -67,6 +110,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "waf.{region}.amazonaws.com", + variants: [ + { + hostname: "waf-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "waf-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "waf.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-wafv2/src/endpoints.ts b/clients/client-wafv2/src/endpoints.ts index 942ba3bd0f8d..2cf853571b72 100644 --- a/clients/client-wafv2/src/endpoints.ts +++ b/clients/client-wafv2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com", + variants: [ + { + hostname: "wafv2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wafv2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wafv2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "wafv2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "wafv2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "wafv2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com", + variants: [ + { + hostname: "wafv2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wafv2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wafv2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-wellarchitected/src/endpoints.ts b/clients/client-wellarchitected/src/endpoints.ts index 6fb1791bc195..4be05ae61172 100644 --- a/clients/client-wellarchitected/src/endpoints.ts +++ b/clients/client-wellarchitected/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com", + variants: [ + { + hostname: "wellarchitected-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wellarchitected-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wellarchitected.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "wellarchitected-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "wellarchitected-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "wellarchitected.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com", + variants: [ + { + hostname: "wellarchitected-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wellarchitected-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wellarchitected.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-wisdom/src/endpoints.ts b/clients/client-wisdom/src/endpoints.ts index 1c6423223975..a2d40ed7cb1b 100644 --- a/clients/client-wisdom/src/endpoints.ts +++ b/clients/client-wisdom/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com", + variants: [ + { + hostname: "wisdom-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wisdom-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wisdom.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "wisdom-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "wisdom-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "wisdom.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com", + variants: [ + { + hostname: "wisdom-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "wisdom-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "wisdom.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-workdocs/src/endpoints.ts b/clients/client-workdocs/src/endpoints.ts index d7ff6fcad41d..d85763150c69 100644 --- a/clients/client-workdocs/src/endpoints.ts +++ b/clients/client-workdocs/src/endpoints.ts @@ -10,6 +10,22 @@ const regionHash: RegionHash = { hostname: "workdocs-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "workdocs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "workdocs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -41,11 +57,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com", + variants: [ + { + hostname: "workdocs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workdocs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workdocs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "workdocs-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "workdocs-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "workdocs.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -61,6 +105,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com", + variants: [ + { + hostname: "workdocs-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workdocs-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workdocs.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-worklink/src/endpoints.ts b/clients/client-worklink/src/endpoints.ts index f9feee42a4b2..6427917b5f13 100644 --- a/clients/client-worklink/src/endpoints.ts +++ b/clients/client-worklink/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com", + variants: [ + { + hostname: "worklink-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "worklink-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "worklink.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "worklink-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "worklink-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "worklink.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com", + variants: [ + { + hostname: "worklink-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "worklink-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "worklink.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-workmail/src/endpoints.ts b/clients/client-workmail/src/endpoints.ts index 627030b02bec..74d74a4cce70 100644 --- a/clients/client-workmail/src/endpoints.ts +++ b/clients/client-workmail/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com", + variants: [ + { + hostname: "workmail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workmail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "workmail-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "workmail-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmail.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com", + variants: [ + { + hostname: "workmail-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workmail-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmail.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-workmailmessageflow/src/endpoints.ts b/clients/client-workmailmessageflow/src/endpoints.ts index 9e5127896fc3..907ae4df0050 100644 --- a/clients/client-workmailmessageflow/src/endpoints.ts +++ b/clients/client-workmailmessageflow/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com", + variants: [ + { + hostname: "workmailmessageflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workmailmessageflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmailmessageflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "workmailmessageflow-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "workmailmessageflow-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmailmessageflow.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com", + variants: [ + { + hostname: "workmailmessageflow-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workmailmessageflow-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workmailmessageflow.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-workspaces/src/endpoints.ts b/clients/client-workspaces/src/endpoints.ts index b40d7232ffb3..daa953b947ef 100644 --- a/clients/client-workspaces/src/endpoints.ts +++ b/clients/client-workspaces/src/endpoints.ts @@ -14,6 +14,30 @@ const regionHash: RegionHash = { hostname: "workspaces-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "workspaces-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "workspaces-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -45,11 +69,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com", + variants: [ + { + hostname: "workspaces-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workspaces-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workspaces.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "workspaces-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "workspaces-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "workspaces.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -65,6 +117,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com", + variants: [ + { + hostname: "workspaces-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "workspaces-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "workspaces.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/clients/client-xray/src/endpoints.ts b/clients/client-xray/src/endpoints.ts index 33fe2dd967a7..05a6be9f98c5 100644 --- a/clients/client-xray/src/endpoints.ts +++ b/clients/client-xray/src/endpoints.ts @@ -26,6 +26,54 @@ const regionHash: RegionHash = { hostname: "xray-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1": { + variants: [ + { + hostname: "xray-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-east-2": { + variants: [ + { + hostname: "xray-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-east-1": { + variants: [ + { + hostname: "xray-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-gov-west-1": { + variants: [ + { + hostname: "xray-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-1": { + variants: [ + { + hostname: "xray-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, + ], + }, + "us-west-2": { + variants: [ + { + hostname: "xray-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, + ], + }, }; const partitionHash: PartitionHash = { @@ -59,11 +107,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com", + variants: [ + { + hostname: "xray-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "xray-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "xray.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "xray-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "xray-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "xray.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -79,6 +155,20 @@ const partitionHash: PartitionHash = { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com", + variants: [ + { + hostname: "xray-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "xray-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "xray.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-ec2/src/endpoints.ts b/private/aws-protocoltests-ec2/src/endpoints.ts index 0e85dfecc22c..9e82669e9b3c 100644 --- a/private/aws-protocoltests-ec2/src/endpoints.ts +++ b/private/aws-protocoltests-ec2/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com", + variants: [ + { + hostname: "awsec2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "awsec2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsec2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "awsec2-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "awsec2-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsec2.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com", + variants: [ + { + hostname: "awsec2-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "awsec2-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsec2.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-json-10/src/endpoints.ts b/private/aws-protocoltests-json-10/src/endpoints.ts index bd6726b853d2..027ae13adcdb 100644 --- a/private/aws-protocoltests-json-10/src/endpoints.ts +++ b/private/aws-protocoltests-json-10/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com", + variants: [ + { + hostname: "jsonrpc10-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "jsonrpc10-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonrpc10.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "jsonrpc10-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "jsonrpc10-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonrpc10.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com", + variants: [ + { + hostname: "jsonrpc10-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "jsonrpc10-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonrpc10.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-json/src/endpoints.ts b/private/aws-protocoltests-json/src/endpoints.ts index 28532a196b26..fedae22e1147 100644 --- a/private/aws-protocoltests-json/src/endpoints.ts +++ b/private/aws-protocoltests-json/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com", + variants: [ + { + hostname: "jsonprotocol-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "jsonprotocol-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonprotocol.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "jsonprotocol-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "jsonprotocol-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonprotocol.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com", + variants: [ + { + hostname: "jsonprotocol-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "jsonprotocol-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "jsonprotocol.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-query/src/endpoints.ts b/private/aws-protocoltests-query/src/endpoints.ts index 1320d847af71..cd3b37c5a0e0 100644 --- a/private/aws-protocoltests-query/src/endpoints.ts +++ b/private/aws-protocoltests-query/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com", + variants: [ + { + hostname: "awsquery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "awsquery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsquery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "awsquery-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "awsquery-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsquery.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com", + variants: [ + { + hostname: "awsquery-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "awsquery-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "awsquery.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-restjson/src/endpoints.ts b/private/aws-protocoltests-restjson/src/endpoints.ts index e6a29f890801..1c14b066954d 100644 --- a/private/aws-protocoltests-restjson/src/endpoints.ts +++ b/private/aws-protocoltests-restjson/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com", + variants: [ + { + hostname: "restjson-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "restjson-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "restjson.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "restjson-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "restjson-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "restjson.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com", + variants: [ + { + hostname: "restjson-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "restjson-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "restjson.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; diff --git a/private/aws-protocoltests-restxml/src/endpoints.ts b/private/aws-protocoltests-restxml/src/endpoints.ts index 5625ad0d337b..e41e4486d932 100644 --- a/private/aws-protocoltests-restxml/src/endpoints.ts +++ b/private/aws-protocoltests-restxml/src/endpoints.ts @@ -30,11 +30,39 @@ const partitionHash: PartitionHash = { ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com", + variants: [ + { + hostname: "restxml-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "restxml-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "restxml.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com.cn", + variants: [ + { + hostname: "restxml-fips.{region}.amazonaws.com.cn", + tags: ["fips"], + }, + { + hostname: "restxml-fips.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack", "fips"], + }, + { + hostname: "restxml.{region}.api.amazonwebservices.com.cn", + tags: ["dualstack"], + }, + ], }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], @@ -50,6 +78,20 @@ const partitionHash: PartitionHash = { regions: ["us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com", + variants: [ + { + hostname: "restxml-fips.{region}.amazonaws.com", + tags: ["fips"], + }, + { + hostname: "restxml-fips.{region}.api.aws", + tags: ["dualstack", "fips"], + }, + { + hostname: "restxml.{region}.api.aws", + tags: ["dualstack"], + }, + ], }, }; From 42e7158920c86211da8fd4ee0ab627898f991933 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:30:43 +0000 Subject: [PATCH 06/24] chore(config-resolver): add endpoint variants array in RegionHash/PartitionHash --- .../config-resolver/src/regionInfo/EndpointVariant.ts | 9 +++++++++ .../src/regionInfo/EndpointVariantTag.ts | 5 +++++ .../config-resolver/src/regionInfo/PartitionHash.ts | 10 +++++++++- packages/config-resolver/src/regionInfo/RegionHash.ts | 11 +++++++++-- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 packages/config-resolver/src/regionInfo/EndpointVariant.ts create mode 100644 packages/config-resolver/src/regionInfo/EndpointVariantTag.ts diff --git a/packages/config-resolver/src/regionInfo/EndpointVariant.ts b/packages/config-resolver/src/regionInfo/EndpointVariant.ts new file mode 100644 index 000000000000..bb948248160c --- /dev/null +++ b/packages/config-resolver/src/regionInfo/EndpointVariant.ts @@ -0,0 +1,9 @@ +import { EndpointVariantTag } from "./EndpointVariantTag"; + +/** + * Provides hostname information for specific host label. + */ +export type EndpointVariant = { + hostname: string; + tags: EndpointVariantTag[]; +}; diff --git a/packages/config-resolver/src/regionInfo/EndpointVariantTag.ts b/packages/config-resolver/src/regionInfo/EndpointVariantTag.ts new file mode 100644 index 000000000000..43e3cfb58a2c --- /dev/null +++ b/packages/config-resolver/src/regionInfo/EndpointVariantTag.ts @@ -0,0 +1,5 @@ +/** + * The tag which mentions which area variant is providing information for. + * Can be either "fips" or "dualstack". + */ +export type EndpointVariantTag = "fips" | "dualstack"; diff --git a/packages/config-resolver/src/regionInfo/PartitionHash.ts b/packages/config-resolver/src/regionInfo/PartitionHash.ts index abc85d0b15b3..527bb8ca444f 100644 --- a/packages/config-resolver/src/regionInfo/PartitionHash.ts +++ b/packages/config-resolver/src/regionInfo/PartitionHash.ts @@ -1,8 +1,16 @@ +import { EndpointVariant } from "./EndpointVariant"; + /** * The hash of partition with the information specific to that partition. * The information includes the list of regions belonging to that partition, * and the hostname to be used for the partition. */ export type PartitionHash = { - [key: string]: { regions: string[]; regionRegex: string; hostname?: string; endpoint?: string }; + [key: string]: { + regions: string[]; + regionRegex: string; + hostname?: string; + endpoint?: string; + variants?: EndpointVariant[]; + }; }; diff --git a/packages/config-resolver/src/regionInfo/RegionHash.ts b/packages/config-resolver/src/regionInfo/RegionHash.ts index 3441bb2ffafc..4c1d86969695 100644 --- a/packages/config-resolver/src/regionInfo/RegionHash.ts +++ b/packages/config-resolver/src/regionInfo/RegionHash.ts @@ -1,7 +1,14 @@ -import { RegionInfo } from "@aws-sdk/types"; +import { EndpointVariant } from "./EndpointVariant"; /** * The hash of region with the information specific to that region. * The information can include hostname, signingService and signingRegion. */ -export type RegionHash = { [key: string]: Partial> }; +export type RegionHash = { + [key: string]: { + hostname?: string; + variants?: EndpointVariant[]; + signingService?: string; + signingRegion?: string; + }; +}; From 8a73c94f8f603ab1058be1d82bd5543922e69cc6 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:14:09 +0000 Subject: [PATCH 07/24] chore: add a comment to remove hostname after switching to variants --- .../amazon/smithy/aws/typescript/codegen/EndpointGenerator.java | 2 ++ packages/config-resolver/src/regionInfo/PartitionHash.ts | 1 + packages/config-resolver/src/regionInfo/RegionHash.ts | 1 + 3 files changed, 4 insertions(+) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index a8213731ca29..887f96c459be 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -136,6 +136,7 @@ private void writePartitionHash() { writer.write("regionRegex: $S,", partition.regionRegex); OptionalUtils.ifPresentOrElse(partition.getPartitionEndpoint(), endpoint -> writer.write("endpoint: $S,", endpoint), + // TODO: Remove population of hostname after switching to variants. () -> writer.write("hostname: $S,", partition.hostnameTemplate)); List variants = partition.getVariants(); if (!variants.isEmpty()) { @@ -174,6 +175,7 @@ private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { || resolved.containsMember("hostname") || resolved.containsMember("credentialScope")) { writer.openBlock("$S: {", "},", region, () -> { + // TODO: Remove population of hostname after switching to variants. if (resolved.containsMember("hostname")) { String hostname = resolved.expectStringMember("hostname").getValue(); writer.write("hostname: $S,", hostname); diff --git a/packages/config-resolver/src/regionInfo/PartitionHash.ts b/packages/config-resolver/src/regionInfo/PartitionHash.ts index 527bb8ca444f..0c7a609ae67c 100644 --- a/packages/config-resolver/src/regionInfo/PartitionHash.ts +++ b/packages/config-resolver/src/regionInfo/PartitionHash.ts @@ -9,6 +9,7 @@ export type PartitionHash = { [key: string]: { regions: string[]; regionRegex: string; + // TODO: Remove hostname after fully switching to variants. hostname?: string; endpoint?: string; variants?: EndpointVariant[]; diff --git a/packages/config-resolver/src/regionInfo/RegionHash.ts b/packages/config-resolver/src/regionInfo/RegionHash.ts index 4c1d86969695..6413e8cfe9b1 100644 --- a/packages/config-resolver/src/regionInfo/RegionHash.ts +++ b/packages/config-resolver/src/regionInfo/RegionHash.ts @@ -6,6 +6,7 @@ import { EndpointVariant } from "./EndpointVariant"; */ export type RegionHash = { [key: string]: { + // TODO: Remove hostname after fully switching to variants. hostname?: string; variants?: EndpointVariant[]; signingService?: string; From 5fffa7b28175f067eff5da6a39b0792d8f73043f Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:41:05 +0000 Subject: [PATCH 08/24] chore(codegen): populate default hostname and variant --- .../typescript/codegen/EndpointGenerator.java | 35 ++++++++++++++----- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 887f96c459be..59d6f21b4f0e 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -16,6 +16,7 @@ package software.amazon.smithy.aws.typescript.codegen; import java.util.ArrayList; +import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Optional; @@ -93,15 +94,23 @@ private void loadServiceEndpoints() { for (Map.Entry entry : endpointMap.getStringMap().entrySet()) { ObjectNode config = entry.getValue().expectObjectNode(); // TODO: Do not populate config if "deprecated" is present. - if (config.containsMember("hostname")) { - // Resolve the hostname. - String hostName = config.expectStringMember("hostname").getValue(); - hostName = hostName.replace("{dnsSuffix}", dnsSuffix); - hostName = hostName.replace("{service}", endpointPrefix); - hostName = hostName.replace("{region}", entry.getKey()); - config = config.withMember("hostname", hostName); + if (config.containsMember("hostname") || config.containsMember("variants")) { + String hostname = config.getStringMemberOrDefault("hostname", partition.hostnameTemplate); + + hostname = hostname.replace("{dnsSuffix}", dnsSuffix); + hostname = hostname.replace("{service}", endpointPrefix); + hostname = hostname.replace("{region}", entry.getKey()); + // TODO: Remove hostname after fully switching to variants. + config = config.withMember("hostname", hostname); + + ArrayNode variants = config.getArrayMember("variants").orElse( + ArrayNode.fromNodes()); + ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(hostname)); + + // Populate hostname as the default variant. + config = config.withMember("variants", variants.merge(defaultVariant)); + endpoints.put(entry.getKey(), config); } - endpoints.put(entry.getKey(), config); } } } @@ -136,7 +145,7 @@ private void writePartitionHash() { writer.write("regionRegex: $S,", partition.regionRegex); OptionalUtils.ifPresentOrElse(partition.getPartitionEndpoint(), endpoint -> writer.write("endpoint: $S,", endpoint), - // TODO: Remove population of hostname after switching to variants. + // TODO: Remove hostname after fully switching to variants. () -> writer.write("hostname: $S,", partition.hostnameTemplate)); List variants = partition.getVariants(); if (!variants.isEmpty()) { @@ -196,6 +205,13 @@ private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { } } + private ObjectNode getDefaultVariant(String hostname) { + Map defaultVariant = Collections.singletonMap("hostname", hostname); + ArrayNode defaultVariantTags = ArrayNode.fromStrings(Collections.emptyList()); + + return ObjectNode.fromStringMap(defaultVariant).withMember("tags", defaultVariantTags); + } + private final class Partition { final ObjectNode defaults; final String dnsSuffix; @@ -259,6 +275,7 @@ List getVariants() { hostname = hostname.replace("{dnsSuffix}", dnsSuffix); allVariants.add(variantNode.withMember("hostname", hostname).withoutMember("dnsSuffix")); }); + allVariants.add(getDefaultVariant(hostnameTemplate)); } return allVariants; From 42d15d6b6fed6069ed54a5f1939f286024cec1a5 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 15:23:33 +0000 Subject: [PATCH 09/24] chore(clients): populate default hostname and variant --- .../client-accessanalyzer/src/endpoints.ts | 79 +++++ clients/client-account/src/endpoints.ts | 24 ++ clients/client-acm-pca/src/endpoints.ts | 89 +++++ clients/client-acm/src/endpoints.ts | 79 +++++ .../src/endpoints.ts | 12 + clients/client-amp/src/endpoints.ts | 12 + clients/client-amplify/src/endpoints.ts | 12 + .../client-amplifybackend/src/endpoints.ts | 12 + clients/client-api-gateway/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-apigatewayv2/src/endpoints.ts | 12 + clients/client-app-mesh/src/endpoints.ts | 12 + clients/client-appconfig/src/endpoints.ts | 12 + clients/client-appflow/src/endpoints.ts | 12 + .../client-appintegrations/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 24 ++ .../src/endpoints.ts | 12 + clients/client-apprunner/src/endpoints.ts | 12 + clients/client-appstream/src/endpoints.ts | 51 +++ clients/client-appsync/src/endpoints.ts | 12 + clients/client-athena/src/endpoints.ts | 78 +++++ clients/client-auditmanager/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-auto-scaling/src/endpoints.ts | 12 + clients/client-backup/src/endpoints.ts | 12 + clients/client-batch/src/endpoints.ts | 78 +++++ clients/client-braket/src/endpoints.ts | 12 + clients/client-budgets/src/endpoints.ts | 24 ++ .../src/endpoints.ts | 23 ++ .../src/endpoints.ts | 23 ++ clients/client-chime/src/endpoints.ts | 18 ++ clients/client-cloud9/src/endpoints.ts | 12 + clients/client-cloudcontrol/src/endpoints.ts | 89 +++++ .../client-clouddirectory/src/endpoints.ts | 12 + .../client-cloudformation/src/endpoints.ts | 68 ++++ clients/client-cloudfront/src/endpoints.ts | 24 ++ clients/client-cloudhsm-v2/src/endpoints.ts | 12 + clients/client-cloudhsm/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-cloudsearch/src/endpoints.ts | 12 + clients/client-cloudtrail/src/endpoints.ts | 68 ++++ .../client-cloudwatch-events/src/endpoints.ts | 68 ++++ .../client-cloudwatch-logs/src/endpoints.ts | 68 ++++ clients/client-cloudwatch/src/endpoints.ts | 78 +++++ clients/client-codeartifact/src/endpoints.ts | 12 + clients/client-codebuild/src/endpoints.ts | 78 +++++ clients/client-codecommit/src/endpoints.ts | 95 ++++++ clients/client-codedeploy/src/endpoints.ts | 78 +++++ .../client-codeguru-reviewer/src/endpoints.ts | 12 + .../client-codeguruprofiler/src/endpoints.ts | 12 + clients/client-codepipeline/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-codestar/src/endpoints.ts | 12 + .../src/endpoints.ts | 67 ++++ .../client-cognito-identity/src/endpoints.ts | 56 ++++ clients/client-cognito-sync/src/endpoints.ts | 12 + clients/client-comprehend/src/endpoints.ts | 56 ++++ .../client-comprehendmedical/src/endpoints.ts | 56 ++++ .../client-compute-optimizer/src/endpoints.ts | 120 +++++++ .../client-config-service/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 12 + clients/client-connect/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-cost-explorer/src/endpoints.ts | 24 ++ .../client-customer-profiles/src/endpoints.ts | 12 + clients/client-data-pipeline/src/endpoints.ts | 12 + .../src/endpoints.ts | 119 +++++++ clients/client-databrew/src/endpoints.ts | 12 + clients/client-dataexchange/src/endpoints.ts | 12 + clients/client-datasync/src/endpoints.ts | 89 +++++ clients/client-dax/src/endpoints.ts | 12 + clients/client-detective/src/endpoints.ts | 78 +++++ clients/client-device-farm/src/endpoints.ts | 12 + clients/client-devops-guru/src/endpoints.ts | 12 + .../client-direct-connect/src/endpoints.ts | 68 ++++ .../client-directory-service/src/endpoints.ts | 89 +++++ clients/client-dlm/src/endpoints.ts | 12 + clients/client-docdb/src/endpoints.ts | 156 +++++++++ .../client-dynamodb-streams/src/endpoints.ts | 70 ++++ clients/client-dynamodb/src/endpoints.ts | 95 ++++++ clients/client-ebs/src/endpoints.ts | 67 ++++ .../src/endpoints.ts | 12 + clients/client-ec2/src/endpoints.ts | 94 ++++++ clients/client-ecr-public/src/endpoints.ts | 18 ++ clients/client-ecr/src/endpoints.ts | 270 ++++++++++++++++ clients/client-ecs/src/endpoints.ts | 78 +++++ clients/client-efs/src/endpoints.ts | 298 +++++++++++++++++ clients/client-eks/src/endpoints.ts | 78 +++++ .../client-elastic-beanstalk/src/endpoints.ts | 68 ++++ .../client-elastic-inference/src/endpoints.ts | 48 +++ .../src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 12 + clients/client-elasticache/src/endpoints.ts | 73 +++++ .../src/endpoints.ts | 84 +++++ .../client-emr-containers/src/endpoints.ts | 67 ++++ clients/client-emr/src/endpoints.ts | 89 +++++ clients/client-eventbridge/src/endpoints.ts | 68 ++++ clients/client-finspace-data/src/endpoints.ts | 12 + clients/client-finspace/src/endpoints.ts | 12 + clients/client-firehose/src/endpoints.ts | 78 +++++ clients/client-fis/src/endpoints.ts | 12 + clients/client-fms/src/endpoints.ts | 243 ++++++++++++++ clients/client-forecast/src/endpoints.ts | 45 +++ clients/client-forecastquery/src/endpoints.ts | 45 +++ clients/client-frauddetector/src/endpoints.ts | 12 + clients/client-fsx/src/endpoints.ts | 166 ++++++++++ clients/client-gamelift/src/endpoints.ts | 12 + clients/client-glacier/src/endpoints.ts | 79 +++++ .../src/endpoints.ts | 12 + clients/client-glue/src/endpoints.ts | 78 +++++ clients/client-grafana/src/endpoints.ts | 72 +++++ clients/client-greengrass/src/endpoints.ts | 40 +++ clients/client-greengrassv2/src/endpoints.ts | 40 +++ clients/client-groundstation/src/endpoints.ts | 45 +++ clients/client-guardduty/src/endpoints.ts | 78 +++++ clients/client-health/src/endpoints.ts | 34 ++ clients/client-healthlake/src/endpoints.ts | 12 + clients/client-honeycode/src/endpoints.ts | 12 + clients/client-iam/src/endpoints.ts | 72 +++++ clients/client-identitystore/src/endpoints.ts | 23 ++ clients/client-imagebuilder/src/endpoints.ts | 12 + clients/client-inspector/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../client-iot-data-plane/src/endpoints.ts | 89 +++++ .../client-iot-events-data/src/endpoints.ts | 12 + clients/client-iot-events/src/endpoints.ts | 12 + .../src/endpoints.ts | 89 +++++ clients/client-iot-wireless/src/endpoints.ts | 12 + clients/client-iot/src/endpoints.ts | 89 +++++ clients/client-iotanalytics/src/endpoints.ts | 12 + .../client-iotdeviceadvisor/src/endpoints.ts | 12 + clients/client-iotfleethub/src/endpoints.ts | 56 ++++ .../src/endpoints.ts | 12 + clients/client-iotsitewise/src/endpoints.ts | 12 + .../client-iotthingsgraph/src/endpoints.ts | 12 + clients/client-ivs/src/endpoints.ts | 12 + clients/client-kafka/src/endpoints.ts | 12 + clients/client-kafkaconnect/src/endpoints.ts | 12 + clients/client-kendra/src/endpoints.ts | 56 ++++ .../src/endpoints.ts | 12 + .../client-kinesis-analytics/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-kinesis-video/src/endpoints.ts | 12 + clients/client-kinesis/src/endpoints.ts | 68 ++++ clients/client-kms/src/endpoints.ts | 304 ++++++++++++++++++ clients/client-lakeformation/src/endpoints.ts | 67 ++++ clients/client-lambda/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 45 +++ clients/client-lex-models-v2/src/endpoints.ts | 12 + .../src/endpoints.ts | 45 +++ .../client-lex-runtime-v2/src/endpoints.ts | 12 + .../client-license-manager/src/endpoints.ts | 78 +++++ clients/client-lightsail/src/endpoints.ts | 12 + clients/client-location/src/endpoints.ts | 12 + .../client-lookoutequipment/src/endpoints.ts | 12 + .../client-lookoutmetrics/src/endpoints.ts | 12 + clients/client-lookoutvision/src/endpoints.ts | 12 + .../client-machine-learning/src/endpoints.ts | 12 + clients/client-macie/src/endpoints.ts | 34 ++ clients/client-macie2/src/endpoints.ts | 56 ++++ .../client-managedblockchain/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-mediaconnect/src/endpoints.ts | 12 + clients/client-mediaconvert/src/endpoints.ts | 79 +++++ clients/client-medialive/src/endpoints.ts | 45 +++ .../client-mediapackage-vod/src/endpoints.ts | 12 + clients/client-mediapackage/src/endpoints.ts | 12 + .../client-mediastore-data/src/endpoints.ts | 12 + clients/client-mediastore/src/endpoints.ts | 12 + clients/client-mediatailor/src/endpoints.ts | 12 + clients/client-memorydb/src/endpoints.ts | 12 + clients/client-mgn/src/endpoints.ts | 12 + clients/client-migration-hub/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-mobile/src/endpoints.ts | 12 + clients/client-mq/src/endpoints.ts | 78 +++++ clients/client-mturk/src/endpoints.ts | 18 ++ clients/client-mwaa/src/endpoints.ts | 12 + clients/client-neptune/src/endpoints.ts | 156 +++++++++ .../client-network-firewall/src/endpoints.ts | 89 +++++ .../client-networkmanager/src/endpoints.ts | 24 ++ clients/client-nimble/src/endpoints.ts | 12 + clients/client-opensearch/src/endpoints.ts | 84 +++++ clients/client-opsworks/src/endpoints.ts | 12 + clients/client-opsworkscm/src/endpoints.ts | 12 + clients/client-organizations/src/endpoints.ts | 38 +++ clients/client-outposts/src/endpoints.ts | 79 +++++ clients/client-panorama/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-personalize/src/endpoints.ts | 12 + clients/client-pi/src/endpoints.ts | 12 + .../client-pinpoint-email/src/endpoints.ts | 23 ++ .../src/endpoints.ts | 12 + clients/client-pinpoint/src/endpoints.ts | 42 +++ clients/client-polly/src/endpoints.ts | 67 ++++ clients/client-pricing/src/endpoints.ts | 12 + clients/client-proton/src/endpoints.ts | 12 + clients/client-qldb-session/src/endpoints.ts | 45 +++ clients/client-qldb/src/endpoints.ts | 45 +++ clients/client-quicksight/src/endpoints.ts | 12 + clients/client-ram/src/endpoints.ts | 79 +++++ clients/client-rds-data/src/endpoints.ts | 12 + clients/client-rds/src/endpoints.ts | 156 +++++++++ clients/client-redshift-data/src/endpoints.ts | 12 + clients/client-redshift/src/endpoints.ts | 79 +++++ clients/client-rekognition/src/endpoints.ts | 144 +++++++++ .../src/endpoints.ts | 12 + .../client-resource-groups/src/endpoints.ts | 78 +++++ clients/client-robomaker/src/endpoints.ts | 12 + .../client-route-53-domains/src/endpoints.ts | 12 + clients/client-route-53/src/endpoints.ts | 50 +++ .../src/endpoints.ts | 12 + .../src/endpoints.ts | 18 ++ .../src/endpoints.ts | 12 + .../client-route53resolver/src/endpoints.ts | 12 + clients/client-s3-control/src/endpoints.ts | 138 ++++++++ clients/client-s3/src/endpoints.ts | 223 +++++++++++++ clients/client-s3outposts/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../client-sagemaker-edge/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../client-sagemaker-runtime/src/endpoints.ts | 67 ++++ clients/client-sagemaker/src/endpoints.ts | 78 +++++ clients/client-savingsplans/src/endpoints.ts | 18 ++ clients/client-schemas/src/endpoints.ts | 12 + .../client-secrets-manager/src/endpoints.ts | 78 +++++ clients/client-securityhub/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 24 ++ .../src/endpoints.ts | 89 +++++ .../client-service-catalog/src/endpoints.ts | 78 +++++ .../client-service-quotas/src/endpoints.ts | 34 ++ .../client-servicediscovery/src/endpoints.ts | 100 ++++++ clients/client-ses/src/endpoints.ts | 23 ++ clients/client-sesv2/src/endpoints.ts | 23 ++ clients/client-sfn/src/endpoints.ts | 78 +++++ clients/client-shield/src/endpoints.ts | 22 ++ clients/client-signer/src/endpoints.ts | 12 + clients/client-sms/src/endpoints.ts | 78 +++++ .../src/endpoints.ts | 12 + clients/client-snowball/src/endpoints.ts | 232 +++++++++++++ clients/client-sns/src/endpoints.ts | 68 ++++ clients/client-sqs/src/endpoints.ts | 68 ++++ clients/client-ssm-contacts/src/endpoints.ts | 12 + clients/client-ssm-incidents/src/endpoints.ts | 12 + clients/client-ssm/src/endpoints.ts | 89 +++++ clients/client-sso-admin/src/endpoints.ts | 12 + clients/client-sso-oidc/src/endpoints.ts | 108 +++++++ clients/client-sso/src/endpoints.ts | 108 +++++++ .../client-storage-gateway/src/endpoints.ts | 95 ++++++ clients/client-sts/src/endpoints.ts | 84 +++++ clients/client-support/src/endpoints.ts | 53 +++ clients/client-swf/src/endpoints.ts | 68 ++++ clients/client-synthetics/src/endpoints.ts | 12 + clients/client-textract/src/endpoints.ts | 89 +++++ .../client-timestream-query/src/endpoints.ts | 12 + .../client-timestream-write/src/endpoints.ts | 12 + .../src/endpoints.ts | 56 ++++ clients/client-transcribe/src/endpoints.ts | 90 ++++++ clients/client-transfer/src/endpoints.ts | 89 +++++ clients/client-translate/src/endpoints.ts | 56 ++++ clients/client-voice-id/src/endpoints.ts | 12 + clients/client-waf-regional/src/endpoints.ts | 262 +++++++++++++++ clients/client-waf/src/endpoints.ts | 33 ++ clients/client-wafv2/src/endpoints.ts | 12 + .../client-wellarchitected/src/endpoints.ts | 12 + clients/client-wisdom/src/endpoints.ts | 12 + clients/client-workdocs/src/endpoints.ts | 34 ++ clients/client-worklink/src/endpoints.ts | 12 + clients/client-workmail/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + clients/client-workspaces/src/endpoints.ts | 45 +++ clients/client-xray/src/endpoints.ts | 78 +++++ .../aws-protocoltests-ec2/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../aws-protocoltests-json/src/endpoints.ts | 12 + .../aws-protocoltests-query/src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + .../src/endpoints.ts | 12 + 290 files changed, 12843 insertions(+) diff --git a/clients/client-accessanalyzer/src/endpoints.ts b/clients/client-accessanalyzer/src/endpoints.ts index d95fbd1aec36..2c0ef414b1ab 100644 --- a/clients/client-accessanalyzer/src/endpoints.ts +++ b/clients/client-accessanalyzer/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "access-analyzer.ca-central-1.amazonaws.com", variants: [ { hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "access-analyzer.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "access-analyzer-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "access-analyzer-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "access-analyzer-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "access-analyzer-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "access-analyzer-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "access-analyzer.us-east-1.amazonaws.com", variants: [ { hostname: "access-analyzer-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "access-analyzer.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "access-analyzer.us-east-2.amazonaws.com", variants: [ { hostname: "access-analyzer-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "access-analyzer.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "access-analyzer.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "access-analyzer.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "access-analyzer.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "access-analyzer.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "access-analyzer.us-west-1.amazonaws.com", variants: [ { hostname: "access-analyzer-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "access-analyzer.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "access-analyzer.us-west-2.amazonaws.com", variants: [ { hostname: "access-analyzer-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "access-analyzer.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "access-analyzer.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "access-analyzer.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "access-analyzer.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-account/src/endpoints.ts b/clients/client-account/src/endpoints.ts index 371d9475df0a..4fcecca3577c 100644 --- a/clients/client-account/src/endpoints.ts +++ b/clients/client-account/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "account.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "account.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { hostname: "account.us-east-1.amazonaws.com", + variants: [ + { + hostname: "account.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -53,6 +65,10 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "account.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -72,6 +88,10 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "account.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -101,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "account.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-acm-pca/src/endpoints.ts b/clients/client-acm-pca/src/endpoints.ts index ed6bb9537729..74c1312b456b 100644 --- a/clients/client-acm-pca/src/endpoints.ts +++ b/clients/client-acm-pca/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "acm-pca.ca-central-1.amazonaws.com", variants: [ { hostname: "acm-pca-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "acm-pca-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "acm-pca-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "acm-pca-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "acm-pca.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "acm-pca.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "acm-pca.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "acm-pca.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "acm-pca-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "acm-pca-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "acm-pca-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "acm-pca.us-east-1.amazonaws.com", variants: [ { hostname: "acm-pca-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "acm-pca.us-east-2.amazonaws.com", variants: [ { hostname: "acm-pca-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "acm-pca.us-gov-east-1.amazonaws.com", variants: [ { hostname: "acm-pca.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "acm-pca.us-gov-west-1.amazonaws.com", variants: [ { hostname: "acm-pca.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "acm-pca.us-west-1.amazonaws.com", variants: [ { hostname: "acm-pca-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "acm-pca.us-west-2.amazonaws.com", variants: [ { hostname: "acm-pca-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "acm-pca.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "acm-pca.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "acm-pca.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "acm-pca.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "acm-pca.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm-pca.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-acm/src/endpoints.ts b/clients/client-acm/src/endpoints.ts index ec3a07d47ad2..3248faee80b4 100644 --- a/clients/client-acm/src/endpoints.ts +++ b/clients/client-acm/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "acm.ca-central-1.amazonaws.com", variants: [ { hostname: "acm-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "acm-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "acm-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "us-east-1": { + hostname: "acm.us-east-1.amazonaws.com", variants: [ { hostname: "acm-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "acm-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "acm-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "acm.us-east-2.amazonaws.com", variants: [ { hostname: "acm-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "acm-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "acm-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "acm.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "acm.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "acm.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "acm.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "acm.us-west-1.amazonaws.com", variants: [ { hostname: "acm-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "acm-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "acm-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "acm.us-west-2.amazonaws.com", variants: [ { hostname: "acm-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "acm.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "acm-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "acm-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "acm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "acm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "acm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-alexa-for-business/src/endpoints.ts b/clients/client-alexa-for-business/src/endpoints.ts index 3f6a2be7d8c3..130f10c4c7b4 100644 --- a/clients/client-alexa-for-business/src/endpoints.ts +++ b/clients/client-alexa-for-business/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "a4b.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "a4b.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "a4b.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-amp/src/endpoints.ts b/clients/client-amp/src/endpoints.ts index f5d34c01be38..fc18ad7c95c2 100644 --- a/clients/client-amp/src/endpoints.ts +++ b/clients/client-amp/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "aps.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "aps.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "aps.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-amplify/src/endpoints.ts b/clients/client-amplify/src/endpoints.ts index 17d0d95ffc15..a5fe249b3fb4 100644 --- a/clients/client-amplify/src/endpoints.ts +++ b/clients/client-amplify/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "amplify.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "amplify.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "amplify.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-amplifybackend/src/endpoints.ts b/clients/client-amplifybackend/src/endpoints.ts index 3af4e91facd9..9938006125fb 100644 --- a/clients/client-amplifybackend/src/endpoints.ts +++ b/clients/client-amplifybackend/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "amplifybackend.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "amplifybackend.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "amplifybackend.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-api-gateway/src/endpoints.ts b/clients/client-api-gateway/src/endpoints.ts index 1712f82a6aab..5adb3811eeb9 100644 --- a/clients/client-api-gateway/src/endpoints.ts +++ b/clients/client-api-gateway/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-apigatewaymanagementapi/src/endpoints.ts b/clients/client-apigatewaymanagementapi/src/endpoints.ts index 99ec2c9b0b6f..efac305981c4 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoints.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "execute-api.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "execute-api.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "execute-api.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-apigatewayv2/src/endpoints.ts b/clients/client-apigatewayv2/src/endpoints.ts index 1712f82a6aab..5adb3811eeb9 100644 --- a/clients/client-apigatewayv2/src/endpoints.ts +++ b/clients/client-apigatewayv2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-app-mesh/src/endpoints.ts b/clients/client-app-mesh/src/endpoints.ts index 1ab5aa2827f2..aef3695f7d48 100644 --- a/clients/client-app-mesh/src/endpoints.ts +++ b/clients/client-app-mesh/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appmesh.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "appmesh.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appmesh.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-appconfig/src/endpoints.ts b/clients/client-appconfig/src/endpoints.ts index b2bf4bb2726a..5fd399cc496d 100644 --- a/clients/client-appconfig/src/endpoints.ts +++ b/clients/client-appconfig/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appconfig.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "appconfig.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appconfig.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-appflow/src/endpoints.ts b/clients/client-appflow/src/endpoints.ts index f0eaa71d4c5d..ded4af9d5e08 100644 --- a/clients/client-appflow/src/endpoints.ts +++ b/clients/client-appflow/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appflow.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "appflow.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appflow.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-appintegrations/src/endpoints.ts b/clients/client-appintegrations/src/endpoints.ts index 33c314db68ed..4d5df0e12578 100644 --- a/clients/client-appintegrations/src/endpoints.ts +++ b/clients/client-appintegrations/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "app-integrations.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "app-integrations.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "app-integrations.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-application-auto-scaling/src/endpoints.ts b/clients/client-application-auto-scaling/src/endpoints.ts index f903512f6c38..fd95686998ec 100644 --- a/clients/client-application-auto-scaling/src/endpoints.ts +++ b/clients/client-application-auto-scaling/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "application-autoscaling.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "application-autoscaling.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "application-autoscaling.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-application-discovery-service/src/endpoints.ts b/clients/client-application-discovery-service/src/endpoints.ts index ecf63213cd99..4cbd8593c98f 100644 --- a/clients/client-application-discovery-service/src/endpoints.ts +++ b/clients/client-application-discovery-service/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "discovery.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "discovery.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "discovery.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-application-insights/src/endpoints.ts b/clients/client-application-insights/src/endpoints.ts index 5433caea7bff..828c5bd62d88 100644 --- a/clients/client-application-insights/src/endpoints.ts +++ b/clients/client-application-insights/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-gov-east-1": { hostname: "applicationinsights.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "applicationinsights.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "applicationinsights.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "applicationinsights.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -52,6 +64,10 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "applicationinsights.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -71,6 +87,10 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "applicationinsights.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -100,6 +120,10 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "applicationinsights.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-applicationcostprofiler/src/endpoints.ts b/clients/client-applicationcostprofiler/src/endpoints.ts index 5391a6362b5e..e3887b56efcc 100644 --- a/clients/client-applicationcostprofiler/src/endpoints.ts +++ b/clients/client-applicationcostprofiler/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "application-cost-profiler.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "application-cost-profiler.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "application-cost-profiler.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-apprunner/src/endpoints.ts b/clients/client-apprunner/src/endpoints.ts index 8167aaa2b964..f1971d5bf4ba 100644 --- a/clients/client-apprunner/src/endpoints.ts +++ b/clients/client-apprunner/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apprunner.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "apprunner.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "apprunner.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index 746560bfee51..c2125b7f566b 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -4,42 +4,81 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { fips: { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "appstream2.us-east-1.amazonaws.com", variants: [ { hostname: "appstream2-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "appstream2.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "appstream2-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-gov-west-1": { + hostname: "appstream2.us-gov-west-1.amazonaws.com", variants: [ { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "appstream2.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { + hostname: "appstream2.us-west-2.amazonaws.com", variants: [ { hostname: "appstream2-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "appstream2.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "appstream2-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "appstream2-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -87,6 +126,10 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appstream2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -106,6 +149,10 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "appstream2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -135,6 +182,10 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appstream2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-appsync/src/endpoints.ts b/clients/client-appsync/src/endpoints.ts index 354113da96ad..62932bb30488 100644 --- a/clients/client-appsync/src/endpoints.ts +++ b/clients/client-appsync/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appsync.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "appsync.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "appsync.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-athena/src/endpoints.ts b/clients/client-athena/src/endpoints.ts index acd43ab230a6..e83a043dad88 100644 --- a/clients/client-athena/src/endpoints.ts +++ b/clients/client-athena/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "athena-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "athena-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "athena-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "athena-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "athena-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "athena-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "athena-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "athena.us-east-1.amazonaws.com", variants: [ { hostname: "athena-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "athena.us-east-2.amazonaws.com", variants: [ { hostname: "athena-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "athena.us-gov-east-1.amazonaws.com", variants: [ { hostname: "athena-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "athena.us-gov-west-1.amazonaws.com", variants: [ { hostname: "athena-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "athena.us-west-1.amazonaws.com", variants: [ { hostname: "athena-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "athena.us-west-2.amazonaws.com", variants: [ { hostname: "athena-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "athena.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "athena.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "athena.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "athena.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-auditmanager/src/endpoints.ts b/clients/client-auditmanager/src/endpoints.ts index 1892718fdd77..b8163aa7be5d 100644 --- a/clients/client-auditmanager/src/endpoints.ts +++ b/clients/client-auditmanager/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "auditmanager.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "auditmanager.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "auditmanager.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-auto-scaling-plans/src/endpoints.ts b/clients/client-auto-scaling-plans/src/endpoints.ts index c9a5aa21c0fb..e552fda9159b 100644 --- a/clients/client-auto-scaling-plans/src/endpoints.ts +++ b/clients/client-auto-scaling-plans/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "autoscaling-plans.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "autoscaling-plans.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "autoscaling-plans.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-auto-scaling/src/endpoints.ts b/clients/client-auto-scaling/src/endpoints.ts index 6d2ab745b20d..a019c72bfbc7 100644 --- a/clients/client-auto-scaling/src/endpoints.ts +++ b/clients/client-auto-scaling/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "autoscaling.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "autoscaling.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "autoscaling.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-backup/src/endpoints.ts b/clients/client-backup/src/endpoints.ts index 250f32e4c860..a30a3244ff1b 100644 --- a/clients/client-backup/src/endpoints.ts +++ b/clients/client-backup/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "backup.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "backup.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "backup.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-batch/src/endpoints.ts b/clients/client-batch/src/endpoints.ts index f2437529e6b3..a97495c1b6d8 100644 --- a/clients/client-batch/src/endpoints.ts +++ b/clients/client-batch/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "fips.batch.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fips.batch.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "fips.batch.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fips.batch.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "batch.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "batch.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "batch.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "batch.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "fips.batch.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fips.batch.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "fips.batch.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fips.batch.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "batch.us-east-1.amazonaws.com", variants: [ { hostname: "fips.batch.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "batch.us-east-2.amazonaws.com", variants: [ { hostname: "fips.batch.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "batch.us-gov-east-1.amazonaws.com", variants: [ { hostname: "batch.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "batch.us-gov-west-1.amazonaws.com", variants: [ { hostname: "batch.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "batch.us-west-1.amazonaws.com", variants: [ { hostname: "fips.batch.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "batch.us-west-2.amazonaws.com", variants: [ { hostname: "fips.batch.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -112,6 +178,10 @@ const partitionHash: PartitionHash = { hostname: "fips.batch.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -131,6 +201,10 @@ const partitionHash: PartitionHash = { hostname: "batch.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "batch.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +226,10 @@ const partitionHash: PartitionHash = { hostname: "batch.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "batch.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-braket/src/endpoints.ts b/clients/client-braket/src/endpoints.ts index 15f2d312bb84..5efa07e911ee 100644 --- a/clients/client-braket/src/endpoints.ts +++ b/clients/client-braket/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "braket.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "braket.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "braket.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-budgets/src/endpoints.ts b/clients/client-budgets/src/endpoints.ts index 21098478c2fe..f615f8a54470 100644 --- a/clients/client-budgets/src/endpoints.ts +++ b/clients/client-budgets/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "budgets.amazonaws.com.cn", + variants: [ + { + hostname: "budgets.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { hostname: "budgets.amazonaws.com", + variants: [ + { + hostname: "budgets.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -53,6 +65,10 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "budgets.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -72,6 +88,10 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "budgets.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -101,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "budgets.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-chime-sdk-identity/src/endpoints.ts b/clients/client-chime-sdk-identity/src/endpoints.ts index ed3228a15a5c..51acc7c9e767 100644 --- a/clients/client-chime-sdk-identity/src/endpoints.ts +++ b/clients/client-chime-sdk-identity/src/endpoints.ts @@ -3,15 +3,26 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "identity-chime.us-east-1.amazonaws.com", variants: [ { hostname: "identity-chime-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "identity-chime.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "identity-chime-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "identity-chime-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -57,6 +68,10 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "identity-chime.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -76,6 +91,10 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "identity-chime.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -105,6 +124,10 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "identity-chime.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-chime-sdk-messaging/src/endpoints.ts b/clients/client-chime-sdk-messaging/src/endpoints.ts index af15f38a6cee..531042504654 100644 --- a/clients/client-chime-sdk-messaging/src/endpoints.ts +++ b/clients/client-chime-sdk-messaging/src/endpoints.ts @@ -3,15 +3,26 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "messaging-chime.us-east-1.amazonaws.com", variants: [ { hostname: "messaging-chime-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "messaging-chime.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "messaging-chime-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "messaging-chime-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -57,6 +68,10 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "messaging-chime.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -76,6 +91,10 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "messaging-chime.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -105,6 +124,10 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "messaging-chime.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-chime/src/endpoints.ts b/clients/client-chime/src/endpoints.ts index 6587e6608fb3..a016729e4baa 100644 --- a/clients/client-chime/src/endpoints.ts +++ b/clients/client-chime/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "chime.us-east-1.amazonaws.com", + variants: [ + { + hostname: "chime.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -49,6 +55,10 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "chime.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -68,6 +78,10 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "chime.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -97,6 +111,10 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "chime.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloud9/src/endpoints.ts b/clients/client-cloud9/src/endpoints.ts index 233005353b3b..98f9267b8fb5 100644 --- a/clients/client-cloud9/src/endpoints.ts +++ b/clients/client-cloud9/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloud9.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloud9.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloud9.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudcontrol/src/endpoints.ts b/clients/client-cloudcontrol/src/endpoints.ts index c4d17d027805..3a626183f2ea 100644 --- a/clients/client-cloudcontrol/src/endpoints.ts +++ b/clients/client-cloudcontrol/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "cloudcontrolapi.ca-central-1.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "cloudcontrolapi.us-east-1.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "cloudcontrolapi.us-east-2.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "cloudcontrolapi.us-gov-east-1.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "cloudcontrolapi.us-gov-west-1.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "cloudcontrolapi.us-west-1.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "cloudcontrolapi.us-west-2.amazonaws.com", variants: [ { hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudcontrolapi.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudcontrolapi.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudcontrolapi.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudcontrolapi.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-clouddirectory/src/endpoints.ts b/clients/client-clouddirectory/src/endpoints.ts index 9b6431f17d5d..268925e3e19c 100644 --- a/clients/client-clouddirectory/src/endpoints.ts +++ b/clients/client-clouddirectory/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "clouddirectory.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "clouddirectory.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "clouddirectory.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudformation/src/endpoints.ts b/clients/client-cloudformation/src/endpoints.ts index 02ca4fd6e6d7..04e2d5fdfeb5 100644 --- a/clients/client-cloudformation/src/endpoints.ts +++ b/clients/client-cloudformation/src/endpoints.ts @@ -3,59 +3,115 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "cloudformation.us-east-1.amazonaws.com", variants: [ { hostname: "cloudformation-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudformation.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "cloudformation-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "cloudformation.us-east-2.amazonaws.com", variants: [ { hostname: "cloudformation-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudformation.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "cloudformation-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "cloudformation.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudformation.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "cloudformation.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudformation.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "cloudformation.us-west-1.amazonaws.com", variants: [ { hostname: "cloudformation-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudformation.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "cloudformation-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "cloudformation.us-west-2.amazonaws.com", variants: [ { hostname: "cloudformation-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudformation.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "cloudformation-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "cloudformation-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudformation.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudformation.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudformation.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudfront/src/endpoints.ts b/clients/client-cloudfront/src/endpoints.ts index 4c1f3b9ecbb5..c2ee0eb019ef 100644 --- a/clients/client-cloudfront/src/endpoints.ts +++ b/clients/client-cloudfront/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "cloudfront.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "cloudfront.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { hostname: "cloudfront.amazonaws.com", + variants: [ + { + hostname: "cloudfront.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -53,6 +65,10 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudfront.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -72,6 +88,10 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudfront.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -101,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudfront.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudhsm-v2/src/endpoints.ts b/clients/client-cloudhsm-v2/src/endpoints.ts index aadf0231cd18..470af4c1ec6f 100644 --- a/clients/client-cloudhsm-v2/src/endpoints.ts +++ b/clients/client-cloudhsm-v2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudhsmv2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudhsmv2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudhsmv2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudhsm/src/endpoints.ts b/clients/client-cloudhsm/src/endpoints.ts index bb1049d95a82..0c8ff680fead 100644 --- a/clients/client-cloudhsm/src/endpoints.ts +++ b/clients/client-cloudhsm/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudhsm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudhsm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudhsm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudsearch-domain/src/endpoints.ts b/clients/client-cloudsearch-domain/src/endpoints.ts index 0bc426c2cd7c..d34ac84c8b6e 100644 --- a/clients/client-cloudsearch-domain/src/endpoints.ts +++ b/clients/client-cloudsearch-domain/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudsearchdomain.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudsearchdomain.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudsearchdomain.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudsearch/src/endpoints.ts b/clients/client-cloudsearch/src/endpoints.ts index 6c88b17daa5a..35d2103ab20e 100644 --- a/clients/client-cloudsearch/src/endpoints.ts +++ b/clients/client-cloudsearch/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudsearch.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudsearch.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudsearch.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudtrail/src/endpoints.ts b/clients/client-cloudtrail/src/endpoints.ts index 4b72f1dd5ad5..d9c13931c6f9 100644 --- a/clients/client-cloudtrail/src/endpoints.ts +++ b/clients/client-cloudtrail/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "cloudtrail-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "cloudtrail-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "cloudtrail-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "cloudtrail-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "cloudtrail-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "cloudtrail.us-east-1.amazonaws.com", variants: [ { hostname: "cloudtrail-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudtrail.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "cloudtrail.us-east-2.amazonaws.com", variants: [ { hostname: "cloudtrail-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudtrail.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "cloudtrail.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "cloudtrail.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "cloudtrail.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "cloudtrail.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "cloudtrail.us-west-1.amazonaws.com", variants: [ { hostname: "cloudtrail-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudtrail.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "cloudtrail.us-west-2.amazonaws.com", variants: [ { hostname: "cloudtrail-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cloudtrail.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudtrail.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cloudtrail.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cloudtrail.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudwatch-events/src/endpoints.ts b/clients/client-cloudwatch-events/src/endpoints.ts index 0099ca1f2041..1748b7fb6df4 100644 --- a/clients/client-cloudwatch-events/src/endpoints.ts +++ b/clients/client-cloudwatch-events/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "events-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "events-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "events-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "events-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "events.us-east-1.amazonaws.com", variants: [ { hostname: "events-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "events.us-east-2.amazonaws.com", variants: [ { hostname: "events-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "events.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "events.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "events.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "events.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "events.us-west-1.amazonaws.com", variants: [ { hostname: "events-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "events.us-west-2.amazonaws.com", variants: [ { hostname: "events-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudwatch-logs/src/endpoints.ts b/clients/client-cloudwatch-logs/src/endpoints.ts index 4a16879957c9..3dc1c435b41f 100644 --- a/clients/client-cloudwatch-logs/src/endpoints.ts +++ b/clients/client-cloudwatch-logs/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "logs-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "logs-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "logs-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "logs-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "logs-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "logs-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "logs-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "logs-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "logs.us-east-1.amazonaws.com", variants: [ { hostname: "logs-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "logs.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "logs.us-east-2.amazonaws.com", variants: [ { hostname: "logs-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "logs.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "logs.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "logs.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "logs.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "logs.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "logs.us-west-1.amazonaws.com", variants: [ { hostname: "logs-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "logs.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "logs.us-west-2.amazonaws.com", variants: [ { hostname: "logs-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "logs.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "logs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "logs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "logs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cloudwatch/src/endpoints.ts b/clients/client-cloudwatch/src/endpoints.ts index 81e2b029362c..570502b57ced 100644 --- a/clients/client-cloudwatch/src/endpoints.ts +++ b/clients/client-cloudwatch/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "monitoring-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "monitoring-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "monitoring-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "monitoring-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "monitoring.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "monitoring.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "monitoring.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "monitoring.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "monitoring-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "monitoring-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "monitoring-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "monitoring-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "monitoring.us-east-1.amazonaws.com", variants: [ { hostname: "monitoring-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "monitoring.us-east-2.amazonaws.com", variants: [ { hostname: "monitoring-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "monitoring.us-gov-east-1.amazonaws.com", variants: [ { hostname: "monitoring.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "monitoring.us-gov-west-1.amazonaws.com", variants: [ { hostname: "monitoring.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "monitoring.us-west-1.amazonaws.com", variants: [ { hostname: "monitoring-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "monitoring.us-west-2.amazonaws.com", variants: [ { hostname: "monitoring-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "monitoring.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "monitoring.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "monitoring.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "monitoring.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "monitoring.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "monitoring.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codeartifact/src/endpoints.ts b/clients/client-codeartifact/src/endpoints.ts index 89ad896a37ba..b8ef50fae2f5 100644 --- a/clients/client-codeartifact/src/endpoints.ts +++ b/clients/client-codeartifact/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeartifact.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codeartifact.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeartifact.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codebuild/src/endpoints.ts b/clients/client-codebuild/src/endpoints.ts index 5d12f48147d2..a2a8106807e8 100644 --- a/clients/client-codebuild/src/endpoints.ts +++ b/clients/client-codebuild/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "codebuild.us-east-1.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "codebuild-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "codebuild.us-east-2.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "codebuild-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "codebuild.us-gov-east-1.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "codebuild.us-gov-west-1.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "codebuild.us-west-1.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "codebuild-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "codebuild.us-west-2.amazonaws.com", variants: [ { hostname: "codebuild-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codebuild.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "codebuild-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "codebuild-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codebuild.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codebuild.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codebuild.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index abf235c0332f..f9cc380bfa5a 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -3,91 +3,174 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "codecommit.ca-central-1.amazonaws.com", variants: [ { hostname: "codecommit-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "codecommit-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, fips: { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "codecommit.us-east-1.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "codecommit-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "codecommit.us-east-2.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "codecommit-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "codecommit.us-gov-east-1.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "codecommit.us-gov-west-1.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "codecommit.us-west-1.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "codecommit-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "codecommit.us-west-2.amazonaws.com", variants: [ { hostname: "codecommit-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codecommit.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "codecommit-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "codecommit-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -138,6 +221,10 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codecommit.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -157,6 +244,10 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codecommit.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -186,6 +277,10 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codecommit.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codedeploy/src/endpoints.ts b/clients/client-codedeploy/src/endpoints.ts index 2d084cde7bd4..1082bc027c2d 100644 --- a/clients/client-codedeploy/src/endpoints.ts +++ b/clients/client-codedeploy/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "codedeploy.us-east-1.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "codedeploy-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "codedeploy.us-east-2.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "codedeploy-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "codedeploy.us-gov-east-1.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "codedeploy.us-gov-west-1.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "codedeploy.us-west-1.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "codedeploy-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "codedeploy.us-west-2.amazonaws.com", variants: [ { hostname: "codedeploy-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codedeploy.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "codedeploy-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "codedeploy-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codedeploy.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codedeploy.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codedeploy.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codeguru-reviewer/src/endpoints.ts b/clients/client-codeguru-reviewer/src/endpoints.ts index f851d0fc8b24..a71f33b0069d 100644 --- a/clients/client-codeguru-reviewer/src/endpoints.ts +++ b/clients/client-codeguru-reviewer/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeguru-reviewer.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codeguru-reviewer.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeguru-reviewer.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codeguruprofiler/src/endpoints.ts b/clients/client-codeguruprofiler/src/endpoints.ts index 1f00d5440d5b..e2ac21274dac 100644 --- a/clients/client-codeguruprofiler/src/endpoints.ts +++ b/clients/client-codeguruprofiler/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeguru-profiler.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codeguru-profiler.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codeguru-profiler.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codepipeline/src/endpoints.ts b/clients/client-codepipeline/src/endpoints.ts index c2ef0f3bcea1..c85b89576dfd 100644 --- a/clients/client-codepipeline/src/endpoints.ts +++ b/clients/client-codepipeline/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "codepipeline.ca-central-1.amazonaws.com", variants: [ { hostname: "codepipeline-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "codepipeline-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "codepipeline-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "codepipeline-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "codepipeline-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "codepipeline-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "codepipeline-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "codepipeline.us-east-1.amazonaws.com", variants: [ { hostname: "codepipeline-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "codepipeline.us-east-2.amazonaws.com", variants: [ { hostname: "codepipeline-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "codepipeline.us-gov-west-1.amazonaws.com", variants: [ { hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "codepipeline.us-west-1.amazonaws.com", variants: [ { hostname: "codepipeline-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "codepipeline.us-west-2.amazonaws.com", variants: [ { hostname: "codepipeline-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "codepipeline.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -121,6 +187,10 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codepipeline.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -140,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codepipeline.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -169,6 +243,10 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codepipeline.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codestar-connections/src/endpoints.ts b/clients/client-codestar-connections/src/endpoints.ts index b1ec64c63f86..6501ff1dad26 100644 --- a/clients/client-codestar-connections/src/endpoints.ts +++ b/clients/client-codestar-connections/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar-connections.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codestar-connections.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar-connections.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codestar-notifications/src/endpoints.ts b/clients/client-codestar-notifications/src/endpoints.ts index 181ee51f33dd..6668b92b095a 100644 --- a/clients/client-codestar-notifications/src/endpoints.ts +++ b/clients/client-codestar-notifications/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar-notifications.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codestar-notifications.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar-notifications.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-codestar/src/endpoints.ts b/clients/client-codestar/src/endpoints.ts index 0cf0fb8bd270..53fca4c0368c 100644 --- a/clients/client-codestar/src/endpoints.ts +++ b/clients/client-codestar/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "codestar.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "codestar.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cognito-identity-provider/src/endpoints.ts b/clients/client-cognito-identity-provider/src/endpoints.ts index 4d03c32cdcf3..c35b6c3bcf80 100644 --- a/clients/client-cognito-identity-provider/src/endpoints.ts +++ b/clients/client-cognito-identity-provider/src/endpoints.ts @@ -4,62 +4,117 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "cognito-idp-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "cognito-idp-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "cognito-idp-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "cognito-idp-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "cognito-idp-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "cognito-idp.us-east-1.amazonaws.com", variants: [ { hostname: "cognito-idp-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-idp.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "cognito-idp.us-east-2.amazonaws.com", variants: [ { hostname: "cognito-idp-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-idp.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "cognito-idp.us-gov-west-1.amazonaws.com", variants: [ { hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-idp.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "cognito-idp.us-west-1.amazonaws.com", variants: [ { hostname: "cognito-idp-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-idp.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "cognito-idp.us-west-2.amazonaws.com", variants: [ { hostname: "cognito-idp-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-idp.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -108,6 +163,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-idp.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -127,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cognito-idp.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -156,6 +219,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-idp.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cognito-identity/src/endpoints.ts b/clients/client-cognito-identity/src/endpoints.ts index 92fc51e9ef3c..66650817e135 100644 --- a/clients/client-cognito-identity/src/endpoints.ts +++ b/clients/client-cognito-identity/src/endpoints.ts @@ -4,50 +4,94 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "cognito-identity-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "cognito-identity-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "cognito-identity-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "cognito-identity-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "cognito-identity.us-east-1.amazonaws.com", variants: [ { hostname: "cognito-identity-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-identity.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "cognito-identity.us-east-2.amazonaws.com", variants: [ { hostname: "cognito-identity-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-identity.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "cognito-identity.us-gov-west-1.amazonaws.com", variants: [ { hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-identity.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "cognito-identity.us-west-2.amazonaws.com", variants: [ { hostname: "cognito-identity-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "cognito-identity.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -95,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-identity.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -114,6 +162,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cognito-identity.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -143,6 +195,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-identity.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cognito-sync/src/endpoints.ts b/clients/client-cognito-sync/src/endpoints.ts index 0d133e75fdc7..5be11ae9a279 100644 --- a/clients/client-cognito-sync/src/endpoints.ts +++ b/clients/client-cognito-sync/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-sync.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cognito-sync.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cognito-sync.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-comprehend/src/endpoints.ts b/clients/client-comprehend/src/endpoints.ts index 766c78252dd5..cd7e30a8956f 100644 --- a/clients/client-comprehend/src/endpoints.ts +++ b/clients/client-comprehend/src/endpoints.ts @@ -4,50 +4,94 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "comprehend-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "comprehend-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "comprehend-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "comprehend-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "comprehend.us-east-1.amazonaws.com", variants: [ { hostname: "comprehend-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehend.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "comprehend.us-east-2.amazonaws.com", variants: [ { hostname: "comprehend-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehend.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "comprehend.us-gov-west-1.amazonaws.com", variants: [ { hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehend.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "comprehend.us-west-2.amazonaws.com", variants: [ { hostname: "comprehend-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehend.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -95,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "comprehend.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -114,6 +162,10 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "comprehend.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -143,6 +195,10 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "comprehend.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-comprehendmedical/src/endpoints.ts b/clients/client-comprehendmedical/src/endpoints.ts index e49d415fd0d9..021ceb6e4f2e 100644 --- a/clients/client-comprehendmedical/src/endpoints.ts +++ b/clients/client-comprehendmedical/src/endpoints.ts @@ -4,50 +4,94 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "comprehendmedical.us-east-1.amazonaws.com", variants: [ { hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehendmedical.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "comprehendmedical.us-east-2.amazonaws.com", variants: [ { hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehendmedical.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "comprehendmedical.us-gov-west-1.amazonaws.com", variants: [ { hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehendmedical.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "comprehendmedical.us-west-2.amazonaws.com", variants: [ { hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "comprehendmedical.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -95,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "comprehendmedical.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -114,6 +162,10 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "comprehendmedical.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -143,6 +195,10 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "comprehendmedical.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-compute-optimizer/src/endpoints.ts b/clients/client-compute-optimizer/src/endpoints.ts index 02094bc4f2f1..d4b286f43df2 100644 --- a/clients/client-compute-optimizer/src/endpoints.ts +++ b/clients/client-compute-optimizer/src/endpoints.ts @@ -4,74 +4,182 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "compute-optimizer.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "compute-optimizer.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-south-1": { hostname: "compute-optimizer.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "compute-optimizer.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "compute-optimizer.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "compute-optimizer.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "cn-north-1": { hostname: "compute-optimizer.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "compute-optimizer.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "compute-optimizer.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "compute-optimizer.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "eu-central-1": { hostname: "compute-optimizer.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "compute-optimizer.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "eu-west-1": { hostname: "compute-optimizer.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "compute-optimizer.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "compute-optimizer.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "sa-east-1": { hostname: "compute-optimizer.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "compute-optimizer.us-east-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "compute-optimizer.us-east-2.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-west-1": { hostname: "compute-optimizer.us-west-1.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { hostname: "compute-optimizer.us-west-2.amazonaws.com", + variants: [ + { + hostname: "compute-optimizer.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -116,6 +224,10 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "compute-optimizer.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -135,6 +247,10 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "compute-optimizer.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -164,6 +280,10 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "compute-optimizer.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-config-service/src/endpoints.ts b/clients/client-config-service/src/endpoints.ts index 49df66c7e3cf..94b0b3497b0d 100644 --- a/clients/client-config-service/src/endpoints.ts +++ b/clients/client-config-service/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "config-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "config-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "config-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "config-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "config.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "config.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "config.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "config.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "config-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "config-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "config-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "config-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "config.us-east-1.amazonaws.com", variants: [ { hostname: "config-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "config.us-east-2.amazonaws.com", variants: [ { hostname: "config-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "config.us-gov-east-1.amazonaws.com", variants: [ { hostname: "config.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "config.us-gov-west-1.amazonaws.com", variants: [ { hostname: "config.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "config.us-west-1.amazonaws.com", variants: [ { hostname: "config-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "config.us-west-2.amazonaws.com", variants: [ { hostname: "config-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "config.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "config.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "config.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "config.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "config.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-connect-contact-lens/src/endpoints.ts b/clients/client-connect-contact-lens/src/endpoints.ts index f49f6983f010..51a6c94e6ebd 100644 --- a/clients/client-connect-contact-lens/src/endpoints.ts +++ b/clients/client-connect-contact-lens/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "contact-lens.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "contact-lens.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "contact-lens.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-connect/src/endpoints.ts b/clients/client-connect/src/endpoints.ts index e018a2ac69e0..0e555053fa0b 100644 --- a/clients/client-connect/src/endpoints.ts +++ b/clients/client-connect/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "connect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "connect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "connect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-connectparticipant/src/endpoints.ts b/clients/client-connectparticipant/src/endpoints.ts index bf1ecb0015b6..5cee2516c65e 100644 --- a/clients/client-connectparticipant/src/endpoints.ts +++ b/clients/client-connectparticipant/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "participant.connect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "participant.connect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "participant.connect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cost-and-usage-report-service/src/endpoints.ts b/clients/client-cost-and-usage-report-service/src/endpoints.ts index 1847f9f624de..38c88078fd0d 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoints.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cur.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "cur.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "cur.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-cost-explorer/src/endpoints.ts b/clients/client-cost-explorer/src/endpoints.ts index 64ea057d93fc..c4851284c091 100644 --- a/clients/client-cost-explorer/src/endpoints.ts +++ b/clients/client-cost-explorer/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "ce.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "ce.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { hostname: "ce.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ce.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -53,6 +65,10 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ce.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -72,6 +88,10 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ce.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -101,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ce.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-customer-profiles/src/endpoints.ts b/clients/client-customer-profiles/src/endpoints.ts index 9e8993895f3f..b86ba4479e14 100644 --- a/clients/client-customer-profiles/src/endpoints.ts +++ b/clients/client-customer-profiles/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "profile.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "profile.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "profile.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-data-pipeline/src/endpoints.ts b/clients/client-data-pipeline/src/endpoints.ts index 235c7284f772..d43e985bc2be 100644 --- a/clients/client-data-pipeline/src/endpoints.ts +++ b/clients/client-data-pipeline/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "datapipeline.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "datapipeline.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "datapipeline.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-database-migration-service/src/endpoints.ts b/clients/client-database-migration-service/src/endpoints.ts index 1ebda061627e..168edec522a3 100644 --- a/clients/client-database-migration-service/src/endpoints.ts +++ b/clients/client-database-migration-service/src/endpoints.ts @@ -3,112 +3,211 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { dms: { + hostname: "dms.dms.amazonaws.com", variants: [ { hostname: "dms.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.dms.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "dms-fips": { hostname: "dms.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "dms.us-east-1.amazonaws.com", variants: [ { hostname: "dms-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "dms-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "dms-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "dms.us-east-2.amazonaws.com", variants: [ { hostname: "dms-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "dms-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "dms-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "dms.us-gov-east-1.amazonaws.com", variants: [ { hostname: "dms.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "dms.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "dms.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "dms.us-gov-west-1.amazonaws.com", variants: [ { hostname: "dms.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "dms.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-iso-east-1": { + hostname: "dms.us-iso-east-1.c2s.ic.gov", variants: [ { hostname: "dms.us-iso-east-1.c2s.ic.gov", tags: ["fips"], }, + { + hostname: "dms.us-iso-east-1.c2s.ic.gov", + tags: [], + }, ], }, "us-iso-east-1-fips": { hostname: "dms.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "dms.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "us-isob-east-1": { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", variants: [ { hostname: "dms.us-isob-east-1.sc2s.sgov.gov", tags: ["fips"], }, + { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, ], }, "us-isob-east-1-fips": { hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + variants: [ + { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "us-west-1": { + hostname: "dms.us-west-1.amazonaws.com", variants: [ { hostname: "dms-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "dms-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "dms-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "dms.us-west-2.amazonaws.com", variants: [ { hostname: "dms-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "dms-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "dms-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -159,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dms.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -178,6 +281,10 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "dms.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -189,6 +296,10 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.c2s.ic.gov", tags: ["fips"], }, + { + hostname: "dms.{region}.c2s.ic.gov", + tags: [], + }, ], }, "aws-iso-b": { @@ -200,6 +311,10 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.sc2s.sgov.gov", tags: ["fips"], }, + { + hostname: "dms.{region}.sc2s.sgov.gov", + tags: [], + }, ], }, "aws-us-gov": { @@ -211,6 +326,10 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "dms.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-databrew/src/endpoints.ts b/clients/client-databrew/src/endpoints.ts index a8a4d164fe5a..0b6823b4cb54 100644 --- a/clients/client-databrew/src/endpoints.ts +++ b/clients/client-databrew/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "databrew.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "databrew.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "databrew.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-dataexchange/src/endpoints.ts b/clients/client-dataexchange/src/endpoints.ts index 65cb291b2652..a84437a6b8d2 100644 --- a/clients/client-dataexchange/src/endpoints.ts +++ b/clients/client-dataexchange/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dataexchange.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "dataexchange.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dataexchange.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-datasync/src/endpoints.ts b/clients/client-datasync/src/endpoints.ts index 84ce2b426aba..0ae59219d2a8 100644 --- a/clients/client-datasync/src/endpoints.ts +++ b/clients/client-datasync/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "datasync.ca-central-1.amazonaws.com", variants: [ { hostname: "datasync-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "datasync-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "datasync-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "datasync-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "datasync-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "datasync-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "datasync-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "datasync-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "datasync-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "datasync.us-east-1.amazonaws.com", variants: [ { hostname: "datasync-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "datasync.us-east-2.amazonaws.com", variants: [ { hostname: "datasync-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "datasync.us-gov-east-1.amazonaws.com", variants: [ { hostname: "datasync-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "datasync.us-gov-west-1.amazonaws.com", variants: [ { hostname: "datasync-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "datasync.us-west-1.amazonaws.com", variants: [ { hostname: "datasync-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "datasync.us-west-2.amazonaws.com", variants: [ { hostname: "datasync-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "datasync.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "datasync.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "datasync.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "datasync.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-dax/src/endpoints.ts b/clients/client-dax/src/endpoints.ts index d4a020a37acc..defba68a2d52 100644 --- a/clients/client-dax/src/endpoints.ts +++ b/clients/client-dax/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dax.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "dax.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dax.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-detective/src/endpoints.ts b/clients/client-detective/src/endpoints.ts index 360a5dc2014c..58519b0de826 100644 --- a/clients/client-detective/src/endpoints.ts +++ b/clients/client-detective/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "api.detective.us-east-1.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "api.detective-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "api.detective.us-east-2.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "api.detective-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "api.detective.us-gov-east-1.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "api.detective.us-gov-west-1.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "api.detective.us-west-1.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "api.detective-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "api.detective.us-west-2.amazonaws.com", variants: [ { hostname: "api.detective-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.detective.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "api.detective-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "api.detective-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.detective.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.detective.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.detective.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-device-farm/src/endpoints.ts b/clients/client-device-farm/src/endpoints.ts index a8712ae5c771..59930c03e0a4 100644 --- a/clients/client-device-farm/src/endpoints.ts +++ b/clients/client-device-farm/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devicefarm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "devicefarm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devicefarm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-devops-guru/src/endpoints.ts b/clients/client-devops-guru/src/endpoints.ts index 929436efbaea..a77ee48af6b3 100644 --- a/clients/client-devops-guru/src/endpoints.ts +++ b/clients/client-devops-guru/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devops-guru.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "devops-guru.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devops-guru.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-direct-connect/src/endpoints.ts b/clients/client-direct-connect/src/endpoints.ts index 2a5b31162cc4..0ceada551612 100644 --- a/clients/client-direct-connect/src/endpoints.ts +++ b/clients/client-direct-connect/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "directconnect-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "directconnect-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "directconnect-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "directconnect-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "directconnect-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "directconnect.us-east-1.amazonaws.com", variants: [ { hostname: "directconnect-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "directconnect.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "directconnect.us-east-2.amazonaws.com", variants: [ { hostname: "directconnect-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "directconnect.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "directconnect.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "directconnect.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "directconnect.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "directconnect.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "directconnect.us-west-1.amazonaws.com", variants: [ { hostname: "directconnect-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "directconnect.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "directconnect.us-west-2.amazonaws.com", variants: [ { hostname: "directconnect-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "directconnect.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "directconnect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "directconnect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "directconnect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-directory-service/src/endpoints.ts b/clients/client-directory-service/src/endpoints.ts index 891c95c23540..ff53676ea5a6 100644 --- a/clients/client-directory-service/src/endpoints.ts +++ b/clients/client-directory-service/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "ds.ca-central-1.amazonaws.com", variants: [ { hostname: "ds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "ds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "ds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "ds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "ds-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "ds-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "ds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "ds.us-east-1.amazonaws.com", variants: [ { hostname: "ds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ds.us-east-2.amazonaws.com", variants: [ { hostname: "ds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "ds.us-gov-east-1.amazonaws.com", variants: [ { hostname: "ds-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "ds.us-gov-west-1.amazonaws.com", variants: [ { hostname: "ds-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "ds.us-west-1.amazonaws.com", variants: [ { hostname: "ds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ds.us-west-2.amazonaws.com", variants: [ { hostname: "ds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ds.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ds.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ds.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ds.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-dlm/src/endpoints.ts b/clients/client-dlm/src/endpoints.ts index 6bcc3296ffe2..475356e1b2b0 100644 --- a/clients/client-dlm/src/endpoints.ts +++ b/clients/client-dlm/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dlm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "dlm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dlm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index 2c02f6c0cf5b..6875f9f598dc 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -3,160 +3,304 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.us-east-1": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "rds-fips.us-east-2": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "rds-fips.us-west-1": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "rds-fips.us-west-2": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "rds.ca-central-1": { + hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { + hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { + hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "rds.us-gov-west-1": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "rds.us-west-1": { + hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { + hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "rds.us-gov-east-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "rds.us-gov-west-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -216,6 +360,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -235,6 +383,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -271,6 +423,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-dynamodb-streams/src/endpoints.ts b/clients/client-dynamodb-streams/src/endpoints.ts index 356708b6e109..0d4f7a776386 100644 --- a/clients/client-dynamodb-streams/src/endpoints.ts +++ b/clients/client-dynamodb-streams/src/endpoints.ts @@ -4,50 +4,108 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1-fips": { hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, local: { hostname: "localhost:8000", + variants: [ + { + hostname: "localhost:8000", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-1-fips": { hostname: "dynamodb-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2-fips": { hostname: "dynamodb-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "streams.dynamodb.us-gov-east-1.amazonaws.com", variants: [ { hostname: "dynamodb.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "streams.dynamodb.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "dynamodb.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "streams.dynamodb.us-gov-west-1.amazonaws.com", variants: [ { hostname: "dynamodb.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "streams.dynamodb.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "dynamodb.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1-fips": { hostname: "dynamodb-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2-fips": { hostname: "dynamodb-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -90,6 +148,10 @@ const partitionHash: PartitionHash = { hostname: "dynamodb-fips.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "streams.dynamodb.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -109,6 +171,10 @@ const partitionHash: PartitionHash = { hostname: "streams.dynamodb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "streams.dynamodb.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -130,6 +196,10 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "streams.dynamodb.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-dynamodb/src/endpoints.ts b/clients/client-dynamodb/src/endpoints.ts index 9209332688ba..61c007d4d900 100644 --- a/clients/client-dynamodb/src/endpoints.ts +++ b/clients/client-dynamodb/src/endpoints.ts @@ -3,91 +3,174 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "dynamodb.ca-central-1.amazonaws.com", variants: [ { hostname: "dynamodb-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, local: { hostname: "localhost:8000", + variants: [ + { + hostname: "localhost:8000", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-1": { + hostname: "dynamodb.us-east-1.amazonaws.com", variants: [ { hostname: "dynamodb-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "dynamodb-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "dynamodb.us-east-2.amazonaws.com", variants: [ { hostname: "dynamodb-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "dynamodb-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", variants: [ { hostname: "dynamodb.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "dynamodb.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", variants: [ { hostname: "dynamodb.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "dynamodb.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "dynamodb.us-west-1.amazonaws.com", variants: [ { hostname: "dynamodb-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "dynamodb-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "dynamodb.us-west-2.amazonaws.com", variants: [ { hostname: "dynamodb-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "dynamodb-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "dynamodb-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -138,6 +221,10 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -157,6 +244,10 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "dynamodb.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -178,6 +269,10 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ebs/src/endpoints.ts b/clients/client-ebs/src/endpoints.ts index 497957405f43..d10deb096627 100644 --- a/clients/client-ebs/src/endpoints.ts +++ b/clients/client-ebs/src/endpoints.ts @@ -3,63 +3,118 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "ebs.ca-central-1.amazonaws.com", variants: [ { hostname: "ebs-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ebs.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "ebs-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "ebs-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ebs-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "ebs-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ebs-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ebs-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "ebs.us-east-1.amazonaws.com", variants: [ { hostname: "ebs-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ebs.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ebs.us-east-2.amazonaws.com", variants: [ { hostname: "ebs-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ebs.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "ebs.us-west-1.amazonaws.com", variants: [ { hostname: "ebs-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ebs.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ebs.us-west-2.amazonaws.com", variants: [ { hostname: "ebs-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ebs.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -109,6 +164,10 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ebs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -128,6 +187,10 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ebs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -157,6 +220,10 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ebs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ec2-instance-connect/src/endpoints.ts b/clients/client-ec2-instance-connect/src/endpoints.ts index 4d3630ab8720..1d25f2fda395 100644 --- a/clients/client-ec2-instance-connect/src/endpoints.ts +++ b/clients/client-ec2-instance-connect/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ec2-instance-connect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ec2-instance-connect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ec2-instance-connect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ec2/src/endpoints.ts b/clients/client-ec2/src/endpoints.ts index 647128a81c8d..0a8582927487 100644 --- a/clients/client-ec2/src/endpoints.ts +++ b/clients/client-ec2/src/endpoints.ts @@ -3,58 +3,109 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-south-1": { + hostname: "ec2.ap-south-1.amazonaws.com", variants: [ { hostname: "api.ec2.ap-south-1.aws", tags: ["dualstack"], }, + { + hostname: "ec2.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1": { + hostname: "ec2.ca-central-1.amazonaws.com", variants: [ { hostname: "ec2-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ec2.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1": { + hostname: "ec2.eu-west-1.amazonaws.com", variants: [ { hostname: "api.ec2.eu-west-1.aws", tags: ["dualstack"], }, + { + hostname: "ec2.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "ec2-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "ec2-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ec2-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "ec2-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ec2-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ec2-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "sa-east-1": { + hostname: "ec2.sa-east-1.amazonaws.com", variants: [ { hostname: "api.ec2.sa-east-1.aws", tags: ["dualstack"], }, + { + hostname: "ec2.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1": { + hostname: "ec2.us-east-1.amazonaws.com", variants: [ { hostname: "api.ec2.us-east-1.aws", @@ -64,9 +115,14 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ec2.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ec2.us-east-2.amazonaws.com", variants: [ { hostname: "api.ec2.us-east-2.aws", @@ -76,25 +132,47 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ec2.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "ec2.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ec2.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "ec2.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ec2.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "ec2.us-west-1.amazonaws.com", variants: [ { hostname: "ec2-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ec2.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ec2.us-west-2.amazonaws.com", variants: [ { hostname: "api.ec2.us-west-2.aws", @@ -104,6 +182,10 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ec2.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -153,6 +235,10 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ec2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -172,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ec2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -201,6 +291,10 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ec2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ecr-public/src/endpoints.ts b/clients/client-ecr-public/src/endpoints.ts index 1edc58e19955..f76bbe6f0757 100644 --- a/clients/client-ecr-public/src/endpoints.ts +++ b/clients/client-ecr-public/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { hostname: "api.ecr-public.us-east-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr-public.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -48,6 +54,10 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.ecr-public.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -67,6 +77,10 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.ecr-public.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -96,6 +110,10 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.ecr-public.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index 6fe1044d020f..fcb014363d07 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -4,180 +4,396 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "af-south-1": { hostname: "api.ecr.af-south-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.af-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "af-south-1", }, "ap-east-1": { hostname: "api.ecr.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-east-1", }, "ap-northeast-1": { hostname: "api.ecr.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "api.ecr.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { hostname: "api.ecr.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-northeast-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-3", }, "ap-south-1": { hostname: "api.ecr.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "api.ecr.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "api.ecr.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "api.ecr.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "cn-north-1": { hostname: "api.ecr.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "api.ecr.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "api.ecr.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "api.ecr.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "dkr-us-east-1": { + hostname: "api.ecr.dkr-us-east-1.amazonaws.com", variants: [ { hostname: "ecr-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "dkr-us-east-2": { + hostname: "api.ecr.dkr-us-east-2.amazonaws.com", variants: [ { hostname: "ecr-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "dkr-us-gov-east-1": { + hostname: "api.ecr.dkr-us-gov-east-1.amazonaws.com", variants: [ { hostname: "ecr-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, "dkr-us-gov-west-1": { + hostname: "api.ecr.dkr-us-gov-west-1.amazonaws.com", variants: [ { hostname: "ecr-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "dkr-us-west-1": { + hostname: "api.ecr.dkr-us-west-1.amazonaws.com", variants: [ { hostname: "ecr-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "dkr-us-west-2": { + hostname: "api.ecr.dkr-us-west-2.amazonaws.com", variants: [ { hostname: "ecr-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.dkr-us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "eu-central-1": { hostname: "api.ecr.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "api.ecr.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "eu-south-1": { hostname: "api.ecr.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-south-1", }, "eu-west-1": { hostname: "api.ecr.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "api.ecr.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "api.ecr.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "api.ecr.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "fips-dkr-us-east-1": { hostname: "ecr-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-dkr-us-east-2": { hostname: "ecr-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-dkr-us-gov-east-1": { hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-dkr-us-gov-west-1": { hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-dkr-us-west-1": { hostname: "ecr-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-dkr-us-west-2": { hostname: "ecr-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "fips-us-east-1": { hostname: "ecr-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ecr-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "ecr-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ecr-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "me-south-1": { hostname: "api.ecr.me-south-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.me-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "me-south-1", }, "sa-east-1": { hostname: "api.ecr.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "api.ecr.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { @@ -187,6 +403,10 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, @@ -197,6 +417,10 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, @@ -207,6 +431,10 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, @@ -217,19 +445,41 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "us-iso-east-1": { hostname: "api.ecr.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "api.ecr.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "us-iso-west-1": { hostname: "api.ecr.us-iso-west-1.c2s.ic.gov", + variants: [ + { + hostname: "api.ecr.us-iso-west-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-west-1", }, "us-isob-east-1": { hostname: "api.ecr.us-isob-east-1.sc2s.sgov.gov", + variants: [ + { + hostname: "api.ecr.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "us-west-1": { @@ -239,6 +489,10 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, @@ -249,6 +503,10 @@ const regionHash: RegionHash = { hostname: "ecr-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, @@ -298,6 +556,10 @@ const partitionHash: PartitionHash = { hostname: "ecr-fips.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -317,6 +579,10 @@ const partitionHash: PartitionHash = { hostname: "api.ecr.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.ecr.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -347,6 +613,10 @@ const partitionHash: PartitionHash = { hostname: "ecr-fips.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.ecr.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ecs/src/endpoints.ts b/clients/client-ecs/src/endpoints.ts index 704b44a9c108..0a6baee8a365 100644 --- a/clients/client-ecs/src/endpoints.ts +++ b/clients/client-ecs/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "ecs-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ecs-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "ecs-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "ecs-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "ecs-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ecs-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ecs-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "ecs.us-east-1.amazonaws.com", variants: [ { hostname: "ecs-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ecs.us-east-2.amazonaws.com", variants: [ { hostname: "ecs-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "ecs.us-gov-east-1.amazonaws.com", variants: [ { hostname: "ecs-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "ecs.us-gov-west-1.amazonaws.com", variants: [ { hostname: "ecs-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "ecs.us-west-1.amazonaws.com", variants: [ { hostname: "ecs-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ecs.us-west-2.amazonaws.com", variants: [ { hostname: "ecs-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ecs.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ecs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ecs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ecs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-efs/src/endpoints.ts b/clients/client-efs/src/endpoints.ts index 5dce1629b7d4..12eed5b131b4 100644 --- a/clients/client-efs/src/endpoints.ts +++ b/clients/client-efs/src/endpoints.ts @@ -3,315 +3,601 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "af-south-1": { + hostname: "elasticfilesystem.af-south-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.af-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-east-1": { + hostname: "elasticfilesystem.ap-east-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-east-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-1": { + hostname: "elasticfilesystem.ap-northeast-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-northeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-2": { + hostname: "elasticfilesystem.ap-northeast-2.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-northeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-3": { + hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", + tags: [], + }, ], }, "ap-south-1": { + hostname: "elasticfilesystem.ap-south-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-1": { + hostname: "elasticfilesystem.ap-southeast-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-southeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-2": { + hostname: "elasticfilesystem.ap-southeast-2.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ap-southeast-2.amazonaws.com", + tags: [], + }, ], }, "ca-central-1": { + hostname: "elasticfilesystem.ca-central-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "cn-north-1": { + hostname: "elasticfilesystem.cn-north-1.amazonaws.com.cn", variants: [ { hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "elasticfilesystem.cn-north-1.amazonaws.com.cn", + tags: [], + }, ], }, "cn-northwest-1": { + hostname: "elasticfilesystem.cn-northwest-1.amazonaws.com.cn", variants: [ { hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "elasticfilesystem.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, ], }, "eu-central-1": { + hostname: "elasticfilesystem.eu-central-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-north-1": { + hostname: "elasticfilesystem.eu-north-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-north-1.amazonaws.com", + tags: [], + }, ], }, "eu-south-1": { + hostname: "elasticfilesystem.eu-south-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-south-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1": { + hostname: "elasticfilesystem.eu-west-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-2": { + hostname: "elasticfilesystem.eu-west-2.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-west-2.amazonaws.com", + tags: [], + }, ], }, "eu-west-3": { + hostname: "elasticfilesystem.eu-west-3.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.eu-west-3.amazonaws.com", + tags: [], + }, ], }, "fips-af-south-1": { hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "af-south-1", }, "fips-ap-east-1": { hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-east-1", }, "fips-ap-northeast-1": { hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "fips-ap-northeast-2": { hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "fips-ap-northeast-3": { hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-3", }, "fips-ap-south-1": { hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "fips-ap-southeast-1": { hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "fips-ap-southeast-2": { hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "fips-ca-central-1": { hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-cn-north-1": { hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "fips-cn-northwest-1": { hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "fips-eu-central-1": { hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "fips-eu-north-1": { hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "fips-eu-south-1": { hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-south-1", }, "fips-eu-west-1": { hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "fips-eu-west-2": { hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "fips-eu-west-3": { hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "fips-me-south-1": { hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "me-south-1", }, "fips-sa-east-1": { hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "fips-us-east-1": { hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-iso-east-1": { hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "fips-us-west-1": { hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "me-south-1": { + hostname: "elasticfilesystem.me-south-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.me-south-1.amazonaws.com", + tags: [], + }, ], }, "sa-east-1": { + hostname: "elasticfilesystem.sa-east-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1": { + hostname: "elasticfilesystem.us-east-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "elasticfilesystem.us-east-2.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "elasticfilesystem.us-gov-east-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "elasticfilesystem.us-gov-west-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-iso-east-1": { + hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", variants: [ { hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", + tags: [], + }, ], }, "us-west-1": { + hostname: "elasticfilesystem.us-west-1.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "elasticfilesystem.us-west-2.amazonaws.com", variants: [ { hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticfilesystem.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -377,6 +663,10 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticfilesystem.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -396,6 +686,10 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticfilesystem.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -425,6 +719,10 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticfilesystem.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-eks/src/endpoints.ts b/clients/client-eks/src/endpoints.ts index 3ea786b78654..bdb778fe03d7 100644 --- a/clients/client-eks/src/endpoints.ts +++ b/clients/client-eks/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "fips.eks.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fips.eks.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "fips.eks.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fips.eks.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "eks.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "eks.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "eks.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "eks.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "fips.eks.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fips.eks.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "fips.eks.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fips.eks.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "eks.us-east-1.amazonaws.com", variants: [ { hostname: "fips.eks.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "eks.us-east-2.amazonaws.com", variants: [ { hostname: "fips.eks.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "eks.us-gov-east-1.amazonaws.com", variants: [ { hostname: "eks.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "eks.us-gov-west-1.amazonaws.com", variants: [ { hostname: "eks.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "eks.us-west-1.amazonaws.com", variants: [ { hostname: "fips.eks.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "eks.us-west-2.amazonaws.com", variants: [ { hostname: "fips.eks.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -112,6 +178,10 @@ const partitionHash: PartitionHash = { hostname: "fips.eks.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -131,6 +201,10 @@ const partitionHash: PartitionHash = { hostname: "eks.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "eks.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +226,10 @@ const partitionHash: PartitionHash = { hostname: "eks.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "eks.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elastic-beanstalk/src/endpoints.ts b/clients/client-elastic-beanstalk/src/endpoints.ts index 1cfc4fb55d10..2554a349fd9d 100644 --- a/clients/client-elastic-beanstalk/src/endpoints.ts +++ b/clients/client-elastic-beanstalk/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "elasticbeanstalk.us-east-1.amazonaws.com", variants: [ { hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticbeanstalk.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "elasticbeanstalk.us-east-2.amazonaws.com", variants: [ { hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticbeanstalk.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "elasticbeanstalk.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "elasticbeanstalk.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticbeanstalk.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "elasticbeanstalk.us-west-1.amazonaws.com", variants: [ { hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticbeanstalk.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "elasticbeanstalk.us-west-2.amazonaws.com", variants: [ { hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticbeanstalk.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticbeanstalk.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticbeanstalk.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticbeanstalk.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elastic-inference/src/endpoints.ts b/clients/client-elastic-inference/src/endpoints.ts index a919c6e4cfc8..1039be6d86bb 100644 --- a/clients/client-elastic-inference/src/endpoints.ts +++ b/clients/client-elastic-inference/src/endpoints.ts @@ -4,21 +4,57 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "api.elastic-inference.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], }, "ap-northeast-2": { hostname: "api.elastic-inference.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], }, "eu-west-1": { hostname: "api.elastic-inference.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.eu-west-1.amazonaws.com", + tags: [], + }, + ], }, "us-east-1": { hostname: "api.elastic-inference.us-east-1.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.us-east-1.amazonaws.com", + tags: [], + }, + ], }, "us-east-2": { hostname: "api.elastic-inference.us-east-2.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.us-east-2.amazonaws.com", + tags: [], + }, + ], }, "us-west-2": { hostname: "api.elastic-inference.us-west-2.amazonaws.com", + variants: [ + { + hostname: "api.elastic-inference.us-west-2.amazonaws.com", + tags: [], + }, + ], }, }; @@ -62,6 +98,10 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.elastic-inference.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -81,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.elastic-inference.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -110,6 +154,10 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.elastic-inference.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elastic-load-balancing-v2/src/endpoints.ts b/clients/client-elastic-load-balancing-v2/src/endpoints.ts index 2d9935ca06e5..2ac7fbcb372f 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoints.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "elasticloadbalancing.us-east-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "elasticloadbalancing.us-east-2.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "elasticloadbalancing.us-west-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "elasticloadbalancing.us-west-2.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elastic-load-balancing/src/endpoints.ts b/clients/client-elastic-load-balancing/src/endpoints.ts index 2d9935ca06e5..2ac7fbcb372f 100644 --- a/clients/client-elastic-load-balancing/src/endpoints.ts +++ b/clients/client-elastic-load-balancing/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "elasticloadbalancing.us-east-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "elasticloadbalancing.us-east-2.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "elasticloadbalancing.us-west-1.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "elasticloadbalancing.us-west-2.amazonaws.com", variants: [ { hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elastic-transcoder/src/endpoints.ts b/clients/client-elastic-transcoder/src/endpoints.ts index 685f1206db43..3a50b1ab8502 100644 --- a/clients/client-elastic-transcoder/src/endpoints.ts +++ b/clients/client-elastic-transcoder/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elastictranscoder.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elastictranscoder.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elastictranscoder.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index 0f608bde9134..50568efc3b5a 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -4,66 +4,127 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { fips: { hostname: "elasticache.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "elasticache.us-east-1.amazonaws.com", variants: [ { hostname: "elasticache-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "elasticache-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticache-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "elasticache.us-east-2.amazonaws.com", variants: [ { hostname: "elasticache-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "elasticache-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticache-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "elasticache.us-gov-west-1.amazonaws.com", variants: [ { hostname: "elasticache.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "elasticache.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "elasticache.us-west-1.amazonaws.com", variants: [ { hostname: "elasticache-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "elasticache-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticache-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "elasticache.us-west-2.amazonaws.com", variants: [ { hostname: "elasticache-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "elasticache-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticache-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -113,6 +174,10 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticache.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -132,6 +197,10 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticache.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -153,6 +222,10 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticache.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index b07d3904b3ee..076404a60588 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -4,78 +4,150 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { fips: { hostname: "es-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "es.us-east-1.amazonaws.com", variants: [ { hostname: "es-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "es-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "es.us-east-2.amazonaws.com", variants: [ { hostname: "es-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "es-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "es.us-gov-east-1.amazonaws.com", variants: [ { hostname: "es-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "es-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "es.us-gov-west-1.amazonaws.com", variants: [ { hostname: "es-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "es-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "es.us-west-1.amazonaws.com", variants: [ { hostname: "es-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "es-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "es.us-west-2.amazonaws.com", variants: [ { hostname: "es-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "es-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -125,6 +197,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -144,6 +220,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +253,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-emr-containers/src/endpoints.ts b/clients/client-emr-containers/src/endpoints.ts index 2bded1c26b9a..9a147ce291d2 100644 --- a/clients/client-emr-containers/src/endpoints.ts +++ b/clients/client-emr-containers/src/endpoints.ts @@ -3,63 +3,118 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "emr-containers.ca-central-1.amazonaws.com", variants: [ { hostname: "emr-containers-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "emr-containers.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "emr-containers-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "emr-containers-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "emr-containers-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "emr-containers-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "emr-containers-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "emr-containers-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "emr-containers.us-east-1.amazonaws.com", variants: [ { hostname: "emr-containers-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "emr-containers.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "emr-containers.us-east-2.amazonaws.com", variants: [ { hostname: "emr-containers-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "emr-containers.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "emr-containers.us-west-1.amazonaws.com", variants: [ { hostname: "emr-containers-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "emr-containers.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "emr-containers.us-west-2.amazonaws.com", variants: [ { hostname: "emr-containers-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "emr-containers.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -109,6 +164,10 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "emr-containers.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -128,6 +187,10 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "emr-containers.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -157,6 +220,10 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "emr-containers.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-emr/src/endpoints.ts b/clients/client-emr/src/endpoints.ts index de1ff164d886..552619d821ca 100644 --- a/clients/client-emr/src/endpoints.ts +++ b/clients/client-emr/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "elasticmapreduce.ca-central-1.amazonaws.com", variants: [ { hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "elasticmapreduce.us-east-1.amazonaws.com", variants: [ { hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "elasticmapreduce.us-east-2.amazonaws.com", variants: [ { hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", variants: [ { hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", variants: [ { hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "elasticmapreduce.us-west-1.amazonaws.com", variants: [ { hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "elasticmapreduce.us-west-2.amazonaws.com", variants: [ { hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "elasticmapreduce.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "elasticmapreduce.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "elasticmapreduce.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "elasticmapreduce.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "elasticmapreduce.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "elasticmapreduce.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-eventbridge/src/endpoints.ts b/clients/client-eventbridge/src/endpoints.ts index 0099ca1f2041..1748b7fb6df4 100644 --- a/clients/client-eventbridge/src/endpoints.ts +++ b/clients/client-eventbridge/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "events-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "events-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "events-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "events-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "events.us-east-1.amazonaws.com", variants: [ { hostname: "events-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "events.us-east-2.amazonaws.com", variants: [ { hostname: "events-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "events.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "events.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "events.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "events.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "events.us-west-1.amazonaws.com", variants: [ { hostname: "events-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "events.us-west-2.amazonaws.com", variants: [ { hostname: "events-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "events.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-finspace-data/src/endpoints.ts b/clients/client-finspace-data/src/endpoints.ts index 8620a18b966e..ef4ced808ff9 100644 --- a/clients/client-finspace-data/src/endpoints.ts +++ b/clients/client-finspace-data/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "finspace-api.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "finspace-api.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "finspace-api.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-finspace/src/endpoints.ts b/clients/client-finspace/src/endpoints.ts index 2ca78bb12ac3..c16dab36f90c 100644 --- a/clients/client-finspace/src/endpoints.ts +++ b/clients/client-finspace/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "finspace.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "finspace.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "finspace.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-firehose/src/endpoints.ts b/clients/client-firehose/src/endpoints.ts index ba60269bb7eb..aec7e0b74693 100644 --- a/clients/client-firehose/src/endpoints.ts +++ b/clients/client-firehose/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "firehose-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "firehose-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "firehose-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "firehose-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "firehose-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "firehose-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "firehose-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "firehose.us-east-1.amazonaws.com", variants: [ { hostname: "firehose-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "firehose.us-east-2.amazonaws.com", variants: [ { hostname: "firehose-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "firehose.us-gov-east-1.amazonaws.com", variants: [ { hostname: "firehose-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "firehose.us-gov-west-1.amazonaws.com", variants: [ { hostname: "firehose-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "firehose.us-west-1.amazonaws.com", variants: [ { hostname: "firehose-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "firehose.us-west-2.amazonaws.com", variants: [ { hostname: "firehose-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "firehose.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "firehose.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "firehose.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "firehose.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-fis/src/endpoints.ts b/clients/client-fis/src/endpoints.ts index 51e4eb3418a3..e58bc10df2ba 100644 --- a/clients/client-fis/src/endpoints.ts +++ b/clients/client-fis/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fis.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "fis.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fis.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-fms/src/endpoints.ts b/clients/client-fms/src/endpoints.ts index 0b7ee42a49c3..fceec401945e 100644 --- a/clients/client-fms/src/endpoints.ts +++ b/clients/client-fms/src/endpoints.ts @@ -3,255 +3,486 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "af-south-1": { + hostname: "fms.af-south-1.amazonaws.com", variants: [ { hostname: "fms-fips.af-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.af-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-east-1": { + hostname: "fms.ap-east-1.amazonaws.com", variants: [ { hostname: "fms-fips.ap-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-east-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-1": { + hostname: "fms.ap-northeast-1.amazonaws.com", variants: [ { hostname: "fms-fips.ap-northeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-northeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-2": { + hostname: "fms.ap-northeast-2.amazonaws.com", variants: [ { hostname: "fms-fips.ap-northeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-northeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-south-1": { + hostname: "fms.ap-south-1.amazonaws.com", variants: [ { hostname: "fms-fips.ap-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-1": { + hostname: "fms.ap-southeast-1.amazonaws.com", variants: [ { hostname: "fms-fips.ap-southeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-southeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-2": { + hostname: "fms.ap-southeast-2.amazonaws.com", variants: [ { hostname: "fms-fips.ap-southeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ap-southeast-2.amazonaws.com", + tags: [], + }, ], }, "ca-central-1": { + hostname: "fms.ca-central-1.amazonaws.com", variants: [ { hostname: "fms-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-central-1": { + hostname: "fms.eu-central-1.amazonaws.com", variants: [ { hostname: "fms-fips.eu-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.eu-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-south-1": { + hostname: "fms.eu-south-1.amazonaws.com", variants: [ { hostname: "fms-fips.eu-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.eu-south-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1": { + hostname: "fms.eu-west-1.amazonaws.com", variants: [ { hostname: "fms-fips.eu-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-2": { + hostname: "fms.eu-west-2.amazonaws.com", variants: [ { hostname: "fms-fips.eu-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.eu-west-2.amazonaws.com", + tags: [], + }, ], }, "eu-west-3": { + hostname: "fms.eu-west-3.amazonaws.com", variants: [ { hostname: "fms-fips.eu-west-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.eu-west-3.amazonaws.com", + tags: [], + }, ], }, "fips-af-south-1": { hostname: "fms-fips.af-south-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.af-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "af-south-1", }, "fips-ap-east-1": { hostname: "fms-fips.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-east-1", }, "fips-ap-northeast-1": { hostname: "fms-fips.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "fips-ap-northeast-2": { hostname: "fms-fips.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "fips-ap-south-1": { hostname: "fms-fips.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "fips-ap-southeast-1": { hostname: "fms-fips.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "fips-ap-southeast-2": { hostname: "fms-fips.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "fips-ca-central-1": { hostname: "fms-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-eu-central-1": { hostname: "fms-fips.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "fips-eu-south-1": { hostname: "fms-fips.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.eu-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-south-1", }, "fips-eu-west-1": { hostname: "fms-fips.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "fips-eu-west-2": { hostname: "fms-fips.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "fms-fips.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "fips-eu-west-3": { hostname: "fms-fips.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "fms-fips.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "fips-me-south-1": { hostname: "fms-fips.me-south-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.me-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "me-south-1", }, "fips-sa-east-1": { hostname: "fms-fips.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "fips-us-east-1": { hostname: "fms-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "fms-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "fms-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "fms-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "fms-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "fms-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fms-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "me-south-1": { + hostname: "fms.me-south-1.amazonaws.com", variants: [ { hostname: "fms-fips.me-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.me-south-1.amazonaws.com", + tags: [], + }, ], }, "sa-east-1": { + hostname: "fms.sa-east-1.amazonaws.com", variants: [ { hostname: "fms-fips.sa-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1": { + hostname: "fms.us-east-1.amazonaws.com", variants: [ { hostname: "fms-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "fms.us-east-2.amazonaws.com", variants: [ { hostname: "fms-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "fms.us-gov-east-1.amazonaws.com", variants: [ { hostname: "fms-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "fms.us-gov-west-1.amazonaws.com", variants: [ { hostname: "fms-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "fms.us-west-1.amazonaws.com", variants: [ { hostname: "fms-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "fms.us-west-2.amazonaws.com", variants: [ { hostname: "fms-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fms.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -315,6 +546,10 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fms.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -334,6 +569,10 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "fms.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -363,6 +602,10 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fms.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-forecast/src/endpoints.ts b/clients/client-forecast/src/endpoints.ts index bc2b2676716b..d3e117a0a7c8 100644 --- a/clients/client-forecast/src/endpoints.ts +++ b/clients/client-forecast/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "forecast-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "forecast-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "forecast-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "forecast-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "forecast-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "forecast-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "forecast.us-east-1.amazonaws.com", variants: [ { hostname: "forecast-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecast.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "forecast.us-east-2.amazonaws.com", variants: [ { hostname: "forecast-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecast.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "forecast.us-west-2.amazonaws.com", variants: [ { hostname: "forecast-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecast.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "forecast.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "forecast.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "forecast.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-forecastquery/src/endpoints.ts b/clients/client-forecastquery/src/endpoints.ts index fe64fd4f2cac..8c4c8abdb80f 100644 --- a/clients/client-forecastquery/src/endpoints.ts +++ b/clients/client-forecastquery/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "forecastquery-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "forecastquery-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "forecastquery-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "forecastquery-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "forecastquery-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "forecastquery-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "forecastquery.us-east-1.amazonaws.com", variants: [ { hostname: "forecastquery-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecastquery.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "forecastquery.us-east-2.amazonaws.com", variants: [ { hostname: "forecastquery-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecastquery.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "forecastquery.us-west-2.amazonaws.com", variants: [ { hostname: "forecastquery-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "forecastquery.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "forecastquery.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "forecastquery.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "forecastquery.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-frauddetector/src/endpoints.ts b/clients/client-frauddetector/src/endpoints.ts index 59fd179e3da8..c8047e22b872 100644 --- a/clients/client-frauddetector/src/endpoints.ts +++ b/clients/client-frauddetector/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "frauddetector.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "frauddetector.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "frauddetector.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index c12f64f0ef04..20cac6fd5c0c 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -3,178 +3,332 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "fsx.ca-central-1.amazonaws.com", variants: [ { hostname: "fsx-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "fsx-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-prod-ca-central-1": { hostname: "fsx-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-prod-us-east-1": { hostname: "fsx-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-prod-us-east-2": { hostname: "fsx-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-prod-us-gov-east-1": { hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-prod-us-gov-west-1": { hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-prod-us-west-1": { hostname: "fsx-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-prod-us-west-2": { hostname: "fsx-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "fips-us-east-1": { hostname: "fsx-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "fsx-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "fsx-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "fsx-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "prod-ca-central-1": { + hostname: "fsx.prod-ca-central-1.amazonaws.com", variants: [ { hostname: "fsx-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "prod-us-east-1": { + hostname: "fsx.prod-us-east-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "prod-us-east-2": { + hostname: "fsx.prod-us-east-2.amazonaws.com", variants: [ { hostname: "fsx-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "prod-us-gov-east-1": { + hostname: "fsx.prod-us-gov-east-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, "prod-us-gov-west-1": { + hostname: "fsx.prod-us-gov-west-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "prod-us-west-1": { + hostname: "fsx.prod-us-west-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "prod-us-west-2": { + hostname: "fsx.prod-us-west-2.amazonaws.com", variants: [ { hostname: "fsx-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.prod-us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "fsx.us-east-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "fsx.us-east-2.amazonaws.com", variants: [ { hostname: "fsx-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "fsx.us-gov-east-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "fsx.us-gov-west-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "fsx.us-west-1.amazonaws.com", variants: [ { hostname: "fsx-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "fsx.us-west-2.amazonaws.com", variants: [ { hostname: "fsx-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "fsx.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -234,6 +388,10 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fsx.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -253,6 +411,10 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "fsx.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -291,6 +453,10 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "fsx.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-gamelift/src/endpoints.ts b/clients/client-gamelift/src/endpoints.ts index bd0e1f08c3f5..8ec5716783b0 100644 --- a/clients/client-gamelift/src/endpoints.ts +++ b/clients/client-gamelift/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "gamelift.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "gamelift.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "gamelift.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-glacier/src/endpoints.ts b/clients/client-glacier/src/endpoints.ts index 5b207af2343d..a4e57a534c9f 100644 --- a/clients/client-glacier/src/endpoints.ts +++ b/clients/client-glacier/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "glacier.ca-central-1.amazonaws.com", variants: [ { hostname: "glacier-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glacier.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "glacier-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "glacier-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "glacier-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "glacier-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "glacier-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "glacier-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "glacier.us-east-1.amazonaws.com", variants: [ { hostname: "glacier-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glacier.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "glacier.us-east-2.amazonaws.com", variants: [ { hostname: "glacier-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "glacier.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "glacier.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "glacier.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "glacier.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "glacier.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "glacier.us-west-1.amazonaws.com", variants: [ { hostname: "glacier-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glacier.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "glacier.us-west-2.amazonaws.com", variants: [ { hostname: "glacier-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "glacier.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "glacier.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "glacier.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "glacier.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-global-accelerator/src/endpoints.ts b/clients/client-global-accelerator/src/endpoints.ts index 5192628da224..65f48acd61ab 100644 --- a/clients/client-global-accelerator/src/endpoints.ts +++ b/clients/client-global-accelerator/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "globalaccelerator.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "globalaccelerator.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "globalaccelerator.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-glue/src/endpoints.ts b/clients/client-glue/src/endpoints.ts index f49fd0a3f021..6bee20fc3ced 100644 --- a/clients/client-glue/src/endpoints.ts +++ b/clients/client-glue/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "glue-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "glue-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "glue-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "glue-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "glue-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "glue-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "glue-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "glue.us-east-1.amazonaws.com", variants: [ { hostname: "glue-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "glue.us-east-2.amazonaws.com", variants: [ { hostname: "glue-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "glue.us-gov-east-1.amazonaws.com", variants: [ { hostname: "glue-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "glue.us-gov-west-1.amazonaws.com", variants: [ { hostname: "glue-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "glue.us-west-1.amazonaws.com", variants: [ { hostname: "glue-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "glue.us-west-2.amazonaws.com", variants: [ { hostname: "glue-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "glue.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "glue.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "glue.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "glue.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-grafana/src/endpoints.ts b/clients/client-grafana/src/endpoints.ts index dae3e28a6f12..f39ba4f39f32 100644 --- a/clients/client-grafana/src/endpoints.ts +++ b/clients/client-grafana/src/endpoints.ts @@ -4,42 +4,102 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "grafana.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "grafana.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "grafana.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "grafana.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-southeast-1": { hostname: "grafana.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "grafana.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "grafana.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "grafana.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "eu-central-1": { hostname: "grafana.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "grafana.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-west-1": { hostname: "grafana.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "grafana.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "grafana.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "grafana.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "us-east-1": { hostname: "grafana.us-east-1.amazonaws.com", + variants: [ + { + hostname: "grafana.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "grafana.us-east-2.amazonaws.com", + variants: [ + { + hostname: "grafana.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-west-2": { hostname: "grafana.us-west-2.amazonaws.com", + variants: [ + { + hostname: "grafana.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -84,6 +144,10 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "grafana.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -103,6 +167,10 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "grafana.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -132,6 +200,10 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "grafana.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-greengrass/src/endpoints.ts b/clients/client-greengrass/src/endpoints.ts index 820d4251aa39..755dd337469c 100644 --- a/clients/client-greengrass/src/endpoints.ts +++ b/clients/client-greengrass/src/endpoints.ts @@ -4,14 +4,32 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "dataplane-us-gov-east-1": { hostname: "greengrass-ats.iot.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-ats.iot.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "dataplane-us-gov-west-1": { hostname: "greengrass-ats.iot.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-ats.iot.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-gov-east-1": { hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-east-1": { @@ -21,11 +39,21 @@ const regionHash: RegionHash = { hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "greengrass.us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "greengrass.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "greengrass.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -70,6 +98,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -89,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -124,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-greengrassv2/src/endpoints.ts b/clients/client-greengrassv2/src/endpoints.ts index 820d4251aa39..755dd337469c 100644 --- a/clients/client-greengrassv2/src/endpoints.ts +++ b/clients/client-greengrassv2/src/endpoints.ts @@ -4,14 +4,32 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "dataplane-us-gov-east-1": { hostname: "greengrass-ats.iot.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-ats.iot.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "dataplane-us-gov-west-1": { hostname: "greengrass-ats.iot.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-ats.iot.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-gov-east-1": { hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-east-1": { @@ -21,11 +39,21 @@ const regionHash: RegionHash = { hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "greengrass.us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "greengrass.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "greengrass.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -70,6 +98,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -89,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -124,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-groundstation/src/endpoints.ts b/clients/client-groundstation/src/endpoints.ts index 1e90b45e7b41..946e3222523e 100644 --- a/clients/client-groundstation/src/endpoints.ts +++ b/clients/client-groundstation/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "groundstation-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "groundstation-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "groundstation-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "groundstation-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "groundstation-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "groundstation-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "groundstation.us-east-1.amazonaws.com", variants: [ { hostname: "groundstation-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "groundstation.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "groundstation.us-east-2.amazonaws.com", variants: [ { hostname: "groundstation-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "groundstation.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "groundstation.us-west-2.amazonaws.com", variants: [ { hostname: "groundstation-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "groundstation.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "groundstation.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "groundstation.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "groundstation.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-guardduty/src/endpoints.ts b/clients/client-guardduty/src/endpoints.ts index 32ae5b66e9e9..b049f4cd3049 100644 --- a/clients/client-guardduty/src/endpoints.ts +++ b/clients/client-guardduty/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "guardduty.us-east-1.amazonaws.com", variants: [ { hostname: "guardduty-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "guardduty-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "guardduty-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "guardduty.us-east-2.amazonaws.com", variants: [ { hostname: "guardduty-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "guardduty-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "guardduty-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "guardduty.us-gov-east-1.amazonaws.com", variants: [ { hostname: "guardduty.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "guardduty.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "guardduty.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "guardduty.us-gov-west-1.amazonaws.com", variants: [ { hostname: "guardduty.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "guardduty.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "guardduty.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "guardduty.us-west-1.amazonaws.com", variants: [ { hostname: "guardduty-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "guardduty-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "guardduty-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "guardduty.us-west-2.amazonaws.com", variants: [ { hostname: "guardduty-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "guardduty-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "guardduty-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "guardduty.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "guardduty.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "guardduty.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "guardduty.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "guardduty.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "guardduty.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-health/src/endpoints.ts b/clients/client-health/src/endpoints.ts index b51ee619927e..1963be8b7b5c 100644 --- a/clients/client-health/src/endpoints.ts +++ b/clients/client-health/src/endpoints.ts @@ -4,27 +4,49 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-2": { hostname: "health-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "health-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "health-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "health-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-2": { + hostname: "health.us-east-2.amazonaws.com", variants: [ { hostname: "health-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "health.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "health.us-gov-west-1.amazonaws.com", variants: [ { hostname: "health-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "health.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, @@ -71,6 +93,10 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "health.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -90,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "health.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -119,6 +149,10 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "health.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-healthlake/src/endpoints.ts b/clients/client-healthlake/src/endpoints.ts index ca2ee9a2f7db..779b3b1d41e2 100644 --- a/clients/client-healthlake/src/endpoints.ts +++ b/clients/client-healthlake/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "healthlake.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "healthlake.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "healthlake.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-honeycode/src/endpoints.ts b/clients/client-honeycode/src/endpoints.ts index 6998ff0c4a70..6e9d8fa60b1c 100644 --- a/clients/client-honeycode/src/endpoints.ts +++ b/clients/client-honeycode/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "honeycode.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "honeycode.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "honeycode.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index 514461b26dad..3ae4e05229b1 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "iam.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "iam.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "aws-global": { @@ -13,19 +19,41 @@ const regionHash: RegionHash = { hostname: "iam-fips.amazonaws.com", tags: ["fips"], }, + { + hostname: "iam.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "aws-global-fips": { hostname: "iam-fips.amazonaws.com", + variants: [ + { + hostname: "iam-fips.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "aws-iso-b-global": { hostname: "iam.us-isob-east-1.sc2s.sgov.gov", + variants: [ + { + hostname: "iam.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "aws-iso-global": { hostname: "iam.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "iam.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "aws-us-gov-global": { @@ -35,37 +63,69 @@ const regionHash: RegionHash = { hostname: "iam.us-gov.amazonaws.com", tags: ["fips"], }, + { + hostname: "iam.us-gov.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "aws-us-gov-global-fips": { hostname: "iam.us-gov.amazonaws.com", + variants: [ + { + hostname: "iam.us-gov.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, iam: { + hostname: "iam.iam.amazonaws.com", variants: [ { hostname: "iam-fips.amazonaws.com", tags: ["fips"], }, + { + hostname: "iam.iam.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "iam-fips": { hostname: "iam-fips.amazonaws.com", + variants: [ + { + hostname: "iam-fips.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "iam-govcloud": { + hostname: "iam.iam-govcloud.amazonaws.com", variants: [ { hostname: "iam.us-gov.amazonaws.com", tags: ["fips"], }, + { + hostname: "iam.iam-govcloud.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "iam-govcloud-fips": { hostname: "iam.us-gov.amazonaws.com", + variants: [ + { + hostname: "iam.us-gov.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -114,6 +174,10 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iam.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -133,6 +197,10 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iam.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -169,6 +237,10 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iam.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-identitystore/src/endpoints.ts b/clients/client-identitystore/src/endpoints.ts index a58c0c6a0163..019bb2310c03 100644 --- a/clients/client-identitystore/src/endpoints.ts +++ b/clients/client-identitystore/src/endpoints.ts @@ -4,14 +4,25 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-gov-west-1": { hostname: "identitystore.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "identitystore.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1": { + hostname: "identitystore.us-gov-west-1.amazonaws.com", variants: [ { hostname: "identitystore.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "identitystore.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, }; @@ -56,6 +67,10 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "identitystore.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -75,6 +90,10 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "identitystore.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -104,6 +123,10 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "identitystore.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-imagebuilder/src/endpoints.ts b/clients/client-imagebuilder/src/endpoints.ts index 42e34f31676a..60b1ffe4e3a9 100644 --- a/clients/client-imagebuilder/src/endpoints.ts +++ b/clients/client-imagebuilder/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "imagebuilder.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "imagebuilder.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "imagebuilder.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-inspector/src/endpoints.ts b/clients/client-inspector/src/endpoints.ts index 443e2c6f3c5d..4d77dd9319e6 100644 --- a/clients/client-inspector/src/endpoints.ts +++ b/clients/client-inspector/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "inspector-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "inspector-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "inspector-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "inspector-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "inspector-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "inspector-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "inspector-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "inspector.us-east-1.amazonaws.com", variants: [ { hostname: "inspector-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "inspector.us-east-2.amazonaws.com", variants: [ { hostname: "inspector-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "inspector.us-gov-east-1.amazonaws.com", variants: [ { hostname: "inspector-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "inspector.us-gov-west-1.amazonaws.com", variants: [ { hostname: "inspector-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "inspector.us-west-1.amazonaws.com", variants: [ { hostname: "inspector-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "inspector.us-west-2.amazonaws.com", variants: [ { hostname: "inspector-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "inspector.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "inspector.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "inspector.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "inspector.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-1click-devices-service/src/endpoints.ts b/clients/client-iot-1click-devices-service/src/endpoints.ts index 743e62bbdf9f..da36a59b7a42 100644 --- a/clients/client-iot-1click-devices-service/src/endpoints.ts +++ b/clients/client-iot-1click-devices-service/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devices.iot1click.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "devices.iot1click.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "devices.iot1click.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-1click-projects/src/endpoints.ts b/clients/client-iot-1click-projects/src/endpoints.ts index a00a47399a14..288cc88c0152 100644 --- a/clients/client-iot-1click-projects/src/endpoints.ts +++ b/clients/client-iot-1click-projects/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "projects.iot1click.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "projects.iot1click.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "projects.iot1click.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-data-plane/src/endpoints.ts b/clients/client-iot-data-plane/src/endpoints.ts index a750158f4adb..d324b84fc2ca 100644 --- a/clients/client-iot-data-plane/src/endpoints.ts +++ b/clients/client-iot-data-plane/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "data.iot.ca-central-1.amazonaws.com", variants: [ { hostname: "data.iot-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "data.iot-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-east-1": { hostname: "data.iot-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-east-2": { hostname: "data.iot-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-gov-east-1": { hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-gov-west-1": { hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-west-1": { hostname: "data.iot-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "fips-us-west-2": { hostname: "data.iot-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "data.iot-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingService: "iotdata", }, "us-east-1": { + hostname: "data.iot.us-east-1.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "data.iot.us-east-2.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "data.iot.us-gov-east-1.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "data.iot.us-gov-west-1.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "data.iot.us-west-1.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "data.iot.us-west-2.amazonaws.com", variants: [ { hostname: "data.iot-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.iot.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.iot.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "data.iot.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.iot.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-events-data/src/endpoints.ts b/clients/client-iot-events-data/src/endpoints.ts index eeece97603b5..668b608e9b7c 100644 --- a/clients/client-iot-events-data/src/endpoints.ts +++ b/clients/client-iot-events-data/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.iotevents.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "data.iotevents.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.iotevents.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-events/src/endpoints.ts b/clients/client-iot-events/src/endpoints.ts index 74786716abac..852f1bd42b5f 100644 --- a/clients/client-iot-events/src/endpoints.ts +++ b/clients/client-iot-events/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotevents.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iotevents.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotevents.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-jobs-data-plane/src/endpoints.ts b/clients/client-iot-jobs-data-plane/src/endpoints.ts index a7b4f42849eb..50f38709b8ea 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoints.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "data.jobs.iot.ca-central-1.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "data.jobs.iot.us-east-1.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "data.jobs.iot.us-east-2.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "data.jobs.iot.us-gov-east-1.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "data.jobs.iot.us-gov-west-1.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "data.jobs.iot.us-west-1.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "data.jobs.iot.us-west-2.amazonaws.com", variants: [ { hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "data.jobs.iot.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.jobs.iot.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "data.jobs.iot.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.jobs.iot.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot-wireless/src/endpoints.ts b/clients/client-iot-wireless/src/endpoints.ts index 4c8a459b044f..75a8c6ba9d8e 100644 --- a/clients/client-iot-wireless/src/endpoints.ts +++ b/clients/client-iot-wireless/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.iotwireless.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.iotwireless.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.iotwireless.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iot/src/endpoints.ts b/clients/client-iot/src/endpoints.ts index c7822a0b73b7..389230195b1c 100644 --- a/clients/client-iot/src/endpoints.ts +++ b/clients/client-iot/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "iot.ca-central-1.amazonaws.com", variants: [ { hostname: "iot-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "iot-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "iot-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-east-1": { hostname: "iot-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-east-2": { hostname: "iot-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-gov-east-1": { hostname: "iot-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-gov-west-1": { hostname: "iot-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-west-1": { hostname: "iot-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "fips-us-west-2": { hostname: "iot-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "iot-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingService: "execute-api", }, "us-east-1": { + hostname: "iot.us-east-1.amazonaws.com", variants: [ { hostname: "iot-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "iot.us-east-2.amazonaws.com", variants: [ { hostname: "iot-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "iot.us-gov-east-1.amazonaws.com", variants: [ { hostname: "iot-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "iot.us-gov-west-1.amazonaws.com", variants: [ { hostname: "iot-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "iot.us-west-1.amazonaws.com", variants: [ { hostname: "iot-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "iot.us-west-2.amazonaws.com", variants: [ { hostname: "iot-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "iot.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iot.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iot.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iot.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotanalytics/src/endpoints.ts b/clients/client-iotanalytics/src/endpoints.ts index 48d04de64dd5..5ce8b07ab317 100644 --- a/clients/client-iotanalytics/src/endpoints.ts +++ b/clients/client-iotanalytics/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iotanalytics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotdeviceadvisor/src/endpoints.ts b/clients/client-iotdeviceadvisor/src/endpoints.ts index 78ec4853a88e..9c1828a9daaa 100644 --- a/clients/client-iotdeviceadvisor/src/endpoints.ts +++ b/clients/client-iotdeviceadvisor/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotfleethub/src/endpoints.ts b/clients/client-iotfleethub/src/endpoints.ts index 062311037072..fc8f4c5e1d09 100644 --- a/clients/client-iotfleethub/src/endpoints.ts +++ b/clients/client-iotfleethub/src/endpoints.ts @@ -3,51 +3,95 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "api.fleethub.iot.ca-central-1.amazonaws.com", variants: [ { hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.fleethub.iot.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "api.fleethub.iot.us-east-1.amazonaws.com", variants: [ { hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.fleethub.iot.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "api.fleethub.iot.us-east-2.amazonaws.com", variants: [ { hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.fleethub.iot.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "api.fleethub.iot.us-west-2.amazonaws.com", variants: [ { hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.fleethub.iot.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -96,6 +140,10 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.fleethub.iot.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -115,6 +163,10 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.fleethub.iot.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -144,6 +196,10 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.fleethub.iot.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotsecuretunneling/src/endpoints.ts b/clients/client-iotsecuretunneling/src/endpoints.ts index 2b9434c5449e..8b16acf764e1 100644 --- a/clients/client-iotsecuretunneling/src/endpoints.ts +++ b/clients/client-iotsecuretunneling/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.tunneling.iot.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.tunneling.iot.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.tunneling.iot.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotsitewise/src/endpoints.ts b/clients/client-iotsitewise/src/endpoints.ts index 190ed7aea5b2..208a98620aa5 100644 --- a/clients/client-iotsitewise/src/endpoints.ts +++ b/clients/client-iotsitewise/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotsitewise.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iotsitewise.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotsitewise.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-iotthingsgraph/src/endpoints.ts b/clients/client-iotthingsgraph/src/endpoints.ts index 60f768c68d5b..c615edf1ac01 100644 --- a/clients/client-iotthingsgraph/src/endpoints.ts +++ b/clients/client-iotthingsgraph/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotthingsgraph.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "iotthingsgraph.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "iotthingsgraph.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ivs/src/endpoints.ts b/clients/client-ivs/src/endpoints.ts index ba4a3a052bcf..c98bdda9d34d 100644 --- a/clients/client-ivs/src/endpoints.ts +++ b/clients/client-ivs/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ivs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ivs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ivs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kafka/src/endpoints.ts b/clients/client-kafka/src/endpoints.ts index 6dc4808ed470..9d6b30566089 100644 --- a/clients/client-kafka/src/endpoints.ts +++ b/clients/client-kafka/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kafka.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kafka.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kafka.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kafkaconnect/src/endpoints.ts b/clients/client-kafkaconnect/src/endpoints.ts index ac6288d025e0..2f1ab445b650 100644 --- a/clients/client-kafkaconnect/src/endpoints.ts +++ b/clients/client-kafkaconnect/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kafkaconnect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kafkaconnect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kafkaconnect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kendra/src/endpoints.ts b/clients/client-kendra/src/endpoints.ts index a91bb1dd2b05..f7f17db94dfa 100644 --- a/clients/client-kendra/src/endpoints.ts +++ b/clients/client-kendra/src/endpoints.ts @@ -4,50 +4,94 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "kendra-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "kendra-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "kendra-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "kendra-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "kendra-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "kendra.us-east-1.amazonaws.com", variants: [ { hostname: "kendra-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kendra.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "kendra.us-east-2.amazonaws.com", variants: [ { hostname: "kendra-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kendra.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "kendra.us-gov-west-1.amazonaws.com", variants: [ { hostname: "kendra-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kendra.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "kendra.us-west-2.amazonaws.com", variants: [ { hostname: "kendra-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kendra.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -95,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kendra.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -114,6 +162,10 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kendra.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -143,6 +195,10 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kendra.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-analytics-v2/src/endpoints.ts b/clients/client-kinesis-analytics-v2/src/endpoints.ts index d566280c7de8..1eb4c25242c9 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoints.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-analytics/src/endpoints.ts b/clients/client-kinesis-analytics/src/endpoints.ts index d566280c7de8..1eb4c25242c9 100644 --- a/clients/client-kinesis-analytics/src/endpoints.ts +++ b/clients/client-kinesis-analytics/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-video-archived-media/src/endpoints.ts b/clients/client-kinesis-video-archived-media/src/endpoints.ts index 847b0cb14eea..2354e8db4310 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoints.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-video-media/src/endpoints.ts b/clients/client-kinesis-video-media/src/endpoints.ts index 847b0cb14eea..2354e8db4310 100644 --- a/clients/client-kinesis-video-media/src/endpoints.ts +++ b/clients/client-kinesis-video-media/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-video-signaling/src/endpoints.ts b/clients/client-kinesis-video-signaling/src/endpoints.ts index 847b0cb14eea..2354e8db4310 100644 --- a/clients/client-kinesis-video-signaling/src/endpoints.ts +++ b/clients/client-kinesis-video-signaling/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis-video/src/endpoints.ts b/clients/client-kinesis-video/src/endpoints.ts index 847b0cb14eea..2354e8db4310 100644 --- a/clients/client-kinesis-video/src/endpoints.ts +++ b/clients/client-kinesis-video/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kinesis/src/endpoints.ts b/clients/client-kinesis/src/endpoints.ts index c7899989f325..f4f0ce8dd627 100644 --- a/clients/client-kinesis/src/endpoints.ts +++ b/clients/client-kinesis/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "kinesis-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "kinesis-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "kinesis-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "kinesis-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "kinesis-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "kinesis.us-east-1.amazonaws.com", variants: [ { hostname: "kinesis-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kinesis.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "kinesis.us-east-2.amazonaws.com", variants: [ { hostname: "kinesis-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kinesis.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "kinesis.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "kinesis.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "kinesis.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "kinesis.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "kinesis.us-west-1.amazonaws.com", variants: [ { hostname: "kinesis-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kinesis.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "kinesis.us-west-2.amazonaws.com", variants: [ { hostname: "kinesis-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kinesis.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesis.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kinesis.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kinesis.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index 8c847251822b..bc920b0f13c7 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -4,318 +4,610 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { ProdFips: { hostname: "kms-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "af-south-1": { + hostname: "kms.af-south-1.amazonaws.com", variants: [ { hostname: "kms-fips.af-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.af-south-1.amazonaws.com", + tags: [], + }, ], }, "af-south-1-fips": { hostname: "kms-fips.af-south-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.af-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "af-south-1", }, "ap-east-1": { + hostname: "kms.ap-east-1.amazonaws.com", variants: [ { hostname: "kms-fips.ap-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-east-1.amazonaws.com", + tags: [], + }, ], }, "ap-east-1-fips": { hostname: "kms-fips.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-east-1", }, "ap-northeast-1": { + hostname: "kms.ap-northeast-1.amazonaws.com", variants: [ { hostname: "kms-fips.ap-northeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-northeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-1-fips": { hostname: "kms-fips.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { + hostname: "kms.ap-northeast-2.amazonaws.com", variants: [ { hostname: "kms-fips.ap-northeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-northeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-2-fips": { hostname: "kms-fips.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { + hostname: "kms.ap-northeast-3.amazonaws.com", variants: [ { hostname: "kms-fips.ap-northeast-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-northeast-3.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-3-fips": { hostname: "kms-fips.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-northeast-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-3", }, "ap-south-1": { + hostname: "kms.ap-south-1.amazonaws.com", variants: [ { hostname: "kms-fips.ap-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-south-1-fips": { hostname: "kms-fips.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { + hostname: "kms.ap-southeast-1.amazonaws.com", variants: [ { hostname: "kms-fips.ap-southeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-southeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-1-fips": { hostname: "kms-fips.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { + hostname: "kms.ap-southeast-2.amazonaws.com", variants: [ { hostname: "kms-fips.ap-southeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ap-southeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-2-fips": { hostname: "kms-fips.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { + hostname: "kms.ca-central-1.amazonaws.com", variants: [ { hostname: "kms-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "kms-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "eu-central-1": { + hostname: "kms.eu-central-1.amazonaws.com", variants: [ { hostname: "kms-fips.eu-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-central-1-fips": { hostname: "kms-fips.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { + hostname: "kms.eu-north-1.amazonaws.com", variants: [ { hostname: "kms-fips.eu-north-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-north-1.amazonaws.com", + tags: [], + }, ], }, "eu-north-1-fips": { hostname: "kms-fips.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "eu-south-1": { + hostname: "kms.eu-south-1.amazonaws.com", variants: [ { hostname: "kms-fips.eu-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-south-1.amazonaws.com", + tags: [], + }, ], }, "eu-south-1-fips": { hostname: "kms-fips.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-south-1", }, "eu-west-1": { + hostname: "kms.eu-west-1.amazonaws.com", variants: [ { hostname: "kms-fips.eu-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1-fips": { hostname: "kms-fips.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { + hostname: "kms.eu-west-2.amazonaws.com", variants: [ { hostname: "kms-fips.eu-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-west-2.amazonaws.com", + tags: [], + }, ], }, "eu-west-2-fips": { hostname: "kms-fips.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { + hostname: "kms.eu-west-3.amazonaws.com", variants: [ { hostname: "kms-fips.eu-west-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.eu-west-3.amazonaws.com", + tags: [], + }, ], }, "eu-west-3-fips": { hostname: "kms-fips.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "kms-fips.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "me-south-1": { + hostname: "kms.me-south-1.amazonaws.com", variants: [ { hostname: "kms-fips.me-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.me-south-1.amazonaws.com", + tags: [], + }, ], }, "me-south-1-fips": { hostname: "kms-fips.me-south-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.me-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "me-south-1", }, "sa-east-1": { + hostname: "kms.sa-east-1.amazonaws.com", variants: [ { hostname: "kms-fips.sa-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "sa-east-1-fips": { hostname: "kms-fips.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { + hostname: "kms.us-east-1.amazonaws.com", variants: [ { hostname: "kms-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "kms-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "kms.us-east-2.amazonaws.com", variants: [ { hostname: "kms-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "kms-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "kms.us-gov-east-1.amazonaws.com", variants: [ { hostname: "kms-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "kms-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "kms.us-gov-west-1.amazonaws.com", variants: [ { hostname: "kms-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "kms-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-iso-east-1": { + hostname: "kms.us-iso-east-1.c2s.ic.gov", variants: [ { hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", tags: ["fips"], }, + { + hostname: "kms.us-iso-east-1.c2s.ic.gov", + tags: [], + }, ], }, "us-iso-east-1-fips": { hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "us-iso-west-1": { + hostname: "kms.us-iso-west-1.c2s.ic.gov", variants: [ { hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", tags: ["fips"], }, + { + hostname: "kms.us-iso-west-1.c2s.ic.gov", + tags: [], + }, ], }, "us-iso-west-1-fips": { hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + variants: [ + { + hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-west-1", }, "us-isob-east-1": { + hostname: "kms.us-isob-east-1.sc2s.sgov.gov", variants: [ { hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", tags: ["fips"], }, + { + hostname: "kms.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, ], }, "us-isob-east-1-fips": { hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + variants: [ + { + hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "us-west-1": { + hostname: "kms.us-west-1.amazonaws.com", variants: [ { hostname: "kms-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "kms-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "kms.us-west-2.amazonaws.com", variants: [ { hostname: "kms-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "kms.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "kms-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "kms-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -381,6 +673,10 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kms.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -400,6 +696,10 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "kms.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -429,6 +729,10 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "kms.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lakeformation/src/endpoints.ts b/clients/client-lakeformation/src/endpoints.ts index 9d7125e349da..fa58d27f2c91 100644 --- a/clients/client-lakeformation/src/endpoints.ts +++ b/clients/client-lakeformation/src/endpoints.ts @@ -4,62 +4,117 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "lakeformation-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "lakeformation-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "lakeformation-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "lakeformation-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "lakeformation-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "lakeformation.us-east-1.amazonaws.com", variants: [ { hostname: "lakeformation-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lakeformation.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "lakeformation.us-east-2.amazonaws.com", variants: [ { hostname: "lakeformation-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "lakeformation.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "lakeformation.us-gov-west-1.amazonaws.com", variants: [ { hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lakeformation.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "lakeformation.us-west-1.amazonaws.com", variants: [ { hostname: "lakeformation-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lakeformation.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "lakeformation.us-west-2.amazonaws.com", variants: [ { hostname: "lakeformation-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "lakeformation.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -108,6 +163,10 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lakeformation.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -127,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lakeformation.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -156,6 +219,10 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lakeformation.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lambda/src/endpoints.ts b/clients/client-lambda/src/endpoints.ts index 59db0fc84d7e..3916d589ee7d 100644 --- a/clients/client-lambda/src/endpoints.ts +++ b/clients/client-lambda/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "lambda-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "lambda-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "lambda-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "lambda-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "lambda-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "lambda-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "lambda-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "lambda.us-east-1.amazonaws.com", variants: [ { hostname: "lambda-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "lambda.us-east-2.amazonaws.com", variants: [ { hostname: "lambda-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "lambda.us-gov-east-1.amazonaws.com", variants: [ { hostname: "lambda-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "lambda.us-gov-west-1.amazonaws.com", variants: [ { hostname: "lambda-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "lambda.us-west-1.amazonaws.com", variants: [ { hostname: "lambda-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "lambda.us-west-2.amazonaws.com", variants: [ { hostname: "lambda-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "lambda.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lambda.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lambda.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lambda.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lex-model-building-service/src/endpoints.ts b/clients/client-lex-model-building-service/src/endpoints.ts index 644a2dbba1dc..7a122ba3a720 100644 --- a/clients/client-lex-model-building-service/src/endpoints.ts +++ b/clients/client-lex-model-building-service/src/endpoints.ts @@ -3,39 +3,72 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "models.lex.us-east-1.amazonaws.com", variants: [ { hostname: "models-fips.lex.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "models.lex.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "models-fips.lex.us-east-1.amazonaws.com", + variants: [ + { + hostname: "models-fips.lex.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-gov-west-1": { + hostname: "models.lex.us-gov-west-1.amazonaws.com", variants: [ { hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "models.lex.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { + hostname: "models.lex.us-west-2.amazonaws.com", variants: [ { hostname: "models-fips.lex.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "models.lex.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "models-fips.lex.us-west-2.amazonaws.com", + variants: [ + { + hostname: "models-fips.lex.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -74,6 +107,10 @@ const partitionHash: PartitionHash = { hostname: "models-fips.lex.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "models.lex.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -93,6 +130,10 @@ const partitionHash: PartitionHash = { hostname: "models.lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "models.lex.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -114,6 +155,10 @@ const partitionHash: PartitionHash = { hostname: "models-fips.lex.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "models.lex.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lex-models-v2/src/endpoints.ts b/clients/client-lex-models-v2/src/endpoints.ts index c4b9f9bf0021..39e04fa0057a 100644 --- a/clients/client-lex-models-v2/src/endpoints.ts +++ b/clients/client-lex-models-v2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "models-v2-lex.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "models-v2-lex.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "models-v2-lex.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lex-runtime-service/src/endpoints.ts b/clients/client-lex-runtime-service/src/endpoints.ts index 2c8deaccd41c..8ee7b256165c 100644 --- a/clients/client-lex-runtime-service/src/endpoints.ts +++ b/clients/client-lex-runtime-service/src/endpoints.ts @@ -3,39 +3,72 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "runtime.lex.us-east-1.amazonaws.com", variants: [ { hostname: "runtime-fips.lex.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.lex.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "runtime-fips.lex.us-east-1.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.lex.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-gov-west-1": { + hostname: "runtime.lex.us-gov-west-1.amazonaws.com", variants: [ { hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.lex.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { + hostname: "runtime.lex.us-west-2.amazonaws.com", variants: [ { hostname: "runtime-fips.lex.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.lex.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "runtime-fips.lex.us-west-2.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.lex.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -74,6 +107,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-fips.lex.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.lex.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -93,6 +130,10 @@ const partitionHash: PartitionHash = { hostname: "runtime.lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "runtime.lex.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -114,6 +155,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-fips.lex.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.lex.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lex-runtime-v2/src/endpoints.ts b/clients/client-lex-runtime-v2/src/endpoints.ts index 70fe2db70385..28b630516d46 100644 --- a/clients/client-lex-runtime-v2/src/endpoints.ts +++ b/clients/client-lex-runtime-v2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "runtime-v2-lex.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "runtime-v2-lex.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "runtime-v2-lex.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-license-manager/src/endpoints.ts b/clients/client-license-manager/src/endpoints.ts index e9b5f68174ee..bd0653098b73 100644 --- a/clients/client-license-manager/src/endpoints.ts +++ b/clients/client-license-manager/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "license-manager-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "license-manager-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "license-manager-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "license-manager-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "license-manager-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "license-manager.us-east-1.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "license-manager.us-east-2.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "license-manager.us-gov-east-1.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "license-manager.us-gov-west-1.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "license-manager.us-west-1.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "license-manager.us-west-2.amazonaws.com", variants: [ { hostname: "license-manager-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "license-manager.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "license-manager.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "license-manager.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "license-manager.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lightsail/src/endpoints.ts b/clients/client-lightsail/src/endpoints.ts index 48693bccc7e2..bddb6ff2cc33 100644 --- a/clients/client-lightsail/src/endpoints.ts +++ b/clients/client-lightsail/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lightsail.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lightsail.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lightsail.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-location/src/endpoints.ts b/clients/client-location/src/endpoints.ts index d30a300dee98..7f9bf47d793e 100644 --- a/clients/client-location/src/endpoints.ts +++ b/clients/client-location/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "geo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "geo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "geo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lookoutequipment/src/endpoints.ts b/clients/client-lookoutequipment/src/endpoints.ts index 78b9cd41897a..d1f708c26d85 100644 --- a/clients/client-lookoutequipment/src/endpoints.ts +++ b/clients/client-lookoutequipment/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutequipment.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lookoutequipment.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutequipment.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lookoutmetrics/src/endpoints.ts b/clients/client-lookoutmetrics/src/endpoints.ts index 519d2f96a96d..e19ce506664f 100644 --- a/clients/client-lookoutmetrics/src/endpoints.ts +++ b/clients/client-lookoutmetrics/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutmetrics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lookoutmetrics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutmetrics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-lookoutvision/src/endpoints.ts b/clients/client-lookoutvision/src/endpoints.ts index 4f1c9fd9b32e..209a139eefd7 100644 --- a/clients/client-lookoutvision/src/endpoints.ts +++ b/clients/client-lookoutvision/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutvision.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "lookoutvision.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "lookoutvision.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-machine-learning/src/endpoints.ts b/clients/client-machine-learning/src/endpoints.ts index 5950bc37e42a..ea8225a81d57 100644 --- a/clients/client-machine-learning/src/endpoints.ts +++ b/clients/client-machine-learning/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "machinelearning.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "machinelearning.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "machinelearning.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-macie/src/endpoints.ts b/clients/client-macie/src/endpoints.ts index 2bff0e41c809..62536e0fa22a 100644 --- a/clients/client-macie/src/endpoints.ts +++ b/clients/client-macie/src/endpoints.ts @@ -4,26 +4,48 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "macie-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "macie-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-west-2": { hostname: "macie-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "macie-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "macie.us-east-1.amazonaws.com", variants: [ { hostname: "macie-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "macie.us-west-2.amazonaws.com", variants: [ { hostname: "macie-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -70,6 +92,10 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "macie.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -89,6 +115,10 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "macie.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -118,6 +148,10 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "macie.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-macie2/src/endpoints.ts b/clients/client-macie2/src/endpoints.ts index 3f7ec3ddd322..4b11a57b74e3 100644 --- a/clients/client-macie2/src/endpoints.ts +++ b/clients/client-macie2/src/endpoints.ts @@ -4,50 +4,94 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "macie2-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "macie2-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "macie2-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "macie2-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "macie2-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "macie2.us-east-1.amazonaws.com", variants: [ { hostname: "macie2-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie2.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "macie2.us-east-2.amazonaws.com", variants: [ { hostname: "macie2-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie2.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "macie2.us-west-1.amazonaws.com", variants: [ { hostname: "macie2-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie2.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "macie2.us-west-2.amazonaws.com", variants: [ { hostname: "macie2-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "macie2.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -96,6 +140,10 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "macie2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -115,6 +163,10 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "macie2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -144,6 +196,10 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "macie2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-managedblockchain/src/endpoints.ts b/clients/client-managedblockchain/src/endpoints.ts index 802499e1237f..4deaab8902fe 100644 --- a/clients/client-managedblockchain/src/endpoints.ts +++ b/clients/client-managedblockchain/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "managedblockchain.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "managedblockchain.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "managedblockchain.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-marketplace-catalog/src/endpoints.ts b/clients/client-marketplace-catalog/src/endpoints.ts index 8d8ba7448733..dcd69721bdff 100644 --- a/clients/client-marketplace-catalog/src/endpoints.ts +++ b/clients/client-marketplace-catalog/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "catalog.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "catalog.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "catalog.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-marketplace-commerce-analytics/src/endpoints.ts b/clients/client-marketplace-commerce-analytics/src/endpoints.ts index 4490171e125e..0e652a8b05ec 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoints.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-marketplace-entitlement-service/src/endpoints.ts b/clients/client-marketplace-entitlement-service/src/endpoints.ts index fb933a69079d..5a89a4c83ac2 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoints.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "entitlement.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "entitlement.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "entitlement.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-marketplace-metering/src/endpoints.ts b/clients/client-marketplace-metering/src/endpoints.ts index 4f378899f948..a46a1bc04454 100644 --- a/clients/client-marketplace-metering/src/endpoints.ts +++ b/clients/client-marketplace-metering/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "metering.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "metering.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "metering.marketplace.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediaconnect/src/endpoints.ts b/clients/client-mediaconnect/src/endpoints.ts index e7375b81b98c..63946b9cb0e9 100644 --- a/clients/client-mediaconnect/src/endpoints.ts +++ b/clients/client-mediaconnect/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediaconnect.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mediaconnect.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediaconnect.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediaconvert/src/endpoints.ts b/clients/client-mediaconvert/src/endpoints.ts index 8ce04946625c..9fb4cf628031 100644 --- a/clients/client-mediaconvert/src/endpoints.ts +++ b/clients/client-mediaconvert/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "mediaconvert.ca-central-1.amazonaws.com", variants: [ { hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mediaconvert.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "cn-northwest-1": { hostname: "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "fips-ca-central-1": { hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "mediaconvert-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "mediaconvert-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "mediaconvert-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "mediaconvert-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "mediaconvert-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "mediaconvert.us-east-1.amazonaws.com", variants: [ { hostname: "mediaconvert-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mediaconvert.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "mediaconvert.us-east-2.amazonaws.com", variants: [ { hostname: "mediaconvert-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "mediaconvert.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { hostname: "mediaconvert.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "mediaconvert.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "mediaconvert.us-west-1.amazonaws.com", variants: [ { hostname: "mediaconvert-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mediaconvert.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "mediaconvert.us-west-2.amazonaws.com", variants: [ { hostname: "mediaconvert-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "mediaconvert.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediaconvert.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mediaconvert.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediaconvert.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-medialive/src/endpoints.ts b/clients/client-medialive/src/endpoints.ts index f210d7962fee..2f4f26838064 100644 --- a/clients/client-medialive/src/endpoints.ts +++ b/clients/client-medialive/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "medialive-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "medialive-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "medialive-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "medialive-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "medialive-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "medialive-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "medialive.us-east-1.amazonaws.com", variants: [ { hostname: "medialive-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "medialive.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "medialive.us-east-2.amazonaws.com", variants: [ { hostname: "medialive-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "medialive.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "medialive.us-west-2.amazonaws.com", variants: [ { hostname: "medialive-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "medialive.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "medialive.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "medialive.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "medialive.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediapackage-vod/src/endpoints.ts b/clients/client-mediapackage-vod/src/endpoints.ts index ddaa22d683af..4eedfd371231 100644 --- a/clients/client-mediapackage-vod/src/endpoints.ts +++ b/clients/client-mediapackage-vod/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediapackage-vod.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mediapackage-vod.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediapackage-vod.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediapackage/src/endpoints.ts b/clients/client-mediapackage/src/endpoints.ts index 3913bf03c349..bdcf61686305 100644 --- a/clients/client-mediapackage/src/endpoints.ts +++ b/clients/client-mediapackage/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediapackage.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mediapackage.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediapackage.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediastore-data/src/endpoints.ts b/clients/client-mediastore-data/src/endpoints.ts index 5548ddd88208..376029a9690a 100644 --- a/clients/client-mediastore-data/src/endpoints.ts +++ b/clients/client-mediastore-data/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.mediastore.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "data.mediastore.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "data.mediastore.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediastore/src/endpoints.ts b/clients/client-mediastore/src/endpoints.ts index fed9ceea87fc..5129e5b942a8 100644 --- a/clients/client-mediastore/src/endpoints.ts +++ b/clients/client-mediastore/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediastore.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mediastore.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mediastore.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mediatailor/src/endpoints.ts b/clients/client-mediatailor/src/endpoints.ts index fe4466c11cbc..7f2ca7fe3bb8 100644 --- a/clients/client-mediatailor/src/endpoints.ts +++ b/clients/client-mediatailor/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.mediatailor.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.mediatailor.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.mediatailor.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-memorydb/src/endpoints.ts b/clients/client-memorydb/src/endpoints.ts index 4116d34cd00d..19b9fe4c1f13 100644 --- a/clients/client-memorydb/src/endpoints.ts +++ b/clients/client-memorydb/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "memory-db.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "memory-db.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "memory-db.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mgn/src/endpoints.ts b/clients/client-mgn/src/endpoints.ts index 30b853a42f2b..afb9926e30c3 100644 --- a/clients/client-mgn/src/endpoints.ts +++ b/clients/client-mgn/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mgn.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mgn.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mgn.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-migration-hub/src/endpoints.ts b/clients/client-migration-hub/src/endpoints.ts index a58592a59ad2..4ce08f9c3685 100644 --- a/clients/client-migration-hub/src/endpoints.ts +++ b/clients/client-migration-hub/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mgh.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mgh.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mgh.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-migrationhub-config/src/endpoints.ts b/clients/client-migrationhub-config/src/endpoints.ts index 021433ce81be..3a18f891813d 100644 --- a/clients/client-migrationhub-config/src/endpoints.ts +++ b/clients/client-migrationhub-config/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "migrationhub-config.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "migrationhub-config.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "migrationhub-config.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mobile/src/endpoints.ts b/clients/client-mobile/src/endpoints.ts index 912d91088eec..18fb4ea8a7a1 100644 --- a/clients/client-mobile/src/endpoints.ts +++ b/clients/client-mobile/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mobile.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mobile.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mobile.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mq/src/endpoints.ts b/clients/client-mq/src/endpoints.ts index ef042802dfc0..9c4c56adc31c 100644 --- a/clients/client-mq/src/endpoints.ts +++ b/clients/client-mq/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "mq-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "mq-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "mq-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "mq-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "mq-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "mq-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "mq-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "mq.us-east-1.amazonaws.com", variants: [ { hostname: "mq-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "mq.us-east-2.amazonaws.com", variants: [ { hostname: "mq-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "mq.us-gov-east-1.amazonaws.com", variants: [ { hostname: "mq-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "mq.us-gov-west-1.amazonaws.com", variants: [ { hostname: "mq-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "mq.us-west-1.amazonaws.com", variants: [ { hostname: "mq-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "mq.us-west-2.amazonaws.com", variants: [ { hostname: "mq-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "mq.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mq.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mq.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mq.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mturk/src/endpoints.ts b/clients/client-mturk/src/endpoints.ts index 79725af5b477..90380a81eb37 100644 --- a/clients/client-mturk/src/endpoints.ts +++ b/clients/client-mturk/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { sandbox: { hostname: "mturk-requester-sandbox.us-east-1.amazonaws.com", + variants: [ + { + hostname: "mturk-requester-sandbox.us-east-1.amazonaws.com", + tags: [], + }, + ], }, }; @@ -48,6 +54,10 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mturk-requester.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -67,6 +77,10 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "mturk-requester.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -96,6 +110,10 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "mturk-requester.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-mwaa/src/endpoints.ts b/clients/client-mwaa/src/endpoints.ts index d47d996c2d96..cb4dbd383050 100644 --- a/clients/client-mwaa/src/endpoints.ts +++ b/clients/client-mwaa/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "airflow.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "airflow.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "airflow.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index 2c02f6c0cf5b..6875f9f598dc 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -3,160 +3,304 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.us-east-1": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "rds-fips.us-east-2": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "rds-fips.us-west-1": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "rds-fips.us-west-2": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "rds.ca-central-1": { + hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { + hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { + hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "rds.us-gov-west-1": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "rds.us-west-1": { + hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { + hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "rds.us-gov-east-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "rds.us-gov-west-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -216,6 +360,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -235,6 +383,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -271,6 +423,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-network-firewall/src/endpoints.ts b/clients/client-network-firewall/src/endpoints.ts index a3d09c3d4138..26503a9cbe88 100644 --- a/clients/client-network-firewall/src/endpoints.ts +++ b/clients/client-network-firewall/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "network-firewall.ca-central-1.amazonaws.com", variants: [ { hostname: "network-firewall-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "network-firewall-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "network-firewall-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "network-firewall-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "network-firewall-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "network-firewall-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "network-firewall-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "network-firewall.us-east-1.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "network-firewall.us-east-2.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "network-firewall.us-gov-east-1.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "network-firewall.us-gov-west-1.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "network-firewall.us-west-1.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "network-firewall.us-west-2.amazonaws.com", variants: [ { hostname: "network-firewall-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "network-firewall.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "network-firewall.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "network-firewall.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "network-firewall.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index 7fc6fd1e6248..42ba9772821c 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "networkmanager.us-west-2.amazonaws.com", + variants: [ + { + hostname: "networkmanager.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "aws-us-gov-global": { hostname: "networkmanager.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "networkmanager.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -53,6 +65,10 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "networkmanager.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -72,6 +88,10 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "networkmanager.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -101,6 +121,10 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "networkmanager.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-nimble/src/endpoints.ts b/clients/client-nimble/src/endpoints.ts index 367e48ad3865..b687504c8b6a 100644 --- a/clients/client-nimble/src/endpoints.ts +++ b/clients/client-nimble/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "nimble.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "nimble.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "nimble.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index b07d3904b3ee..076404a60588 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -4,78 +4,150 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { fips: { hostname: "es-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "es.us-east-1.amazonaws.com", variants: [ { hostname: "es-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "es-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "es.us-east-2.amazonaws.com", variants: [ { hostname: "es-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "es-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "es.us-gov-east-1.amazonaws.com", variants: [ { hostname: "es-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "es-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "es.us-gov-west-1.amazonaws.com", variants: [ { hostname: "es-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "es-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "es.us-west-1.amazonaws.com", variants: [ { hostname: "es-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "es-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "es.us-west-2.amazonaws.com", variants: [ { hostname: "es-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "es.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "es-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -125,6 +197,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -144,6 +220,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +253,10 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-opsworks/src/endpoints.ts b/clients/client-opsworks/src/endpoints.ts index 0a9367cabe27..8304c8cb03eb 100644 --- a/clients/client-opsworks/src/endpoints.ts +++ b/clients/client-opsworks/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "opsworks.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "opsworks.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "opsworks.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-opsworkscm/src/endpoints.ts b/clients/client-opsworkscm/src/endpoints.ts index 94214b677a4a..cb299115a1c6 100644 --- a/clients/client-opsworkscm/src/endpoints.ts +++ b/clients/client-opsworkscm/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "opsworks-cm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "opsworks-cm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "opsworks-cm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-organizations/src/endpoints.ts b/clients/client-organizations/src/endpoints.ts index 654459f95801..d63693c6b3ef 100644 --- a/clients/client-organizations/src/endpoints.ts +++ b/clients/client-organizations/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "organizations.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "organizations.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { @@ -13,6 +19,10 @@ const regionHash: RegionHash = { hostname: "organizations-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "organizations.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, @@ -23,15 +33,31 @@ const regionHash: RegionHash = { hostname: "organizations.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "organizations.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "fips-aws-global": { hostname: "organizations-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "organizations-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-aws-us-gov-global": { hostname: "organizations.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "organizations.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -78,6 +104,10 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "organizations.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -97,6 +127,10 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "organizations.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -126,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "organizations.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-outposts/src/endpoints.ts b/clients/client-outposts/src/endpoints.ts index 9fd3bc68d147..6fe0f41400fd 100644 --- a/clients/client-outposts/src/endpoints.ts +++ b/clients/client-outposts/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "outposts.ca-central-1.amazonaws.com", variants: [ { hostname: "outposts-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "outposts.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "outposts-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "outposts-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "outposts-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "outposts-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "outposts-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "outposts-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "outposts.us-east-1.amazonaws.com", variants: [ { hostname: "outposts-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "outposts.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "outposts.us-east-2.amazonaws.com", variants: [ { hostname: "outposts-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "outposts.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "outposts.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "outposts.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "outposts.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "outposts.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "outposts.us-west-1.amazonaws.com", variants: [ { hostname: "outposts-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "outposts.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "outposts.us-west-2.amazonaws.com", variants: [ { hostname: "outposts-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "outposts.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "outposts.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "outposts.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "outposts.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-panorama/src/endpoints.ts b/clients/client-panorama/src/endpoints.ts index b7cc26d9a767..ba053edc8c0d 100644 --- a/clients/client-panorama/src/endpoints.ts +++ b/clients/client-panorama/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "panorama.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "panorama.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "panorama.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-personalize-events/src/endpoints.ts b/clients/client-personalize-events/src/endpoints.ts index e088fc75b2ef..f3e795f1b3d0 100644 --- a/clients/client-personalize-events/src/endpoints.ts +++ b/clients/client-personalize-events/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize-events.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "personalize-events.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize-events.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-personalize-runtime/src/endpoints.ts b/clients/client-personalize-runtime/src/endpoints.ts index 8082f4c01717..ac9f58700836 100644 --- a/clients/client-personalize-runtime/src/endpoints.ts +++ b/clients/client-personalize-runtime/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize-runtime.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "personalize-runtime.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize-runtime.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-personalize/src/endpoints.ts b/clients/client-personalize/src/endpoints.ts index 05d0e838af17..65cdeaee7426 100644 --- a/clients/client-personalize/src/endpoints.ts +++ b/clients/client-personalize/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "personalize.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "personalize.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-pi/src/endpoints.ts b/clients/client-pi/src/endpoints.ts index 68a384c5dc75..f96df665d500 100644 --- a/clients/client-pi/src/endpoints.ts +++ b/clients/client-pi/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "pi.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "pi.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "pi.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-pinpoint-email/src/endpoints.ts b/clients/client-pinpoint-email/src/endpoints.ts index b1c08b133741..e1911c30fbf9 100644 --- a/clients/client-pinpoint-email/src/endpoints.ts +++ b/clients/client-pinpoint-email/src/endpoints.ts @@ -4,14 +4,25 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-gov-west-1": { hostname: "email-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1": { + hostname: "email.us-gov-west-1.amazonaws.com", variants: [ { hostname: "email-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "email.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, }; @@ -56,6 +67,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -75,6 +90,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -104,6 +123,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-pinpoint-sms-voice/src/endpoints.ts b/clients/client-pinpoint-sms-voice/src/endpoints.ts index d236b32e07fb..b3d112858e45 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoints.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-pinpoint/src/endpoints.ts b/clients/client-pinpoint/src/endpoints.ts index 80e86722cc57..54e0f9367142 100644 --- a/clients/client-pinpoint/src/endpoints.ts +++ b/clients/client-pinpoint/src/endpoints.ts @@ -4,14 +4,32 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "pinpoint-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-gov-west-1": { hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "pinpoint-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "pinpoint-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { @@ -21,6 +39,10 @@ const regionHash: RegionHash = { hostname: "pinpoint-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "pinpoint.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, @@ -31,6 +53,10 @@ const regionHash: RegionHash = { hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "pinpoint.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, @@ -41,6 +67,10 @@ const regionHash: RegionHash = { hostname: "pinpoint-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "pinpoint.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, @@ -88,6 +118,10 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "pinpoint.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -107,6 +141,10 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "pinpoint.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -136,6 +174,10 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "pinpoint.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-polly/src/endpoints.ts b/clients/client-polly/src/endpoints.ts index 9863e191866e..e903a244b8d8 100644 --- a/clients/client-polly/src/endpoints.ts +++ b/clients/client-polly/src/endpoints.ts @@ -4,62 +4,117 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "polly-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "polly-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "polly-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "polly-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-west-1": { hostname: "polly-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "polly-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "polly-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "polly-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "polly-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "polly-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "polly.us-east-1.amazonaws.com", variants: [ { hostname: "polly-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "polly.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "polly.us-east-2.amazonaws.com", variants: [ { hostname: "polly-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "polly.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "polly.us-gov-west-1.amazonaws.com", variants: [ { hostname: "polly-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "polly.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "polly.us-west-1.amazonaws.com", variants: [ { hostname: "polly-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "polly.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "polly.us-west-2.amazonaws.com", variants: [ { hostname: "polly-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "polly.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -108,6 +163,10 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "polly.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -127,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "polly.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -156,6 +219,10 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "polly.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-pricing/src/endpoints.ts b/clients/client-pricing/src/endpoints.ts index 88d3e10aeba9..a9016189ec23 100644 --- a/clients/client-pricing/src/endpoints.ts +++ b/clients/client-pricing/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.pricing.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.pricing.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "api.pricing.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-proton/src/endpoints.ts b/clients/client-proton/src/endpoints.ts index 5b541dea10aa..9112b6b04e2d 100644 --- a/clients/client-proton/src/endpoints.ts +++ b/clients/client-proton/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "proton.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "proton.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "proton.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-qldb-session/src/endpoints.ts b/clients/client-qldb-session/src/endpoints.ts index 6fea0327ea24..3d3b5f53f572 100644 --- a/clients/client-qldb-session/src/endpoints.ts +++ b/clients/client-qldb-session/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "session.qldb-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "session.qldb-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "session.qldb-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "session.qldb-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "session.qldb-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "session.qldb-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "session.qldb.us-east-1.amazonaws.com", variants: [ { hostname: "session.qldb-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "session.qldb.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "session.qldb.us-east-2.amazonaws.com", variants: [ { hostname: "session.qldb-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "session.qldb.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "session.qldb.us-west-2.amazonaws.com", variants: [ { hostname: "session.qldb-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "session.qldb.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "session.qldb.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "session.qldb.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "session.qldb.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-qldb/src/endpoints.ts b/clients/client-qldb/src/endpoints.ts index 583771b9044b..2f53dbe96eef 100644 --- a/clients/client-qldb/src/endpoints.ts +++ b/clients/client-qldb/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "qldb-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "qldb-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "qldb-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "qldb-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-2": { hostname: "qldb-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "qldb-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "qldb.us-east-1.amazonaws.com", variants: [ { hostname: "qldb-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "qldb.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "qldb.us-east-2.amazonaws.com", variants: [ { hostname: "qldb-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "qldb.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "qldb.us-west-2.amazonaws.com", variants: [ { hostname: "qldb-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "qldb.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -83,6 +116,10 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "qldb.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -102,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "qldb.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -131,6 +172,10 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "qldb.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-quicksight/src/endpoints.ts b/clients/client-quicksight/src/endpoints.ts index 836c67d05079..5d407f5d67a7 100644 --- a/clients/client-quicksight/src/endpoints.ts +++ b/clients/client-quicksight/src/endpoints.ts @@ -44,6 +44,10 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "quicksight.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -63,6 +67,10 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "quicksight.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -92,6 +100,10 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "quicksight.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ram/src/endpoints.ts b/clients/client-ram/src/endpoints.ts index 3815c33f9656..2261e892f6a8 100644 --- a/clients/client-ram/src/endpoints.ts +++ b/clients/client-ram/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "ram.ca-central-1.amazonaws.com", variants: [ { hostname: "ram-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ram.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "ram-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "ram-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "ram-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ram-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ram-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ram-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "ram-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ram-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ram-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ram-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "ram.us-east-1.amazonaws.com", variants: [ { hostname: "ram-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ram.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ram.us-east-2.amazonaws.com", variants: [ { hostname: "ram-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ram.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "ram.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ram.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "ram.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ram.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "ram.us-west-1.amazonaws.com", variants: [ { hostname: "ram-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ram.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ram.us-west-2.amazonaws.com", variants: [ { hostname: "ram-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ram.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ram.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ram.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ram.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-rds-data/src/endpoints.ts b/clients/client-rds-data/src/endpoints.ts index 4a9eed42c78b..792c7bb74419 100644 --- a/clients/client-rds-data/src/endpoints.ts +++ b/clients/client-rds-data/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds-data.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "rds-data.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds-data.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index 2c02f6c0cf5b..6875f9f598dc 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -3,160 +3,304 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rds-fips.us-east-1": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "rds-fips.us-east-2": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "rds-fips.us-west-1": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "rds-fips.us-west-2": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "rds.ca-central-1": { + hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ { hostname: "rds-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { + hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { + hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "rds.us-gov-east-1": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "rds.us-gov-west-1": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "rds.us-west-1": { + hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { + hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.rds.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "rds.us-east-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "rds-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "rds.us-east-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "rds-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "rds.us-gov-east-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "rds.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "rds.us-gov-west-1.amazonaws.com", variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "rds.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rds.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "rds.us-west-1.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "rds-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "rds.us-west-2.amazonaws.com", variants: [ { hostname: "rds-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rds.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "rds-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -216,6 +360,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -235,6 +383,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -271,6 +423,10 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-redshift-data/src/endpoints.ts b/clients/client-redshift-data/src/endpoints.ts index 764890f2e088..11c082a6b720 100644 --- a/clients/client-redshift-data/src/endpoints.ts +++ b/clients/client-redshift-data/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "redshift-data.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "redshift-data.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "redshift-data.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-redshift/src/endpoints.ts b/clients/client-redshift/src/endpoints.ts index 14c943fc0fc6..e355b9980740 100644 --- a/clients/client-redshift/src/endpoints.ts +++ b/clients/client-redshift/src/endpoints.ts @@ -3,71 +3,138 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "redshift.ca-central-1.amazonaws.com", variants: [ { hostname: "redshift-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "redshift.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "redshift-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "redshift-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "redshift-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "redshift-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "redshift-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "redshift-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "redshift.us-east-1.amazonaws.com", variants: [ { hostname: "redshift-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "redshift.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "redshift.us-east-2.amazonaws.com", variants: [ { hostname: "redshift-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "redshift.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "redshift.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "redshift.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "redshift.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "redshift.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "redshift.us-west-1.amazonaws.com", variants: [ { hostname: "redshift-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "redshift.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "redshift.us-west-2.amazonaws.com", variants: [ { hostname: "redshift-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "redshift.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -117,6 +184,10 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "redshift.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -136,6 +207,10 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "redshift.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +240,10 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "redshift.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index 03c67185244c..b0967dd0a851 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -3,153 +3,285 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "rekognition.ca-central-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "rekognition-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rekognition-fips.ca-central-1": { hostname: "rekognition-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "rekognition-fips.us-east-1": { hostname: "rekognition-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "rekognition-fips.us-east-2": { hostname: "rekognition-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "rekognition-fips.us-gov-west-1": { hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "rekognition-fips.us-west-1": { hostname: "rekognition-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "rekognition-fips.us-west-2": { hostname: "rekognition-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "rekognition.ca-central-1": { + hostname: "rekognition.rekognition.ca-central-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "rekognition.us-east-1": { + hostname: "rekognition.rekognition.us-east-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "rekognition.us-east-2": { + hostname: "rekognition.rekognition.us-east-2.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "rekognition.us-gov-west-1": { + hostname: "rekognition.rekognition.us-gov-west-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "rekognition.us-west-1": { + hostname: "rekognition.rekognition.us-west-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "rekognition.us-west-2": { + hostname: "rekognition.rekognition.us-west-2.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.rekognition.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "rekognition.us-east-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "rekognition-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "rekognition.us-east-2.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "rekognition-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "rekognition.us-gov-west-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "rekognition.us-west-1.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "rekognition-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "rekognition.us-west-2.amazonaws.com", variants: [ { hostname: "rekognition-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "rekognition.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "rekognition-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -209,6 +341,10 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rekognition.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -228,6 +364,10 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "rekognition.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -263,6 +403,10 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "rekognition.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-resource-groups-tagging-api/src/endpoints.ts b/clients/client-resource-groups-tagging-api/src/endpoints.ts index 7384054705c3..9db8f06b020b 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoints.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "tagging.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "tagging.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "tagging.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-resource-groups/src/endpoints.ts b/clients/client-resource-groups/src/endpoints.ts index 890b43f3f247..d9b9d3243b40 100644 --- a/clients/client-resource-groups/src/endpoints.ts +++ b/clients/client-resource-groups/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "resource-groups-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "resource-groups-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "resource-groups-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "resource-groups-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "resource-groups.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "resource-groups.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "resource-groups.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "resource-groups.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "resource-groups-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "resource-groups-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "resource-groups-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "resource-groups-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "resource-groups.us-east-1.amazonaws.com", variants: [ { hostname: "resource-groups-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "resource-groups.us-east-2.amazonaws.com", variants: [ { hostname: "resource-groups-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "resource-groups.us-gov-east-1.amazonaws.com", variants: [ { hostname: "resource-groups.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "resource-groups.us-gov-west-1.amazonaws.com", variants: [ { hostname: "resource-groups.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "resource-groups.us-west-1.amazonaws.com", variants: [ { hostname: "resource-groups-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "resource-groups.us-west-2.amazonaws.com", variants: [ { hostname: "resource-groups-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "resource-groups.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "resource-groups.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "resource-groups.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "resource-groups.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +234,10 @@ const partitionHash: PartitionHash = { hostname: "resource-groups.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "resource-groups.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-robomaker/src/endpoints.ts b/clients/client-robomaker/src/endpoints.ts index 2e262ede2741..81d1a0b0f421 100644 --- a/clients/client-robomaker/src/endpoints.ts +++ b/clients/client-robomaker/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "robomaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "robomaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "robomaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route-53-domains/src/endpoints.ts b/clients/client-route-53-domains/src/endpoints.ts index 62cf54e1a63c..184113085827 100644 --- a/clients/client-route-53-domains/src/endpoints.ts +++ b/clients/client-route-53-domains/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53domains.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53domains.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53domains.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route-53/src/endpoints.ts b/clients/client-route-53/src/endpoints.ts index 85b5a5e26ff2..e8e668b9f4a7 100644 --- a/clients/client-route-53/src/endpoints.ts +++ b/clients/client-route-53/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "route53.amazonaws.com.cn", + variants: [ + { + hostname: "route53.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "aws-global": { @@ -13,15 +19,31 @@ const regionHash: RegionHash = { hostname: "route53-fips.amazonaws.com", tags: ["fips"], }, + { + hostname: "route53.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "aws-iso-b-global": { hostname: "route53.sc2s.sgov.gov", + variants: [ + { + hostname: "route53.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "aws-iso-global": { hostname: "route53.c2s.ic.gov", + variants: [ + { + hostname: "route53.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "aws-us-gov-global": { @@ -31,15 +53,31 @@ const regionHash: RegionHash = { hostname: "route53.us-gov.amazonaws.com", tags: ["fips"], }, + { + hostname: "route53.us-gov.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "fips-aws-global": { hostname: "route53-fips.amazonaws.com", + variants: [ + { + hostname: "route53-fips.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-aws-us-gov-global": { hostname: "route53.us-gov.amazonaws.com", + variants: [ + { + hostname: "route53.us-gov.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -86,6 +124,10 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -105,6 +147,10 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -134,6 +180,10 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route53-recovery-cluster/src/endpoints.ts b/clients/client-route53-recovery-cluster/src/endpoints.ts index e2dabe805a0d..d48029b297bd 100644 --- a/clients/client-route53-recovery-cluster/src/endpoints.ts +++ b/clients/client-route53-recovery-cluster/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route53-recovery-control-config/src/endpoints.ts b/clients/client-route53-recovery-control-config/src/endpoints.ts index e319f9f8cae1..2748c7f230b8 100644 --- a/clients/client-route53-recovery-control-config/src/endpoints.ts +++ b/clients/client-route53-recovery-control-config/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "route53-recovery-control-config.us-west-2.amazonaws.com", + variants: [ + { + hostname: "route53-recovery-control-config.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -49,6 +55,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -68,6 +78,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -97,6 +111,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route53-recovery-readiness/src/endpoints.ts b/clients/client-route53-recovery-readiness/src/endpoints.ts index 0a881c184c97..d3a3ff341fdd 100644 --- a/clients/client-route53-recovery-readiness/src/endpoints.ts +++ b/clients/client-route53-recovery-readiness/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-route53resolver/src/endpoints.ts b/clients/client-route53resolver/src/endpoints.ts index beb7151b6a74..124be2ab36f5 100644 --- a/clients/client-route53resolver/src/endpoints.ts +++ b/clients/client-route53resolver/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53resolver.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "route53resolver.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "route53resolver.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-s3-control/src/endpoints.ts b/clients/client-s3-control/src/endpoints.ts index 2c85325d3da6..5c7057bf46c0 100644 --- a/clients/client-s3-control/src/endpoints.ts +++ b/clients/client-s3-control/src/endpoints.ts @@ -9,6 +9,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-northeast-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-northeast-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-1", }, @@ -19,6 +23,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-northeast-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-northeast-2.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-2", }, @@ -29,6 +37,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-northeast-3.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-northeast-3.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-3", }, @@ -39,6 +51,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-south-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-south-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-south-1", }, @@ -49,6 +65,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-southeast-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-southeast-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-southeast-1", }, @@ -59,6 +79,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ap-southeast-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ap-southeast-2.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-southeast-2", }, @@ -77,11 +101,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ca-central-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "ca-central-1-fips": { hostname: "s3-control-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "cn-north-1": { @@ -91,6 +125,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.cn-north-1.amazonaws.com.cn", tags: ["dualstack"], }, + { + hostname: "s3-control.cn-north-1.amazonaws.com.cn", + tags: [], + }, ], signingRegion: "cn-north-1", }, @@ -101,6 +139,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", tags: ["dualstack"], }, + { + hostname: "s3-control.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, ], signingRegion: "cn-northwest-1", }, @@ -111,6 +153,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.eu-central-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.eu-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-central-1", }, @@ -121,6 +167,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.eu-north-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.eu-north-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-north-1", }, @@ -131,6 +181,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.eu-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.eu-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-1", }, @@ -141,6 +195,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.eu-west-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.eu-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-2", }, @@ -151,6 +209,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.eu-west-3.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.eu-west-3.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-3", }, @@ -161,6 +223,10 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.sa-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.sa-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "sa-east-1", }, @@ -179,11 +245,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "us-east-1-fips": { hostname: "s3-control-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { @@ -201,11 +277,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-east-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "us-east-2-fips": { hostname: "s3-control-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { @@ -223,11 +309,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-gov-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, "us-gov-east-1-fips": { hostname: "s3-control-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { @@ -245,11 +341,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-gov-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "us-gov-west-1-fips": { hostname: "s3-control-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { @@ -267,11 +373,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, "us-west-1-fips": { hostname: "s3-control-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { @@ -289,11 +405,21 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-west-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3-control.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, "us-west-2-fips": { hostname: "s3-control-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-control-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -343,6 +469,10 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "s3-control.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -362,6 +492,10 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "s3-control.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -391,6 +525,10 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "s3-control.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index 8c9ff2ad091e..6f421b8126aa 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -3,19 +3,29 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "af-south-1": { + hostname: "s3.af-south-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.af-south-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.af-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-east-1": { + hostname: "s3.ap-east-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.ap-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-east-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-1": { @@ -25,30 +35,49 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.ap-northeast-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-northeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-2": { + hostname: "s3.ap-northeast-2.amazonaws.com", variants: [ { hostname: "s3.dualstack.ap-northeast-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-northeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-3": { + hostname: "s3.ap-northeast-3.amazonaws.com", variants: [ { hostname: "s3.dualstack.ap-northeast-3.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-northeast-3.amazonaws.com", + tags: [], + }, ], }, "ap-south-1": { + hostname: "s3.ap-south-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.ap-south-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-1": { @@ -58,6 +87,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.ap-southeast-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-southeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-2": { @@ -67,13 +100,24 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.ap-southeast-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ap-southeast-2.amazonaws.com", + tags: [], + }, ], }, "aws-global": { hostname: "s3.amazonaws.com", + variants: [ + { + hostname: "s3.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "ca-central-1": { + hostname: "s3.ca-central-1.amazonaws.com", variants: [ { hostname: "s3-fips.ca-central-1.amazonaws.com", @@ -87,46 +131,75 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.ca-central-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "cn-north-1": { + hostname: "s3.cn-north-1.amazonaws.com.cn", variants: [ { hostname: "s3.dualstack.cn-north-1.amazonaws.com.cn", tags: ["dualstack"], }, + { + hostname: "s3.cn-north-1.amazonaws.com.cn", + tags: [], + }, ], }, "cn-northwest-1": { + hostname: "s3.cn-northwest-1.amazonaws.com.cn", variants: [ { hostname: "s3.dualstack.cn-northwest-1.amazonaws.com.cn", tags: ["dualstack"], }, + { + hostname: "s3.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, ], }, "eu-central-1": { + hostname: "s3.eu-central-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.eu-central-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-north-1": { + hostname: "s3.eu-north-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.eu-north-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-north-1.amazonaws.com", + tags: [], + }, ], }, "eu-south-1": { + hostname: "s3.eu-south-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.eu-south-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-south-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1": { @@ -136,83 +209,192 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.eu-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-2": { + hostname: "s3.eu-west-2.amazonaws.com", variants: [ { hostname: "s3.dualstack.eu-west-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-west-2.amazonaws.com", + tags: [], + }, ], }, "eu-west-3": { + hostname: "s3.eu-west-3.amazonaws.com", variants: [ { hostname: "s3.dualstack.eu-west-3.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.eu-west-3.amazonaws.com", + tags: [], + }, ], }, "fips-accesspoint-ca-central-1": { hostname: "s3-accesspoint-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-east-1": { hostname: "s3-accesspoint-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-east-2": { hostname: "s3-accesspoint-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-gov-east-1": { hostname: "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-gov-west-1": { hostname: "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-west-1": { hostname: "s3-accesspoint-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], }, "fips-accesspoint-us-west-2": { hostname: "s3-accesspoint-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-accesspoint-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], }, "fips-ca-central-1": { hostname: "s3-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "s3-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "s3-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "s3-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "s3-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "s3-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "s3-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "s3-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "me-south-1": { + hostname: "s3.me-south-1.amazonaws.com", variants: [ { hostname: "s3.dualstack.me-south-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.me-south-1.amazonaws.com", + tags: [], + }, ], }, "s3-external-1": { hostname: "s3-external-1.amazonaws.com", + variants: [ + { + hostname: "s3-external-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "sa-east-1": { @@ -222,6 +404,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.sa-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1": { @@ -239,9 +425,14 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "s3.us-east-2.amazonaws.com", variants: [ { hostname: "s3-fips.dualstack.us-east-2.amazonaws.com", @@ -255,6 +446,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-east-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { @@ -268,6 +463,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-gov-east-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { @@ -281,6 +480,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-gov-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { @@ -298,6 +501,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-west-1.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { @@ -315,6 +522,10 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-west-2.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -367,6 +578,10 @@ const partitionHash: PartitionHash = { hostname: "s3.dualstack.{region}.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -378,6 +593,10 @@ const partitionHash: PartitionHash = { hostname: "s3.dualstack.{region}.amazonaws.com.cn", tags: ["dualstack"], }, + { + hostname: "s3.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -410,6 +629,10 @@ const partitionHash: PartitionHash = { hostname: "s3.dualstack.{region}.amazonaws.com", tags: ["dualstack"], }, + { + hostname: "s3.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-s3outposts/src/endpoints.ts b/clients/client-s3outposts/src/endpoints.ts index f801682c9d5f..9bc7d75bdb04 100644 --- a/clients/client-s3outposts/src/endpoints.ts +++ b/clients/client-s3outposts/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "s3-outposts.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "s3-outposts.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "s3-outposts.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts index cd59dc376dbf..9512d607d33a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sagemaker-edge/src/endpoints.ts b/clients/client-sagemaker-edge/src/endpoints.ts index f407b8c7b09f..a8cb0196c220 100644 --- a/clients/client-sagemaker-edge/src/endpoints.ts +++ b/clients/client-sagemaker-edge/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "edge.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "edge.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "edge.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts index 87745e2043d1..56f5e8991cb7 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sagemaker-runtime/src/endpoints.ts b/clients/client-sagemaker-runtime/src/endpoints.ts index 1582fa09e181..64b3512aaeba 100644 --- a/clients/client-sagemaker-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-runtime/src/endpoints.ts @@ -3,63 +3,118 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "runtime.sagemaker.us-east-1.amazonaws.com", variants: [ { hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "runtime.sagemaker.us-east-2.amazonaws.com", variants: [ { hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", variants: [ { hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "runtime.sagemaker.us-west-1.amazonaws.com", variants: [ { hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "runtime.sagemaker.us-west-2.amazonaws.com", variants: [ { hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", + variants: [ + { + hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -100,6 +155,10 @@ const partitionHash: PartitionHash = { hostname: "runtime-fips.sagemaker.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -119,6 +178,10 @@ const partitionHash: PartitionHash = { hostname: "runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -148,6 +211,10 @@ const partitionHash: PartitionHash = { hostname: "runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index f377cbcb5520..cda6a815ed2d 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -3,76 +3,142 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "api.sagemaker.us-east-1.amazonaws.com", variants: [ { hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "api.sagemaker.us-east-2.amazonaws.com", variants: [ { hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", variants: [ { hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1-fips-secondary": { hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1-secondary": { + hostname: "api.sagemaker.us-gov-west-1-secondary.amazonaws.com", variants: [ { hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-gov-west-1-secondary.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "api.sagemaker.us-west-1.amazonaws.com", variants: [ { hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "api.sagemaker.us-west-2.amazonaws.com", variants: [ { hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", + variants: [ + { + hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -113,6 +179,10 @@ const partitionHash: PartitionHash = { hostname: "api-fips.sagemaker.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -132,6 +202,10 @@ const partitionHash: PartitionHash = { hostname: "api.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "api.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -159,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "api-fips.sagemaker.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "api.sagemaker.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-savingsplans/src/endpoints.ts b/clients/client-savingsplans/src/endpoints.ts index f9fef68fb7c3..397b5320517f 100644 --- a/clients/client-savingsplans/src/endpoints.ts +++ b/clients/client-savingsplans/src/endpoints.ts @@ -4,6 +4,12 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "savingsplans.amazonaws.com", + variants: [ + { + hostname: "savingsplans.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -49,6 +55,10 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "savingsplans.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -68,6 +78,10 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "savingsplans.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -97,6 +111,10 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "savingsplans.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-schemas/src/endpoints.ts b/clients/client-schemas/src/endpoints.ts index 8475a7da3d12..a4713a894bd9 100644 --- a/clients/client-schemas/src/endpoints.ts +++ b/clients/client-schemas/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "schemas.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "schemas.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "schemas.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-secrets-manager/src/endpoints.ts b/clients/client-secrets-manager/src/endpoints.ts index 9aae522e6196..c1f7774790e2 100644 --- a/clients/client-secrets-manager/src/endpoints.ts +++ b/clients/client-secrets-manager/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "secretsmanager.us-east-1.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "secretsmanager-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "secretsmanager.us-east-2.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "secretsmanager-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "secretsmanager.us-gov-east-1.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "secretsmanager.us-gov-west-1.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "secretsmanager.us-west-1.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "secretsmanager-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "secretsmanager.us-west-2.amazonaws.com", variants: [ { hostname: "secretsmanager-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "secretsmanager.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "secretsmanager-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "secretsmanager-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "secretsmanager.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "secretsmanager.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "secretsmanager.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-securityhub/src/endpoints.ts b/clients/client-securityhub/src/endpoints.ts index 056316711c53..21980087dcf7 100644 --- a/clients/client-securityhub/src/endpoints.ts +++ b/clients/client-securityhub/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "securityhub-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "securityhub-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "securityhub-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "securityhub-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "securityhub-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "securityhub.us-east-1.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "securityhub.us-east-2.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "securityhub.us-gov-east-1.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "securityhub.us-gov-west-1.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "securityhub.us-west-1.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "securityhub.us-west-2.amazonaws.com", variants: [ { hostname: "securityhub-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "securityhub.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "securityhub.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "securityhub.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "securityhub.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-serverlessapplicationrepository/src/endpoints.ts b/clients/client-serverlessapplicationrepository/src/endpoints.ts index d83a49e2b368..e1e33d66ac8e 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoints.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoints.ts @@ -4,10 +4,22 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-gov-east-1": { hostname: "serverlessrepo.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "serverlessrepo.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "serverlessrepo.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "serverlessrepo.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, }; @@ -52,6 +64,10 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "serverlessrepo.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -71,6 +87,10 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "serverlessrepo.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -100,6 +120,10 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "serverlessrepo.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-service-catalog-appregistry/src/endpoints.ts b/clients/client-service-catalog-appregistry/src/endpoints.ts index 1c1f811ca0b8..1dc5c72dbbc1 100644 --- a/clients/client-service-catalog-appregistry/src/endpoints.ts +++ b/clients/client-service-catalog-appregistry/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "servicecatalog-appregistry.ca-central-1.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "servicecatalog-appregistry.us-east-1.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "servicecatalog-appregistry.us-east-2.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "servicecatalog-appregistry.us-west-1.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "servicecatalog-appregistry.us-west-2.amazonaws.com", variants: [ { hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog-appregistry.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog-appregistry.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog-appregistry.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-service-catalog/src/endpoints.ts b/clients/client-service-catalog/src/endpoints.ts index f2d5bc478b4f..fcad8c320940 100644 --- a/clients/client-service-catalog/src/endpoints.ts +++ b/clients/client-service-catalog/src/endpoints.ts @@ -3,75 +3,141 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "servicecatalog.us-east-1.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "servicecatalog-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "servicecatalog.us-east-2.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "servicecatalog-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "servicecatalog.us-gov-east-1.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "servicecatalog.us-gov-west-1.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "servicecatalog.us-west-1.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "servicecatalog-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "servicecatalog.us-west-2.amazonaws.com", variants: [ { hostname: "servicecatalog-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicecatalog.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "servicecatalog-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "servicecatalog-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicecatalog.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "servicecatalog.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicecatalog.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-service-quotas/src/endpoints.ts b/clients/client-service-quotas/src/endpoints.ts index 6af86ac2a608..a0e23c3344c6 100644 --- a/clients/client-service-quotas/src/endpoints.ts +++ b/clients/client-service-quotas/src/endpoints.ts @@ -4,26 +4,48 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-gov-east-1": { hostname: "servicequotas.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "servicequotas.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "servicequotas.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "servicequotas.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-east-1": { + hostname: "servicequotas.us-gov-east-1.amazonaws.com", variants: [ { hostname: "servicequotas.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicequotas.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "servicequotas.us-gov-west-1.amazonaws.com", variants: [ { hostname: "servicequotas.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicequotas.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, }; @@ -68,6 +90,10 @@ const partitionHash: PartitionHash = { hostname: "servicequotas.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicequotas.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -87,6 +113,10 @@ const partitionHash: PartitionHash = { hostname: "servicequotas.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "servicequotas.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -108,6 +138,10 @@ const partitionHash: PartitionHash = { hostname: "servicequotas.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicequotas.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index a3dd3356124c..7d0e06d9e445 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -3,100 +3,188 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "servicediscovery.ca-central-1.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, servicediscovery: { + hostname: "servicediscovery.servicediscovery.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.servicediscovery.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, "servicediscovery-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "servicediscovery.us-east-1.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "servicediscovery.us-east-2.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "servicediscovery.us-gov-east-1.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "servicediscovery.us-gov-west-1.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "servicediscovery.us-west-1.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "servicediscovery.us-west-2.amazonaws.com", variants: [ { hostname: "servicediscovery-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "servicediscovery.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -148,6 +236,10 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicediscovery.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -167,6 +259,10 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "servicediscovery.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -203,6 +299,10 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "servicediscovery.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ses/src/endpoints.ts b/clients/client-ses/src/endpoints.ts index b1c08b133741..e1911c30fbf9 100644 --- a/clients/client-ses/src/endpoints.ts +++ b/clients/client-ses/src/endpoints.ts @@ -4,14 +4,25 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-gov-west-1": { hostname: "email-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1": { + hostname: "email.us-gov-west-1.amazonaws.com", variants: [ { hostname: "email-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "email.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, }; @@ -56,6 +67,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -75,6 +90,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -104,6 +123,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sesv2/src/endpoints.ts b/clients/client-sesv2/src/endpoints.ts index b1c08b133741..e1911c30fbf9 100644 --- a/clients/client-sesv2/src/endpoints.ts +++ b/clients/client-sesv2/src/endpoints.ts @@ -4,14 +4,25 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-gov-west-1": { hostname: "email-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1": { + hostname: "email.us-gov-west-1.amazonaws.com", variants: [ { hostname: "email-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "email.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, }; @@ -56,6 +67,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -75,6 +90,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -104,6 +123,10 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sfn/src/endpoints.ts b/clients/client-sfn/src/endpoints.ts index b8aebfaddcb4..4bcbda48efa7 100644 --- a/clients/client-sfn/src/endpoints.ts +++ b/clients/client-sfn/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "states-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "states-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "states-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "states-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "states-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "states-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "states.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "states.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "states-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "states-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "states-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "states-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "states.us-east-1.amazonaws.com", variants: [ { hostname: "states-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "states.us-east-2.amazonaws.com", variants: [ { hostname: "states-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "states.us-gov-east-1.amazonaws.com", variants: [ { hostname: "states-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "states.us-gov-west-1.amazonaws.com", variants: [ { hostname: "states.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "states.us-west-1.amazonaws.com", variants: [ { hostname: "states-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "states.us-west-2.amazonaws.com", variants: [ { hostname: "states-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "states.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "states.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "states.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "states.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-shield/src/endpoints.ts b/clients/client-shield/src/endpoints.ts index 1aca3b5f801e..53eb3ce3a00f 100644 --- a/clients/client-shield/src/endpoints.ts +++ b/clients/client-shield/src/endpoints.ts @@ -9,11 +9,21 @@ const regionHash: RegionHash = { hostname: "shield-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "shield.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "fips-aws-global": { hostname: "shield-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "shield-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -60,6 +70,10 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "shield.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -79,6 +93,10 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "shield.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -108,6 +126,10 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "shield.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-signer/src/endpoints.ts b/clients/client-signer/src/endpoints.ts index c40bf06d9894..c48e4121447c 100644 --- a/clients/client-signer/src/endpoints.ts +++ b/clients/client-signer/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "signer.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "signer.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "signer.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sms/src/endpoints.ts b/clients/client-sms/src/endpoints.ts index 6ada3e088313..f3a2b099545a 100644 --- a/clients/client-sms/src/endpoints.ts +++ b/clients/client-sms/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "sms-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "sms-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "sms-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "sms-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "sms-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "sms-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "sms-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "sms.us-east-1.amazonaws.com", variants: [ { hostname: "sms-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "sms.us-east-2.amazonaws.com", variants: [ { hostname: "sms-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "sms.us-gov-east-1.amazonaws.com", variants: [ { hostname: "sms-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "sms.us-gov-west-1.amazonaws.com", variants: [ { hostname: "sms-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "sms.us-west-1.amazonaws.com", variants: [ { hostname: "sms-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "sms.us-west-2.amazonaws.com", variants: [ { hostname: "sms-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sms.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sms.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sms.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sms.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-snow-device-management/src/endpoints.ts b/clients/client-snow-device-management/src/endpoints.ts index 9a4bc3fc3e85..ac5d2c6c231e 100644 --- a/clients/client-snow-device-management/src/endpoints.ts +++ b/clients/client-snow-device-management/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "snow-device-management.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "snow-device-management.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "snow-device-management.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-snowball/src/endpoints.ts b/clients/client-snowball/src/endpoints.ts index fff1f09f1414..67709d2dc84b 100644 --- a/clients/client-snowball/src/endpoints.ts +++ b/clients/client-snowball/src/endpoints.ts @@ -3,243 +3,463 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { + hostname: "snowball.ap-northeast-1.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-northeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-northeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-2": { + hostname: "snowball.ap-northeast-2.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-northeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-northeast-2.amazonaws.com", + tags: [], + }, ], }, "ap-northeast-3": { + hostname: "snowball.ap-northeast-3.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-northeast-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-northeast-3.amazonaws.com", + tags: [], + }, ], }, "ap-south-1": { + hostname: "snowball.ap-south-1.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-south-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-1": { + hostname: "snowball.ap-southeast-1.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-southeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-southeast-1.amazonaws.com", + tags: [], + }, ], }, "ap-southeast-2": { + hostname: "snowball.ap-southeast-2.amazonaws.com", variants: [ { hostname: "snowball-fips.ap-southeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ap-southeast-2.amazonaws.com", + tags: [], + }, ], }, "ca-central-1": { + hostname: "snowball.ca-central-1.amazonaws.com", variants: [ { hostname: "snowball-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "cn-north-1": { + hostname: "snowball.cn-north-1.amazonaws.com.cn", variants: [ { hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "snowball.cn-north-1.amazonaws.com.cn", + tags: [], + }, ], }, "cn-northwest-1": { + hostname: "snowball.cn-northwest-1.amazonaws.com.cn", variants: [ { hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "snowball.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, ], }, "eu-central-1": { + hostname: "snowball.eu-central-1.amazonaws.com", variants: [ { hostname: "snowball-fips.eu-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.eu-central-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-1": { + hostname: "snowball.eu-west-1.amazonaws.com", variants: [ { hostname: "snowball-fips.eu-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.eu-west-1.amazonaws.com", + tags: [], + }, ], }, "eu-west-2": { + hostname: "snowball.eu-west-2.amazonaws.com", variants: [ { hostname: "snowball-fips.eu-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.eu-west-2.amazonaws.com", + tags: [], + }, ], }, "eu-west-3": { + hostname: "snowball.eu-west-3.amazonaws.com", variants: [ { hostname: "snowball-fips.eu-west-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.eu-west-3.amazonaws.com", + tags: [], + }, ], }, "fips-ap-northeast-1": { hostname: "snowball-fips.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "fips-ap-northeast-2": { hostname: "snowball-fips.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "fips-ap-northeast-3": { hostname: "snowball-fips.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-northeast-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-3", }, "fips-ap-south-1": { hostname: "snowball-fips.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "fips-ap-southeast-1": { hostname: "snowball-fips.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "fips-ap-southeast-2": { hostname: "snowball-fips.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "fips-ca-central-1": { hostname: "snowball-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-cn-north-1": { hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "fips-cn-northwest-1": { hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "fips-eu-central-1": { hostname: "snowball-fips.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "fips-eu-west-1": { hostname: "snowball-fips.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "fips-eu-west-2": { hostname: "snowball-fips.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "fips-eu-west-3": { hostname: "snowball-fips.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "fips-sa-east-1": { hostname: "snowball-fips.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "fips-us-east-1": { hostname: "snowball-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "snowball-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "snowball-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "snowball-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "snowball-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "snowball-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "snowball-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "sa-east-1": { + hostname: "snowball.sa-east-1.amazonaws.com", variants: [ { hostname: "snowball-fips.sa-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.sa-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1": { + hostname: "snowball.us-east-1.amazonaws.com", variants: [ { hostname: "snowball-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "snowball.us-east-2.amazonaws.com", variants: [ { hostname: "snowball-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "snowball.us-gov-east-1.amazonaws.com", variants: [ { hostname: "snowball-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "snowball.us-gov-west-1.amazonaws.com", variants: [ { hostname: "snowball-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "snowball.us-west-1.amazonaws.com", variants: [ { hostname: "snowball-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "snowball.us-west-2.amazonaws.com", variants: [ { hostname: "snowball-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "snowball.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -300,6 +520,10 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "snowball.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -319,6 +543,10 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "snowball.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -348,6 +576,10 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "snowball.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sns/src/endpoints.ts b/clients/client-sns/src/endpoints.ts index 880c7a787f68..ad7f413606b2 100644 --- a/clients/client-sns/src/endpoints.ts +++ b/clients/client-sns/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "sns-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "sns-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "sns-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "sns-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "sns-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "sns-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "sns-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "sns-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "sns.us-east-1.amazonaws.com", variants: [ { hostname: "sns-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sns.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "sns.us-east-2.amazonaws.com", variants: [ { hostname: "sns-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sns.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "sns.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "sns.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "sns.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "sns.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "sns.us-west-1.amazonaws.com", variants: [ { hostname: "sns-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sns.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "sns.us-west-2.amazonaws.com", variants: [ { hostname: "sns-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sns.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sns.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sns.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sns.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sqs/src/endpoints.ts b/clients/client-sqs/src/endpoints.ts index 0dcb67091cd9..867060870984 100644 --- a/clients/client-sqs/src/endpoints.ts +++ b/clients/client-sqs/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "sqs-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "sqs-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "sqs-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "sqs-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "sqs-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "sqs.us-east-1.amazonaws.com", variants: [ { hostname: "sqs-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sqs.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "sqs.us-east-2.amazonaws.com", variants: [ { hostname: "sqs-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sqs.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "sqs.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "sqs.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "sqs.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "sqs.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "sqs.us-west-1.amazonaws.com", variants: [ { hostname: "sqs-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sqs.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "sqs.us-west-2.amazonaws.com", variants: [ { hostname: "sqs-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sqs.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sqs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sqs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sqs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ssm-contacts/src/endpoints.ts b/clients/client-ssm-contacts/src/endpoints.ts index fbd21dec4f69..23e16336002a 100644 --- a/clients/client-ssm-contacts/src/endpoints.ts +++ b/clients/client-ssm-contacts/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ssm-contacts.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ssm-contacts.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ssm-contacts.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ssm-incidents/src/endpoints.ts b/clients/client-ssm-incidents/src/endpoints.ts index d94c009f45e1..cb4e477251c1 100644 --- a/clients/client-ssm-incidents/src/endpoints.ts +++ b/clients/client-ssm-incidents/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ssm-incidents.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ssm-incidents.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ssm-incidents.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-ssm/src/endpoints.ts b/clients/client-ssm/src/endpoints.ts index 56ede080e3e9..0b201d267000 100644 --- a/clients/client-ssm/src/endpoints.ts +++ b/clients/client-ssm/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "ssm.ca-central-1.amazonaws.com", variants: [ { hostname: "ssm-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "ssm-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "ssm-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "ssm-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "ssm.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "ssm.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "ssm.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "ssm.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "ssm-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "ssm-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "ssm-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "ssm.us-east-1.amazonaws.com", variants: [ { hostname: "ssm-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "ssm.us-east-2.amazonaws.com", variants: [ { hostname: "ssm-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "ssm.us-gov-east-1.amazonaws.com", variants: [ { hostname: "ssm.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "ssm.us-gov-west-1.amazonaws.com", variants: [ { hostname: "ssm.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "ssm.us-west-1.amazonaws.com", variants: [ { hostname: "ssm-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "ssm.us-west-2.amazonaws.com", variants: [ { hostname: "ssm-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "ssm.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ssm.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "ssm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ssm.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -173,6 +258,10 @@ const partitionHash: PartitionHash = { hostname: "ssm.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "ssm.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sso-admin/src/endpoints.ts b/clients/client-sso-admin/src/endpoints.ts index 39305d0dcda3..842b4194053b 100644 --- a/clients/client-sso-admin/src/endpoints.ts +++ b/clients/client-sso-admin/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sso.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sso.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sso.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sso-oidc/src/endpoints.ts b/clients/client-sso-oidc/src/endpoints.ts index c89fc4807247..241c20ef0302 100644 --- a/clients/client-sso-oidc/src/endpoints.ts +++ b/clients/client-sso-oidc/src/endpoints.ts @@ -4,66 +4,162 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "oidc.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "oidc.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "oidc.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "oidc.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-south-1": { hostname: "oidc.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "oidc.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "oidc.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "oidc.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "oidc.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "oidc.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "oidc.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "oidc.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "eu-central-1": { hostname: "oidc.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "oidc.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "oidc.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "oidc.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "eu-west-1": { hostname: "oidc.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "oidc.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "oidc.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "oidc.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "oidc.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "oidc.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "sa-east-1": { hostname: "oidc.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "oidc.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "oidc.us-east-1.amazonaws.com", + variants: [ + { + hostname: "oidc.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "oidc.us-east-2.amazonaws.com", + variants: [ + { + hostname: "oidc.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { hostname: "oidc.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "oidc.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { hostname: "oidc.us-west-2.amazonaws.com", + variants: [ + { + hostname: "oidc.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -108,6 +204,10 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "oidc.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -127,6 +227,10 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "oidc.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -156,6 +260,10 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "oidc.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index bdd1bb71832b..b0645f7ef60f 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -4,66 +4,162 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ap-northeast-1": { hostname: "portal.sso.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "portal.sso.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "ap-south-1": { hostname: "portal.sso.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "portal.sso.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "portal.sso.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "portal.sso.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "eu-central-1": { hostname: "portal.sso.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "portal.sso.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "eu-west-1": { hostname: "portal.sso.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "portal.sso.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "portal.sso.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "portal.sso.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "portal.sso.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "sa-east-1": { hostname: "portal.sso.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "portal.sso.us-east-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "portal.sso.us-east-2.amazonaws.com", + variants: [ + { + hostname: "portal.sso.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { hostname: "portal.sso.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "portal.sso.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { hostname: "portal.sso.us-west-2.amazonaws.com", + variants: [ + { + hostname: "portal.sso.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -108,6 +204,10 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "portal.sso.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -127,6 +227,10 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "portal.sso.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -156,6 +260,10 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "portal.sso.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index c9fcdf20c1fb..bc8dffc92b2d 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -3,91 +3,174 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "storagegateway.ca-central-1.amazonaws.com", variants: [ { hostname: "storagegateway-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "ca-central-1-fips": { hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, fips: { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-east-1": { + hostname: "storagegateway.us-east-1.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "storagegateway-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "storagegateway.us-east-2.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "storagegateway-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "storagegateway.us-gov-east-1.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "storagegateway.us-gov-west-1.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "storagegateway.us-west-1.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "storagegateway-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "storagegateway.us-west-2.amazonaws.com", variants: [ { hostname: "storagegateway-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "storagegateway.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "storagegateway-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "storagegateway-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -138,6 +221,10 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "storagegateway.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -157,6 +244,10 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "storagegateway.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -186,6 +277,10 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "storagegateway.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-sts/src/endpoints.ts b/clients/client-sts/src/endpoints.ts index 91300743add0..604b64e6bbae 100644 --- a/clients/client-sts/src/endpoints.ts +++ b/clients/client-sts/src/endpoints.ts @@ -4,78 +4,150 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-global": { hostname: "sts.amazonaws.com", + variants: [ + { + hostname: "sts.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-1": { + hostname: "sts.us-east-1.amazonaws.com", variants: [ { hostname: "sts-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "sts-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "sts-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "sts.us-east-2.amazonaws.com", variants: [ { hostname: "sts-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "sts-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "sts-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-east-1": { + hostname: "sts.us-gov-east-1.amazonaws.com", variants: [ { hostname: "sts.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1-fips": { hostname: "sts.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "sts.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { + hostname: "sts.us-gov-west-1.amazonaws.com", variants: [ { hostname: "sts.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "sts.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "sts.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "sts.us-west-1.amazonaws.com", variants: [ { hostname: "sts-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1-fips": { hostname: "sts-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "sts-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "us-west-2": { + hostname: "sts.us-west-2.amazonaws.com", variants: [ { hostname: "sts-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "sts-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "sts-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -125,6 +197,10 @@ const partitionHash: PartitionHash = { hostname: "sts.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "sts.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -144,6 +220,10 @@ const partitionHash: PartitionHash = { hostname: "sts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "sts.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -165,6 +245,10 @@ const partitionHash: PartitionHash = { hostname: "sts.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "sts.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-support/src/endpoints.ts b/clients/client-support/src/endpoints.ts index db0f6d9e7743..b857c772514a 100644 --- a/clients/client-support/src/endpoints.ts +++ b/clients/client-support/src/endpoints.ts @@ -4,34 +4,75 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "aws-cn-global": { hostname: "support.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "support.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "aws-global": { hostname: "support.us-east-1.amazonaws.com", + variants: [ + { + hostname: "support.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "aws-iso-b-global": { hostname: "support.us-isob-east-1.sc2s.sgov.gov", + variants: [ + { + hostname: "support.us-isob-east-1.sc2s.sgov.gov", + tags: [], + }, + ], signingRegion: "us-isob-east-1", }, "aws-iso-global": { hostname: "support.us-iso-east-1.c2s.ic.gov", + variants: [ + { + hostname: "support.us-iso-east-1.c2s.ic.gov", + tags: [], + }, + ], signingRegion: "us-iso-east-1", }, "aws-us-gov-global": { hostname: "support.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "support.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-gov-west-1": { hostname: "support.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "support.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-gov-west-1": { + hostname: "support.us-gov-west-1.amazonaws.com", variants: [ { hostname: "support.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "support.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, @@ -78,6 +119,10 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "support.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -97,6 +142,10 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "support.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -126,6 +175,10 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "support.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-swf/src/endpoints.ts b/clients/client-swf/src/endpoints.ts index 1c3a1938742f..c29cd853f1d4 100644 --- a/clients/client-swf/src/endpoints.ts +++ b/clients/client-swf/src/endpoints.ts @@ -4,58 +4,114 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "swf-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "swf-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "swf-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "swf-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-west-1": { hostname: "swf-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "swf-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "swf-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "swf-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "swf.us-east-1.amazonaws.com", variants: [ { hostname: "swf-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "swf.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "swf.us-east-2.amazonaws.com", variants: [ { hostname: "swf-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "swf.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { hostname: "swf.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "swf.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "swf.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "swf.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-1": { + hostname: "swf.us-west-1.amazonaws.com", variants: [ { hostname: "swf-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "swf.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "swf.us-west-2.amazonaws.com", variants: [ { hostname: "swf-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "swf.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -104,6 +160,10 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "swf.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +183,10 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "swf.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +216,10 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "swf.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-synthetics/src/endpoints.ts b/clients/client-synthetics/src/endpoints.ts index d12bc02cd471..31f289c380f9 100644 --- a/clients/client-synthetics/src/endpoints.ts +++ b/clients/client-synthetics/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "synthetics.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "synthetics.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "synthetics.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-textract/src/endpoints.ts b/clients/client-textract/src/endpoints.ts index a3472c3947b6..25129fb3256b 100644 --- a/clients/client-textract/src/endpoints.ts +++ b/clients/client-textract/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "textract.ca-central-1.amazonaws.com", variants: [ { hostname: "textract-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "textract-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "textract-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "textract-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "textract-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "textract-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "textract-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "textract-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "textract-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "textract-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "textract.us-east-1.amazonaws.com", variants: [ { hostname: "textract-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "textract.us-east-2.amazonaws.com", variants: [ { hostname: "textract-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "textract.us-gov-east-1.amazonaws.com", variants: [ { hostname: "textract-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "textract.us-gov-west-1.amazonaws.com", variants: [ { hostname: "textract-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "textract.us-west-1.amazonaws.com", variants: [ { hostname: "textract-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "textract.us-west-2.amazonaws.com", variants: [ { hostname: "textract-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "textract.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "textract.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "textract.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "textract.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-timestream-query/src/endpoints.ts b/clients/client-timestream-query/src/endpoints.ts index 6c3e42fc3a72..aa0ff7c1aea9 100644 --- a/clients/client-timestream-query/src/endpoints.ts +++ b/clients/client-timestream-query/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "query.timestream.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "query.timestream.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "query.timestream.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-timestream-write/src/endpoints.ts b/clients/client-timestream-write/src/endpoints.ts index ff57df4ae009..58d9f1c011dd 100644 --- a/clients/client-timestream-write/src/endpoints.ts +++ b/clients/client-timestream-write/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ingest.timestream.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "ingest.timestream.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "ingest.timestream.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index 96b4a12300c5..4ef89a1fd6dc 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -3,54 +3,98 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "transcribestreaming-ca-central-1": { + hostname: "transcribestreaming.transcribestreaming-ca-central-1.amazonaws.com", variants: [ { hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribestreaming.transcribestreaming-ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, "transcribestreaming-fips-ca-central-1": { hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "transcribestreaming-fips-us-east-1": { hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "transcribestreaming-fips-us-east-2": { hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "transcribestreaming-fips-us-west-2": { hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "transcribestreaming-us-east-1": { + hostname: "transcribestreaming.transcribestreaming-us-east-1.amazonaws.com", variants: [ { hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribestreaming.transcribestreaming-us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "transcribestreaming-us-east-2": { + hostname: "transcribestreaming.transcribestreaming-us-east-2.amazonaws.com", variants: [ { hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribestreaming.transcribestreaming-us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, "transcribestreaming-us-west-2": { + hostname: "transcribestreaming.transcribestreaming-us-west-2.amazonaws.com", variants: [ { hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribestreaming.transcribestreaming-us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, @@ -104,6 +148,10 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "transcribestreaming.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -123,6 +171,10 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "transcribestreaming.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -152,6 +204,10 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "transcribestreaming.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-transcribe/src/endpoints.ts b/clients/client-transcribe/src/endpoints.ts index acbd32e6e3dd..737f4c318127 100644 --- a/clients/client-transcribe/src/endpoints.ts +++ b/clients/client-transcribe/src/endpoints.ts @@ -4,82 +4,160 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "cn-north-1": { hostname: "cn.transcribe.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "cn.transcribe.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "cn.transcribe.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "cn.transcribe.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "fips-us-east-1": { hostname: "fips.transcribe.us-east-1.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "fips.transcribe.us-east-2.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "fips.transcribe.us-west-1.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "fips.transcribe.us-west-2.amazonaws.com", + variants: [ + { + hostname: "fips.transcribe.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "transcribe.us-east-1.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "transcribe.us-east-2.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "transcribe.us-gov-east-1.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "transcribe.us-gov-west-1.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "transcribe.us-west-1.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "transcribe.us-west-2.amazonaws.com", variants: [ { hostname: "fips.transcribe.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +198,10 @@ const partitionHash: PartitionHash = { hostname: "fips.transcribe.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +221,10 @@ const partitionHash: PartitionHash = { hostname: "transcribe.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "transcribe.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -160,6 +246,10 @@ const partitionHash: PartitionHash = { hostname: "fips.transcribe.{region}.amazonaws.com", tags: ["fips"], }, + { + hostname: "transcribe.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-transfer/src/endpoints.ts b/clients/client-transfer/src/endpoints.ts index 97b0c9c066da..5c3ad954cf74 100644 --- a/clients/client-transfer/src/endpoints.ts +++ b/clients/client-transfer/src/endpoints.ts @@ -3,87 +3,164 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "ca-central-1": { + hostname: "transfer.ca-central-1.amazonaws.com", variants: [ { hostname: "transfer-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.ca-central-1.amazonaws.com", + tags: [], + }, ], }, "fips-ca-central-1": { hostname: "transfer-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-us-east-1": { hostname: "transfer-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "transfer-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "transfer-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "transfer-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "transfer-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "transfer-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "transfer-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "transfer.us-east-1.amazonaws.com", variants: [ { hostname: "transfer-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "transfer.us-east-2.amazonaws.com", variants: [ { hostname: "transfer-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "transfer.us-gov-east-1.amazonaws.com", variants: [ { hostname: "transfer-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "transfer.us-gov-west-1.amazonaws.com", variants: [ { hostname: "transfer-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "transfer.us-west-1.amazonaws.com", variants: [ { hostname: "transfer-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "transfer.us-west-2.amazonaws.com", variants: [ { hostname: "transfer-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "transfer.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -133,6 +210,10 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "transfer.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -152,6 +233,10 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "transfer.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -181,6 +266,10 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "transfer.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-translate/src/endpoints.ts b/clients/client-translate/src/endpoints.ts index 77601c6fee2f..b2d618877b88 100644 --- a/clients/client-translate/src/endpoints.ts +++ b/clients/client-translate/src/endpoints.ts @@ -3,51 +3,95 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "us-east-1": { + hostname: "translate.us-east-1.amazonaws.com", variants: [ { hostname: "translate-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "translate.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-1-fips": { hostname: "translate-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "translate-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "us-east-2": { + hostname: "translate.us-east-2.amazonaws.com", variants: [ { hostname: "translate-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "translate.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-east-2-fips": { hostname: "translate-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "translate-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "us-gov-west-1": { + hostname: "translate.us-gov-west-1.amazonaws.com", variants: [ { hostname: "translate-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "translate.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1-fips": { hostname: "translate-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "translate-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "us-west-2": { + hostname: "translate.us-west-2.amazonaws.com", variants: [ { hostname: "translate-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "translate.us-west-2.amazonaws.com", + tags: [], + }, ], }, "us-west-2-fips": { hostname: "translate-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "translate-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, }; @@ -95,6 +139,10 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "translate.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -114,6 +162,10 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "translate.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -143,6 +195,10 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "translate.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-voice-id/src/endpoints.ts b/clients/client-voice-id/src/endpoints.ts index 9a6ff4aa0d73..0ff40364346e 100644 --- a/clients/client-voice-id/src/endpoints.ts +++ b/clients/client-voice-id/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "voiceid.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "voiceid.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "voiceid.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-waf-regional/src/endpoints.ts b/clients/client-waf-regional/src/endpoints.ts index bf1a67c9ef82..02598229979b 100644 --- a/clients/client-waf-regional/src/endpoints.ts +++ b/clients/client-waf-regional/src/endpoints.ts @@ -9,6 +9,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.af-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.af-south-1.amazonaws.com", + tags: [], + }, ], signingRegion: "af-south-1", }, @@ -19,6 +23,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-east-1", }, @@ -29,6 +37,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-northeast-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-1", }, @@ -39,6 +51,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-northeast-2.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-2", }, @@ -49,6 +65,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-northeast-3.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-northeast-3", }, @@ -59,6 +79,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-south-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-south-1", }, @@ -69,6 +93,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-southeast-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-southeast-1", }, @@ -79,6 +107,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ap-southeast-2.amazonaws.com", + tags: [], + }, ], signingRegion: "ap-southeast-2", }, @@ -89,6 +121,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.ca-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.ca-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "ca-central-1", }, @@ -99,6 +135,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "waf-regional.cn-north-1.amazonaws.com.cn", + tags: [], + }, ], signingRegion: "cn-north-1", }, @@ -109,6 +149,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", tags: ["fips"], }, + { + hostname: "waf-regional.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, ], signingRegion: "cn-northwest-1", }, @@ -119,6 +163,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-central-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-central-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-central-1", }, @@ -129,6 +177,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-north-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-north-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-north-1", }, @@ -139,6 +191,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-south-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-south-1", }, @@ -149,6 +205,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-1", }, @@ -159,6 +219,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-2", }, @@ -169,107 +233,261 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.eu-west-3.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.eu-west-3.amazonaws.com", + tags: [], + }, ], signingRegion: "eu-west-3", }, "fips-af-south-1": { hostname: "waf-regional-fips.af-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.af-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "af-south-1", }, "fips-ap-east-1": { hostname: "waf-regional-fips.ap-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-east-1", }, "fips-ap-northeast-1": { hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-1", }, "fips-ap-northeast-2": { hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-2", }, "fips-ap-northeast-3": { hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-northeast-3", }, "fips-ap-south-1": { hostname: "waf-regional-fips.ap-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-south-1", }, "fips-ap-southeast-1": { hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-1", }, "fips-ap-southeast-2": { hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "ap-southeast-2", }, "fips-ca-central-1": { hostname: "waf-regional-fips.ca-central-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.ca-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "ca-central-1", }, "fips-cn-north-1": { hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", + variants: [ + { + hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-north-1", }, "fips-cn-northwest-1": { hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + variants: [ + { + hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + tags: [], + }, + ], signingRegion: "cn-northwest-1", }, "fips-eu-central-1": { hostname: "waf-regional-fips.eu-central-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-central-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-central-1", }, "fips-eu-north-1": { hostname: "waf-regional-fips.eu-north-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-north-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-north-1", }, "fips-eu-south-1": { hostname: "waf-regional-fips.eu-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-south-1", }, "fips-eu-west-1": { hostname: "waf-regional-fips.eu-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-1", }, "fips-eu-west-2": { hostname: "waf-regional-fips.eu-west-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-2", }, "fips-eu-west-3": { hostname: "waf-regional-fips.eu-west-3.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.eu-west-3.amazonaws.com", + tags: [], + }, + ], signingRegion: "eu-west-3", }, "fips-me-south-1": { hostname: "waf-regional-fips.me-south-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.me-south-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "me-south-1", }, "fips-sa-east-1": { hostname: "waf-regional-fips.sa-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.sa-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "sa-east-1", }, "fips-us-east-1": { hostname: "waf-regional-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "waf-regional-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "waf-regional-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "waf-regional-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "waf-regional-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "me-south-1": { @@ -279,6 +497,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.me-south-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.me-south-1.amazonaws.com", + tags: [], + }, ], signingRegion: "me-south-1", }, @@ -289,6 +511,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.sa-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.sa-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "sa-east-1", }, @@ -299,6 +525,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, @@ -309,6 +539,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-east-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-2", }, @@ -319,6 +553,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-gov-east-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-east-1", }, @@ -329,6 +567,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-gov-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-gov-west-1", }, @@ -339,6 +581,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-west-1.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-1", }, @@ -349,6 +595,10 @@ const regionHash: RegionHash = { hostname: "waf-regional-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf-regional.us-west-2.amazonaws.com", + tags: [], + }, ], signingRegion: "us-west-2", }, @@ -415,6 +665,10 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "waf-regional.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -434,6 +688,10 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "waf-regional.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -463,6 +721,10 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "waf-regional.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 698ca8e38340..23e10392bbde 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -3,16 +3,27 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { aws: { + hostname: "waf.aws.amazonaws.com", variants: [ { hostname: "waf-fips.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf.aws.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "aws-fips": { hostname: "waf-fips.amazonaws.com", + variants: [ + { + hostname: "waf-fips.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "aws-global": { @@ -22,11 +33,21 @@ const regionHash: RegionHash = { hostname: "waf-fips.amazonaws.com", tags: ["fips"], }, + { + hostname: "waf.amazonaws.com", + tags: [], + }, ], signingRegion: "us-east-1", }, "aws-global-fips": { hostname: "waf-fips.amazonaws.com", + variants: [ + { + hostname: "waf-fips.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, }; @@ -75,6 +96,10 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "waf.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -94,6 +119,10 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "waf.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -123,6 +152,10 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "waf.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-wafv2/src/endpoints.ts b/clients/client-wafv2/src/endpoints.ts index 2cf853571b72..c42cfe01b9b4 100644 --- a/clients/client-wafv2/src/endpoints.ts +++ b/clients/client-wafv2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wafv2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "wafv2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wafv2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-wellarchitected/src/endpoints.ts b/clients/client-wellarchitected/src/endpoints.ts index 4be05ae61172..70d79fddb9ab 100644 --- a/clients/client-wellarchitected/src/endpoints.ts +++ b/clients/client-wellarchitected/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wellarchitected.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "wellarchitected.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wellarchitected.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-wisdom/src/endpoints.ts b/clients/client-wisdom/src/endpoints.ts index a2d40ed7cb1b..05fed48c9cb7 100644 --- a/clients/client-wisdom/src/endpoints.ts +++ b/clients/client-wisdom/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wisdom.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "wisdom.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "wisdom.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-workdocs/src/endpoints.ts b/clients/client-workdocs/src/endpoints.ts index d85763150c69..520b5d9c42da 100644 --- a/clients/client-workdocs/src/endpoints.ts +++ b/clients/client-workdocs/src/endpoints.ts @@ -4,26 +4,48 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "workdocs-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "workdocs-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-west-2": { hostname: "workdocs-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "workdocs-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "workdocs.us-east-1.amazonaws.com", variants: [ { hostname: "workdocs-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "workdocs.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "workdocs.us-west-2.amazonaws.com", variants: [ { hostname: "workdocs-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "workdocs.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -70,6 +92,10 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workdocs.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -89,6 +115,10 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "workdocs.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -118,6 +148,10 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workdocs.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-worklink/src/endpoints.ts b/clients/client-worklink/src/endpoints.ts index 6427917b5f13..0e9f165796d3 100644 --- a/clients/client-worklink/src/endpoints.ts +++ b/clients/client-worklink/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "worklink.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "worklink.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "worklink.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-workmail/src/endpoints.ts b/clients/client-workmail/src/endpoints.ts index 74d74a4cce70..cc4a51e2daec 100644 --- a/clients/client-workmail/src/endpoints.ts +++ b/clients/client-workmail/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workmail.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "workmail.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workmail.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-workmailmessageflow/src/endpoints.ts b/clients/client-workmailmessageflow/src/endpoints.ts index 907ae4df0050..936939536587 100644 --- a/clients/client-workmailmessageflow/src/endpoints.ts +++ b/clients/client-workmailmessageflow/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workmailmessageflow.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "workmailmessageflow.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workmailmessageflow.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-workspaces/src/endpoints.ts b/clients/client-workspaces/src/endpoints.ts index daa953b947ef..2e3f650c0f10 100644 --- a/clients/client-workspaces/src/endpoints.ts +++ b/clients/client-workspaces/src/endpoints.ts @@ -4,38 +4,71 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "workspaces-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "workspaces-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-gov-west-1": { hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-2": { hostname: "workspaces-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "workspaces-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "workspaces.us-east-1.amazonaws.com", variants: [ { hostname: "workspaces-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "workspaces.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "workspaces.us-gov-west-1.amazonaws.com", variants: [ { hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "workspaces.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "workspaces.us-west-2.amazonaws.com", variants: [ { hostname: "workspaces-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "workspaces.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -82,6 +115,10 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workspaces.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -101,6 +138,10 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "workspaces.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -130,6 +171,10 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "workspaces.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/clients/client-xray/src/endpoints.ts b/clients/client-xray/src/endpoints.ts index 05a6be9f98c5..d7fe27c54eb0 100644 --- a/clients/client-xray/src/endpoints.ts +++ b/clients/client-xray/src/endpoints.ts @@ -4,74 +4,140 @@ import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { "fips-us-east-1": { hostname: "xray-fips.us-east-1.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-1", }, "fips-us-east-2": { hostname: "xray-fips.us-east-2.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-east-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-east-2", }, "fips-us-gov-east-1": { hostname: "xray-fips.us-gov-east-1.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-gov-east-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "xray-fips.us-gov-west-1.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-gov-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-gov-west-1", }, "fips-us-west-1": { hostname: "xray-fips.us-west-1.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-west-1.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-1", }, "fips-us-west-2": { hostname: "xray-fips.us-west-2.amazonaws.com", + variants: [ + { + hostname: "xray-fips.us-west-2.amazonaws.com", + tags: [], + }, + ], signingRegion: "us-west-2", }, "us-east-1": { + hostname: "xray.us-east-1.amazonaws.com", variants: [ { hostname: "xray-fips.us-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-east-1.amazonaws.com", + tags: [], + }, ], }, "us-east-2": { + hostname: "xray.us-east-2.amazonaws.com", variants: [ { hostname: "xray-fips.us-east-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-east-2.amazonaws.com", + tags: [], + }, ], }, "us-gov-east-1": { + hostname: "xray.us-gov-east-1.amazonaws.com", variants: [ { hostname: "xray-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-gov-east-1.amazonaws.com", + tags: [], + }, ], }, "us-gov-west-1": { + hostname: "xray.us-gov-west-1.amazonaws.com", variants: [ { hostname: "xray-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-gov-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-1": { + hostname: "xray.us-west-1.amazonaws.com", variants: [ { hostname: "xray-fips.us-west-1.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-west-1.amazonaws.com", + tags: [], + }, ], }, "us-west-2": { + hostname: "xray.us-west-2.amazonaws.com", variants: [ { hostname: "xray-fips.us-west-2.amazonaws.com", tags: ["fips"], }, + { + hostname: "xray.us-west-2.amazonaws.com", + tags: [], + }, ], }, }; @@ -120,6 +186,10 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "xray.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -139,6 +209,10 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "xray.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -168,6 +242,10 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "xray.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-ec2/src/endpoints.ts b/private/aws-protocoltests-ec2/src/endpoints.ts index 9e82669e9b3c..e0e14bd016d2 100644 --- a/private/aws-protocoltests-ec2/src/endpoints.ts +++ b/private/aws-protocoltests-ec2/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "awsec2.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "awsec2.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "awsec2.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-json-10/src/endpoints.ts b/private/aws-protocoltests-json-10/src/endpoints.ts index 027ae13adcdb..bd8e2383619b 100644 --- a/private/aws-protocoltests-json-10/src/endpoints.ts +++ b/private/aws-protocoltests-json-10/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "jsonrpc10.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "jsonrpc10.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "jsonrpc10.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-json/src/endpoints.ts b/private/aws-protocoltests-json/src/endpoints.ts index fedae22e1147..67f497b36335 100644 --- a/private/aws-protocoltests-json/src/endpoints.ts +++ b/private/aws-protocoltests-json/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "jsonprotocol.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "jsonprotocol.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "jsonprotocol.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-query/src/endpoints.ts b/private/aws-protocoltests-query/src/endpoints.ts index cd3b37c5a0e0..078bf9da8739 100644 --- a/private/aws-protocoltests-query/src/endpoints.ts +++ b/private/aws-protocoltests-query/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "awsquery.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "awsquery.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "awsquery.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-restjson/src/endpoints.ts b/private/aws-protocoltests-restjson/src/endpoints.ts index 1c14b066954d..78ef84690f2f 100644 --- a/private/aws-protocoltests-restjson/src/endpoints.ts +++ b/private/aws-protocoltests-restjson/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "restjson.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "restjson.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "restjson.{region}.amazonaws.com", + tags: [], + }, ], }, }; diff --git a/private/aws-protocoltests-restxml/src/endpoints.ts b/private/aws-protocoltests-restxml/src/endpoints.ts index e41e4486d932..58322756d37e 100644 --- a/private/aws-protocoltests-restxml/src/endpoints.ts +++ b/private/aws-protocoltests-restxml/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "restxml.{region}.amazonaws.com", + tags: [], + }, ], }, "aws-cn": { @@ -62,6 +66,10 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, + { + hostname: "restxml.{region}.amazonaws.com.cn", + tags: [], + }, ], }, "aws-iso": { @@ -91,6 +99,10 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.aws", tags: ["dualstack"], }, + { + hostname: "restxml.{region}.amazonaws.com", + tags: [], + }, ], }, }; From 7785fe33f4346c6564a529dd2d1ccee1650c8ab0 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 15:24:11 +0000 Subject: [PATCH 10/24] chore(config-resolver): make hostname and variants compulsory in RegionHash --- packages/config-resolver/src/regionInfo/RegionHash.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/config-resolver/src/regionInfo/RegionHash.ts b/packages/config-resolver/src/regionInfo/RegionHash.ts index 6413e8cfe9b1..c086e23da399 100644 --- a/packages/config-resolver/src/regionInfo/RegionHash.ts +++ b/packages/config-resolver/src/regionInfo/RegionHash.ts @@ -7,8 +7,8 @@ import { EndpointVariant } from "./EndpointVariant"; export type RegionHash = { [key: string]: { // TODO: Remove hostname after fully switching to variants. - hostname?: string; - variants?: EndpointVariant[]; + hostname: string; + variants: EndpointVariant[]; signingService?: string; signingRegion?: string; }; From 94e3ea0f703a14848750077cc129280efe9f70b7 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:00:00 +0000 Subject: [PATCH 11/24] test(config-resolver): fix RegionHash in getRegionInfo.spec.ts --- packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts b/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts index 7ba615eecf4c..64973b240258 100644 --- a/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts +++ b/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts @@ -29,11 +29,13 @@ describe(getRegionInfo.name, () => { ...((regionCase === RegionCase.REGION || regionCase === RegionCase.REGION_AND_ENDPOINT) && { [mockRegion]: { hostname: mockHostname, + variants: [{ hostname: mockHostname, tags: [] }], }, }), ...((regionCase === RegionCase.ENDPOINT || regionCase === RegionCase.REGION_AND_ENDPOINT) && { [mockEndpointRegion]: { hostname: mockEndpointHostname, + variants: [{ hostname: mockEndpointHostname, tags: [] }], }, }), }); From fdb5b452448c280e729fd36d8fd3c13203a17bf7 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:46:22 +0000 Subject: [PATCH 12/24] chore(codegen): populate default hostname and variant in PartitionHash --- .../typescript/codegen/EndpointGenerator.java | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 59d6f21b4f0e..f253143f09e6 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -34,7 +34,6 @@ import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.utils.IoUtils; -import software.amazon.smithy.utils.OptionalUtils; import software.amazon.smithy.utils.SmithyInternalApi; /** @@ -143,18 +142,17 @@ private void writePartitionHash() { } }); writer.write("regionRegex: $S,", partition.regionRegex); - OptionalUtils.ifPresentOrElse(partition.getPartitionEndpoint(), - endpoint -> writer.write("endpoint: $S,", endpoint), - // TODO: Remove hostname after fully switching to variants. - () -> writer.write("hostname: $S,", partition.hostnameTemplate)); - List variants = partition.getVariants(); - if (!variants.isEmpty()) { - writer.openBlock("variants: [", "],", () -> { - variants.forEach(variant -> { - writer.write("$L, ", Node.prettyPrintJson(variant)); - }); + + // TODO: Remove hostname after fully switching to variants. + writer.write("hostname: $S,", partition.hostnameTemplate); + writer.openBlock("variants: [", "],", () -> { + partition.getVariants().forEach(variant -> { + writer.write("$L, ", Node.prettyPrintJson(variant)); }); - } + }); + + partition.getPartitionEndpoint().ifPresent( + endpoint -> writer.write("endpoint: $S,", endpoint)); }); }); }); @@ -275,8 +273,8 @@ List getVariants() { hostname = hostname.replace("{dnsSuffix}", dnsSuffix); allVariants.add(variantNode.withMember("hostname", hostname).withoutMember("dnsSuffix")); }); - allVariants.add(getDefaultVariant(hostnameTemplate)); } + allVariants.add(getDefaultVariant(hostnameTemplate)); return allVariants; } From 7f93a8bd7f0db71eddd0c846a38ae0380897635c Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:53:17 +0000 Subject: [PATCH 13/24] chore(clients): populate default hostname and variant in PartitionHash --- .../client-accessanalyzer/src/endpoints.ts | 12 ++++++++++ clients/client-account/src/endpoints.ts | 18 +++++++++++++-- clients/client-acm-pca/src/endpoints.ts | 12 ++++++++++ clients/client-acm/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-amp/src/endpoints.ts | 12 ++++++++++ clients/client-amplify/src/endpoints.ts | 12 ++++++++++ .../client-amplifybackend/src/endpoints.ts | 12 ++++++++++ clients/client-api-gateway/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-apigatewayv2/src/endpoints.ts | 12 ++++++++++ clients/client-app-mesh/src/endpoints.ts | 12 ++++++++++ clients/client-appconfig/src/endpoints.ts | 12 ++++++++++ clients/client-appflow/src/endpoints.ts | 12 ++++++++++ .../client-appintegrations/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-apprunner/src/endpoints.ts | 12 ++++++++++ clients/client-appstream/src/endpoints.ts | 12 ++++++++++ clients/client-appsync/src/endpoints.ts | 12 ++++++++++ clients/client-athena/src/endpoints.ts | 12 ++++++++++ clients/client-auditmanager/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-auto-scaling/src/endpoints.ts | 12 ++++++++++ clients/client-backup/src/endpoints.ts | 12 ++++++++++ clients/client-batch/src/endpoints.ts | 12 ++++++++++ clients/client-braket/src/endpoints.ts | 12 ++++++++++ clients/client-budgets/src/endpoints.ts | 18 +++++++++++++-- .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-chime/src/endpoints.ts | 15 +++++++++++- clients/client-cloud9/src/endpoints.ts | 12 ++++++++++ clients/client-cloudcontrol/src/endpoints.ts | 12 ++++++++++ .../client-clouddirectory/src/endpoints.ts | 12 ++++++++++ .../client-cloudformation/src/endpoints.ts | 12 ++++++++++ clients/client-cloudfront/src/endpoints.ts | 18 +++++++++++++-- clients/client-cloudhsm-v2/src/endpoints.ts | 12 ++++++++++ clients/client-cloudhsm/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-cloudsearch/src/endpoints.ts | 12 ++++++++++ clients/client-cloudtrail/src/endpoints.ts | 12 ++++++++++ .../client-cloudwatch-events/src/endpoints.ts | 12 ++++++++++ .../client-cloudwatch-logs/src/endpoints.ts | 12 ++++++++++ clients/client-cloudwatch/src/endpoints.ts | 12 ++++++++++ clients/client-codeartifact/src/endpoints.ts | 12 ++++++++++ clients/client-codebuild/src/endpoints.ts | 12 ++++++++++ clients/client-codecommit/src/endpoints.ts | 12 ++++++++++ clients/client-codedeploy/src/endpoints.ts | 12 ++++++++++ .../client-codeguru-reviewer/src/endpoints.ts | 12 ++++++++++ .../client-codeguruprofiler/src/endpoints.ts | 12 ++++++++++ clients/client-codepipeline/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-codestar/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-cognito-identity/src/endpoints.ts | 12 ++++++++++ clients/client-cognito-sync/src/endpoints.ts | 12 ++++++++++ clients/client-comprehend/src/endpoints.ts | 12 ++++++++++ .../client-comprehendmedical/src/endpoints.ts | 12 ++++++++++ .../client-compute-optimizer/src/endpoints.ts | 12 ++++++++++ .../client-config-service/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-connect/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-cost-explorer/src/endpoints.ts | 18 +++++++++++++-- .../client-customer-profiles/src/endpoints.ts | 12 ++++++++++ clients/client-data-pipeline/src/endpoints.ts | 12 ++++++++++ clients/client-databrew/src/endpoints.ts | 12 ++++++++++ clients/client-dataexchange/src/endpoints.ts | 12 ++++++++++ clients/client-datasync/src/endpoints.ts | 12 ++++++++++ clients/client-dax/src/endpoints.ts | 12 ++++++++++ clients/client-detective/src/endpoints.ts | 12 ++++++++++ clients/client-device-farm/src/endpoints.ts | 12 ++++++++++ clients/client-devops-guru/src/endpoints.ts | 12 ++++++++++ .../client-direct-connect/src/endpoints.ts | 12 ++++++++++ .../client-directory-service/src/endpoints.ts | 12 ++++++++++ clients/client-dlm/src/endpoints.ts | 12 ++++++++++ clients/client-docdb/src/endpoints.ts | 12 ++++++++++ .../client-dynamodb-streams/src/endpoints.ts | 12 ++++++++++ clients/client-dynamodb/src/endpoints.ts | 12 ++++++++++ clients/client-ebs/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-ec2/src/endpoints.ts | 12 ++++++++++ clients/client-ecr-public/src/endpoints.ts | 12 ++++++++++ clients/client-ecr/src/endpoints.ts | 12 ++++++++++ clients/client-ecs/src/endpoints.ts | 12 ++++++++++ clients/client-efs/src/endpoints.ts | 12 ++++++++++ clients/client-eks/src/endpoints.ts | 12 ++++++++++ .../client-elastic-beanstalk/src/endpoints.ts | 12 ++++++++++ .../client-elastic-inference/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-elasticache/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-emr-containers/src/endpoints.ts | 12 ++++++++++ clients/client-emr/src/endpoints.ts | 12 ++++++++++ clients/client-eventbridge/src/endpoints.ts | 12 ++++++++++ clients/client-finspace-data/src/endpoints.ts | 12 ++++++++++ clients/client-finspace/src/endpoints.ts | 12 ++++++++++ clients/client-firehose/src/endpoints.ts | 12 ++++++++++ clients/client-fis/src/endpoints.ts | 12 ++++++++++ clients/client-fms/src/endpoints.ts | 12 ++++++++++ clients/client-forecast/src/endpoints.ts | 12 ++++++++++ clients/client-forecastquery/src/endpoints.ts | 12 ++++++++++ clients/client-frauddetector/src/endpoints.ts | 12 ++++++++++ clients/client-fsx/src/endpoints.ts | 12 ++++++++++ clients/client-gamelift/src/endpoints.ts | 12 ++++++++++ clients/client-glacier/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-glue/src/endpoints.ts | 12 ++++++++++ clients/client-grafana/src/endpoints.ts | 12 ++++++++++ clients/client-greengrass/src/endpoints.ts | 12 ++++++++++ clients/client-greengrassv2/src/endpoints.ts | 12 ++++++++++ clients/client-groundstation/src/endpoints.ts | 12 ++++++++++ clients/client-guardduty/src/endpoints.ts | 12 ++++++++++ clients/client-health/src/endpoints.ts | 12 ++++++++++ clients/client-healthlake/src/endpoints.ts | 12 ++++++++++ clients/client-honeycode/src/endpoints.ts | 12 ++++++++++ clients/client-iam/src/endpoints.ts | 23 ++++++++++++++++--- clients/client-identitystore/src/endpoints.ts | 12 ++++++++++ clients/client-imagebuilder/src/endpoints.ts | 12 ++++++++++ clients/client-inspector/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-iot-data-plane/src/endpoints.ts | 12 ++++++++++ .../client-iot-events-data/src/endpoints.ts | 12 ++++++++++ clients/client-iot-events/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-iot-wireless/src/endpoints.ts | 12 ++++++++++ clients/client-iot/src/endpoints.ts | 12 ++++++++++ clients/client-iotanalytics/src/endpoints.ts | 12 ++++++++++ .../client-iotdeviceadvisor/src/endpoints.ts | 12 ++++++++++ clients/client-iotfleethub/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-iotsitewise/src/endpoints.ts | 12 ++++++++++ .../client-iotthingsgraph/src/endpoints.ts | 12 ++++++++++ clients/client-ivs/src/endpoints.ts | 12 ++++++++++ clients/client-kafka/src/endpoints.ts | 12 ++++++++++ clients/client-kafkaconnect/src/endpoints.ts | 12 ++++++++++ clients/client-kendra/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-kinesis-analytics/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-kinesis-video/src/endpoints.ts | 12 ++++++++++ clients/client-kinesis/src/endpoints.ts | 12 ++++++++++ clients/client-kms/src/endpoints.ts | 12 ++++++++++ clients/client-lakeformation/src/endpoints.ts | 12 ++++++++++ clients/client-lambda/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-lex-models-v2/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-lex-runtime-v2/src/endpoints.ts | 12 ++++++++++ .../client-license-manager/src/endpoints.ts | 12 ++++++++++ clients/client-lightsail/src/endpoints.ts | 12 ++++++++++ clients/client-location/src/endpoints.ts | 12 ++++++++++ .../client-lookoutequipment/src/endpoints.ts | 12 ++++++++++ .../client-lookoutmetrics/src/endpoints.ts | 12 ++++++++++ clients/client-lookoutvision/src/endpoints.ts | 12 ++++++++++ .../client-machine-learning/src/endpoints.ts | 12 ++++++++++ clients/client-macie/src/endpoints.ts | 12 ++++++++++ clients/client-macie2/src/endpoints.ts | 12 ++++++++++ .../client-managedblockchain/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-mediaconnect/src/endpoints.ts | 12 ++++++++++ clients/client-mediaconvert/src/endpoints.ts | 12 ++++++++++ clients/client-medialive/src/endpoints.ts | 12 ++++++++++ .../client-mediapackage-vod/src/endpoints.ts | 12 ++++++++++ clients/client-mediapackage/src/endpoints.ts | 12 ++++++++++ .../client-mediastore-data/src/endpoints.ts | 12 ++++++++++ clients/client-mediastore/src/endpoints.ts | 12 ++++++++++ clients/client-mediatailor/src/endpoints.ts | 12 ++++++++++ clients/client-memorydb/src/endpoints.ts | 12 ++++++++++ clients/client-mgn/src/endpoints.ts | 12 ++++++++++ clients/client-migration-hub/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-mobile/src/endpoints.ts | 12 ++++++++++ clients/client-mq/src/endpoints.ts | 12 ++++++++++ clients/client-mturk/src/endpoints.ts | 12 ++++++++++ clients/client-mwaa/src/endpoints.ts | 12 ++++++++++ clients/client-neptune/src/endpoints.ts | 12 ++++++++++ .../client-network-firewall/src/endpoints.ts | 12 ++++++++++ .../client-networkmanager/src/endpoints.ts | 18 +++++++++++++-- clients/client-nimble/src/endpoints.ts | 12 ++++++++++ clients/client-opensearch/src/endpoints.ts | 12 ++++++++++ clients/client-opsworks/src/endpoints.ts | 12 ++++++++++ clients/client-opsworkscm/src/endpoints.ts | 12 ++++++++++ clients/client-organizations/src/endpoints.ts | 21 ++++++++++++++--- clients/client-outposts/src/endpoints.ts | 12 ++++++++++ clients/client-panorama/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-personalize/src/endpoints.ts | 12 ++++++++++ clients/client-pi/src/endpoints.ts | 12 ++++++++++ .../client-pinpoint-email/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-pinpoint/src/endpoints.ts | 12 ++++++++++ clients/client-polly/src/endpoints.ts | 12 ++++++++++ clients/client-pricing/src/endpoints.ts | 12 ++++++++++ clients/client-proton/src/endpoints.ts | 12 ++++++++++ clients/client-qldb-session/src/endpoints.ts | 12 ++++++++++ clients/client-qldb/src/endpoints.ts | 12 ++++++++++ clients/client-quicksight/src/endpoints.ts | 12 ++++++++++ clients/client-ram/src/endpoints.ts | 12 ++++++++++ clients/client-rds-data/src/endpoints.ts | 12 ++++++++++ clients/client-rds/src/endpoints.ts | 12 ++++++++++ clients/client-redshift-data/src/endpoints.ts | 12 ++++++++++ clients/client-redshift/src/endpoints.ts | 12 ++++++++++ clients/client-rekognition/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-resource-groups/src/endpoints.ts | 12 ++++++++++ clients/client-robomaker/src/endpoints.ts | 12 ++++++++++ .../client-route-53-domains/src/endpoints.ts | 12 ++++++++++ clients/client-route-53/src/endpoints.ts | 23 ++++++++++++++++--- .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-route53resolver/src/endpoints.ts | 12 ++++++++++ clients/client-s3-control/src/endpoints.ts | 12 ++++++++++ clients/client-s3/src/endpoints.ts | 12 ++++++++++ clients/client-s3outposts/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-sagemaker-edge/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-sagemaker-runtime/src/endpoints.ts | 12 ++++++++++ clients/client-sagemaker/src/endpoints.ts | 12 ++++++++++ clients/client-savingsplans/src/endpoints.ts | 15 +++++++++++- clients/client-schemas/src/endpoints.ts | 12 ++++++++++ .../client-secrets-manager/src/endpoints.ts | 12 ++++++++++ clients/client-securityhub/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../client-service-catalog/src/endpoints.ts | 12 ++++++++++ .../client-service-quotas/src/endpoints.ts | 12 ++++++++++ .../client-servicediscovery/src/endpoints.ts | 12 ++++++++++ clients/client-ses/src/endpoints.ts | 12 ++++++++++ clients/client-sesv2/src/endpoints.ts | 12 ++++++++++ clients/client-sfn/src/endpoints.ts | 12 ++++++++++ clients/client-shield/src/endpoints.ts | 15 +++++++++++- clients/client-signer/src/endpoints.ts | 12 ++++++++++ clients/client-sms/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-snowball/src/endpoints.ts | 12 ++++++++++ clients/client-sns/src/endpoints.ts | 12 ++++++++++ clients/client-sqs/src/endpoints.ts | 12 ++++++++++ clients/client-ssm-contacts/src/endpoints.ts | 12 ++++++++++ clients/client-ssm-incidents/src/endpoints.ts | 12 ++++++++++ clients/client-ssm/src/endpoints.ts | 12 ++++++++++ clients/client-sso-admin/src/endpoints.ts | 12 ++++++++++ clients/client-sso-oidc/src/endpoints.ts | 12 ++++++++++ clients/client-sso/src/endpoints.ts | 12 ++++++++++ .../client-storage-gateway/src/endpoints.ts | 12 ++++++++++ clients/client-sts/src/endpoints.ts | 12 ++++++++++ clients/client-support/src/endpoints.ts | 12 ++++++++++ clients/client-swf/src/endpoints.ts | 12 ++++++++++ clients/client-synthetics/src/endpoints.ts | 12 ++++++++++ clients/client-textract/src/endpoints.ts | 12 ++++++++++ .../client-timestream-query/src/endpoints.ts | 12 ++++++++++ .../client-timestream-write/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-transcribe/src/endpoints.ts | 12 ++++++++++ clients/client-transfer/src/endpoints.ts | 12 ++++++++++ clients/client-translate/src/endpoints.ts | 12 ++++++++++ clients/client-voice-id/src/endpoints.ts | 12 ++++++++++ clients/client-waf-regional/src/endpoints.ts | 12 ++++++++++ clients/client-waf/src/endpoints.ts | 15 +++++++++++- clients/client-wafv2/src/endpoints.ts | 12 ++++++++++ .../client-wellarchitected/src/endpoints.ts | 12 ++++++++++ clients/client-wisdom/src/endpoints.ts | 12 ++++++++++ clients/client-workdocs/src/endpoints.ts | 12 ++++++++++ clients/client-worklink/src/endpoints.ts | 12 ++++++++++ clients/client-workmail/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ clients/client-workspaces/src/endpoints.ts | 12 ++++++++++ clients/client-xray/src/endpoints.ts | 12 ++++++++++ .../aws-protocoltests-ec2/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../aws-protocoltests-json/src/endpoints.ts | 12 ++++++++++ .../aws-protocoltests-query/src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ .../src/endpoints.ts | 12 ++++++++++ 289 files changed, 3518 insertions(+), 23 deletions(-) diff --git a/clients/client-accessanalyzer/src/endpoints.ts b/clients/client-accessanalyzer/src/endpoints.ts index 2c0ef414b1ab..fef4ded5b659 100644 --- a/clients/client-accessanalyzer/src/endpoints.ts +++ b/clients/client-accessanalyzer/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.c2s.ic.gov", + variants: [ + { + hostname: "access-analyzer.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "access-analyzer.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-account/src/endpoints.ts b/clients/client-account/src/endpoints.ts index 4fcecca3577c..ae4c5ab6986f 100644 --- a/clients/client-account/src/endpoints.ts +++ b/clients/client-account/src/endpoints.ts @@ -51,7 +51,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "account.{region}.amazonaws.com", variants: [ { hostname: "account-fips.{region}.amazonaws.com", @@ -70,11 +70,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "account.{region}.amazonaws.com.cn", variants: [ { hostname: "account-fips.{region}.amazonaws.com.cn", @@ -93,16 +94,29 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "account.{region}.c2s.ic.gov", + variants: [ + { + hostname: "account.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "account.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "account.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-acm-pca/src/endpoints.ts b/clients/client-acm-pca/src/endpoints.ts index 74c1312b456b..6d7be12ec9ff 100644 --- a/clients/client-acm-pca/src/endpoints.ts +++ b/clients/client-acm-pca/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.c2s.ic.gov", + variants: [ + { + hostname: "acm-pca.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "acm-pca.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-acm/src/endpoints.ts b/clients/client-acm/src/endpoints.ts index 3248faee80b4..339a3a4be82a 100644 --- a/clients/client-acm/src/endpoints.ts +++ b/clients/client-acm/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "acm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "acm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "acm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "acm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-alexa-for-business/src/endpoints.ts b/clients/client-alexa-for-business/src/endpoints.ts index 130f10c4c7b4..77ac56bb5f86 100644 --- a/clients/client-alexa-for-business/src/endpoints.ts +++ b/clients/client-alexa-for-business/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "a4b.{region}.c2s.ic.gov", + variants: [ + { + hostname: "a4b.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "a4b.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "a4b.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-amp/src/endpoints.ts b/clients/client-amp/src/endpoints.ts index fc18ad7c95c2..f89e2063cd80 100644 --- a/clients/client-amp/src/endpoints.ts +++ b/clients/client-amp/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "aps.{region}.c2s.ic.gov", + variants: [ + { + hostname: "aps.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "aps.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "aps.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-amplify/src/endpoints.ts b/clients/client-amplify/src/endpoints.ts index a5fe249b3fb4..ff9a6305c5bf 100644 --- a/clients/client-amplify/src/endpoints.ts +++ b/clients/client-amplify/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "amplify.{region}.c2s.ic.gov", + variants: [ + { + hostname: "amplify.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "amplify.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "amplify.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-amplifybackend/src/endpoints.ts b/clients/client-amplifybackend/src/endpoints.ts index 9938006125fb..ac77954955fc 100644 --- a/clients/client-amplifybackend/src/endpoints.ts +++ b/clients/client-amplifybackend/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.c2s.ic.gov", + variants: [ + { + hostname: "amplifybackend.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "amplifybackend.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-api-gateway/src/endpoints.ts b/clients/client-api-gateway/src/endpoints.ts index 5adb3811eeb9..5d194c144327 100644 --- a/clients/client-api-gateway/src/endpoints.ts +++ b/clients/client-api-gateway/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.c2s.ic.gov", + variants: [ + { + hostname: "apigateway.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "apigateway.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-apigatewaymanagementapi/src/endpoints.ts b/clients/client-apigatewaymanagementapi/src/endpoints.ts index efac305981c4..7132b4dab5d3 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoints.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.c2s.ic.gov", + variants: [ + { + hostname: "execute-api.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "execute-api.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-apigatewayv2/src/endpoints.ts b/clients/client-apigatewayv2/src/endpoints.ts index 5adb3811eeb9..5d194c144327 100644 --- a/clients/client-apigatewayv2/src/endpoints.ts +++ b/clients/client-apigatewayv2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.c2s.ic.gov", + variants: [ + { + hostname: "apigateway.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "apigateway.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-app-mesh/src/endpoints.ts b/clients/client-app-mesh/src/endpoints.ts index aef3695f7d48..729cffc0a5c7 100644 --- a/clients/client-app-mesh/src/endpoints.ts +++ b/clients/client-app-mesh/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.c2s.ic.gov", + variants: [ + { + hostname: "appmesh.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "appmesh.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-appconfig/src/endpoints.ts b/clients/client-appconfig/src/endpoints.ts index 5fd399cc496d..0d13fac8bde5 100644 --- a/clients/client-appconfig/src/endpoints.ts +++ b/clients/client-appconfig/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.c2s.ic.gov", + variants: [ + { + hostname: "appconfig.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "appconfig.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-appflow/src/endpoints.ts b/clients/client-appflow/src/endpoints.ts index ded4af9d5e08..8c776b7980eb 100644 --- a/clients/client-appflow/src/endpoints.ts +++ b/clients/client-appflow/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "appflow.{region}.c2s.ic.gov", + variants: [ + { + hostname: "appflow.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "appflow.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "appflow.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-appintegrations/src/endpoints.ts b/clients/client-appintegrations/src/endpoints.ts index 4d5df0e12578..7964c29f5eea 100644 --- a/clients/client-appintegrations/src/endpoints.ts +++ b/clients/client-appintegrations/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.c2s.ic.gov", + variants: [ + { + hostname: "app-integrations.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "app-integrations.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-application-auto-scaling/src/endpoints.ts b/clients/client-application-auto-scaling/src/endpoints.ts index fd95686998ec..c73816f8e430 100644 --- a/clients/client-application-auto-scaling/src/endpoints.ts +++ b/clients/client-application-auto-scaling/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.c2s.ic.gov", + variants: [ + { + hostname: "application-autoscaling.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "application-autoscaling.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-application-discovery-service/src/endpoints.ts b/clients/client-application-discovery-service/src/endpoints.ts index 4cbd8593c98f..a251ec2d2470 100644 --- a/clients/client-application-discovery-service/src/endpoints.ts +++ b/clients/client-application-discovery-service/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "discovery.{region}.c2s.ic.gov", + variants: [ + { + hostname: "discovery.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "discovery.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "discovery.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-application-insights/src/endpoints.ts b/clients/client-application-insights/src/endpoints.ts index 828c5bd62d88..02c20e20e90e 100644 --- a/clients/client-application-insights/src/endpoints.ts +++ b/clients/client-application-insights/src/endpoints.ts @@ -97,11 +97,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.c2s.ic.gov", + variants: [ + { + hostname: "applicationinsights.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "applicationinsights.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-applicationcostprofiler/src/endpoints.ts b/clients/client-applicationcostprofiler/src/endpoints.ts index e3887b56efcc..6e10610bb4f6 100644 --- a/clients/client-applicationcostprofiler/src/endpoints.ts +++ b/clients/client-applicationcostprofiler/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.c2s.ic.gov", + variants: [ + { + hostname: "application-cost-profiler.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "application-cost-profiler.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-apprunner/src/endpoints.ts b/clients/client-apprunner/src/endpoints.ts index f1971d5bf4ba..a4e9e9c23c18 100644 --- a/clients/client-apprunner/src/endpoints.ts +++ b/clients/client-apprunner/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.c2s.ic.gov", + variants: [ + { + hostname: "apprunner.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "apprunner.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index c2125b7f566b..3e05b73e3afa 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -159,11 +159,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "appstream2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "appstream2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-appsync/src/endpoints.ts b/clients/client-appsync/src/endpoints.ts index 62932bb30488..ffaae445e9b1 100644 --- a/clients/client-appsync/src/endpoints.ts +++ b/clients/client-appsync/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "appsync.{region}.c2s.ic.gov", + variants: [ + { + hostname: "appsync.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "appsync.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "appsync.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-athena/src/endpoints.ts b/clients/client-athena/src/endpoints.ts index e83a043dad88..14dff79231b4 100644 --- a/clients/client-athena/src/endpoints.ts +++ b/clients/client-athena/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "athena.{region}.c2s.ic.gov", + variants: [ + { + hostname: "athena.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "athena.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "athena.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-auditmanager/src/endpoints.ts b/clients/client-auditmanager/src/endpoints.ts index b8163aa7be5d..bda4cc24b4cb 100644 --- a/clients/client-auditmanager/src/endpoints.ts +++ b/clients/client-auditmanager/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.c2s.ic.gov", + variants: [ + { + hostname: "auditmanager.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "auditmanager.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-auto-scaling-plans/src/endpoints.ts b/clients/client-auto-scaling-plans/src/endpoints.ts index e552fda9159b..85b8c69bf4f6 100644 --- a/clients/client-auto-scaling-plans/src/endpoints.ts +++ b/clients/client-auto-scaling-plans/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.c2s.ic.gov", + variants: [ + { + hostname: "autoscaling-plans.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "autoscaling-plans.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-auto-scaling/src/endpoints.ts b/clients/client-auto-scaling/src/endpoints.ts index a019c72bfbc7..66762656146b 100644 --- a/clients/client-auto-scaling/src/endpoints.ts +++ b/clients/client-auto-scaling/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.c2s.ic.gov", + variants: [ + { + hostname: "autoscaling.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "autoscaling.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-backup/src/endpoints.ts b/clients/client-backup/src/endpoints.ts index a30a3244ff1b..8d18a95f4f85 100644 --- a/clients/client-backup/src/endpoints.ts +++ b/clients/client-backup/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "backup.{region}.c2s.ic.gov", + variants: [ + { + hostname: "backup.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "backup.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "backup.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-batch/src/endpoints.ts b/clients/client-batch/src/endpoints.ts index a97495c1b6d8..a789861eae4e 100644 --- a/clients/client-batch/src/endpoints.ts +++ b/clients/client-batch/src/endpoints.ts @@ -211,11 +211,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "batch.{region}.c2s.ic.gov", + variants: [ + { + hostname: "batch.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "batch.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "batch.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-braket/src/endpoints.ts b/clients/client-braket/src/endpoints.ts index 5efa07e911ee..b1b4a39ef2f1 100644 --- a/clients/client-braket/src/endpoints.ts +++ b/clients/client-braket/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "braket.{region}.c2s.ic.gov", + variants: [ + { + hostname: "braket.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "braket.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "braket.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-budgets/src/endpoints.ts b/clients/client-budgets/src/endpoints.ts index f615f8a54470..0b9398fcf97e 100644 --- a/clients/client-budgets/src/endpoints.ts +++ b/clients/client-budgets/src/endpoints.ts @@ -51,7 +51,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "budgets.{region}.amazonaws.com", variants: [ { hostname: "budgets-fips.{region}.amazonaws.com", @@ -70,11 +70,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "budgets.{region}.amazonaws.com.cn", variants: [ { hostname: "budgets-fips.{region}.amazonaws.com.cn", @@ -93,16 +94,29 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "budgets.{region}.c2s.ic.gov", + variants: [ + { + hostname: "budgets.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "budgets.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "budgets.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-chime-sdk-identity/src/endpoints.ts b/clients/client-chime-sdk-identity/src/endpoints.ts index 51acc7c9e767..e16ce65ff3a4 100644 --- a/clients/client-chime-sdk-identity/src/endpoints.ts +++ b/clients/client-chime-sdk-identity/src/endpoints.ts @@ -101,11 +101,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.c2s.ic.gov", + variants: [ + { + hostname: "identity-chime.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "identity-chime.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-chime-sdk-messaging/src/endpoints.ts b/clients/client-chime-sdk-messaging/src/endpoints.ts index 531042504654..b848a118d6b9 100644 --- a/clients/client-chime-sdk-messaging/src/endpoints.ts +++ b/clients/client-chime-sdk-messaging/src/endpoints.ts @@ -101,11 +101,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.c2s.ic.gov", + variants: [ + { + hostname: "messaging-chime.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "messaging-chime.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-chime/src/endpoints.ts b/clients/client-chime/src/endpoints.ts index a016729e4baa..ff626b9df678 100644 --- a/clients/client-chime/src/endpoints.ts +++ b/clients/client-chime/src/endpoints.ts @@ -41,7 +41,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "chime.{region}.amazonaws.com", variants: [ { hostname: "chime-fips.{region}.amazonaws.com", @@ -60,6 +60,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -88,11 +89,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "chime.{region}.c2s.ic.gov", + variants: [ + { + hostname: "chime.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "chime.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "chime.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloud9/src/endpoints.ts b/clients/client-cloud9/src/endpoints.ts index 98f9267b8fb5..69fe7a44edb8 100644 --- a/clients/client-cloud9/src/endpoints.ts +++ b/clients/client-cloud9/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloud9.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloud9.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudcontrol/src/endpoints.ts b/clients/client-cloudcontrol/src/endpoints.ts index 3a626183f2ea..e335285d9e05 100644 --- a/clients/client-cloudcontrol/src/endpoints.ts +++ b/clients/client-cloudcontrol/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudcontrolapi.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudcontrolapi.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-clouddirectory/src/endpoints.ts b/clients/client-clouddirectory/src/endpoints.ts index 268925e3e19c..7f281748b4ea 100644 --- a/clients/client-clouddirectory/src/endpoints.ts +++ b/clients/client-clouddirectory/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.c2s.ic.gov", + variants: [ + { + hostname: "clouddirectory.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "clouddirectory.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudformation/src/endpoints.ts b/clients/client-cloudformation/src/endpoints.ts index 04e2d5fdfeb5..ba3dfa3d5458 100644 --- a/clients/client-cloudformation/src/endpoints.ts +++ b/clients/client-cloudformation/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudformation.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudformation.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudfront/src/endpoints.ts b/clients/client-cloudfront/src/endpoints.ts index c2ee0eb019ef..d45a3a3d9ebc 100644 --- a/clients/client-cloudfront/src/endpoints.ts +++ b/clients/client-cloudfront/src/endpoints.ts @@ -51,7 +51,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "cloudfront.{region}.amazonaws.com", variants: [ { hostname: "cloudfront-fips.{region}.amazonaws.com", @@ -70,11 +70,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "cloudfront.{region}.amazonaws.com.cn", variants: [ { hostname: "cloudfront-fips.{region}.amazonaws.com.cn", @@ -93,16 +94,29 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudfront.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudfront.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudhsm-v2/src/endpoints.ts b/clients/client-cloudhsm-v2/src/endpoints.ts index 470af4c1ec6f..ddb14177b57c 100644 --- a/clients/client-cloudhsm-v2/src/endpoints.ts +++ b/clients/client-cloudhsm-v2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudhsmv2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudhsmv2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudhsm/src/endpoints.ts b/clients/client-cloudhsm/src/endpoints.ts index 0c8ff680fead..019fa5dd0ea6 100644 --- a/clients/client-cloudhsm/src/endpoints.ts +++ b/clients/client-cloudhsm/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudhsm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudhsm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudsearch-domain/src/endpoints.ts b/clients/client-cloudsearch-domain/src/endpoints.ts index d34ac84c8b6e..b81c53035433 100644 --- a/clients/client-cloudsearch-domain/src/endpoints.ts +++ b/clients/client-cloudsearch-domain/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudsearchdomain.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudsearchdomain.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudsearch/src/endpoints.ts b/clients/client-cloudsearch/src/endpoints.ts index 35d2103ab20e..610ac302c2be 100644 --- a/clients/client-cloudsearch/src/endpoints.ts +++ b/clients/client-cloudsearch/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudsearch.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudsearch.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudtrail/src/endpoints.ts b/clients/client-cloudtrail/src/endpoints.ts index d9c13931c6f9..a107513aaf61 100644 --- a/clients/client-cloudtrail/src/endpoints.ts +++ b/clients/client-cloudtrail/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cloudtrail.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cloudtrail.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudwatch-events/src/endpoints.ts b/clients/client-cloudwatch-events/src/endpoints.ts index 1748b7fb6df4..6db88edf8203 100644 --- a/clients/client-cloudwatch-events/src/endpoints.ts +++ b/clients/client-cloudwatch-events/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "events.{region}.c2s.ic.gov", + variants: [ + { + hostname: "events.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "events.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "events.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudwatch-logs/src/endpoints.ts b/clients/client-cloudwatch-logs/src/endpoints.ts index 3dc1c435b41f..e8197a89c43d 100644 --- a/clients/client-cloudwatch-logs/src/endpoints.ts +++ b/clients/client-cloudwatch-logs/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "logs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "logs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "logs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "logs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cloudwatch/src/endpoints.ts b/clients/client-cloudwatch/src/endpoints.ts index 570502b57ced..ec013db23967 100644 --- a/clients/client-cloudwatch/src/endpoints.ts +++ b/clients/client-cloudwatch/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.c2s.ic.gov", + variants: [ + { + hostname: "monitoring.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "monitoring.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codeartifact/src/endpoints.ts b/clients/client-codeartifact/src/endpoints.ts index b8ef50fae2f5..5d01597e6908 100644 --- a/clients/client-codeartifact/src/endpoints.ts +++ b/clients/client-codeartifact/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codeartifact.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codeartifact.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codebuild/src/endpoints.ts b/clients/client-codebuild/src/endpoints.ts index a2a8106807e8..0009cfd2f06b 100644 --- a/clients/client-codebuild/src/endpoints.ts +++ b/clients/client-codebuild/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codebuild.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codebuild.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index f9cc380bfa5a..a6554614cb2b 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -254,11 +254,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codecommit.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codecommit.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-codedeploy/src/endpoints.ts b/clients/client-codedeploy/src/endpoints.ts index 1082bc027c2d..6132e069f6d9 100644 --- a/clients/client-codedeploy/src/endpoints.ts +++ b/clients/client-codedeploy/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codedeploy.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codedeploy.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-codeguru-reviewer/src/endpoints.ts b/clients/client-codeguru-reviewer/src/endpoints.ts index a71f33b0069d..94856d4dee27 100644 --- a/clients/client-codeguru-reviewer/src/endpoints.ts +++ b/clients/client-codeguru-reviewer/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codeguru-reviewer.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codeguru-reviewer.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codeguruprofiler/src/endpoints.ts b/clients/client-codeguruprofiler/src/endpoints.ts index e2ac21274dac..168f8895beb1 100644 --- a/clients/client-codeguruprofiler/src/endpoints.ts +++ b/clients/client-codeguruprofiler/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codeguru-profiler.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codeguru-profiler.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codepipeline/src/endpoints.ts b/clients/client-codepipeline/src/endpoints.ts index c85b89576dfd..927ec09b8795 100644 --- a/clients/client-codepipeline/src/endpoints.ts +++ b/clients/client-codepipeline/src/endpoints.ts @@ -220,11 +220,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codepipeline.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codepipeline.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codestar-connections/src/endpoints.ts b/clients/client-codestar-connections/src/endpoints.ts index 6501ff1dad26..31802a7d48e4 100644 --- a/clients/client-codestar-connections/src/endpoints.ts +++ b/clients/client-codestar-connections/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codestar-connections.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codestar-connections.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codestar-notifications/src/endpoints.ts b/clients/client-codestar-notifications/src/endpoints.ts index 6668b92b095a..d2742b156523 100644 --- a/clients/client-codestar-notifications/src/endpoints.ts +++ b/clients/client-codestar-notifications/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codestar-notifications.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codestar-notifications.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-codestar/src/endpoints.ts b/clients/client-codestar/src/endpoints.ts index 53fca4c0368c..348fe3f60598 100644 --- a/clients/client-codestar/src/endpoints.ts +++ b/clients/client-codestar/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "codestar.{region}.c2s.ic.gov", + variants: [ + { + hostname: "codestar.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "codestar.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "codestar.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cognito-identity-provider/src/endpoints.ts b/clients/client-cognito-identity-provider/src/endpoints.ts index c35b6c3bcf80..6a130a14c7f4 100644 --- a/clients/client-cognito-identity-provider/src/endpoints.ts +++ b/clients/client-cognito-identity-provider/src/endpoints.ts @@ -196,11 +196,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cognito-idp.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cognito-idp.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cognito-identity/src/endpoints.ts b/clients/client-cognito-identity/src/endpoints.ts index 66650817e135..1cc527316175 100644 --- a/clients/client-cognito-identity/src/endpoints.ts +++ b/clients/client-cognito-identity/src/endpoints.ts @@ -172,11 +172,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cognito-identity.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cognito-identity.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cognito-sync/src/endpoints.ts b/clients/client-cognito-sync/src/endpoints.ts index 5be11ae9a279..6aa52ccc8207 100644 --- a/clients/client-cognito-sync/src/endpoints.ts +++ b/clients/client-cognito-sync/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cognito-sync.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cognito-sync.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-comprehend/src/endpoints.ts b/clients/client-comprehend/src/endpoints.ts index cd7e30a8956f..1d6cb0007da5 100644 --- a/clients/client-comprehend/src/endpoints.ts +++ b/clients/client-comprehend/src/endpoints.ts @@ -172,11 +172,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.c2s.ic.gov", + variants: [ + { + hostname: "comprehend.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "comprehend.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-comprehendmedical/src/endpoints.ts b/clients/client-comprehendmedical/src/endpoints.ts index 021ceb6e4f2e..64a09d9b3e44 100644 --- a/clients/client-comprehendmedical/src/endpoints.ts +++ b/clients/client-comprehendmedical/src/endpoints.ts @@ -172,11 +172,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.c2s.ic.gov", + variants: [ + { + hostname: "comprehendmedical.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "comprehendmedical.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-compute-optimizer/src/endpoints.ts b/clients/client-compute-optimizer/src/endpoints.ts index d4b286f43df2..febb500426f1 100644 --- a/clients/client-compute-optimizer/src/endpoints.ts +++ b/clients/client-compute-optimizer/src/endpoints.ts @@ -257,11 +257,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.c2s.ic.gov", + variants: [ + { + hostname: "compute-optimizer.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "compute-optimizer.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-config-service/src/endpoints.ts b/clients/client-config-service/src/endpoints.ts index 94b0b3497b0d..50815c692a1b 100644 --- a/clients/client-config-service/src/endpoints.ts +++ b/clients/client-config-service/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "config.{region}.c2s.ic.gov", + variants: [ + { + hostname: "config.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "config.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "config.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-connect-contact-lens/src/endpoints.ts b/clients/client-connect-contact-lens/src/endpoints.ts index 51a6c94e6ebd..973c6af38e08 100644 --- a/clients/client-connect-contact-lens/src/endpoints.ts +++ b/clients/client-connect-contact-lens/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.c2s.ic.gov", + variants: [ + { + hostname: "contact-lens.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "contact-lens.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-connect/src/endpoints.ts b/clients/client-connect/src/endpoints.ts index 0e555053fa0b..4bb46e0a6c26 100644 --- a/clients/client-connect/src/endpoints.ts +++ b/clients/client-connect/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "connect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "connect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "connect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "connect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-connectparticipant/src/endpoints.ts b/clients/client-connectparticipant/src/endpoints.ts index 5cee2516c65e..150ecaa0244e 100644 --- a/clients/client-connectparticipant/src/endpoints.ts +++ b/clients/client-connectparticipant/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "participant.connect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "participant.connect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cost-and-usage-report-service/src/endpoints.ts b/clients/client-cost-and-usage-report-service/src/endpoints.ts index 38c88078fd0d..7551317c0b10 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoints.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "cur.{region}.c2s.ic.gov", + variants: [ + { + hostname: "cur.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "cur.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "cur.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-cost-explorer/src/endpoints.ts b/clients/client-cost-explorer/src/endpoints.ts index c4851284c091..3de0bb3fe8c5 100644 --- a/clients/client-cost-explorer/src/endpoints.ts +++ b/clients/client-cost-explorer/src/endpoints.ts @@ -51,7 +51,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "ce.{region}.amazonaws.com", variants: [ { hostname: "ce-fips.{region}.amazonaws.com", @@ -70,11 +70,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "ce.{region}.amazonaws.com.cn", variants: [ { hostname: "ce-fips.{region}.amazonaws.com.cn", @@ -93,16 +94,29 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ce.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ce.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ce.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ce.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-customer-profiles/src/endpoints.ts b/clients/client-customer-profiles/src/endpoints.ts index b86ba4479e14..b297caed9c70 100644 --- a/clients/client-customer-profiles/src/endpoints.ts +++ b/clients/client-customer-profiles/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "profile.{region}.c2s.ic.gov", + variants: [ + { + hostname: "profile.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "profile.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "profile.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-data-pipeline/src/endpoints.ts b/clients/client-data-pipeline/src/endpoints.ts index d43e985bc2be..6684fcbdfdb5 100644 --- a/clients/client-data-pipeline/src/endpoints.ts +++ b/clients/client-data-pipeline/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.c2s.ic.gov", + variants: [ + { + hostname: "datapipeline.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "datapipeline.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-databrew/src/endpoints.ts b/clients/client-databrew/src/endpoints.ts index 0b6823b4cb54..a3f66b23a1df 100644 --- a/clients/client-databrew/src/endpoints.ts +++ b/clients/client-databrew/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "databrew.{region}.c2s.ic.gov", + variants: [ + { + hostname: "databrew.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "databrew.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "databrew.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-dataexchange/src/endpoints.ts b/clients/client-dataexchange/src/endpoints.ts index a84437a6b8d2..7ff7c2e0029d 100644 --- a/clients/client-dataexchange/src/endpoints.ts +++ b/clients/client-dataexchange/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.c2s.ic.gov", + variants: [ + { + hostname: "dataexchange.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "dataexchange.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-datasync/src/endpoints.ts b/clients/client-datasync/src/endpoints.ts index 0ae59219d2a8..f6cb16440edf 100644 --- a/clients/client-datasync/src/endpoints.ts +++ b/clients/client-datasync/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "datasync.{region}.c2s.ic.gov", + variants: [ + { + hostname: "datasync.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "datasync.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "datasync.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-dax/src/endpoints.ts b/clients/client-dax/src/endpoints.ts index defba68a2d52..c05febc01168 100644 --- a/clients/client-dax/src/endpoints.ts +++ b/clients/client-dax/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dax.{region}.c2s.ic.gov", + variants: [ + { + hostname: "dax.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dax.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "dax.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-detective/src/endpoints.ts b/clients/client-detective/src/endpoints.ts index 58519b0de826..2aa591763e90 100644 --- a/clients/client-detective/src/endpoints.ts +++ b/clients/client-detective/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.detective.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.detective.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-device-farm/src/endpoints.ts b/clients/client-device-farm/src/endpoints.ts index 59930c03e0a4..3870090f3251 100644 --- a/clients/client-device-farm/src/endpoints.ts +++ b/clients/client-device-farm/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "devicefarm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "devicefarm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-devops-guru/src/endpoints.ts b/clients/client-devops-guru/src/endpoints.ts index a77ee48af6b3..db4d37f3fca8 100644 --- a/clients/client-devops-guru/src/endpoints.ts +++ b/clients/client-devops-guru/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.c2s.ic.gov", + variants: [ + { + hostname: "devops-guru.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "devops-guru.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-direct-connect/src/endpoints.ts b/clients/client-direct-connect/src/endpoints.ts index 0ceada551612..4856a3c6b66e 100644 --- a/clients/client-direct-connect/src/endpoints.ts +++ b/clients/client-direct-connect/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "directconnect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "directconnect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-directory-service/src/endpoints.ts b/clients/client-directory-service/src/endpoints.ts index ff53676ea5a6..1bf50c1e60fc 100644 --- a/clients/client-directory-service/src/endpoints.ts +++ b/clients/client-directory-service/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ds.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ds.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ds.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ds.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-dlm/src/endpoints.ts b/clients/client-dlm/src/endpoints.ts index 475356e1b2b0..85c8a4fe8ff2 100644 --- a/clients/client-dlm/src/endpoints.ts +++ b/clients/client-dlm/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dlm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "dlm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dlm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "dlm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index 6875f9f598dc..7e29759625b8 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -393,11 +393,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "rds.{region}.c2s.ic.gov", + variants: [ + { + hostname: "rds.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "rds.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "rds.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-dynamodb-streams/src/endpoints.ts b/clients/client-dynamodb-streams/src/endpoints.ts index 0d4f7a776386..0f5119ed733c 100644 --- a/clients/client-dynamodb-streams/src/endpoints.ts +++ b/clients/client-dynamodb-streams/src/endpoints.ts @@ -181,11 +181,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.c2s.ic.gov", + variants: [ + { + hostname: "streams.dynamodb.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "streams.dynamodb.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-dynamodb/src/endpoints.ts b/clients/client-dynamodb/src/endpoints.ts index 61c007d4d900..d8c2ae2ba52e 100644 --- a/clients/client-dynamodb/src/endpoints.ts +++ b/clients/client-dynamodb/src/endpoints.ts @@ -254,11 +254,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.c2s.ic.gov", + variants: [ + { + hostname: "dynamodb.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "dynamodb.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-ebs/src/endpoints.ts b/clients/client-ebs/src/endpoints.ts index d10deb096627..991150f5e300 100644 --- a/clients/client-ebs/src/endpoints.ts +++ b/clients/client-ebs/src/endpoints.ts @@ -197,11 +197,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ebs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ebs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ebs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ebs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ec2-instance-connect/src/endpoints.ts b/clients/client-ec2-instance-connect/src/endpoints.ts index 1d25f2fda395..e773f2a623e1 100644 --- a/clients/client-ec2-instance-connect/src/endpoints.ts +++ b/clients/client-ec2-instance-connect/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ec2-instance-connect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ec2-instance-connect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ec2/src/endpoints.ts b/clients/client-ec2/src/endpoints.ts index 0a8582927487..5e91b3d8d2a4 100644 --- a/clients/client-ec2/src/endpoints.ts +++ b/clients/client-ec2/src/endpoints.ts @@ -268,11 +268,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ec2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ec2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ec2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ec2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ecr-public/src/endpoints.ts b/clients/client-ecr-public/src/endpoints.ts index f76bbe6f0757..55de5333ac6f 100644 --- a/clients/client-ecr-public/src/endpoints.ts +++ b/clients/client-ecr-public/src/endpoints.ts @@ -87,11 +87,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.ecr-public.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.ecr-public.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index fcb014363d07..95b50951d79a 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -589,11 +589,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.ecr.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.ecr.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-ecs/src/endpoints.ts b/clients/client-ecs/src/endpoints.ts index 0a6baee8a365..1d9613969166 100644 --- a/clients/client-ecs/src/endpoints.ts +++ b/clients/client-ecs/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ecs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ecs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ecs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ecs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-efs/src/endpoints.ts b/clients/client-efs/src/endpoints.ts index 12eed5b131b4..3b46e4d6b697 100644 --- a/clients/client-efs/src/endpoints.ts +++ b/clients/client-efs/src/endpoints.ts @@ -696,11 +696,23 @@ const partitionHash: PartitionHash = { regions: ["fips-us-iso-east-1", "us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticfilesystem.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticfilesystem.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-eks/src/endpoints.ts b/clients/client-eks/src/endpoints.ts index bdb778fe03d7..846ba946382c 100644 --- a/clients/client-eks/src/endpoints.ts +++ b/clients/client-eks/src/endpoints.ts @@ -211,11 +211,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "eks.{region}.c2s.ic.gov", + variants: [ + { + hostname: "eks.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "eks.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "eks.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elastic-beanstalk/src/endpoints.ts b/clients/client-elastic-beanstalk/src/endpoints.ts index 2554a349fd9d..b57699284abc 100644 --- a/clients/client-elastic-beanstalk/src/endpoints.ts +++ b/clients/client-elastic-beanstalk/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticbeanstalk.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticbeanstalk.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elastic-inference/src/endpoints.ts b/clients/client-elastic-inference/src/endpoints.ts index 1039be6d86bb..2fa309d05627 100644 --- a/clients/client-elastic-inference/src/endpoints.ts +++ b/clients/client-elastic-inference/src/endpoints.ts @@ -131,11 +131,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.elastic-inference.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.elastic-inference.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elastic-load-balancing-v2/src/endpoints.ts b/clients/client-elastic-load-balancing-v2/src/endpoints.ts index 2ac7fbcb372f..f84b345565b2 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoints.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticloadbalancing.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elastic-load-balancing/src/endpoints.ts b/clients/client-elastic-load-balancing/src/endpoints.ts index 2ac7fbcb372f..f84b345565b2 100644 --- a/clients/client-elastic-load-balancing/src/endpoints.ts +++ b/clients/client-elastic-load-balancing/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticloadbalancing.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elastic-transcoder/src/endpoints.ts b/clients/client-elastic-transcoder/src/endpoints.ts index 3a50b1ab8502..9a47733ed17c 100644 --- a/clients/client-elastic-transcoder/src/endpoints.ts +++ b/clients/client-elastic-transcoder/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elastictranscoder.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elastictranscoder.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index 50568efc3b5a..d9a7eaecf9fd 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -207,11 +207,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticache.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticache.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index 076404a60588..da6d4cc1551e 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -230,11 +230,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "es.{region}.c2s.ic.gov", + variants: [ + { + hostname: "es.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "es.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "es.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-emr-containers/src/endpoints.ts b/clients/client-emr-containers/src/endpoints.ts index 9a147ce291d2..34be30903734 100644 --- a/clients/client-emr-containers/src/endpoints.ts +++ b/clients/client-emr-containers/src/endpoints.ts @@ -197,11 +197,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.c2s.ic.gov", + variants: [ + { + hostname: "emr-containers.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "emr-containers.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-emr/src/endpoints.ts b/clients/client-emr/src/endpoints.ts index 552619d821ca..1d885de03b42 100644 --- a/clients/client-emr/src/endpoints.ts +++ b/clients/client-emr/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.c2s.ic.gov", + variants: [ + { + hostname: "elasticmapreduce.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "elasticmapreduce.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-eventbridge/src/endpoints.ts b/clients/client-eventbridge/src/endpoints.ts index 1748b7fb6df4..6db88edf8203 100644 --- a/clients/client-eventbridge/src/endpoints.ts +++ b/clients/client-eventbridge/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "events.{region}.c2s.ic.gov", + variants: [ + { + hostname: "events.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "events.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "events.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-finspace-data/src/endpoints.ts b/clients/client-finspace-data/src/endpoints.ts index ef4ced808ff9..11c14992207d 100644 --- a/clients/client-finspace-data/src/endpoints.ts +++ b/clients/client-finspace-data/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.c2s.ic.gov", + variants: [ + { + hostname: "finspace-api.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "finspace-api.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-finspace/src/endpoints.ts b/clients/client-finspace/src/endpoints.ts index c16dab36f90c..fc779ad19ca3 100644 --- a/clients/client-finspace/src/endpoints.ts +++ b/clients/client-finspace/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "finspace.{region}.c2s.ic.gov", + variants: [ + { + hostname: "finspace.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "finspace.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "finspace.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-firehose/src/endpoints.ts b/clients/client-firehose/src/endpoints.ts index aec7e0b74693..84f28bfb433d 100644 --- a/clients/client-firehose/src/endpoints.ts +++ b/clients/client-firehose/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "firehose.{region}.c2s.ic.gov", + variants: [ + { + hostname: "firehose.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "firehose.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "firehose.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-fis/src/endpoints.ts b/clients/client-fis/src/endpoints.ts index e58bc10df2ba..6f76c87040d0 100644 --- a/clients/client-fis/src/endpoints.ts +++ b/clients/client-fis/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "fis.{region}.c2s.ic.gov", + variants: [ + { + hostname: "fis.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "fis.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "fis.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-fms/src/endpoints.ts b/clients/client-fms/src/endpoints.ts index fceec401945e..ac2cc2104c52 100644 --- a/clients/client-fms/src/endpoints.ts +++ b/clients/client-fms/src/endpoints.ts @@ -579,11 +579,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "fms.{region}.c2s.ic.gov", + variants: [ + { + hostname: "fms.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "fms.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "fms.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-forecast/src/endpoints.ts b/clients/client-forecast/src/endpoints.ts index d3e117a0a7c8..5e4ccfef3669 100644 --- a/clients/client-forecast/src/endpoints.ts +++ b/clients/client-forecast/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "forecast.{region}.c2s.ic.gov", + variants: [ + { + hostname: "forecast.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "forecast.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "forecast.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-forecastquery/src/endpoints.ts b/clients/client-forecastquery/src/endpoints.ts index 8c4c8abdb80f..0d8864a1204c 100644 --- a/clients/client-forecastquery/src/endpoints.ts +++ b/clients/client-forecastquery/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.c2s.ic.gov", + variants: [ + { + hostname: "forecastquery.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "forecastquery.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-frauddetector/src/endpoints.ts b/clients/client-frauddetector/src/endpoints.ts index c8047e22b872..d3d94b9897dc 100644 --- a/clients/client-frauddetector/src/endpoints.ts +++ b/clients/client-frauddetector/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.c2s.ic.gov", + variants: [ + { + hostname: "frauddetector.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "frauddetector.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index 20cac6fd5c0c..242c80fefb81 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -421,11 +421,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "fsx.{region}.c2s.ic.gov", + variants: [ + { + hostname: "fsx.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "fsx.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "fsx.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-gamelift/src/endpoints.ts b/clients/client-gamelift/src/endpoints.ts index 8ec5716783b0..1c7eba22ad30 100644 --- a/clients/client-gamelift/src/endpoints.ts +++ b/clients/client-gamelift/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.c2s.ic.gov", + variants: [ + { + hostname: "gamelift.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "gamelift.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-glacier/src/endpoints.ts b/clients/client-glacier/src/endpoints.ts index a4e57a534c9f..38e7222a0305 100644 --- a/clients/client-glacier/src/endpoints.ts +++ b/clients/client-glacier/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "glacier.{region}.c2s.ic.gov", + variants: [ + { + hostname: "glacier.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "glacier.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "glacier.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-global-accelerator/src/endpoints.ts b/clients/client-global-accelerator/src/endpoints.ts index 65f48acd61ab..61c5ff1ca7ce 100644 --- a/clients/client-global-accelerator/src/endpoints.ts +++ b/clients/client-global-accelerator/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.c2s.ic.gov", + variants: [ + { + hostname: "globalaccelerator.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "globalaccelerator.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-glue/src/endpoints.ts b/clients/client-glue/src/endpoints.ts index 6bee20fc3ced..f8031cc46348 100644 --- a/clients/client-glue/src/endpoints.ts +++ b/clients/client-glue/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "glue.{region}.c2s.ic.gov", + variants: [ + { + hostname: "glue.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "glue.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "glue.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-grafana/src/endpoints.ts b/clients/client-grafana/src/endpoints.ts index f39ba4f39f32..b77f722c14b6 100644 --- a/clients/client-grafana/src/endpoints.ts +++ b/clients/client-grafana/src/endpoints.ts @@ -177,11 +177,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "grafana.{region}.c2s.ic.gov", + variants: [ + { + hostname: "grafana.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "grafana.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "grafana.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-greengrass/src/endpoints.ts b/clients/client-greengrass/src/endpoints.ts index 755dd337469c..e17542755d2c 100644 --- a/clients/client-greengrass/src/endpoints.ts +++ b/clients/client-greengrass/src/endpoints.ts @@ -131,11 +131,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.c2s.ic.gov", + variants: [ + { + hostname: "greengrass.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "greengrass.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-greengrassv2/src/endpoints.ts b/clients/client-greengrassv2/src/endpoints.ts index 755dd337469c..e17542755d2c 100644 --- a/clients/client-greengrassv2/src/endpoints.ts +++ b/clients/client-greengrassv2/src/endpoints.ts @@ -131,11 +131,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.c2s.ic.gov", + variants: [ + { + hostname: "greengrass.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "greengrass.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-groundstation/src/endpoints.ts b/clients/client-groundstation/src/endpoints.ts index 946e3222523e..4f0b0f41a232 100644 --- a/clients/client-groundstation/src/endpoints.ts +++ b/clients/client-groundstation/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.c2s.ic.gov", + variants: [ + { + hostname: "groundstation.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "groundstation.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-guardduty/src/endpoints.ts b/clients/client-guardduty/src/endpoints.ts index b049f4cd3049..0c9ea4f4e793 100644 --- a/clients/client-guardduty/src/endpoints.ts +++ b/clients/client-guardduty/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.c2s.ic.gov", + variants: [ + { + hostname: "guardduty.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "guardduty.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-health/src/endpoints.ts b/clients/client-health/src/endpoints.ts index 1963be8b7b5c..85ee32e46b76 100644 --- a/clients/client-health/src/endpoints.ts +++ b/clients/client-health/src/endpoints.ts @@ -126,11 +126,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "health.{region}.c2s.ic.gov", + variants: [ + { + hostname: "health.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "health.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "health.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-healthlake/src/endpoints.ts b/clients/client-healthlake/src/endpoints.ts index 779b3b1d41e2..eb87f34e7a8a 100644 --- a/clients/client-healthlake/src/endpoints.ts +++ b/clients/client-healthlake/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.c2s.ic.gov", + variants: [ + { + hostname: "healthlake.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "healthlake.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-honeycode/src/endpoints.ts b/clients/client-honeycode/src/endpoints.ts index 6e9d8fa60b1c..5fef4a389385 100644 --- a/clients/client-honeycode/src/endpoints.ts +++ b/clients/client-honeycode/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.c2s.ic.gov", + variants: [ + { + hostname: "honeycode.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "honeycode.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index 3ae4e05229b1..d303e94efdfa 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -160,7 +160,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "iam.{region}.amazonaws.com", variants: [ { hostname: "iam-fips.{region}.amazonaws.com", @@ -179,11 +179,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "iam.{region}.amazonaws.com.cn", variants: [ { hostname: "iam-fips.{region}.amazonaws.com.cn", @@ -202,15 +203,30 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", + hostname: "iam.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iam.{region}.c2s.ic.gov", + tags: [], + }, + ], endpoint: "aws-iso-global", }, "aws-iso-b": { regions: ["aws-iso-b-global", "us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", + hostname: "iam.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iam.{region}.sc2s.sgov.gov", + tags: [], + }, + ], endpoint: "aws-iso-b-global", }, "aws-us-gov": { @@ -223,7 +239,7 @@ const partitionHash: PartitionHash = { "us-gov-west-1", ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - endpoint: "aws-us-gov-global", + hostname: "iam.{region}.amazonaws.com", variants: [ { hostname: "iam-fips.{region}.amazonaws.com", @@ -242,6 +258,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-identitystore/src/endpoints.ts b/clients/client-identitystore/src/endpoints.ts index 019bb2310c03..6d2dc3631ed5 100644 --- a/clients/client-identitystore/src/endpoints.ts +++ b/clients/client-identitystore/src/endpoints.ts @@ -100,11 +100,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.c2s.ic.gov", + variants: [ + { + hostname: "identitystore.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "identitystore.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-imagebuilder/src/endpoints.ts b/clients/client-imagebuilder/src/endpoints.ts index 60b1ffe4e3a9..52437dcb6297 100644 --- a/clients/client-imagebuilder/src/endpoints.ts +++ b/clients/client-imagebuilder/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.c2s.ic.gov", + variants: [ + { + hostname: "imagebuilder.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "imagebuilder.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-inspector/src/endpoints.ts b/clients/client-inspector/src/endpoints.ts index 4d77dd9319e6..4ef96fd9003c 100644 --- a/clients/client-inspector/src/endpoints.ts +++ b/clients/client-inspector/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "inspector.{region}.c2s.ic.gov", + variants: [ + { + hostname: "inspector.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "inspector.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "inspector.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-1click-devices-service/src/endpoints.ts b/clients/client-iot-1click-devices-service/src/endpoints.ts index da36a59b7a42..21678dff5743 100644 --- a/clients/client-iot-1click-devices-service/src/endpoints.ts +++ b/clients/client-iot-1click-devices-service/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.c2s.ic.gov", + variants: [ + { + hostname: "devices.iot1click.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "devices.iot1click.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-1click-projects/src/endpoints.ts b/clients/client-iot-1click-projects/src/endpoints.ts index 288cc88c0152..69a6ec223bae 100644 --- a/clients/client-iot-1click-projects/src/endpoints.ts +++ b/clients/client-iot-1click-projects/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.c2s.ic.gov", + variants: [ + { + hostname: "projects.iot1click.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "projects.iot1click.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-data-plane/src/endpoints.ts b/clients/client-iot-data-plane/src/endpoints.ts index d324b84fc2ca..c5c740f2c324 100644 --- a/clients/client-iot-data-plane/src/endpoints.ts +++ b/clients/client-iot-data-plane/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.c2s.ic.gov", + variants: [ + { + hostname: "data.iot.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "data.iot.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-events-data/src/endpoints.ts b/clients/client-iot-events-data/src/endpoints.ts index 668b608e9b7c..bc985a039df2 100644 --- a/clients/client-iot-events-data/src/endpoints.ts +++ b/clients/client-iot-events-data/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.c2s.ic.gov", + variants: [ + { + hostname: "data.iotevents.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "data.iotevents.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-events/src/endpoints.ts b/clients/client-iot-events/src/endpoints.ts index 852f1bd42b5f..275629ac16f2 100644 --- a/clients/client-iot-events/src/endpoints.ts +++ b/clients/client-iot-events/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iotevents.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iotevents.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-jobs-data-plane/src/endpoints.ts b/clients/client-iot-jobs-data-plane/src/endpoints.ts index 50f38709b8ea..54696aa15eb5 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoints.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.c2s.ic.gov", + variants: [ + { + hostname: "data.jobs.iot.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "data.jobs.iot.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot-wireless/src/endpoints.ts b/clients/client-iot-wireless/src/endpoints.ts index 75a8c6ba9d8e..bd674952e8a6 100644 --- a/clients/client-iot-wireless/src/endpoints.ts +++ b/clients/client-iot-wireless/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.iotwireless.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.iotwireless.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iot/src/endpoints.ts b/clients/client-iot/src/endpoints.ts index 389230195b1c..1484e5f6cce1 100644 --- a/clients/client-iot/src/endpoints.ts +++ b/clients/client-iot/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "iot.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iot.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "iot.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iot.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotanalytics/src/endpoints.ts b/clients/client-iotanalytics/src/endpoints.ts index 5ce8b07ab317..321f117b81b2 100644 --- a/clients/client-iotanalytics/src/endpoints.ts +++ b/clients/client-iotanalytics/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iotanalytics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iotanalytics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotdeviceadvisor/src/endpoints.ts b/clients/client-iotdeviceadvisor/src/endpoints.ts index 9c1828a9daaa..b1e59d523c9c 100644 --- a/clients/client-iotdeviceadvisor/src/endpoints.ts +++ b/clients/client-iotdeviceadvisor/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.iotdeviceadvisor.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.iotdeviceadvisor.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotfleethub/src/endpoints.ts b/clients/client-iotfleethub/src/endpoints.ts index fc8f4c5e1d09..9fbaed470116 100644 --- a/clients/client-iotfleethub/src/endpoints.ts +++ b/clients/client-iotfleethub/src/endpoints.ts @@ -173,11 +173,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.fleethub.iot.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.fleethub.iot.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotsecuretunneling/src/endpoints.ts b/clients/client-iotsecuretunneling/src/endpoints.ts index 8b16acf764e1..c11510dcfdaa 100644 --- a/clients/client-iotsecuretunneling/src/endpoints.ts +++ b/clients/client-iotsecuretunneling/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.tunneling.iot.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.tunneling.iot.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotsitewise/src/endpoints.ts b/clients/client-iotsitewise/src/endpoints.ts index 208a98620aa5..dca5dcc11472 100644 --- a/clients/client-iotsitewise/src/endpoints.ts +++ b/clients/client-iotsitewise/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iotsitewise.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iotsitewise.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-iotthingsgraph/src/endpoints.ts b/clients/client-iotthingsgraph/src/endpoints.ts index c615edf1ac01..fd45c8fe062f 100644 --- a/clients/client-iotthingsgraph/src/endpoints.ts +++ b/clients/client-iotthingsgraph/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.c2s.ic.gov", + variants: [ + { + hostname: "iotthingsgraph.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "iotthingsgraph.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ivs/src/endpoints.ts b/clients/client-ivs/src/endpoints.ts index c98bdda9d34d..42efe394eaf1 100644 --- a/clients/client-ivs/src/endpoints.ts +++ b/clients/client-ivs/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ivs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ivs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ivs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ivs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kafka/src/endpoints.ts b/clients/client-kafka/src/endpoints.ts index 9d6b30566089..f37881dde60c 100644 --- a/clients/client-kafka/src/endpoints.ts +++ b/clients/client-kafka/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kafka.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kafka.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kafka.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kafka.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kafkaconnect/src/endpoints.ts b/clients/client-kafkaconnect/src/endpoints.ts index 2f1ab445b650..c11cda3ea27e 100644 --- a/clients/client-kafkaconnect/src/endpoints.ts +++ b/clients/client-kafkaconnect/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kafkaconnect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kafkaconnect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kendra/src/endpoints.ts b/clients/client-kendra/src/endpoints.ts index f7f17db94dfa..5fe8269c3bae 100644 --- a/clients/client-kendra/src/endpoints.ts +++ b/clients/client-kendra/src/endpoints.ts @@ -172,11 +172,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kendra.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kendra.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kendra.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kendra.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-analytics-v2/src/endpoints.ts b/clients/client-kinesis-analytics-v2/src/endpoints.ts index 1eb4c25242c9..025b4b182b8b 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoints.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisanalytics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisanalytics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-analytics/src/endpoints.ts b/clients/client-kinesis-analytics/src/endpoints.ts index 1eb4c25242c9..025b4b182b8b 100644 --- a/clients/client-kinesis-analytics/src/endpoints.ts +++ b/clients/client-kinesis-analytics/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisanalytics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisanalytics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-video-archived-media/src/endpoints.ts b/clients/client-kinesis-video-archived-media/src/endpoints.ts index 2354e8db4310..951aec58eba5 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoints.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-video-media/src/endpoints.ts b/clients/client-kinesis-video-media/src/endpoints.ts index 2354e8db4310..951aec58eba5 100644 --- a/clients/client-kinesis-video-media/src/endpoints.ts +++ b/clients/client-kinesis-video-media/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-video-signaling/src/endpoints.ts b/clients/client-kinesis-video-signaling/src/endpoints.ts index 2354e8db4310..951aec58eba5 100644 --- a/clients/client-kinesis-video-signaling/src/endpoints.ts +++ b/clients/client-kinesis-video-signaling/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis-video/src/endpoints.ts b/clients/client-kinesis-video/src/endpoints.ts index 2354e8db4310..951aec58eba5 100644 --- a/clients/client-kinesis-video/src/endpoints.ts +++ b/clients/client-kinesis-video/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesisvideo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kinesis/src/endpoints.ts b/clients/client-kinesis/src/endpoints.ts index f4f0ce8dd627..e3d9f0946f4a 100644 --- a/clients/client-kinesis/src/endpoints.ts +++ b/clients/client-kinesis/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kinesis.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kinesis.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index bc920b0f13c7..6cdb70d7b2e9 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -706,11 +706,23 @@ const partitionHash: PartitionHash = { regions: ["ProdFips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1", "us-iso-west-1-fips"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kms.{region}.c2s.ic.gov", + variants: [ + { + hostname: "kms.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["ProdFips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kms.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "kms.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["ProdFips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-lakeformation/src/endpoints.ts b/clients/client-lakeformation/src/endpoints.ts index fa58d27f2c91..3d5a90026df5 100644 --- a/clients/client-lakeformation/src/endpoints.ts +++ b/clients/client-lakeformation/src/endpoints.ts @@ -196,11 +196,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lakeformation.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lakeformation.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lambda/src/endpoints.ts b/clients/client-lambda/src/endpoints.ts index 3916d589ee7d..1f719510a79f 100644 --- a/clients/client-lambda/src/endpoints.ts +++ b/clients/client-lambda/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lambda.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lambda.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lambda.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lambda.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lex-model-building-service/src/endpoints.ts b/clients/client-lex-model-building-service/src/endpoints.ts index 7a122ba3a720..7b1b20c27ef3 100644 --- a/clients/client-lex-model-building-service/src/endpoints.ts +++ b/clients/client-lex-model-building-service/src/endpoints.ts @@ -140,11 +140,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.c2s.ic.gov", + variants: [ + { + hostname: "models.lex.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "models.lex.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-lex-models-v2/src/endpoints.ts b/clients/client-lex-models-v2/src/endpoints.ts index 39e04fa0057a..6241bc9e9280 100644 --- a/clients/client-lex-models-v2/src/endpoints.ts +++ b/clients/client-lex-models-v2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.c2s.ic.gov", + variants: [ + { + hostname: "models-v2-lex.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "models-v2-lex.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lex-runtime-service/src/endpoints.ts b/clients/client-lex-runtime-service/src/endpoints.ts index 8ee7b256165c..623fdef48bdd 100644 --- a/clients/client-lex-runtime-service/src/endpoints.ts +++ b/clients/client-lex-runtime-service/src/endpoints.ts @@ -140,11 +140,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.c2s.ic.gov", + variants: [ + { + hostname: "runtime.lex.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "runtime.lex.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-lex-runtime-v2/src/endpoints.ts b/clients/client-lex-runtime-v2/src/endpoints.ts index 28b630516d46..c907e2cca202 100644 --- a/clients/client-lex-runtime-v2/src/endpoints.ts +++ b/clients/client-lex-runtime-v2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.c2s.ic.gov", + variants: [ + { + hostname: "runtime-v2-lex.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "runtime-v2-lex.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-license-manager/src/endpoints.ts b/clients/client-license-manager/src/endpoints.ts index bd0653098b73..0776305c66c6 100644 --- a/clients/client-license-manager/src/endpoints.ts +++ b/clients/client-license-manager/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.c2s.ic.gov", + variants: [ + { + hostname: "license-manager.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "license-manager.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lightsail/src/endpoints.ts b/clients/client-lightsail/src/endpoints.ts index bddb6ff2cc33..a82591fc5af2 100644 --- a/clients/client-lightsail/src/endpoints.ts +++ b/clients/client-lightsail/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lightsail.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lightsail.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-location/src/endpoints.ts b/clients/client-location/src/endpoints.ts index 7f9bf47d793e..de1a94ff22e6 100644 --- a/clients/client-location/src/endpoints.ts +++ b/clients/client-location/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "geo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "geo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "geo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "geo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lookoutequipment/src/endpoints.ts b/clients/client-lookoutequipment/src/endpoints.ts index d1f708c26d85..1c8a2d93602f 100644 --- a/clients/client-lookoutequipment/src/endpoints.ts +++ b/clients/client-lookoutequipment/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lookoutequipment.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lookoutequipment.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lookoutmetrics/src/endpoints.ts b/clients/client-lookoutmetrics/src/endpoints.ts index e19ce506664f..b8f9b458b2d9 100644 --- a/clients/client-lookoutmetrics/src/endpoints.ts +++ b/clients/client-lookoutmetrics/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lookoutmetrics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lookoutmetrics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-lookoutvision/src/endpoints.ts b/clients/client-lookoutvision/src/endpoints.ts index 209a139eefd7..67e3cd02b868 100644 --- a/clients/client-lookoutvision/src/endpoints.ts +++ b/clients/client-lookoutvision/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.c2s.ic.gov", + variants: [ + { + hostname: "lookoutvision.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "lookoutvision.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-machine-learning/src/endpoints.ts b/clients/client-machine-learning/src/endpoints.ts index ea8225a81d57..15e28f88f041 100644 --- a/clients/client-machine-learning/src/endpoints.ts +++ b/clients/client-machine-learning/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.c2s.ic.gov", + variants: [ + { + hostname: "machinelearning.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "machinelearning.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-macie/src/endpoints.ts b/clients/client-macie/src/endpoints.ts index 62536e0fa22a..40634be6c284 100644 --- a/clients/client-macie/src/endpoints.ts +++ b/clients/client-macie/src/endpoints.ts @@ -125,11 +125,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "macie.{region}.c2s.ic.gov", + variants: [ + { + hostname: "macie.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "macie.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "macie.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-macie2/src/endpoints.ts b/clients/client-macie2/src/endpoints.ts index 4b11a57b74e3..77e145834192 100644 --- a/clients/client-macie2/src/endpoints.ts +++ b/clients/client-macie2/src/endpoints.ts @@ -173,11 +173,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "macie2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "macie2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "macie2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "macie2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-managedblockchain/src/endpoints.ts b/clients/client-managedblockchain/src/endpoints.ts index 4deaab8902fe..91a158972e4d 100644 --- a/clients/client-managedblockchain/src/endpoints.ts +++ b/clients/client-managedblockchain/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.c2s.ic.gov", + variants: [ + { + hostname: "managedblockchain.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "managedblockchain.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-marketplace-catalog/src/endpoints.ts b/clients/client-marketplace-catalog/src/endpoints.ts index dcd69721bdff..186241d1e061 100644 --- a/clients/client-marketplace-catalog/src/endpoints.ts +++ b/clients/client-marketplace-catalog/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.c2s.ic.gov", + variants: [ + { + hostname: "catalog.marketplace.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "catalog.marketplace.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-marketplace-commerce-analytics/src/endpoints.ts b/clients/client-marketplace-commerce-analytics/src/endpoints.ts index 0e652a8b05ec..d8149b5e8a9f 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoints.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "marketplacecommerceanalytics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "marketplacecommerceanalytics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-marketplace-entitlement-service/src/endpoints.ts b/clients/client-marketplace-entitlement-service/src/endpoints.ts index 5a89a4c83ac2..c16e4a288f59 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoints.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.c2s.ic.gov", + variants: [ + { + hostname: "entitlement.marketplace.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "entitlement.marketplace.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-marketplace-metering/src/endpoints.ts b/clients/client-marketplace-metering/src/endpoints.ts index a46a1bc04454..35e37dc41ca2 100644 --- a/clients/client-marketplace-metering/src/endpoints.ts +++ b/clients/client-marketplace-metering/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.c2s.ic.gov", + variants: [ + { + hostname: "metering.marketplace.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "metering.marketplace.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediaconnect/src/endpoints.ts b/clients/client-mediaconnect/src/endpoints.ts index 63946b9cb0e9..8dc073c78b29 100644 --- a/clients/client-mediaconnect/src/endpoints.ts +++ b/clients/client-mediaconnect/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mediaconnect.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mediaconnect.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediaconvert/src/endpoints.ts b/clients/client-mediaconvert/src/endpoints.ts index 9fb4cf628031..df74b39e8dad 100644 --- a/clients/client-mediaconvert/src/endpoints.ts +++ b/clients/client-mediaconvert/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mediaconvert.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mediaconvert.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-medialive/src/endpoints.ts b/clients/client-medialive/src/endpoints.ts index 2f4f26838064..00184970e9ab 100644 --- a/clients/client-medialive/src/endpoints.ts +++ b/clients/client-medialive/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "medialive.{region}.c2s.ic.gov", + variants: [ + { + hostname: "medialive.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "medialive.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "medialive.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediapackage-vod/src/endpoints.ts b/clients/client-mediapackage-vod/src/endpoints.ts index 4eedfd371231..ac3847f8fc3e 100644 --- a/clients/client-mediapackage-vod/src/endpoints.ts +++ b/clients/client-mediapackage-vod/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mediapackage-vod.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mediapackage-vod.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediapackage/src/endpoints.ts b/clients/client-mediapackage/src/endpoints.ts index bdcf61686305..1a465f438388 100644 --- a/clients/client-mediapackage/src/endpoints.ts +++ b/clients/client-mediapackage/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mediapackage.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mediapackage.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediastore-data/src/endpoints.ts b/clients/client-mediastore-data/src/endpoints.ts index 376029a9690a..a4f9ce2c87b5 100644 --- a/clients/client-mediastore-data/src/endpoints.ts +++ b/clients/client-mediastore-data/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.c2s.ic.gov", + variants: [ + { + hostname: "data.mediastore.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "data.mediastore.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediastore/src/endpoints.ts b/clients/client-mediastore/src/endpoints.ts index 5129e5b942a8..169dcd096d0f 100644 --- a/clients/client-mediastore/src/endpoints.ts +++ b/clients/client-mediastore/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mediastore.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mediastore.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mediatailor/src/endpoints.ts b/clients/client-mediatailor/src/endpoints.ts index 7f2ca7fe3bb8..e4938932c9a7 100644 --- a/clients/client-mediatailor/src/endpoints.ts +++ b/clients/client-mediatailor/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.mediatailor.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.mediatailor.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-memorydb/src/endpoints.ts b/clients/client-memorydb/src/endpoints.ts index 19b9fe4c1f13..0b63508278dd 100644 --- a/clients/client-memorydb/src/endpoints.ts +++ b/clients/client-memorydb/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.c2s.ic.gov", + variants: [ + { + hostname: "memory-db.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "memory-db.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mgn/src/endpoints.ts b/clients/client-mgn/src/endpoints.ts index afb9926e30c3..7276af572ab1 100644 --- a/clients/client-mgn/src/endpoints.ts +++ b/clients/client-mgn/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mgn.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mgn.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mgn.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mgn.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-migration-hub/src/endpoints.ts b/clients/client-migration-hub/src/endpoints.ts index 4ce08f9c3685..add54c639663 100644 --- a/clients/client-migration-hub/src/endpoints.ts +++ b/clients/client-migration-hub/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mgh.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mgh.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mgh.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mgh.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-migrationhub-config/src/endpoints.ts b/clients/client-migrationhub-config/src/endpoints.ts index 3a18f891813d..7cd470f98c1a 100644 --- a/clients/client-migrationhub-config/src/endpoints.ts +++ b/clients/client-migrationhub-config/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.c2s.ic.gov", + variants: [ + { + hostname: "migrationhub-config.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "migrationhub-config.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mobile/src/endpoints.ts b/clients/client-mobile/src/endpoints.ts index 18fb4ea8a7a1..9a24c99fbe0f 100644 --- a/clients/client-mobile/src/endpoints.ts +++ b/clients/client-mobile/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mobile.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mobile.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mobile.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mobile.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mq/src/endpoints.ts b/clients/client-mq/src/endpoints.ts index 9c4c56adc31c..391ed66b2d74 100644 --- a/clients/client-mq/src/endpoints.ts +++ b/clients/client-mq/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mq.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mq.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mq.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mq.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mturk/src/endpoints.ts b/clients/client-mturk/src/endpoints.ts index 90380a81eb37..a32b2f87a07e 100644 --- a/clients/client-mturk/src/endpoints.ts +++ b/clients/client-mturk/src/endpoints.ts @@ -87,11 +87,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.c2s.ic.gov", + variants: [ + { + hostname: "mturk-requester.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "mturk-requester.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-mwaa/src/endpoints.ts b/clients/client-mwaa/src/endpoints.ts index cb4dbd383050..4d771383f383 100644 --- a/clients/client-mwaa/src/endpoints.ts +++ b/clients/client-mwaa/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "airflow.{region}.c2s.ic.gov", + variants: [ + { + hostname: "airflow.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "airflow.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "airflow.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index 6875f9f598dc..7e29759625b8 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -393,11 +393,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "rds.{region}.c2s.ic.gov", + variants: [ + { + hostname: "rds.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "rds.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "rds.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-network-firewall/src/endpoints.ts b/clients/client-network-firewall/src/endpoints.ts index 26503a9cbe88..01be3258fad8 100644 --- a/clients/client-network-firewall/src/endpoints.ts +++ b/clients/client-network-firewall/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.c2s.ic.gov", + variants: [ + { + hostname: "network-firewall.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "network-firewall.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index 42ba9772821c..cb11589b6c00 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -51,7 +51,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "networkmanager.{region}.amazonaws.com", variants: [ { hostname: "networkmanager-fips.{region}.amazonaws.com", @@ -70,6 +70,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -98,16 +99,28 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.c2s.ic.gov", + variants: [ + { + hostname: "networkmanager.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "networkmanager.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - endpoint: "aws-us-gov-global", + hostname: "networkmanager.{region}.amazonaws.com", variants: [ { hostname: "networkmanager-fips.{region}.amazonaws.com", @@ -126,6 +139,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-nimble/src/endpoints.ts b/clients/client-nimble/src/endpoints.ts index b687504c8b6a..25092c5bc357 100644 --- a/clients/client-nimble/src/endpoints.ts +++ b/clients/client-nimble/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "nimble.{region}.c2s.ic.gov", + variants: [ + { + hostname: "nimble.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "nimble.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "nimble.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index 076404a60588..da6d4cc1551e 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -230,11 +230,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "es.{region}.c2s.ic.gov", + variants: [ + { + hostname: "es.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "es.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "es.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-opsworks/src/endpoints.ts b/clients/client-opsworks/src/endpoints.ts index 8304c8cb03eb..e61820546f5b 100644 --- a/clients/client-opsworks/src/endpoints.ts +++ b/clients/client-opsworks/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.c2s.ic.gov", + variants: [ + { + hostname: "opsworks.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "opsworks.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-opsworkscm/src/endpoints.ts b/clients/client-opsworkscm/src/endpoints.ts index cb299115a1c6..3f34ce81895e 100644 --- a/clients/client-opsworkscm/src/endpoints.ts +++ b/clients/client-opsworkscm/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "opsworks-cm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "opsworks-cm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-organizations/src/endpoints.ts b/clients/client-organizations/src/endpoints.ts index d63693c6b3ef..caf3c604ce71 100644 --- a/clients/client-organizations/src/endpoints.ts +++ b/clients/client-organizations/src/endpoints.ts @@ -90,7 +90,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "organizations.{region}.amazonaws.com", variants: [ { hostname: "organizations-fips.{region}.amazonaws.com", @@ -109,11 +109,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "organizations.{region}.amazonaws.com.cn", variants: [ { hostname: "organizations-fips.{region}.amazonaws.com.cn", @@ -132,21 +133,34 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "organizations.{region}.c2s.ic.gov", + variants: [ + { + hostname: "organizations.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "organizations.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "organizations.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - endpoint: "aws-us-gov-global", + hostname: "organizations.{region}.amazonaws.com", variants: [ { hostname: "organizations-fips.{region}.amazonaws.com", @@ -165,6 +179,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-outposts/src/endpoints.ts b/clients/client-outposts/src/endpoints.ts index 6fe0f41400fd..eb490f39b66d 100644 --- a/clients/client-outposts/src/endpoints.ts +++ b/clients/client-outposts/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "outposts.{region}.c2s.ic.gov", + variants: [ + { + hostname: "outposts.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "outposts.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "outposts.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-panorama/src/endpoints.ts b/clients/client-panorama/src/endpoints.ts index ba053edc8c0d..e0d62b5ba098 100644 --- a/clients/client-panorama/src/endpoints.ts +++ b/clients/client-panorama/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "panorama.{region}.c2s.ic.gov", + variants: [ + { + hostname: "panorama.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "panorama.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "panorama.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-personalize-events/src/endpoints.ts b/clients/client-personalize-events/src/endpoints.ts index f3e795f1b3d0..85627da9024d 100644 --- a/clients/client-personalize-events/src/endpoints.ts +++ b/clients/client-personalize-events/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.c2s.ic.gov", + variants: [ + { + hostname: "personalize-events.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "personalize-events.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-personalize-runtime/src/endpoints.ts b/clients/client-personalize-runtime/src/endpoints.ts index ac9f58700836..ef6eee28f9c6 100644 --- a/clients/client-personalize-runtime/src/endpoints.ts +++ b/clients/client-personalize-runtime/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.c2s.ic.gov", + variants: [ + { + hostname: "personalize-runtime.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "personalize-runtime.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-personalize/src/endpoints.ts b/clients/client-personalize/src/endpoints.ts index 65cdeaee7426..99db2d927bf8 100644 --- a/clients/client-personalize/src/endpoints.ts +++ b/clients/client-personalize/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "personalize.{region}.c2s.ic.gov", + variants: [ + { + hostname: "personalize.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "personalize.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "personalize.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-pi/src/endpoints.ts b/clients/client-pi/src/endpoints.ts index f96df665d500..c22f5c5c2bf4 100644 --- a/clients/client-pi/src/endpoints.ts +++ b/clients/client-pi/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "pi.{region}.c2s.ic.gov", + variants: [ + { + hostname: "pi.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "pi.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "pi.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-pinpoint-email/src/endpoints.ts b/clients/client-pinpoint-email/src/endpoints.ts index e1911c30fbf9..0ddea61ec03d 100644 --- a/clients/client-pinpoint-email/src/endpoints.ts +++ b/clients/client-pinpoint-email/src/endpoints.ts @@ -100,11 +100,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "email.{region}.c2s.ic.gov", + variants: [ + { + hostname: "email.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "email.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "email.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-pinpoint-sms-voice/src/endpoints.ts b/clients/client-pinpoint-sms-voice/src/endpoints.ts index b3d112858e45..bce1c26305a1 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoints.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sms-voice.pinpoint.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sms-voice.pinpoint.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-pinpoint/src/endpoints.ts b/clients/client-pinpoint/src/endpoints.ts index 54e0f9367142..1583870c9b3a 100644 --- a/clients/client-pinpoint/src/endpoints.ts +++ b/clients/client-pinpoint/src/endpoints.ts @@ -151,11 +151,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.c2s.ic.gov", + variants: [ + { + hostname: "pinpoint.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "pinpoint.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-polly/src/endpoints.ts b/clients/client-polly/src/endpoints.ts index e903a244b8d8..be5998206210 100644 --- a/clients/client-polly/src/endpoints.ts +++ b/clients/client-polly/src/endpoints.ts @@ -196,11 +196,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "polly.{region}.c2s.ic.gov", + variants: [ + { + hostname: "polly.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "polly.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "polly.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-pricing/src/endpoints.ts b/clients/client-pricing/src/endpoints.ts index a9016189ec23..7f3b416611ac 100644 --- a/clients/client-pricing/src/endpoints.ts +++ b/clients/client-pricing/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.pricing.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.pricing.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-proton/src/endpoints.ts b/clients/client-proton/src/endpoints.ts index 9112b6b04e2d..d98084eff911 100644 --- a/clients/client-proton/src/endpoints.ts +++ b/clients/client-proton/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "proton.{region}.c2s.ic.gov", + variants: [ + { + hostname: "proton.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "proton.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "proton.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-qldb-session/src/endpoints.ts b/clients/client-qldb-session/src/endpoints.ts index 3d3b5f53f572..565e147582d1 100644 --- a/clients/client-qldb-session/src/endpoints.ts +++ b/clients/client-qldb-session/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.c2s.ic.gov", + variants: [ + { + hostname: "session.qldb.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "session.qldb.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-qldb/src/endpoints.ts b/clients/client-qldb/src/endpoints.ts index 2f53dbe96eef..1406216cc095 100644 --- a/clients/client-qldb/src/endpoints.ts +++ b/clients/client-qldb/src/endpoints.ts @@ -149,11 +149,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "qldb.{region}.c2s.ic.gov", + variants: [ + { + hostname: "qldb.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "qldb.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "qldb.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-quicksight/src/endpoints.ts b/clients/client-quicksight/src/endpoints.ts index 5d407f5d67a7..b7b002471869 100644 --- a/clients/client-quicksight/src/endpoints.ts +++ b/clients/client-quicksight/src/endpoints.ts @@ -77,11 +77,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.c2s.ic.gov", + variants: [ + { + hostname: "quicksight.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "quicksight.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["api", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ram/src/endpoints.ts b/clients/client-ram/src/endpoints.ts index 2261e892f6a8..78a899944856 100644 --- a/clients/client-ram/src/endpoints.ts +++ b/clients/client-ram/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ram.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ram.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ram.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ram.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-rds-data/src/endpoints.ts b/clients/client-rds-data/src/endpoints.ts index 792c7bb74419..49d646b98a6a 100644 --- a/clients/client-rds-data/src/endpoints.ts +++ b/clients/client-rds-data/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.c2s.ic.gov", + variants: [ + { + hostname: "rds-data.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "rds-data.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index 6875f9f598dc..7e29759625b8 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -393,11 +393,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "rds.{region}.c2s.ic.gov", + variants: [ + { + hostname: "rds.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "rds.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "rds.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-redshift-data/src/endpoints.ts b/clients/client-redshift-data/src/endpoints.ts index 11c082a6b720..2f62ecd77ce8 100644 --- a/clients/client-redshift-data/src/endpoints.ts +++ b/clients/client-redshift-data/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.c2s.ic.gov", + variants: [ + { + hostname: "redshift-data.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "redshift-data.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-redshift/src/endpoints.ts b/clients/client-redshift/src/endpoints.ts index e355b9980740..0b4e548259ab 100644 --- a/clients/client-redshift/src/endpoints.ts +++ b/clients/client-redshift/src/endpoints.ts @@ -217,11 +217,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "redshift.{region}.c2s.ic.gov", + variants: [ + { + hostname: "redshift.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "redshift.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "redshift.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index b0967dd0a851..a49448776e4e 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -374,11 +374,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.c2s.ic.gov", + variants: [ + { + hostname: "rekognition.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "rekognition.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-resource-groups-tagging-api/src/endpoints.ts b/clients/client-resource-groups-tagging-api/src/endpoints.ts index 9db8f06b020b..fe1315ba00c3 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoints.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "tagging.{region}.c2s.ic.gov", + variants: [ + { + hostname: "tagging.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "tagging.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "tagging.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-resource-groups/src/endpoints.ts b/clients/client-resource-groups/src/endpoints.ts index d9b9d3243b40..f1bd3b099e64 100644 --- a/clients/client-resource-groups/src/endpoints.ts +++ b/clients/client-resource-groups/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.c2s.ic.gov", + variants: [ + { + hostname: "resource-groups.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "resource-groups.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-robomaker/src/endpoints.ts b/clients/client-robomaker/src/endpoints.ts index 81d1a0b0f421..2518cef46434 100644 --- a/clients/client-robomaker/src/endpoints.ts +++ b/clients/client-robomaker/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "robomaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "robomaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-route-53-domains/src/endpoints.ts b/clients/client-route-53-domains/src/endpoints.ts index 184113085827..f035935f0e2e 100644 --- a/clients/client-route-53-domains/src/endpoints.ts +++ b/clients/client-route-53-domains/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53domains.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53domains.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-route-53/src/endpoints.ts b/clients/client-route-53/src/endpoints.ts index e8e668b9f4a7..a53358c21194 100644 --- a/clients/client-route-53/src/endpoints.ts +++ b/clients/client-route-53/src/endpoints.ts @@ -110,7 +110,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "route53.{region}.amazonaws.com", variants: [ { hostname: "route53-fips.{region}.amazonaws.com", @@ -129,11 +129,12 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", - endpoint: "aws-cn-global", + hostname: "route53.{region}.amazonaws.com.cn", variants: [ { hostname: "route53-fips.{region}.amazonaws.com.cn", @@ -152,21 +153,36 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-cn-global", }, "aws-iso": { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", + hostname: "route53.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53.{region}.c2s.ic.gov", + tags: [], + }, + ], endpoint: "aws-iso-global", }, "aws-iso-b": { regions: ["aws-iso-b-global", "us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", + hostname: "route53.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53.{region}.sc2s.sgov.gov", + tags: [], + }, + ], endpoint: "aws-iso-b-global", }, "aws-us-gov": { regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - endpoint: "aws-us-gov-global", + hostname: "route53.{region}.amazonaws.com", variants: [ { hostname: "route53-fips.{region}.amazonaws.com", @@ -185,6 +201,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-route53-recovery-cluster/src/endpoints.ts b/clients/client-route53-recovery-cluster/src/endpoints.ts index d48029b297bd..b87f8083af67 100644 --- a/clients/client-route53-recovery-cluster/src/endpoints.ts +++ b/clients/client-route53-recovery-cluster/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53-recovery-cluster.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53-recovery-cluster.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-route53-recovery-control-config/src/endpoints.ts b/clients/client-route53-recovery-control-config/src/endpoints.ts index 2748c7f230b8..1ba215c12ddd 100644 --- a/clients/client-route53-recovery-control-config/src/endpoints.ts +++ b/clients/client-route53-recovery-control-config/src/endpoints.ts @@ -88,11 +88,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53-recovery-control-config.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53-recovery-control-config.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-route53-recovery-readiness/src/endpoints.ts b/clients/client-route53-recovery-readiness/src/endpoints.ts index d3a3ff341fdd..1dc290d890b3 100644 --- a/clients/client-route53-recovery-readiness/src/endpoints.ts +++ b/clients/client-route53-recovery-readiness/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53-recovery-readiness.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53-recovery-readiness.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-route53resolver/src/endpoints.ts b/clients/client-route53resolver/src/endpoints.ts index 124be2ab36f5..e2c6a983ffa3 100644 --- a/clients/client-route53resolver/src/endpoints.ts +++ b/clients/client-route53resolver/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.c2s.ic.gov", + variants: [ + { + hostname: "route53resolver.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "route53resolver.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-s3-control/src/endpoints.ts b/clients/client-s3-control/src/endpoints.ts index 5c7057bf46c0..673a3d257ee4 100644 --- a/clients/client-s3-control/src/endpoints.ts +++ b/clients/client-s3-control/src/endpoints.ts @@ -502,11 +502,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.c2s.ic.gov", + variants: [ + { + hostname: "s3-control.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "s3-control.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index 6f421b8126aa..ec615eab1619 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -603,11 +603,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "s3.{region}.c2s.ic.gov", + variants: [ + { + hostname: "s3.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "s3.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "s3.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-s3outposts/src/endpoints.ts b/clients/client-s3outposts/src/endpoints.ts index 9bc7d75bdb04..80314a6c9331 100644 --- a/clients/client-s3outposts/src/endpoints.ts +++ b/clients/client-s3outposts/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.c2s.ic.gov", + variants: [ + { + hostname: "s3-outposts.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "s3-outposts.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts index 9512d607d33a..7f0d654ca1df 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "a2i-runtime.sagemaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "a2i-runtime.sagemaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sagemaker-edge/src/endpoints.ts b/clients/client-sagemaker-edge/src/endpoints.ts index a8cb0196c220..a04224f44536 100644 --- a/clients/client-sagemaker-edge/src/endpoints.ts +++ b/clients/client-sagemaker-edge/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "edge.sagemaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "edge.sagemaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts index 56f5e8991cb7..08d1bc126ef2 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "featurestore-runtime.sagemaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "featurestore-runtime.sagemaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sagemaker-runtime/src/endpoints.ts b/clients/client-sagemaker-runtime/src/endpoints.ts index 64b3512aaeba..bc9659c48bb0 100644 --- a/clients/client-sagemaker-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-runtime/src/endpoints.ts @@ -188,11 +188,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "runtime.sagemaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "runtime.sagemaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index cda6a815ed2d..59445ab8a4db 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -212,11 +212,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.c2s.ic.gov", + variants: [ + { + hostname: "api.sagemaker.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "api.sagemaker.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-savingsplans/src/endpoints.ts b/clients/client-savingsplans/src/endpoints.ts index 397b5320517f..7adce3cbb0ae 100644 --- a/clients/client-savingsplans/src/endpoints.ts +++ b/clients/client-savingsplans/src/endpoints.ts @@ -41,7 +41,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "savingsplans.{region}.amazonaws.com", variants: [ { hostname: "savingsplans-fips.{region}.amazonaws.com", @@ -60,6 +60,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -88,11 +89,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.c2s.ic.gov", + variants: [ + { + hostname: "savingsplans.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "savingsplans.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-schemas/src/endpoints.ts b/clients/client-schemas/src/endpoints.ts index a4713a894bd9..8e815eb53845 100644 --- a/clients/client-schemas/src/endpoints.ts +++ b/clients/client-schemas/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "schemas.{region}.c2s.ic.gov", + variants: [ + { + hostname: "schemas.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "schemas.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "schemas.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-secrets-manager/src/endpoints.ts b/clients/client-secrets-manager/src/endpoints.ts index c1f7774790e2..625271ccb0ce 100644 --- a/clients/client-secrets-manager/src/endpoints.ts +++ b/clients/client-secrets-manager/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.c2s.ic.gov", + variants: [ + { + hostname: "secretsmanager.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "secretsmanager.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-securityhub/src/endpoints.ts b/clients/client-securityhub/src/endpoints.ts index 21980087dcf7..126956d0f90a 100644 --- a/clients/client-securityhub/src/endpoints.ts +++ b/clients/client-securityhub/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.c2s.ic.gov", + variants: [ + { + hostname: "securityhub.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "securityhub.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-serverlessapplicationrepository/src/endpoints.ts b/clients/client-serverlessapplicationrepository/src/endpoints.ts index e1e33d66ac8e..a243328f85a7 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoints.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoints.ts @@ -97,11 +97,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.c2s.ic.gov", + variants: [ + { + hostname: "serverlessrepo.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "serverlessrepo.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-service-catalog-appregistry/src/endpoints.ts b/clients/client-service-catalog-appregistry/src/endpoints.ts index 1dc5c72dbbc1..6f51c6f36f66 100644 --- a/clients/client-service-catalog-appregistry/src/endpoints.ts +++ b/clients/client-service-catalog-appregistry/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.c2s.ic.gov", + variants: [ + { + hostname: "servicecatalog-appregistry.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "servicecatalog-appregistry.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-service-catalog/src/endpoints.ts b/clients/client-service-catalog/src/endpoints.ts index fcad8c320940..37c7920d15b4 100644 --- a/clients/client-service-catalog/src/endpoints.ts +++ b/clients/client-service-catalog/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.c2s.ic.gov", + variants: [ + { + hostname: "servicecatalog.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "servicecatalog.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-service-quotas/src/endpoints.ts b/clients/client-service-quotas/src/endpoints.ts index a0e23c3344c6..ea3e0a13a63a 100644 --- a/clients/client-service-quotas/src/endpoints.ts +++ b/clients/client-service-quotas/src/endpoints.ts @@ -123,11 +123,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.c2s.ic.gov", + variants: [ + { + hostname: "servicequotas.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "servicequotas.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index 7d0e06d9e445..1db93d77d407 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -269,11 +269,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.c2s.ic.gov", + variants: [ + { + hostname: "servicediscovery.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "servicediscovery.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: [ diff --git a/clients/client-ses/src/endpoints.ts b/clients/client-ses/src/endpoints.ts index e1911c30fbf9..0ddea61ec03d 100644 --- a/clients/client-ses/src/endpoints.ts +++ b/clients/client-ses/src/endpoints.ts @@ -100,11 +100,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "email.{region}.c2s.ic.gov", + variants: [ + { + hostname: "email.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "email.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "email.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sesv2/src/endpoints.ts b/clients/client-sesv2/src/endpoints.ts index e1911c30fbf9..0ddea61ec03d 100644 --- a/clients/client-sesv2/src/endpoints.ts +++ b/clients/client-sesv2/src/endpoints.ts @@ -100,11 +100,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "email.{region}.c2s.ic.gov", + variants: [ + { + hostname: "email.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "email.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "email.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sfn/src/endpoints.ts b/clients/client-sfn/src/endpoints.ts index 4bcbda48efa7..d531f732d077 100644 --- a/clients/client-sfn/src/endpoints.ts +++ b/clients/client-sfn/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "states.{region}.c2s.ic.gov", + variants: [ + { + hostname: "states.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "states.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "states.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-shield/src/endpoints.ts b/clients/client-shield/src/endpoints.ts index 53eb3ce3a00f..159e036f790e 100644 --- a/clients/client-shield/src/endpoints.ts +++ b/clients/client-shield/src/endpoints.ts @@ -56,7 +56,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "shield.{region}.amazonaws.com", variants: [ { hostname: "shield-fips.{region}.amazonaws.com", @@ -75,6 +75,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -103,11 +104,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "shield.{region}.c2s.ic.gov", + variants: [ + { + hostname: "shield.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "shield.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "shield.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-signer/src/endpoints.ts b/clients/client-signer/src/endpoints.ts index c48e4121447c..5f5e2030437f 100644 --- a/clients/client-signer/src/endpoints.ts +++ b/clients/client-signer/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "signer.{region}.c2s.ic.gov", + variants: [ + { + hostname: "signer.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "signer.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "signer.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sms/src/endpoints.ts b/clients/client-sms/src/endpoints.ts index f3a2b099545a..d00ea5574af3 100644 --- a/clients/client-sms/src/endpoints.ts +++ b/clients/client-sms/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sms.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sms.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sms.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sms.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-snow-device-management/src/endpoints.ts b/clients/client-snow-device-management/src/endpoints.ts index ac5d2c6c231e..ce2eaa1d63fc 100644 --- a/clients/client-snow-device-management/src/endpoints.ts +++ b/clients/client-snow-device-management/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.c2s.ic.gov", + variants: [ + { + hostname: "snow-device-management.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "snow-device-management.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-snowball/src/endpoints.ts b/clients/client-snowball/src/endpoints.ts index 67709d2dc84b..0fd3ec669e00 100644 --- a/clients/client-snowball/src/endpoints.ts +++ b/clients/client-snowball/src/endpoints.ts @@ -553,11 +553,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "snowball.{region}.c2s.ic.gov", + variants: [ + { + hostname: "snowball.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "snowball.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "snowball.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sns/src/endpoints.ts b/clients/client-sns/src/endpoints.ts index ad7f413606b2..c7f66ec08a77 100644 --- a/clients/client-sns/src/endpoints.ts +++ b/clients/client-sns/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sns.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sns.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sns.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sns.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sqs/src/endpoints.ts b/clients/client-sqs/src/endpoints.ts index 867060870984..c571e9891d81 100644 --- a/clients/client-sqs/src/endpoints.ts +++ b/clients/client-sqs/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sqs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sqs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sqs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sqs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ssm-contacts/src/endpoints.ts b/clients/client-ssm-contacts/src/endpoints.ts index 23e16336002a..b4be861dd521 100644 --- a/clients/client-ssm-contacts/src/endpoints.ts +++ b/clients/client-ssm-contacts/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ssm-contacts.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ssm-contacts.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ssm-incidents/src/endpoints.ts b/clients/client-ssm-incidents/src/endpoints.ts index cb4e477251c1..b2028e61a31d 100644 --- a/clients/client-ssm-incidents/src/endpoints.ts +++ b/clients/client-ssm-incidents/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ssm-incidents.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ssm-incidents.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-ssm/src/endpoints.ts b/clients/client-ssm/src/endpoints.ts index 0b201d267000..27c5c0dd2eb1 100644 --- a/clients/client-ssm/src/endpoints.ts +++ b/clients/client-ssm/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ssm.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ssm.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ssm.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ssm.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sso-admin/src/endpoints.ts b/clients/client-sso-admin/src/endpoints.ts index 842b4194053b..530d0f3cf5d4 100644 --- a/clients/client-sso-admin/src/endpoints.ts +++ b/clients/client-sso-admin/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sso.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sso.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sso.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sso.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sso-oidc/src/endpoints.ts b/clients/client-sso-oidc/src/endpoints.ts index 241c20ef0302..2cd6ab378c8b 100644 --- a/clients/client-sso-oidc/src/endpoints.ts +++ b/clients/client-sso-oidc/src/endpoints.ts @@ -237,11 +237,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "oidc.{region}.c2s.ic.gov", + variants: [ + { + hostname: "oidc.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "oidc.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "oidc.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index b0645f7ef60f..226bb270d8e9 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -237,11 +237,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.c2s.ic.gov", + variants: [ + { + hostname: "portal.sso.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "portal.sso.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index bc8dffc92b2d..6fcdd951c11f 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -254,11 +254,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.c2s.ic.gov", + variants: [ + { + hostname: "storagegateway.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "storagegateway.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-sts/src/endpoints.ts b/clients/client-sts/src/endpoints.ts index 604b64e6bbae..9f575ef4f75c 100644 --- a/clients/client-sts/src/endpoints.ts +++ b/clients/client-sts/src/endpoints.ts @@ -230,11 +230,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "sts.{region}.c2s.ic.gov", + variants: [ + { + hostname: "sts.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "sts.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "sts.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-support/src/endpoints.ts b/clients/client-support/src/endpoints.ts index b857c772514a..6424e6a7a033 100644 --- a/clients/client-support/src/endpoints.ts +++ b/clients/client-support/src/endpoints.ts @@ -152,11 +152,23 @@ const partitionHash: PartitionHash = { regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "support.{region}.c2s.ic.gov", + variants: [ + { + hostname: "support.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["aws-iso-b-global", "us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "support.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "support.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["aws-us-gov-global", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-swf/src/endpoints.ts b/clients/client-swf/src/endpoints.ts index c29cd853f1d4..dab0ea7a4371 100644 --- a/clients/client-swf/src/endpoints.ts +++ b/clients/client-swf/src/endpoints.ts @@ -193,11 +193,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "swf.{region}.c2s.ic.gov", + variants: [ + { + hostname: "swf.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "swf.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "swf.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-synthetics/src/endpoints.ts b/clients/client-synthetics/src/endpoints.ts index 31f289c380f9..45f6b42b7474 100644 --- a/clients/client-synthetics/src/endpoints.ts +++ b/clients/client-synthetics/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.c2s.ic.gov", + variants: [ + { + hostname: "synthetics.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "synthetics.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-textract/src/endpoints.ts b/clients/client-textract/src/endpoints.ts index 25129fb3256b..e5c944ad9890 100644 --- a/clients/client-textract/src/endpoints.ts +++ b/clients/client-textract/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "textract.{region}.c2s.ic.gov", + variants: [ + { + hostname: "textract.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "textract.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "textract.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-timestream-query/src/endpoints.ts b/clients/client-timestream-query/src/endpoints.ts index aa0ff7c1aea9..893f5c37fe80 100644 --- a/clients/client-timestream-query/src/endpoints.ts +++ b/clients/client-timestream-query/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.c2s.ic.gov", + variants: [ + { + hostname: "query.timestream.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "query.timestream.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-timestream-write/src/endpoints.ts b/clients/client-timestream-write/src/endpoints.ts index 58d9f1c011dd..f12fa47c54f6 100644 --- a/clients/client-timestream-write/src/endpoints.ts +++ b/clients/client-timestream-write/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.c2s.ic.gov", + variants: [ + { + hostname: "ingest.timestream.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "ingest.timestream.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index 4ef89a1fd6dc..e87aa304d516 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -181,11 +181,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.c2s.ic.gov", + variants: [ + { + hostname: "transcribestreaming.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "transcribestreaming.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-transcribe/src/endpoints.ts b/clients/client-transcribe/src/endpoints.ts index 737f4c318127..8394651522bf 100644 --- a/clients/client-transcribe/src/endpoints.ts +++ b/clients/client-transcribe/src/endpoints.ts @@ -231,11 +231,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.c2s.ic.gov", + variants: [ + { + hostname: "transcribe.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "transcribe.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-transfer/src/endpoints.ts b/clients/client-transfer/src/endpoints.ts index 5c3ad954cf74..9f413ea7fb51 100644 --- a/clients/client-transfer/src/endpoints.ts +++ b/clients/client-transfer/src/endpoints.ts @@ -243,11 +243,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "transfer.{region}.c2s.ic.gov", + variants: [ + { + hostname: "transfer.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "transfer.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "transfer.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-translate/src/endpoints.ts b/clients/client-translate/src/endpoints.ts index b2d618877b88..4d8d633018c4 100644 --- a/clients/client-translate/src/endpoints.ts +++ b/clients/client-translate/src/endpoints.ts @@ -172,11 +172,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "translate.{region}.c2s.ic.gov", + variants: [ + { + hostname: "translate.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "translate.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "translate.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], diff --git a/clients/client-voice-id/src/endpoints.ts b/clients/client-voice-id/src/endpoints.ts index 0ff40364346e..89c795e965d1 100644 --- a/clients/client-voice-id/src/endpoints.ts +++ b/clients/client-voice-id/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.c2s.ic.gov", + variants: [ + { + hostname: "voiceid.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "voiceid.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-waf-regional/src/endpoints.ts b/clients/client-waf-regional/src/endpoints.ts index 02598229979b..c563cbb5ed31 100644 --- a/clients/client-waf-regional/src/endpoints.ts +++ b/clients/client-waf-regional/src/endpoints.ts @@ -698,11 +698,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.c2s.ic.gov", + variants: [ + { + hostname: "waf-regional.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "waf-regional.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 23e10392bbde..4a455d2e423d 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -82,7 +82,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - endpoint: "aws-global", + hostname: "waf.{region}.amazonaws.com", variants: [ { hostname: "waf-fips.{region}.amazonaws.com", @@ -101,6 +101,7 @@ const partitionHash: PartitionHash = { tags: [], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -129,11 +130,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "waf.{region}.c2s.ic.gov", + variants: [ + { + hostname: "waf.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "waf.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "waf.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-wafv2/src/endpoints.ts b/clients/client-wafv2/src/endpoints.ts index c42cfe01b9b4..f37d33269bd6 100644 --- a/clients/client-wafv2/src/endpoints.ts +++ b/clients/client-wafv2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "wafv2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "wafv2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-wellarchitected/src/endpoints.ts b/clients/client-wellarchitected/src/endpoints.ts index 70d79fddb9ab..f94868666711 100644 --- a/clients/client-wellarchitected/src/endpoints.ts +++ b/clients/client-wellarchitected/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.c2s.ic.gov", + variants: [ + { + hostname: "wellarchitected.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "wellarchitected.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-wisdom/src/endpoints.ts b/clients/client-wisdom/src/endpoints.ts index 05fed48c9cb7..b82e55445cfc 100644 --- a/clients/client-wisdom/src/endpoints.ts +++ b/clients/client-wisdom/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.c2s.ic.gov", + variants: [ + { + hostname: "wisdom.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "wisdom.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-workdocs/src/endpoints.ts b/clients/client-workdocs/src/endpoints.ts index 520b5d9c42da..30da86165a60 100644 --- a/clients/client-workdocs/src/endpoints.ts +++ b/clients/client-workdocs/src/endpoints.ts @@ -125,11 +125,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.c2s.ic.gov", + variants: [ + { + hostname: "workdocs.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "workdocs.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-worklink/src/endpoints.ts b/clients/client-worklink/src/endpoints.ts index 0e9f165796d3..d92be78d3858 100644 --- a/clients/client-worklink/src/endpoints.ts +++ b/clients/client-worklink/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "worklink.{region}.c2s.ic.gov", + variants: [ + { + hostname: "worklink.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "worklink.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "worklink.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-workmail/src/endpoints.ts b/clients/client-workmail/src/endpoints.ts index cc4a51e2daec..bd5b4491a6bc 100644 --- a/clients/client-workmail/src/endpoints.ts +++ b/clients/client-workmail/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "workmail.{region}.c2s.ic.gov", + variants: [ + { + hostname: "workmail.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "workmail.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "workmail.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-workmailmessageflow/src/endpoints.ts b/clients/client-workmailmessageflow/src/endpoints.ts index 936939536587..c81536f7e137 100644 --- a/clients/client-workmailmessageflow/src/endpoints.ts +++ b/clients/client-workmailmessageflow/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.c2s.ic.gov", + variants: [ + { + hostname: "workmailmessageflow.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "workmailmessageflow.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-workspaces/src/endpoints.ts b/clients/client-workspaces/src/endpoints.ts index 2e3f650c0f10..b6c2a01202c9 100644 --- a/clients/client-workspaces/src/endpoints.ts +++ b/clients/client-workspaces/src/endpoints.ts @@ -148,11 +148,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.c2s.ic.gov", + variants: [ + { + hostname: "workspaces.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "workspaces.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/clients/client-xray/src/endpoints.ts b/clients/client-xray/src/endpoints.ts index d7fe27c54eb0..d4d51c74b3ed 100644 --- a/clients/client-xray/src/endpoints.ts +++ b/clients/client-xray/src/endpoints.ts @@ -219,11 +219,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "xray.{region}.c2s.ic.gov", + variants: [ + { + hostname: "xray.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "xray.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "xray.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-ec2/src/endpoints.ts b/private/aws-protocoltests-ec2/src/endpoints.ts index e0e14bd016d2..0b5a76f9656b 100644 --- a/private/aws-protocoltests-ec2/src/endpoints.ts +++ b/private/aws-protocoltests-ec2/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.c2s.ic.gov", + variants: [ + { + hostname: "awsec2.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "awsec2.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-json-10/src/endpoints.ts b/private/aws-protocoltests-json-10/src/endpoints.ts index bd8e2383619b..117b35e7c20b 100644 --- a/private/aws-protocoltests-json-10/src/endpoints.ts +++ b/private/aws-protocoltests-json-10/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.c2s.ic.gov", + variants: [ + { + hostname: "jsonrpc10.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "jsonrpc10.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-json/src/endpoints.ts b/private/aws-protocoltests-json/src/endpoints.ts index 67f497b36335..bad0af02f9de 100644 --- a/private/aws-protocoltests-json/src/endpoints.ts +++ b/private/aws-protocoltests-json/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.c2s.ic.gov", + variants: [ + { + hostname: "jsonprotocol.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "jsonprotocol.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-query/src/endpoints.ts b/private/aws-protocoltests-query/src/endpoints.ts index 078bf9da8739..beb283aca02d 100644 --- a/private/aws-protocoltests-query/src/endpoints.ts +++ b/private/aws-protocoltests-query/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.c2s.ic.gov", + variants: [ + { + hostname: "awsquery.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "awsquery.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-restjson/src/endpoints.ts b/private/aws-protocoltests-restjson/src/endpoints.ts index 78ef84690f2f..ee767aa7e22a 100644 --- a/private/aws-protocoltests-restjson/src/endpoints.ts +++ b/private/aws-protocoltests-restjson/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "restjson.{region}.c2s.ic.gov", + variants: [ + { + hostname: "restjson.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "restjson.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "restjson.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], diff --git a/private/aws-protocoltests-restxml/src/endpoints.ts b/private/aws-protocoltests-restxml/src/endpoints.ts index 58322756d37e..65701e149341 100644 --- a/private/aws-protocoltests-restxml/src/endpoints.ts +++ b/private/aws-protocoltests-restxml/src/endpoints.ts @@ -76,11 +76,23 @@ const partitionHash: PartitionHash = { regions: ["us-iso-east-1", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "restxml.{region}.c2s.ic.gov", + variants: [ + { + hostname: "restxml.{region}.c2s.ic.gov", + tags: [], + }, + ], }, "aws-iso-b": { regions: ["us-isob-east-1"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "restxml.{region}.sc2s.sgov.gov", + variants: [ + { + hostname: "restxml.{region}.sc2s.sgov.gov", + tags: [], + }, + ], }, "aws-us-gov": { regions: ["us-gov-east-1", "us-gov-west-1"], From 3dab37ffec4fcab43162a28b96978477213df04d Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:55:23 +0000 Subject: [PATCH 14/24] chore(config-resolver): make hostname and variants compulsory in PartitionHash --- packages/config-resolver/src/regionInfo/PartitionHash.ts | 4 ++-- .../config-resolver/src/regionInfo/getRegionInfo.spec.ts | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/config-resolver/src/regionInfo/PartitionHash.ts b/packages/config-resolver/src/regionInfo/PartitionHash.ts index 0c7a609ae67c..8ab56fe28857 100644 --- a/packages/config-resolver/src/regionInfo/PartitionHash.ts +++ b/packages/config-resolver/src/regionInfo/PartitionHash.ts @@ -10,8 +10,8 @@ export type PartitionHash = { regions: string[]; regionRegex: string; // TODO: Remove hostname after fully switching to variants. - hostname?: string; + hostname: string; + variants: EndpointVariant[]; endpoint?: string; - variants?: EndpointVariant[]; }; }; diff --git a/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts b/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts index 64973b240258..71b695ca0b46 100644 --- a/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts +++ b/packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts @@ -44,9 +44,8 @@ describe(getRegionInfo.name, () => { [mockPartition]: { regions: [mockRegion, `${mockRegion}2`, `${mockRegion}3`], regionRegex: mockRegionRegex, - ...((regionCase === RegionCase.REGION || regionCase === RegionCase.REGION_AND_ENDPOINT) && { - hostname: mockHostname, - }), + hostname: mockHostname, + variants: [{ hostname: mockHostname, tags: [] }], ...((regionCase === RegionCase.ENDPOINT || regionCase === RegionCase.REGION_AND_ENDPOINT) && { endpoint: mockEndpointRegion, }), From 866a0ea5bb6da1689478432a143b0ee4909b4e5a Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:31:42 +0000 Subject: [PATCH 15/24] test(config-resolver): fix PartitionHash in getResolvedPartition.spec.ts --- .../config-resolver/src/regionInfo/getResolvedPartition.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/config-resolver/src/regionInfo/getResolvedPartition.spec.ts b/packages/config-resolver/src/regionInfo/getResolvedPartition.spec.ts index 9a4fc86593a6..5af38e56ed42 100644 --- a/packages/config-resolver/src/regionInfo/getResolvedPartition.spec.ts +++ b/packages/config-resolver/src/regionInfo/getResolvedPartition.spec.ts @@ -13,6 +13,7 @@ describe(getResolvedPartition.name, () => { regions: [mockRegion, `${mockRegion}2`, `${mockRegion}3`], regionRegex: mockRegionRegex, hostname: mockHostname, + variants: [{ hostname: mockHostname, tags: [] }], }, }; expect(getResolvedPartition(mockRegion, { partitionHash: mockPartitionHash })).toBe(mockPartition); @@ -24,6 +25,7 @@ describe(getResolvedPartition.name, () => { regions: [`${mockRegion}2`, `${mockRegion}3`], regionRegex: mockRegionRegex, hostname: mockHostname, + variants: [{ hostname: mockHostname, tags: [] }], }, }; expect(getResolvedPartition(mockRegion, { partitionHash: mockPartitionHash })).toBe("aws"); From e0aa67a7e2ae13b8d9fcc5ce429c159afad2c137 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:35:40 +0000 Subject: [PATCH 16/24] chore(codegen): remove checks for hostname and variants --- .../typescript/codegen/EndpointGenerator.java | 36 ++++++++----------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index f253143f09e6..3f3070850749 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -178,29 +178,23 @@ private void writeEndpointProviderFunction() { } private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { - if (resolved.containsMember("variants") - || resolved.containsMember("hostname") - || resolved.containsMember("credentialScope")) { - writer.openBlock("$S: {", "},", region, () -> { - // TODO: Remove population of hostname after switching to variants. - if (resolved.containsMember("hostname")) { - String hostname = resolved.expectStringMember("hostname").getValue(); - writer.write("hostname: $S,", hostname); - } - if (resolved.containsMember("variants")) { - ArrayNode variants = resolved.expectArrayMember("variants"); - writer.write("variants: $L,", ArrayNode.prettyPrintJson(variants)); - } - resolved.getObjectMember("credentialScope").ifPresent(scope -> { - scope.getStringMember("region").ifPresent(signingRegion -> { - writer.write("signingRegion: $S,", signingRegion); - }); - scope.getStringMember("service").ifPresent(signingService -> { - writer.write("signingService: $S,", signingService); - }); + writer.openBlock("$S: {", "},", region, () -> { + // TODO: Remove population of hostname after switching to variants. + String hostname = resolved.expectStringMember("hostname").getValue(); + writer.write("hostname: $S,", hostname); + + ArrayNode variants = resolved.expectArrayMember("variants"); + writer.write("variants: $L,", ArrayNode.prettyPrintJson(variants)); + + resolved.getObjectMember("credentialScope").ifPresent(scope -> { + scope.getStringMember("region").ifPresent(signingRegion -> { + writer.write("signingRegion: $S,", signingRegion); + }); + scope.getStringMember("service").ifPresent(signingService -> { + writer.write("signingService: $S,", signingService); }); }); - } + }); } private ObjectNode getDefaultVariant(String hostname) { From 22b7a5539018ec39f712cf6a1202f872ae70b86b Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:43:53 +0000 Subject: [PATCH 17/24] chore(codegen): return ArrayNode from partition.getVariants() --- .../aws/typescript/codegen/EndpointGenerator.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 3f3070850749..c849076549d3 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -145,11 +145,7 @@ private void writePartitionHash() { // TODO: Remove hostname after fully switching to variants. writer.write("hostname: $S,", partition.hostnameTemplate); - writer.openBlock("variants: [", "],", () -> { - partition.getVariants().forEach(variant -> { - writer.write("$L, ", Node.prettyPrintJson(variant)); - }); - }); + writer.write("variants: $L,", ArrayNode.prettyPrintJson(partition.getVariants())); partition.getPartitionEndpoint().ifPresent( endpoint -> writer.write("endpoint: $S,", endpoint)); @@ -251,7 +247,7 @@ Set getAllRegions() { return regions; } - List getVariants() { + ArrayNode getVariants() { List allVariants = new ArrayList(); if (defaults.containsMember("variants")) { @@ -270,7 +266,7 @@ List getVariants() { } allVariants.add(getDefaultVariant(hostnameTemplate)); - return allVariants; + return ArrayNode.fromNodes(allVariants); } Optional getPartitionEndpoint() { From 6f20a328b90d9af1779dd9f36fd167d2a8ba266f Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:03:53 +0000 Subject: [PATCH 18/24] chore(codegen): add utility getResolvedHostname --- .../typescript/codegen/EndpointGenerator.java | 42 ++++++++++++------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index c849076549d3..2b57af5786f3 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -95,16 +95,14 @@ private void loadServiceEndpoints() { // TODO: Do not populate config if "deprecated" is present. if (config.containsMember("hostname") || config.containsMember("variants")) { String hostname = config.getStringMemberOrDefault("hostname", partition.hostnameTemplate); + String resolvedHostname = getResolvedHostname(hostname, dnsSuffix, endpointPrefix, entry.getKey()); - hostname = hostname.replace("{dnsSuffix}", dnsSuffix); - hostname = hostname.replace("{service}", endpointPrefix); - hostname = hostname.replace("{region}", entry.getKey()); // TODO: Remove hostname after fully switching to variants. - config = config.withMember("hostname", hostname); + config = config.withMember("hostname", resolvedHostname); ArrayNode variants = config.getArrayMember("variants").orElse( ArrayNode.fromNodes()); - ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(hostname)); + ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(resolvedHostname)); // Populate hostname as the default variant. config = config.withMember("variants", variants.merge(defaultVariant)); @@ -200,6 +198,24 @@ private ObjectNode getDefaultVariant(String hostname) { return ObjectNode.fromStringMap(defaultVariant).withMember("tags", defaultVariantTags); } + private String getResolvedHostname( + String hostnameTemplate, + String dnsSuffix, + String service) { + return getResolvedHostname(hostnameTemplate, dnsSuffix, service, "{region}"); + } + + private String getResolvedHostname( + String hostnameTemplate, + String dnsSuffix, + String service, + String region) { + return hostnameTemplate + .replace("{service}", service) + .replace("{region}", region) + .replace("{dnsSuffix}", dnsSuffix); + } + private final class Partition { final ObjectNode defaults; final String dnsSuffix; @@ -219,10 +235,8 @@ private Partition(ObjectNode config, String partition) { regionRegex = config.expectStringMember("regionRegex").getValue(); // Resolve the template to use for this service in this partition. - String template = defaults.expectStringMember("hostname").getValue(); - template = template.replace("{service}", endpointPrefix); - template = template.replace("{dnsSuffix}", dnsSuffix); - hostnameTemplate = template; + String hostname = defaults.expectStringMember("hostname").getValue(); + hostnameTemplate = getResolvedHostname(hostname, dnsSuffix, endpointPrefix); } ObjectNode getDefaults() { @@ -255,13 +269,9 @@ ArrayNode getVariants() { variants.forEach(variant -> { ObjectNode variantNode = variant.expectObjectNode(); String hostname = variantNode.expectStringMember("hostname").getValue(); - if (variantNode.containsMember("dnsSuffix")) { - String dnsSuffix = variantNode.expectStringMember("dnsSuffix").getValue(); - hostname = hostname.replace("{dnsSuffix}", dnsSuffix); - } - hostname = hostname.replace("{service}", endpointPrefix); - hostname = hostname.replace("{dnsSuffix}", dnsSuffix); - allVariants.add(variantNode.withMember("hostname", hostname).withoutMember("dnsSuffix")); + String dnsSuffix = variantNode.getStringMemberOrDefault("dnsSuffix", this.dnsSuffix); + String resolvedHostname = getResolvedHostname(hostname, dnsSuffix, endpointPrefix); + allVariants.add(variantNode.withMember("hostname", resolvedHostname).withoutMember("dnsSuffix")); }); } allVariants.add(getDefaultVariant(hostnameTemplate)); From 4962f21c65e9cc4de190b32995ae975cf04d5c30 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:12:08 +0000 Subject: [PATCH 19/24] chore(codegen): update comments in EndpointResolver --- .../smithy/aws/typescript/codegen/EndpointGenerator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 2b57af5786f3..f7af30a3be66 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -92,7 +92,7 @@ private void loadServiceEndpoints() { for (Map.Entry entry : endpointMap.getStringMap().entrySet()) { ObjectNode config = entry.getValue().expectObjectNode(); - // TODO: Do not populate config if "deprecated" is present. + // TODO: Do not populate config if "deprecated" is present, after fully switching to variants. if (config.containsMember("hostname") || config.containsMember("variants")) { String hostname = config.getStringMemberOrDefault("hostname", partition.hostnameTemplate); String resolvedHostname = getResolvedHostname(hostname, dnsSuffix, endpointPrefix, entry.getKey()); @@ -104,7 +104,7 @@ private void loadServiceEndpoints() { ArrayNode.fromNodes()); ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(resolvedHostname)); - // Populate hostname as the default variant. + // Add resolved hostname as the default variant. config = config.withMember("variants", variants.merge(defaultVariant)); endpoints.put(entry.getKey(), config); } @@ -173,7 +173,7 @@ private void writeEndpointProviderFunction() { private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { writer.openBlock("$S: {", "},", region, () -> { - // TODO: Remove population of hostname after switching to variants. + // TODO: Remove hostname after fully switching to variants. String hostname = resolved.expectStringMember("hostname").getValue(); writer.write("hostname: $S,", hostname); From d8092981307c9cbaa4abd0d5a92a3ec6cca7dcd9 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:14:36 +0000 Subject: [PATCH 20/24] chore(codegen): populate default variant as first variant --- .../smithy/aws/typescript/codegen/EndpointGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index f7af30a3be66..7efd05aafab1 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -105,7 +105,7 @@ private void loadServiceEndpoints() { ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(resolvedHostname)); // Add resolved hostname as the default variant. - config = config.withMember("variants", variants.merge(defaultVariant)); + config = config.withMember("variants", defaultVariant.merge(variants)); endpoints.put(entry.getKey(), config); } } @@ -264,6 +264,7 @@ Set getAllRegions() { ArrayNode getVariants() { List allVariants = new ArrayList(); + allVariants.add(getDefaultVariant(hostnameTemplate)); if (defaults.containsMember("variants")) { ArrayNode variants = defaults.expectArrayMember("variants"); variants.forEach(variant -> { @@ -274,7 +275,6 @@ ArrayNode getVariants() { allVariants.add(variantNode.withMember("hostname", resolvedHostname).withoutMember("dnsSuffix")); }); } - allVariants.add(getDefaultVariant(hostnameTemplate)); return ArrayNode.fromNodes(allVariants); } From 7f32fc88d27d76aa0dc8e531e34bddcbe3d2e564 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:16:29 +0000 Subject: [PATCH 21/24] chore(clients): populate default variant as first variant --- .../client-accessanalyzer/src/endpoints.ts | 64 ++--- clients/client-account/src/endpoints.ts | 24 +- clients/client-acm-pca/src/endpoints.ts | 68 ++--- clients/client-acm/src/endpoints.ts | 64 ++--- .../src/endpoints.ts | 24 +- clients/client-amp/src/endpoints.ts | 24 +- clients/client-amplify/src/endpoints.ts | 24 +- .../client-amplifybackend/src/endpoints.ts | 24 +- clients/client-api-gateway/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-apigatewayv2/src/endpoints.ts | 24 +- clients/client-app-mesh/src/endpoints.ts | 24 +- clients/client-appconfig/src/endpoints.ts | 24 +- clients/client-appflow/src/endpoints.ts | 24 +- .../client-appintegrations/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-apprunner/src/endpoints.ts | 24 +- clients/client-appstream/src/endpoints.ts | 48 ++-- clients/client-appsync/src/endpoints.ts | 24 +- clients/client-athena/src/endpoints.ts | 72 +++--- clients/client-auditmanager/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-auto-scaling/src/endpoints.ts | 24 +- clients/client-backup/src/endpoints.ts | 24 +- clients/client-batch/src/endpoints.ts | 60 ++--- clients/client-braket/src/endpoints.ts | 24 +- clients/client-budgets/src/endpoints.ts | 24 +- .../src/endpoints.ts | 32 +-- .../src/endpoints.ts | 32 +-- clients/client-chime/src/endpoints.ts | 24 +- clients/client-cloud9/src/endpoints.ts | 24 +- clients/client-cloudcontrol/src/endpoints.ts | 80 +++--- .../client-clouddirectory/src/endpoints.ts | 24 +- .../client-cloudformation/src/endpoints.ts | 56 ++--- clients/client-cloudfront/src/endpoints.ts | 24 +- clients/client-cloudhsm-v2/src/endpoints.ts | 24 +- clients/client-cloudhsm/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-cloudsearch/src/endpoints.ts | 24 +- clients/client-cloudtrail/src/endpoints.ts | 56 ++--- .../client-cloudwatch-events/src/endpoints.ts | 56 ++--- .../client-cloudwatch-logs/src/endpoints.ts | 56 ++--- clients/client-cloudwatch/src/endpoints.ts | 60 ++--- clients/client-codeartifact/src/endpoints.ts | 24 +- clients/client-codebuild/src/endpoints.ts | 72 +++--- clients/client-codecommit/src/endpoints.ts | 80 +++--- clients/client-codedeploy/src/endpoints.ts | 72 +++--- .../client-codeguru-reviewer/src/endpoints.ts | 24 +- .../client-codeguruprofiler/src/endpoints.ts | 24 +- clients/client-codepipeline/src/endpoints.ts | 72 +++--- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-codestar/src/endpoints.ts | 24 +- .../src/endpoints.ts | 64 ++--- .../client-cognito-identity/src/endpoints.ts | 56 ++--- clients/client-cognito-sync/src/endpoints.ts | 24 +- clients/client-comprehend/src/endpoints.ts | 56 ++--- .../client-comprehendmedical/src/endpoints.ts | 56 ++--- .../client-compute-optimizer/src/endpoints.ts | 24 +- .../client-config-service/src/endpoints.ts | 60 ++--- .../src/endpoints.ts | 24 +- clients/client-connect/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-cost-explorer/src/endpoints.ts | 24 +- .../client-customer-profiles/src/endpoints.ts | 24 +- clients/client-data-pipeline/src/endpoints.ts | 24 +- .../src/endpoints.ts | 84 +++---- clients/client-databrew/src/endpoints.ts | 24 +- clients/client-dataexchange/src/endpoints.ts | 24 +- clients/client-datasync/src/endpoints.ts | 80 +++--- clients/client-dax/src/endpoints.ts | 24 +- clients/client-detective/src/endpoints.ts | 72 +++--- clients/client-device-farm/src/endpoints.ts | 24 +- clients/client-devops-guru/src/endpoints.ts | 24 +- .../client-direct-connect/src/endpoints.ts | 56 ++--- .../client-directory-service/src/endpoints.ts | 80 +++--- clients/client-dlm/src/endpoints.ts | 24 +- clients/client-docdb/src/endpoints.ts | 112 ++++----- .../client-dynamodb-streams/src/endpoints.ts | 40 +-- clients/client-dynamodb/src/endpoints.ts | 68 ++--- clients/client-ebs/src/endpoints.ts | 64 ++--- .../src/endpoints.ts | 24 +- clients/client-ec2/src/endpoints.ts | 88 +++---- clients/client-ecr-public/src/endpoints.ts | 24 +- clients/client-ecr/src/endpoints.ts | 120 ++++----- clients/client-ecs/src/endpoints.ts | 72 +++--- clients/client-efs/src/endpoints.ts | 232 +++++++++--------- clients/client-eks/src/endpoints.ts | 60 ++--- .../client-elastic-beanstalk/src/endpoints.ts | 56 ++--- .../client-elastic-inference/src/endpoints.ts | 24 +- .../src/endpoints.ts | 60 ++--- .../src/endpoints.ts | 60 ++--- .../src/endpoints.ts | 24 +- clients/client-elasticache/src/endpoints.ts | 56 ++--- .../src/endpoints.ts | 72 +++--- .../client-emr-containers/src/endpoints.ts | 64 ++--- clients/client-emr/src/endpoints.ts | 68 ++--- clients/client-eventbridge/src/endpoints.ts | 56 ++--- clients/client-finspace-data/src/endpoints.ts | 24 +- clients/client-finspace/src/endpoints.ts | 24 +- clients/client-firehose/src/endpoints.ts | 72 +++--- clients/client-fis/src/endpoints.ts | 24 +- clients/client-fms/src/endpoints.ts | 192 +++++++-------- clients/client-forecast/src/endpoints.ts | 48 ++-- clients/client-forecastquery/src/endpoints.ts | 48 ++-- clients/client-frauddetector/src/endpoints.ts | 24 +- clients/client-fsx/src/endpoints.ts | 136 +++++----- clients/client-gamelift/src/endpoints.ts | 24 +- clients/client-glacier/src/endpoints.ts | 64 ++--- .../src/endpoints.ts | 24 +- clients/client-glue/src/endpoints.ts | 72 +++--- clients/client-grafana/src/endpoints.ts | 24 +- clients/client-greengrass/src/endpoints.ts | 32 +-- clients/client-greengrassv2/src/endpoints.ts | 32 +-- clients/client-groundstation/src/endpoints.ts | 48 ++-- clients/client-guardduty/src/endpoints.ts | 60 ++--- clients/client-health/src/endpoints.ts | 40 +-- clients/client-healthlake/src/endpoints.ts | 24 +- clients/client-honeycode/src/endpoints.ts | 24 +- clients/client-iam/src/endpoints.ts | 52 ++-- clients/client-identitystore/src/endpoints.ts | 28 +-- clients/client-imagebuilder/src/endpoints.ts | 24 +- clients/client-inspector/src/endpoints.ts | 72 +++--- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../client-iot-data-plane/src/endpoints.ts | 80 +++--- .../client-iot-events-data/src/endpoints.ts | 24 +- clients/client-iot-events/src/endpoints.ts | 24 +- .../src/endpoints.ts | 80 +++--- clients/client-iot-wireless/src/endpoints.ts | 24 +- clients/client-iot/src/endpoints.ts | 80 +++--- clients/client-iotanalytics/src/endpoints.ts | 24 +- .../client-iotdeviceadvisor/src/endpoints.ts | 24 +- clients/client-iotfleethub/src/endpoints.ts | 56 ++--- .../src/endpoints.ts | 24 +- clients/client-iotsitewise/src/endpoints.ts | 24 +- .../client-iotthingsgraph/src/endpoints.ts | 24 +- clients/client-ivs/src/endpoints.ts | 24 +- clients/client-kafka/src/endpoints.ts | 24 +- clients/client-kafkaconnect/src/endpoints.ts | 24 +- clients/client-kendra/src/endpoints.ts | 56 ++--- .../src/endpoints.ts | 24 +- .../client-kinesis-analytics/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-kinesis-video/src/endpoints.ts | 24 +- clients/client-kinesis/src/endpoints.ts | 56 ++--- clients/client-kms/src/endpoints.ts | 232 +++++++++--------- clients/client-lakeformation/src/endpoints.ts | 64 ++--- clients/client-lambda/src/endpoints.ts | 72 +++--- .../src/endpoints.ts | 48 ++-- clients/client-lex-models-v2/src/endpoints.ts | 24 +- .../src/endpoints.ts | 48 ++-- .../client-lex-runtime-v2/src/endpoints.ts | 24 +- .../client-license-manager/src/endpoints.ts | 72 +++--- clients/client-lightsail/src/endpoints.ts | 24 +- clients/client-location/src/endpoints.ts | 24 +- .../client-lookoutequipment/src/endpoints.ts | 24 +- .../client-lookoutmetrics/src/endpoints.ts | 24 +- clients/client-lookoutvision/src/endpoints.ts | 24 +- .../client-machine-learning/src/endpoints.ts | 24 +- clients/client-macie/src/endpoints.ts | 40 +-- clients/client-macie2/src/endpoints.ts | 56 ++--- .../client-managedblockchain/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-mediaconnect/src/endpoints.ts | 24 +- clients/client-mediaconvert/src/endpoints.ts | 64 ++--- clients/client-medialive/src/endpoints.ts | 48 ++-- .../client-mediapackage-vod/src/endpoints.ts | 24 +- clients/client-mediapackage/src/endpoints.ts | 24 +- .../client-mediastore-data/src/endpoints.ts | 24 +- clients/client-mediastore/src/endpoints.ts | 24 +- clients/client-mediatailor/src/endpoints.ts | 24 +- clients/client-memorydb/src/endpoints.ts | 24 +- clients/client-mgn/src/endpoints.ts | 24 +- clients/client-migration-hub/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-mobile/src/endpoints.ts | 24 +- clients/client-mq/src/endpoints.ts | 72 +++--- clients/client-mturk/src/endpoints.ts | 24 +- clients/client-mwaa/src/endpoints.ts | 24 +- clients/client-neptune/src/endpoints.ts | 112 ++++----- .../client-network-firewall/src/endpoints.ts | 80 +++--- .../client-networkmanager/src/endpoints.ts | 24 +- clients/client-nimble/src/endpoints.ts | 24 +- clients/client-opensearch/src/endpoints.ts | 72 +++--- clients/client-opsworks/src/endpoints.ts | 24 +- clients/client-opsworkscm/src/endpoints.ts | 24 +- clients/client-organizations/src/endpoints.ts | 36 +-- clients/client-outposts/src/endpoints.ts | 64 ++--- clients/client-panorama/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-personalize/src/endpoints.ts | 24 +- clients/client-pi/src/endpoints.ts | 24 +- .../client-pinpoint-email/src/endpoints.ts | 32 +-- .../src/endpoints.ts | 24 +- clients/client-pinpoint/src/endpoints.ts | 48 ++-- clients/client-polly/src/endpoints.ts | 64 ++--- clients/client-pricing/src/endpoints.ts | 24 +- clients/client-proton/src/endpoints.ts | 24 +- clients/client-qldb-session/src/endpoints.ts | 48 ++-- clients/client-qldb/src/endpoints.ts | 48 ++-- clients/client-quicksight/src/endpoints.ts | 24 +- clients/client-ram/src/endpoints.ts | 64 ++--- clients/client-rds-data/src/endpoints.ts | 24 +- clients/client-rds/src/endpoints.ts | 112 ++++----- clients/client-redshift-data/src/endpoints.ts | 24 +- clients/client-redshift/src/endpoints.ts | 64 ++--- clients/client-rekognition/src/endpoints.ts | 120 ++++----- .../src/endpoints.ts | 24 +- .../client-resource-groups/src/endpoints.ts | 60 ++--- clients/client-robomaker/src/endpoints.ts | 24 +- .../client-route-53-domains/src/endpoints.ts | 24 +- clients/client-route-53/src/endpoints.ts | 36 +-- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../client-route53resolver/src/endpoints.ts | 24 +- clients/client-s3-control/src/endpoints.ts | 192 +++++++-------- clients/client-s3/src/endpoints.ts | 224 ++++++++--------- clients/client-s3outposts/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../client-sagemaker-edge/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../client-sagemaker-runtime/src/endpoints.ts | 60 ++--- clients/client-sagemaker/src/endpoints.ts | 72 +++--- clients/client-savingsplans/src/endpoints.ts | 24 +- clients/client-schemas/src/endpoints.ts | 24 +- .../client-secrets-manager/src/endpoints.ts | 72 +++--- clients/client-securityhub/src/endpoints.ts | 72 +++--- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 68 ++--- .../client-service-catalog/src/endpoints.ts | 72 +++--- .../client-service-quotas/src/endpoints.ts | 28 +-- .../client-servicediscovery/src/endpoints.ts | 88 +++---- clients/client-ses/src/endpoints.ts | 32 +-- clients/client-sesv2/src/endpoints.ts | 32 +-- clients/client-sfn/src/endpoints.ts | 68 ++--- clients/client-shield/src/endpoints.ts | 32 +-- clients/client-signer/src/endpoints.ts | 24 +- clients/client-sms/src/endpoints.ts | 72 +++--- .../src/endpoints.ts | 24 +- clients/client-snowball/src/endpoints.ts | 184 +++++++------- clients/client-sns/src/endpoints.ts | 56 ++--- clients/client-sqs/src/endpoints.ts | 56 ++--- clients/client-ssm-contacts/src/endpoints.ts | 24 +- clients/client-ssm-incidents/src/endpoints.ts | 24 +- clients/client-ssm/src/endpoints.ts | 68 ++--- clients/client-sso-admin/src/endpoints.ts | 24 +- clients/client-sso-oidc/src/endpoints.ts | 24 +- clients/client-sso/src/endpoints.ts | 24 +- .../client-storage-gateway/src/endpoints.ts | 80 +++--- clients/client-sts/src/endpoints.ts | 60 ++--- clients/client-support/src/endpoints.ts | 28 +-- clients/client-swf/src/endpoints.ts | 56 ++--- clients/client-synthetics/src/endpoints.ts | 24 +- clients/client-textract/src/endpoints.ts | 80 +++--- .../client-timestream-query/src/endpoints.ts | 24 +- .../client-timestream-write/src/endpoints.ts | 24 +- .../src/endpoints.ts | 56 ++--- clients/client-transcribe/src/endpoints.ts | 72 +++--- clients/client-transfer/src/endpoints.ts | 80 +++--- clients/client-translate/src/endpoints.ts | 56 ++--- clients/client-voice-id/src/endpoints.ts | 24 +- clients/client-waf-regional/src/endpoints.ts | 224 ++++++++--------- clients/client-waf/src/endpoints.ts | 40 +-- clients/client-wafv2/src/endpoints.ts | 24 +- .../client-wellarchitected/src/endpoints.ts | 24 +- clients/client-wisdom/src/endpoints.ts | 24 +- clients/client-workdocs/src/endpoints.ts | 40 +-- clients/client-worklink/src/endpoints.ts | 24 +- clients/client-workmail/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- clients/client-workspaces/src/endpoints.ts | 48 ++-- clients/client-xray/src/endpoints.ts | 72 +++--- .../aws-protocoltests-ec2/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../aws-protocoltests-json/src/endpoints.ts | 24 +- .../aws-protocoltests-query/src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- .../src/endpoints.ts | 24 +- 290 files changed, 6434 insertions(+), 6434 deletions(-) diff --git a/clients/client-accessanalyzer/src/endpoints.ts b/clients/client-accessanalyzer/src/endpoints.ts index fef4ded5b659..1511cf401f27 100644 --- a/clients/client-accessanalyzer/src/endpoints.ts +++ b/clients/client-accessanalyzer/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "access-analyzer.ca-central-1.amazonaws.com", variants: [ - { - hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "access-analyzer.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "access-analyzer-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,27 +68,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "access-analyzer.us-east-1.amazonaws.com", variants: [ - { - hostname: "access-analyzer-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "access-analyzer.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "access-analyzer-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "access-analyzer.us-east-2.amazonaws.com", variants: [ - { - hostname: "access-analyzer-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "access-analyzer.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "access-analyzer-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "access-analyzer.us-west-1.amazonaws.com", variants: [ - { - hostname: "access-analyzer-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "access-analyzer.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "access-analyzer-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "access-analyzer.us-west-2.amazonaws.com", variants: [ - { - hostname: "access-analyzer-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "access-analyzer.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "access-analyzer-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com", variants: [ + { + hostname: "access-analyzer.{region}.amazonaws.com", + tags: [], + }, { hostname: "access-analyzer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "access-analyzer.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com.cn", variants: [ + { + hostname: "access-analyzer.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "access-analyzer-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "access-analyzer.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "access-analyzer.{region}.amazonaws.com", variants: [ + { + hostname: "access-analyzer.{region}.amazonaws.com", + tags: [], + }, { hostname: "access-analyzer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "access-analyzer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "access-analyzer.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-account/src/endpoints.ts b/clients/client-account/src/endpoints.ts index ae4c5ab6986f..25c040f951ee 100644 --- a/clients/client-account/src/endpoints.ts +++ b/clients/client-account/src/endpoints.ts @@ -53,6 +53,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "account.{region}.amazonaws.com", variants: [ + { + hostname: "account.{region}.amazonaws.com", + tags: [], + }, { hostname: "account-fips.{region}.amazonaws.com", tags: ["fips"], @@ -65,10 +69,6 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "account.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -77,6 +77,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "account.{region}.amazonaws.com.cn", variants: [ + { + hostname: "account.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "account-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -89,10 +93,6 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "account.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "account.{region}.amazonaws.com", variants: [ + { + hostname: "account.{region}.amazonaws.com", + tags: [], + }, { hostname: "account-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "account.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "account.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-acm-pca/src/endpoints.ts b/clients/client-acm-pca/src/endpoints.ts index 6d7be12ec9ff..a93f441c588a 100644 --- a/clients/client-acm-pca/src/endpoints.ts +++ b/clients/client-acm-pca/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "acm-pca.ca-central-1.amazonaws.com", variants: [ - { - hostname: "acm-pca-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm-pca.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "acm-pca-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,27 +88,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "acm-pca.us-east-1.amazonaws.com", variants: [ - { - hostname: "acm-pca-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm-pca.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "acm-pca-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "acm-pca.us-east-2.amazonaws.com", variants: [ - { - hostname: "acm-pca-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm-pca.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "acm-pca-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -116,11 +116,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "acm-pca.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "acm-pca.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -129,38 +129,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "acm-pca.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "acm-pca.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "acm-pca.us-west-1.amazonaws.com", variants: [ - { - hostname: "acm-pca-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm-pca.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "acm-pca-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "acm-pca.us-west-2.amazonaws.com", variants: [ - { - hostname: "acm-pca-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm-pca.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "acm-pca-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.amazonaws.com", variants: [ + { + hostname: "acm-pca.{region}.amazonaws.com", + tags: [], + }, { hostname: "acm-pca-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "acm-pca.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "acm-pca.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "acm-pca.{region}.amazonaws.com.cn", variants: [ + { + hostname: "acm-pca.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "acm-pca-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "acm-pca.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "acm-pca.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -268,11 +268,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "acm-pca.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "acm-pca.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-acm/src/endpoints.ts b/clients/client-acm/src/endpoints.ts index 339a3a4be82a..b8853c47e3f5 100644 --- a/clients/client-acm/src/endpoints.ts +++ b/clients/client-acm/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "acm.ca-central-1.amazonaws.com", variants: [ - { - hostname: "acm-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "acm-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "acm.us-east-1.amazonaws.com", variants: [ - { - hostname: "acm-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "acm-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "acm.us-east-2.amazonaws.com", variants: [ - { - hostname: "acm-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "acm-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -94,14 +94,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "acm.us-west-1.amazonaws.com", variants: [ - { - hostname: "acm-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "acm-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -117,14 +117,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "acm.us-west-2.amazonaws.com", variants: [ - { - hostname: "acm-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "acm.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "acm-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com", variants: [ + { + hostname: "acm.{region}.amazonaws.com", + tags: [], + }, { hostname: "acm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "acm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "acm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "acm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "acm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "acm.{region}.amazonaws.com", variants: [ + { + hostname: "acm.{region}.amazonaws.com", + tags: [], + }, { hostname: "acm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "acm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "acm.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-alexa-for-business/src/endpoints.ts b/clients/client-alexa-for-business/src/endpoints.ts index 77ac56bb5f86..7b0597fc7615 100644 --- a/clients/client-alexa-for-business/src/endpoints.ts +++ b/clients/client-alexa-for-business/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com", variants: [ + { + hostname: "a4b.{region}.amazonaws.com", + tags: [], + }, { hostname: "a4b-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "a4b.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com.cn", variants: [ + { + hostname: "a4b.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "a4b-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "a4b.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "a4b.{region}.amazonaws.com", variants: [ + { + hostname: "a4b.{region}.amazonaws.com", + tags: [], + }, { hostname: "a4b-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "a4b.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "a4b.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-amp/src/endpoints.ts b/clients/client-amp/src/endpoints.ts index f89e2063cd80..9f49fc7abef4 100644 --- a/clients/client-amp/src/endpoints.ts +++ b/clients/client-amp/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com", variants: [ + { + hostname: "aps.{region}.amazonaws.com", + tags: [], + }, { hostname: "aps-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "aps.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com.cn", variants: [ + { + hostname: "aps.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "aps-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "aps.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "aps.{region}.amazonaws.com", variants: [ + { + hostname: "aps.{region}.amazonaws.com", + tags: [], + }, { hostname: "aps-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "aps.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "aps.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-amplify/src/endpoints.ts b/clients/client-amplify/src/endpoints.ts index ff9a6305c5bf..2329d7ed1e43 100644 --- a/clients/client-amplify/src/endpoints.ts +++ b/clients/client-amplify/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com", variants: [ + { + hostname: "amplify.{region}.amazonaws.com", + tags: [], + }, { hostname: "amplify-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "amplify.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com.cn", variants: [ + { + hostname: "amplify.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "amplify-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "amplify.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "amplify.{region}.amazonaws.com", variants: [ + { + hostname: "amplify.{region}.amazonaws.com", + tags: [], + }, { hostname: "amplify-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "amplify.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "amplify.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-amplifybackend/src/endpoints.ts b/clients/client-amplifybackend/src/endpoints.ts index ac77954955fc..675b49b7b4ce 100644 --- a/clients/client-amplifybackend/src/endpoints.ts +++ b/clients/client-amplifybackend/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com", variants: [ + { + hostname: "amplifybackend.{region}.amazonaws.com", + tags: [], + }, { hostname: "amplifybackend-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "amplifybackend.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com.cn", variants: [ + { + hostname: "amplifybackend.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "amplifybackend-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "amplifybackend.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "amplifybackend.{region}.amazonaws.com", variants: [ + { + hostname: "amplifybackend.{region}.amazonaws.com", + tags: [], + }, { hostname: "amplifybackend-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "amplifybackend.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "amplifybackend.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-api-gateway/src/endpoints.ts b/clients/client-api-gateway/src/endpoints.ts index 5d194c144327..8c1ca13d05f2 100644 --- a/clients/client-api-gateway/src/endpoints.ts +++ b/clients/client-api-gateway/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com.cn", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-apigatewaymanagementapi/src/endpoints.ts b/clients/client-apigatewaymanagementapi/src/endpoints.ts index 7132b4dab5d3..35d6527fca21 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoints.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com", variants: [ + { + hostname: "execute-api.{region}.amazonaws.com", + tags: [], + }, { hostname: "execute-api-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "execute-api.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com.cn", variants: [ + { + hostname: "execute-api.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "execute-api-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "execute-api.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "execute-api.{region}.amazonaws.com", variants: [ + { + hostname: "execute-api.{region}.amazonaws.com", + tags: [], + }, { hostname: "execute-api-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "execute-api.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "execute-api.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-apigatewayv2/src/endpoints.ts b/clients/client-apigatewayv2/src/endpoints.ts index 5d194c144327..8c1ca13d05f2 100644 --- a/clients/client-apigatewayv2/src/endpoints.ts +++ b/clients/client-apigatewayv2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com.cn", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apigateway.{region}.amazonaws.com", variants: [ + { + hostname: "apigateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "apigateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "apigateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apigateway.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-app-mesh/src/endpoints.ts b/clients/client-app-mesh/src/endpoints.ts index 729cffc0a5c7..09bf96b4bc88 100644 --- a/clients/client-app-mesh/src/endpoints.ts +++ b/clients/client-app-mesh/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com", variants: [ + { + hostname: "appmesh.{region}.amazonaws.com", + tags: [], + }, { hostname: "appmesh-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appmesh.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com.cn", variants: [ + { + hostname: "appmesh.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "appmesh-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "appmesh.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appmesh.{region}.amazonaws.com", variants: [ + { + hostname: "appmesh.{region}.amazonaws.com", + tags: [], + }, { hostname: "appmesh-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "appmesh.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appmesh.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-appconfig/src/endpoints.ts b/clients/client-appconfig/src/endpoints.ts index 0d13fac8bde5..c3a406293149 100644 --- a/clients/client-appconfig/src/endpoints.ts +++ b/clients/client-appconfig/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com", variants: [ + { + hostname: "appconfig.{region}.amazonaws.com", + tags: [], + }, { hostname: "appconfig-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appconfig.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com.cn", variants: [ + { + hostname: "appconfig.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "appconfig-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "appconfig.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appconfig.{region}.amazonaws.com", variants: [ + { + hostname: "appconfig.{region}.amazonaws.com", + tags: [], + }, { hostname: "appconfig-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "appconfig.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appconfig.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-appflow/src/endpoints.ts b/clients/client-appflow/src/endpoints.ts index 8c776b7980eb..78fbe1238d50 100644 --- a/clients/client-appflow/src/endpoints.ts +++ b/clients/client-appflow/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com", variants: [ + { + hostname: "appflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "appflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appflow.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com.cn", variants: [ + { + hostname: "appflow.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "appflow-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "appflow.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appflow.{region}.amazonaws.com", variants: [ + { + hostname: "appflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "appflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "appflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appflow.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-appintegrations/src/endpoints.ts b/clients/client-appintegrations/src/endpoints.ts index 7964c29f5eea..08e873344e9c 100644 --- a/clients/client-appintegrations/src/endpoints.ts +++ b/clients/client-appintegrations/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com", variants: [ + { + hostname: "app-integrations.{region}.amazonaws.com", + tags: [], + }, { hostname: "app-integrations-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "app-integrations.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com.cn", variants: [ + { + hostname: "app-integrations.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "app-integrations-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "app-integrations.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "app-integrations.{region}.amazonaws.com", variants: [ + { + hostname: "app-integrations.{region}.amazonaws.com", + tags: [], + }, { hostname: "app-integrations-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "app-integrations.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "app-integrations.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-application-auto-scaling/src/endpoints.ts b/clients/client-application-auto-scaling/src/endpoints.ts index c73816f8e430..3de0f95f6d1b 100644 --- a/clients/client-application-auto-scaling/src/endpoints.ts +++ b/clients/client-application-auto-scaling/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com", variants: [ + { + hostname: "application-autoscaling.{region}.amazonaws.com", + tags: [], + }, { hostname: "application-autoscaling-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "application-autoscaling.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com.cn", variants: [ + { + hostname: "application-autoscaling.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "application-autoscaling-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "application-autoscaling.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "application-autoscaling.{region}.amazonaws.com", variants: [ + { + hostname: "application-autoscaling.{region}.amazonaws.com", + tags: [], + }, { hostname: "application-autoscaling-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "application-autoscaling.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "application-autoscaling.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-application-discovery-service/src/endpoints.ts b/clients/client-application-discovery-service/src/endpoints.ts index a251ec2d2470..142831fe08b1 100644 --- a/clients/client-application-discovery-service/src/endpoints.ts +++ b/clients/client-application-discovery-service/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com", variants: [ + { + hostname: "discovery.{region}.amazonaws.com", + tags: [], + }, { hostname: "discovery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "discovery.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com.cn", variants: [ + { + hostname: "discovery.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "discovery-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "discovery.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "discovery.{region}.amazonaws.com", variants: [ + { + hostname: "discovery.{region}.amazonaws.com", + tags: [], + }, { hostname: "discovery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "discovery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "discovery.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-application-insights/src/endpoints.ts b/clients/client-application-insights/src/endpoints.ts index 02c20e20e90e..6b0e1c4a14e3 100644 --- a/clients/client-application-insights/src/endpoints.ts +++ b/clients/client-application-insights/src/endpoints.ts @@ -52,6 +52,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com", variants: [ + { + hostname: "applicationinsights.{region}.amazonaws.com", + tags: [], + }, { hostname: "applicationinsights-fips.{region}.amazonaws.com", tags: ["fips"], @@ -64,10 +68,6 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "applicationinsights.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -75,6 +75,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com.cn", variants: [ + { + hostname: "applicationinsights.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "applicationinsights-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -87,10 +91,6 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "applicationinsights.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -120,6 +120,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "applicationinsights.{region}.amazonaws.com", variants: [ + { + hostname: "applicationinsights.{region}.amazonaws.com", + tags: [], + }, { hostname: "applicationinsights-fips.{region}.amazonaws.com", tags: ["fips"], @@ -132,10 +136,6 @@ const partitionHash: PartitionHash = { hostname: "applicationinsights.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "applicationinsights.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-applicationcostprofiler/src/endpoints.ts b/clients/client-applicationcostprofiler/src/endpoints.ts index 6e10610bb4f6..72d1640323b1 100644 --- a/clients/client-applicationcostprofiler/src/endpoints.ts +++ b/clients/client-applicationcostprofiler/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com", variants: [ + { + hostname: "application-cost-profiler.{region}.amazonaws.com", + tags: [], + }, { hostname: "application-cost-profiler-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "application-cost-profiler.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com.cn", variants: [ + { + hostname: "application-cost-profiler.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "application-cost-profiler-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "application-cost-profiler.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "application-cost-profiler.{region}.amazonaws.com", variants: [ + { + hostname: "application-cost-profiler.{region}.amazonaws.com", + tags: [], + }, { hostname: "application-cost-profiler-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "application-cost-profiler.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "application-cost-profiler.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-apprunner/src/endpoints.ts b/clients/client-apprunner/src/endpoints.ts index a4e9e9c23c18..26e6522fbdd7 100644 --- a/clients/client-apprunner/src/endpoints.ts +++ b/clients/client-apprunner/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com", variants: [ + { + hostname: "apprunner.{region}.amazonaws.com", + tags: [], + }, { hostname: "apprunner-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apprunner.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com.cn", variants: [ + { + hostname: "apprunner.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "apprunner-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "apprunner.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "apprunner.{region}.amazonaws.com", variants: [ + { + hostname: "apprunner.{region}.amazonaws.com", + tags: [], + }, { hostname: "apprunner-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "apprunner.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "apprunner.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index 3e05b73e3afa..62f16eaa31b4 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "appstream2.us-east-1.amazonaws.com", variants: [ - { - hostname: "appstream2-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "appstream2.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "appstream2-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "appstream2.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "appstream2.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "appstream2.us-west-2.amazonaws.com", variants: [ - { - hostname: "appstream2-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "appstream2.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "appstream2-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -114,6 +114,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", variants: [ + { + hostname: "appstream2.{region}.amazonaws.com", + tags: [], + }, { hostname: "appstream2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -126,10 +130,6 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appstream2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -137,6 +137,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "appstream2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "appstream2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -149,10 +153,6 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "appstream2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -182,6 +182,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", variants: [ + { + hostname: "appstream2.{region}.amazonaws.com", + tags: [], + }, { hostname: "appstream2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -194,10 +198,6 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appstream2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-appsync/src/endpoints.ts b/clients/client-appsync/src/endpoints.ts index ffaae445e9b1..5ed1e98fc7ce 100644 --- a/clients/client-appsync/src/endpoints.ts +++ b/clients/client-appsync/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com", variants: [ + { + hostname: "appsync.{region}.amazonaws.com", + tags: [], + }, { hostname: "appsync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appsync.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com.cn", variants: [ + { + hostname: "appsync.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "appsync-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "appsync.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appsync.{region}.amazonaws.com", variants: [ + { + hostname: "appsync.{region}.amazonaws.com", + tags: [], + }, { hostname: "appsync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "appsync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "appsync.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-athena/src/endpoints.ts b/clients/client-athena/src/endpoints.ts index 14dff79231b4..ed62e6273290 100644 --- a/clients/client-athena/src/endpoints.ts +++ b/clients/client-athena/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "athena.us-east-1.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "athena.us-east-2.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "athena.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "athena.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "athena.us-west-1.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "athena.us-west-2.amazonaws.com", variants: [ - { - hostname: "athena-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "athena.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "athena-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com", variants: [ + { + hostname: "athena.{region}.amazonaws.com", + tags: [], + }, { hostname: "athena-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "athena.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com.cn", variants: [ + { + hostname: "athena.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "athena-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "athena.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "athena.{region}.amazonaws.com", variants: [ + { + hostname: "athena.{region}.amazonaws.com", + tags: [], + }, { hostname: "athena-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "athena.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "athena.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-auditmanager/src/endpoints.ts b/clients/client-auditmanager/src/endpoints.ts index bda4cc24b4cb..968c5b4d4a62 100644 --- a/clients/client-auditmanager/src/endpoints.ts +++ b/clients/client-auditmanager/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com", variants: [ + { + hostname: "auditmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "auditmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "auditmanager.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com.cn", variants: [ + { + hostname: "auditmanager.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "auditmanager-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "auditmanager.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "auditmanager.{region}.amazonaws.com", variants: [ + { + hostname: "auditmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "auditmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "auditmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "auditmanager.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-auto-scaling-plans/src/endpoints.ts b/clients/client-auto-scaling-plans/src/endpoints.ts index 85b8c69bf4f6..798bdbae3488 100644 --- a/clients/client-auto-scaling-plans/src/endpoints.ts +++ b/clients/client-auto-scaling-plans/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com", variants: [ + { + hostname: "autoscaling-plans.{region}.amazonaws.com", + tags: [], + }, { hostname: "autoscaling-plans-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "autoscaling-plans.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com.cn", variants: [ + { + hostname: "autoscaling-plans.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "autoscaling-plans-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "autoscaling-plans.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "autoscaling-plans.{region}.amazonaws.com", variants: [ + { + hostname: "autoscaling-plans.{region}.amazonaws.com", + tags: [], + }, { hostname: "autoscaling-plans-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling-plans.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "autoscaling-plans.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-auto-scaling/src/endpoints.ts b/clients/client-auto-scaling/src/endpoints.ts index 66762656146b..8f1f2805c566 100644 --- a/clients/client-auto-scaling/src/endpoints.ts +++ b/clients/client-auto-scaling/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com", variants: [ + { + hostname: "autoscaling.{region}.amazonaws.com", + tags: [], + }, { hostname: "autoscaling-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "autoscaling.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com.cn", variants: [ + { + hostname: "autoscaling.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "autoscaling-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "autoscaling.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "autoscaling.{region}.amazonaws.com", variants: [ + { + hostname: "autoscaling.{region}.amazonaws.com", + tags: [], + }, { hostname: "autoscaling-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "autoscaling.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "autoscaling.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-backup/src/endpoints.ts b/clients/client-backup/src/endpoints.ts index 8d18a95f4f85..4edd24daccea 100644 --- a/clients/client-backup/src/endpoints.ts +++ b/clients/client-backup/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com", variants: [ + { + hostname: "backup.{region}.amazonaws.com", + tags: [], + }, { hostname: "backup-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "backup.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com.cn", variants: [ + { + hostname: "backup.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "backup-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "backup.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "backup.{region}.amazonaws.com", variants: [ + { + hostname: "backup.{region}.amazonaws.com", + tags: [], + }, { hostname: "backup-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "backup.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "backup.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-batch/src/endpoints.ts b/clients/client-batch/src/endpoints.ts index a789861eae4e..5e8465aa8098 100644 --- a/clients/client-batch/src/endpoints.ts +++ b/clients/client-batch/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "batch.us-east-1.amazonaws.com", variants: [ - { - hostname: "fips.batch.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "batch.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fips.batch.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "batch.us-east-2.amazonaws.com", variants: [ - { - hostname: "fips.batch.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "batch.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fips.batch.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "batch.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "batch.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "batch.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "batch.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "batch.us-west-1.amazonaws.com", variants: [ - { - hostname: "fips.batch.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "batch.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fips.batch.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "batch.us-west-2.amazonaws.com", variants: [ - { - hostname: "fips.batch.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "batch.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fips.batch.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,14 +174,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "batch.{region}.amazonaws.com", variants: [ - { - hostname: "fips.batch.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "batch.{region}.amazonaws.com", tags: [], }, + { + hostname: "fips.batch.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -189,6 +189,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "batch.{region}.amazonaws.com.cn", variants: [ + { + hostname: "batch.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "batch-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -201,10 +205,6 @@ const partitionHash: PartitionHash = { hostname: "batch.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "batch.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -236,11 +236,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "batch.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "batch.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-braket/src/endpoints.ts b/clients/client-braket/src/endpoints.ts index b1b4a39ef2f1..67e9cd58d2aa 100644 --- a/clients/client-braket/src/endpoints.ts +++ b/clients/client-braket/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com", variants: [ + { + hostname: "braket.{region}.amazonaws.com", + tags: [], + }, { hostname: "braket-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "braket.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com.cn", variants: [ + { + hostname: "braket.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "braket-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "braket.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "braket.{region}.amazonaws.com", variants: [ + { + hostname: "braket.{region}.amazonaws.com", + tags: [], + }, { hostname: "braket-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "braket.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "braket.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-budgets/src/endpoints.ts b/clients/client-budgets/src/endpoints.ts index 0b9398fcf97e..e6d356498219 100644 --- a/clients/client-budgets/src/endpoints.ts +++ b/clients/client-budgets/src/endpoints.ts @@ -53,6 +53,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "budgets.{region}.amazonaws.com", variants: [ + { + hostname: "budgets.{region}.amazonaws.com", + tags: [], + }, { hostname: "budgets-fips.{region}.amazonaws.com", tags: ["fips"], @@ -65,10 +69,6 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "budgets.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -77,6 +77,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "budgets.{region}.amazonaws.com.cn", variants: [ + { + hostname: "budgets.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "budgets-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -89,10 +93,6 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "budgets.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "budgets.{region}.amazonaws.com", variants: [ + { + hostname: "budgets.{region}.amazonaws.com", + tags: [], + }, { hostname: "budgets-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "budgets.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "budgets.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-chime-sdk-identity/src/endpoints.ts b/clients/client-chime-sdk-identity/src/endpoints.ts index e16ce65ff3a4..67b1dedc027f 100644 --- a/clients/client-chime-sdk-identity/src/endpoints.ts +++ b/clients/client-chime-sdk-identity/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "identity-chime.us-east-1.amazonaws.com", variants: [ - { - hostname: "identity-chime-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "identity-chime.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "identity-chime-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -56,6 +56,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com", variants: [ + { + hostname: "identity-chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "identity-chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -68,10 +72,6 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "identity-chime.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -79,6 +79,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com.cn", variants: [ + { + hostname: "identity-chime.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "identity-chime-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -91,10 +95,6 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "identity-chime.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -124,6 +124,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "identity-chime.{region}.amazonaws.com", variants: [ + { + hostname: "identity-chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "identity-chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -136,10 +140,6 @@ const partitionHash: PartitionHash = { hostname: "identity-chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "identity-chime.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-chime-sdk-messaging/src/endpoints.ts b/clients/client-chime-sdk-messaging/src/endpoints.ts index b848a118d6b9..452ae932a8d4 100644 --- a/clients/client-chime-sdk-messaging/src/endpoints.ts +++ b/clients/client-chime-sdk-messaging/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "messaging-chime.us-east-1.amazonaws.com", variants: [ - { - hostname: "messaging-chime-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "messaging-chime.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "messaging-chime-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -56,6 +56,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com", variants: [ + { + hostname: "messaging-chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "messaging-chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -68,10 +72,6 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "messaging-chime.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -79,6 +79,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com.cn", variants: [ + { + hostname: "messaging-chime.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "messaging-chime-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -91,10 +95,6 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "messaging-chime.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -124,6 +124,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "messaging-chime.{region}.amazonaws.com", variants: [ + { + hostname: "messaging-chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "messaging-chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -136,10 +140,6 @@ const partitionHash: PartitionHash = { hostname: "messaging-chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "messaging-chime.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-chime/src/endpoints.ts b/clients/client-chime/src/endpoints.ts index ff626b9df678..ad90395f066b 100644 --- a/clients/client-chime/src/endpoints.ts +++ b/clients/client-chime/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "chime.{region}.amazonaws.com", variants: [ + { + hostname: "chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -55,10 +59,6 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "chime.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -67,6 +67,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "chime.{region}.amazonaws.com.cn", variants: [ + { + hostname: "chime.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "chime-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -79,10 +83,6 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "chime.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -112,6 +112,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "chime.{region}.amazonaws.com", variants: [ + { + hostname: "chime.{region}.amazonaws.com", + tags: [], + }, { hostname: "chime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -124,10 +128,6 @@ const partitionHash: PartitionHash = { hostname: "chime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "chime.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloud9/src/endpoints.ts b/clients/client-cloud9/src/endpoints.ts index 69fe7a44edb8..2dfe256b40c9 100644 --- a/clients/client-cloud9/src/endpoints.ts +++ b/clients/client-cloud9/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com", variants: [ + { + hostname: "cloud9.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloud9-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloud9.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloud9.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloud9-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloud9.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloud9.{region}.amazonaws.com", variants: [ + { + hostname: "cloud9.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloud9-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cloud9.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloud9.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudcontrol/src/endpoints.ts b/clients/client-cloudcontrol/src/endpoints.ts index e335285d9e05..c3de5d6f68b8 100644 --- a/clients/client-cloudcontrol/src/endpoints.ts +++ b/clients/client-cloudcontrol/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "cloudcontrolapi.ca-central-1.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "cloudcontrolapi.us-east-1.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "cloudcontrolapi.us-east-2.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "cloudcontrolapi.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "cloudcontrolapi.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "cloudcontrolapi.us-west-1.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "cloudcontrolapi.us-west-2.amazonaws.com", variants: [ - { - hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudcontrolapi.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "cloudcontrolapi-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com", variants: [ + { + hostname: "cloudcontrolapi.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudcontrolapi-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudcontrolapi.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudcontrolapi.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudcontrolapi-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudcontrolapi.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudcontrolapi.{region}.amazonaws.com", variants: [ + { + hostname: "cloudcontrolapi.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudcontrolapi-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "cloudcontrolapi.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudcontrolapi.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-clouddirectory/src/endpoints.ts b/clients/client-clouddirectory/src/endpoints.ts index 7f281748b4ea..061bd610a52f 100644 --- a/clients/client-clouddirectory/src/endpoints.ts +++ b/clients/client-clouddirectory/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com", variants: [ + { + hostname: "clouddirectory.{region}.amazonaws.com", + tags: [], + }, { hostname: "clouddirectory-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "clouddirectory.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com.cn", variants: [ + { + hostname: "clouddirectory.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "clouddirectory-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "clouddirectory.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "clouddirectory.{region}.amazonaws.com", variants: [ + { + hostname: "clouddirectory.{region}.amazonaws.com", + tags: [], + }, { hostname: "clouddirectory-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "clouddirectory.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "clouddirectory.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudformation/src/endpoints.ts b/clients/client-cloudformation/src/endpoints.ts index ba3dfa3d5458..03cf1ea8118e 100644 --- a/clients/client-cloudformation/src/endpoints.ts +++ b/clients/client-cloudformation/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "cloudformation.us-east-1.amazonaws.com", variants: [ - { - hostname: "cloudformation-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudformation.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "cloudformation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "cloudformation.us-east-2.amazonaws.com", variants: [ - { - hostname: "cloudformation-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudformation.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "cloudformation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -71,14 +71,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "cloudformation.us-west-1.amazonaws.com", variants: [ - { - hostname: "cloudformation-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudformation.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "cloudformation-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -94,14 +94,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "cloudformation.us-west-2.amazonaws.com", variants: [ - { - hostname: "cloudformation-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudformation.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "cloudformation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com", variants: [ + { + hostname: "cloudformation.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudformation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudformation.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudformation.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudformation-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudformation.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudformation.{region}.amazonaws.com", variants: [ + { + hostname: "cloudformation.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudformation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "cloudformation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudformation.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudfront/src/endpoints.ts b/clients/client-cloudfront/src/endpoints.ts index d45a3a3d9ebc..d892bd1dbacd 100644 --- a/clients/client-cloudfront/src/endpoints.ts +++ b/clients/client-cloudfront/src/endpoints.ts @@ -53,6 +53,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.amazonaws.com", variants: [ + { + hostname: "cloudfront.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudfront-fips.{region}.amazonaws.com", tags: ["fips"], @@ -65,10 +69,6 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudfront.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -77,6 +77,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudfront.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudfront-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -89,10 +93,6 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudfront.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudfront.{region}.amazonaws.com", variants: [ + { + hostname: "cloudfront.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudfront-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "cloudfront.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudfront.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudhsm-v2/src/endpoints.ts b/clients/client-cloudhsm-v2/src/endpoints.ts index ddb14177b57c..c1ae49783002 100644 --- a/clients/client-cloudhsm-v2/src/endpoints.ts +++ b/clients/client-cloudhsm-v2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com", variants: [ + { + hostname: "cloudhsmv2.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudhsmv2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudhsmv2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudhsmv2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudhsmv2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudhsmv2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudhsmv2.{region}.amazonaws.com", variants: [ + { + hostname: "cloudhsmv2.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudhsmv2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsmv2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudhsmv2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudhsm/src/endpoints.ts b/clients/client-cloudhsm/src/endpoints.ts index 019fa5dd0ea6..faa3f102d05a 100644 --- a/clients/client-cloudhsm/src/endpoints.ts +++ b/clients/client-cloudhsm/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com", variants: [ + { + hostname: "cloudhsm.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudhsm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudhsm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudhsm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudhsm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudhsm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudhsm.{region}.amazonaws.com", variants: [ + { + hostname: "cloudhsm.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudhsm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cloudhsm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudhsm.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudsearch-domain/src/endpoints.ts b/clients/client-cloudsearch-domain/src/endpoints.ts index b81c53035433..cb8eb1a1b991 100644 --- a/clients/client-cloudsearch-domain/src/endpoints.ts +++ b/clients/client-cloudsearch-domain/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com", variants: [ + { + hostname: "cloudsearchdomain.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudsearchdomain-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudsearchdomain.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudsearchdomain.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudsearchdomain-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudsearchdomain.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudsearchdomain.{region}.amazonaws.com", variants: [ + { + hostname: "cloudsearchdomain.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudsearchdomain-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearchdomain.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudsearchdomain.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudsearch/src/endpoints.ts b/clients/client-cloudsearch/src/endpoints.ts index 610ac302c2be..546663eabc17 100644 --- a/clients/client-cloudsearch/src/endpoints.ts +++ b/clients/client-cloudsearch/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com", variants: [ + { + hostname: "cloudsearch.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudsearch-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudsearch.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudsearch.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudsearch-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudsearch.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudsearch.{region}.amazonaws.com", variants: [ + { + hostname: "cloudsearch.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudsearch-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cloudsearch.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudsearch.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudtrail/src/endpoints.ts b/clients/client-cloudtrail/src/endpoints.ts index a107513aaf61..88cf2c1a7d03 100644 --- a/clients/client-cloudtrail/src/endpoints.ts +++ b/clients/client-cloudtrail/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "cloudtrail.us-east-1.amazonaws.com", variants: [ - { - hostname: "cloudtrail-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudtrail.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "cloudtrail-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "cloudtrail.us-east-2.amazonaws.com", variants: [ - { - hostname: "cloudtrail-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudtrail.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "cloudtrail-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "cloudtrail.us-west-1.amazonaws.com", variants: [ - { - hostname: "cloudtrail-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudtrail.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "cloudtrail-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "cloudtrail.us-west-2.amazonaws.com", variants: [ - { - hostname: "cloudtrail-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cloudtrail.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "cloudtrail-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com", variants: [ + { + hostname: "cloudtrail.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudtrail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudtrail.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cloudtrail.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cloudtrail-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cloudtrail.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cloudtrail.{region}.amazonaws.com", variants: [ + { + hostname: "cloudtrail.{region}.amazonaws.com", + tags: [], + }, { hostname: "cloudtrail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "cloudtrail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cloudtrail.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudwatch-events/src/endpoints.ts b/clients/client-cloudwatch-events/src/endpoints.ts index 6db88edf8203..f2de0eccd218 100644 --- a/clients/client-cloudwatch-events/src/endpoints.ts +++ b/clients/client-cloudwatch-events/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "events.us-east-1.amazonaws.com", variants: [ - { - hostname: "events-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "events.us-east-2.amazonaws.com", variants: [ - { - hostname: "events-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "events.us-west-1.amazonaws.com", variants: [ - { - hostname: "events-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "events.us-west-2.amazonaws.com", variants: [ - { - hostname: "events-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", variants: [ + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com.cn", variants: [ + { + hostname: "events.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", variants: [ + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudwatch-logs/src/endpoints.ts b/clients/client-cloudwatch-logs/src/endpoints.ts index e8197a89c43d..8a683bac4c9c 100644 --- a/clients/client-cloudwatch-logs/src/endpoints.ts +++ b/clients/client-cloudwatch-logs/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "logs.us-east-1.amazonaws.com", variants: [ - { - hostname: "logs-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "logs.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "logs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "logs.us-east-2.amazonaws.com", variants: [ - { - hostname: "logs-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "logs.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "logs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "logs.us-west-1.amazonaws.com", variants: [ - { - hostname: "logs-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "logs.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "logs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "logs.us-west-2.amazonaws.com", variants: [ - { - hostname: "logs-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "logs.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "logs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com", variants: [ + { + hostname: "logs.{region}.amazonaws.com", + tags: [], + }, { hostname: "logs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "logs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "logs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "logs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "logs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "logs.{region}.amazonaws.com", variants: [ + { + hostname: "logs.{region}.amazonaws.com", + tags: [], + }, { hostname: "logs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "logs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "logs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cloudwatch/src/endpoints.ts b/clients/client-cloudwatch/src/endpoints.ts index ec013db23967..dcc1fec9b57a 100644 --- a/clients/client-cloudwatch/src/endpoints.ts +++ b/clients/client-cloudwatch/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "monitoring.us-east-1.amazonaws.com", variants: [ - { - hostname: "monitoring-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "monitoring.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "monitoring-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "monitoring.us-east-2.amazonaws.com", variants: [ - { - hostname: "monitoring-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "monitoring.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "monitoring-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "monitoring.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "monitoring.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "monitoring.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "monitoring.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "monitoring.us-west-1.amazonaws.com", variants: [ - { - hostname: "monitoring-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "monitoring.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "monitoring-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "monitoring.us-west-2.amazonaws.com", variants: [ - { - hostname: "monitoring-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "monitoring.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "monitoring-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.amazonaws.com", variants: [ + { + hostname: "monitoring.{region}.amazonaws.com", + tags: [], + }, { hostname: "monitoring-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "monitoring.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "monitoring.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "monitoring.{region}.amazonaws.com.cn", variants: [ + { + hostname: "monitoring.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "monitoring-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "monitoring.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "monitoring.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "monitoring.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "monitoring.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-codeartifact/src/endpoints.ts b/clients/client-codeartifact/src/endpoints.ts index 5d01597e6908..381e95bd754f 100644 --- a/clients/client-codeartifact/src/endpoints.ts +++ b/clients/client-codeartifact/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com", variants: [ + { + hostname: "codeartifact.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeartifact-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeartifact.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codeartifact.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codeartifact-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codeartifact.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeartifact.{region}.amazonaws.com", variants: [ + { + hostname: "codeartifact.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeartifact-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codeartifact.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeartifact.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codebuild/src/endpoints.ts b/clients/client-codebuild/src/endpoints.ts index 0009cfd2f06b..895d201da746 100644 --- a/clients/client-codebuild/src/endpoints.ts +++ b/clients/client-codebuild/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "codebuild.us-east-1.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "codebuild.us-east-2.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "codebuild.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "codebuild.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "codebuild.us-west-1.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "codebuild.us-west-2.amazonaws.com", variants: [ - { - hostname: "codebuild-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codebuild.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "codebuild-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com", variants: [ + { + hostname: "codebuild.{region}.amazonaws.com", + tags: [], + }, { hostname: "codebuild-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codebuild.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codebuild.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codebuild-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codebuild.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codebuild.{region}.amazonaws.com", variants: [ + { + hostname: "codebuild.{region}.amazonaws.com", + tags: [], + }, { hostname: "codebuild-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "codebuild.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codebuild.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index a6554614cb2b..0c43df2a9ac2 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "codecommit.ca-central-1.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "codecommit.us-east-1.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "codecommit.us-east-2.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "codecommit.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "codecommit.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "codecommit.us-west-1.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -153,14 +153,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "codecommit.us-west-2.amazonaws.com", variants: [ - { - hostname: "codecommit-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codecommit.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "codecommit-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -209,6 +209,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", variants: [ + { + hostname: "codecommit.{region}.amazonaws.com", + tags: [], + }, { hostname: "codecommit-fips.{region}.amazonaws.com", tags: ["fips"], @@ -221,10 +225,6 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codecommit.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -232,6 +232,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codecommit.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codecommit-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -244,10 +248,6 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codecommit.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -277,6 +277,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", variants: [ + { + hostname: "codecommit.{region}.amazonaws.com", + tags: [], + }, { hostname: "codecommit-fips.{region}.amazonaws.com", tags: ["fips"], @@ -289,10 +293,6 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codecommit.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codedeploy/src/endpoints.ts b/clients/client-codedeploy/src/endpoints.ts index 6132e069f6d9..a70f205ef657 100644 --- a/clients/client-codedeploy/src/endpoints.ts +++ b/clients/client-codedeploy/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "codedeploy.us-east-1.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "codedeploy.us-east-2.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "codedeploy.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "codedeploy.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "codedeploy.us-west-1.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "codedeploy.us-west-2.amazonaws.com", variants: [ - { - hostname: "codedeploy-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codedeploy.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "codedeploy-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com", variants: [ + { + hostname: "codedeploy.{region}.amazonaws.com", + tags: [], + }, { hostname: "codedeploy-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codedeploy.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codedeploy.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codedeploy-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codedeploy.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codedeploy.{region}.amazonaws.com", variants: [ + { + hostname: "codedeploy.{region}.amazonaws.com", + tags: [], + }, { hostname: "codedeploy-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "codedeploy.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codedeploy.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codeguru-reviewer/src/endpoints.ts b/clients/client-codeguru-reviewer/src/endpoints.ts index 94856d4dee27..1d01cc79907b 100644 --- a/clients/client-codeguru-reviewer/src/endpoints.ts +++ b/clients/client-codeguru-reviewer/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com", variants: [ + { + hostname: "codeguru-reviewer.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeguru-reviewer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeguru-reviewer.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codeguru-reviewer.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codeguru-reviewer-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codeguru-reviewer.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeguru-reviewer.{region}.amazonaws.com", variants: [ + { + hostname: "codeguru-reviewer.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeguru-reviewer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-reviewer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeguru-reviewer.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codeguruprofiler/src/endpoints.ts b/clients/client-codeguruprofiler/src/endpoints.ts index 168f8895beb1..0fb2e5962fa9 100644 --- a/clients/client-codeguruprofiler/src/endpoints.ts +++ b/clients/client-codeguruprofiler/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com", variants: [ + { + hostname: "codeguru-profiler.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeguru-profiler-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeguru-profiler.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codeguru-profiler.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codeguru-profiler-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codeguru-profiler.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codeguru-profiler.{region}.amazonaws.com", variants: [ + { + hostname: "codeguru-profiler.{region}.amazonaws.com", + tags: [], + }, { hostname: "codeguru-profiler-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codeguru-profiler.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codeguru-profiler.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codepipeline/src/endpoints.ts b/clients/client-codepipeline/src/endpoints.ts index 927ec09b8795..c3180abdf5ba 100644 --- a/clients/client-codepipeline/src/endpoints.ts +++ b/clients/client-codepipeline/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "codepipeline.ca-central-1.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -78,66 +78,66 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "codepipeline.us-east-1.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "codepipeline.us-east-2.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "codepipeline.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "codepipeline.us-west-1.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "codepipeline.us-west-2.amazonaws.com", variants: [ - { - hostname: "codepipeline-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "codepipeline.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "codepipeline-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -175,6 +175,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com", variants: [ + { + hostname: "codepipeline.{region}.amazonaws.com", + tags: [], + }, { hostname: "codepipeline-fips.{region}.amazonaws.com", tags: ["fips"], @@ -187,10 +191,6 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codepipeline.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codepipeline.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codepipeline-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codepipeline.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -243,6 +243,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codepipeline.{region}.amazonaws.com", variants: [ + { + hostname: "codepipeline.{region}.amazonaws.com", + tags: [], + }, { hostname: "codepipeline-fips.{region}.amazonaws.com", tags: ["fips"], @@ -255,10 +259,6 @@ const partitionHash: PartitionHash = { hostname: "codepipeline.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codepipeline.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codestar-connections/src/endpoints.ts b/clients/client-codestar-connections/src/endpoints.ts index 31802a7d48e4..598705a672ec 100644 --- a/clients/client-codestar-connections/src/endpoints.ts +++ b/clients/client-codestar-connections/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com", variants: [ + { + hostname: "codestar-connections.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-connections-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar-connections.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codestar-connections.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codestar-connections-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codestar-connections.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar-connections.{region}.amazonaws.com", variants: [ + { + hostname: "codestar-connections.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-connections-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-connections.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar-connections.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codestar-notifications/src/endpoints.ts b/clients/client-codestar-notifications/src/endpoints.ts index d2742b156523..3264fbc8a424 100644 --- a/clients/client-codestar-notifications/src/endpoints.ts +++ b/clients/client-codestar-notifications/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com", variants: [ + { + hostname: "codestar-notifications.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-notifications-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar-notifications.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codestar-notifications.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codestar-notifications-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codestar-notifications.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar-notifications.{region}.amazonaws.com", variants: [ + { + hostname: "codestar-notifications.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-notifications-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codestar-notifications.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar-notifications.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-codestar/src/endpoints.ts b/clients/client-codestar/src/endpoints.ts index 348fe3f60598..4f88135560e0 100644 --- a/clients/client-codestar/src/endpoints.ts +++ b/clients/client-codestar/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com", variants: [ + { + hostname: "codestar.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com.cn", variants: [ + { + hostname: "codestar.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "codestar-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "codestar.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codestar.{region}.amazonaws.com", variants: [ + { + hostname: "codestar.{region}.amazonaws.com", + tags: [], + }, { hostname: "codestar-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "codestar.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "codestar.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cognito-identity-provider/src/endpoints.ts b/clients/client-cognito-identity-provider/src/endpoints.ts index 6a130a14c7f4..4c9941eb0d03 100644 --- a/clients/client-cognito-identity-provider/src/endpoints.ts +++ b/clients/client-cognito-identity-provider/src/endpoints.ts @@ -55,66 +55,66 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "cognito-idp.us-east-1.amazonaws.com", variants: [ - { - hostname: "cognito-idp-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-idp.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "cognito-idp-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "cognito-idp.us-east-2.amazonaws.com", variants: [ - { - hostname: "cognito-idp-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-idp.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "cognito-idp-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "cognito-idp.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-idp.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "cognito-idp.us-west-1.amazonaws.com", variants: [ - { - hostname: "cognito-idp-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-idp.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "cognito-idp-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "cognito-idp.us-west-2.amazonaws.com", variants: [ - { - hostname: "cognito-idp-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-idp.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "cognito-idp-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -151,6 +151,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-idp.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-idp-fips.{region}.amazonaws.com", tags: ["fips"], @@ -163,10 +167,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-idp.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cognito-idp.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cognito-idp-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cognito-idp.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -219,6 +219,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-idp.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-idp.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-idp-fips.{region}.amazonaws.com", tags: ["fips"], @@ -231,10 +235,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-idp.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-idp.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cognito-identity/src/endpoints.ts b/clients/client-cognito-identity/src/endpoints.ts index 1cc527316175..51cf85ea8dac 100644 --- a/clients/client-cognito-identity/src/endpoints.ts +++ b/clients/client-cognito-identity/src/endpoints.ts @@ -45,53 +45,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "cognito-identity.us-east-1.amazonaws.com", variants: [ - { - hostname: "cognito-identity-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-identity.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "cognito-identity-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "cognito-identity.us-east-2.amazonaws.com", variants: [ - { - hostname: "cognito-identity-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-identity.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "cognito-identity-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "cognito-identity.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-identity.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "cognito-identity.us-west-2.amazonaws.com", variants: [ - { - hostname: "cognito-identity-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "cognito-identity.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "cognito-identity-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-identity.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-identity-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-identity.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -150,6 +150,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cognito-identity.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cognito-identity-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -162,10 +166,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cognito-identity.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-identity.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-identity.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-identity-fips.{region}.amazonaws.com", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-identity.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-identity.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cognito-sync/src/endpoints.ts b/clients/client-cognito-sync/src/endpoints.ts index 6aa52ccc8207..e933ab4b3420 100644 --- a/clients/client-cognito-sync/src/endpoints.ts +++ b/clients/client-cognito-sync/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-sync.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-sync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-sync.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cognito-sync.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cognito-sync-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cognito-sync.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cognito-sync.{region}.amazonaws.com", variants: [ + { + hostname: "cognito-sync.{region}.amazonaws.com", + tags: [], + }, { hostname: "cognito-sync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cognito-sync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cognito-sync.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-comprehend/src/endpoints.ts b/clients/client-comprehend/src/endpoints.ts index 1d6cb0007da5..e11c0bebcf3d 100644 --- a/clients/client-comprehend/src/endpoints.ts +++ b/clients/client-comprehend/src/endpoints.ts @@ -45,53 +45,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "comprehend.us-east-1.amazonaws.com", variants: [ - { - hostname: "comprehend-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehend.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "comprehend-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "comprehend.us-east-2.amazonaws.com", variants: [ - { - hostname: "comprehend-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehend.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "comprehend-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "comprehend.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehend.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "comprehend-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "comprehend.us-west-2.amazonaws.com", variants: [ - { - hostname: "comprehend-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehend.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "comprehend-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com", variants: [ + { + hostname: "comprehend.{region}.amazonaws.com", + tags: [], + }, { hostname: "comprehend-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "comprehend.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -150,6 +150,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com.cn", variants: [ + { + hostname: "comprehend.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "comprehend-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -162,10 +166,6 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "comprehend.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "comprehend.{region}.amazonaws.com", variants: [ + { + hostname: "comprehend.{region}.amazonaws.com", + tags: [], + }, { hostname: "comprehend-fips.{region}.amazonaws.com", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "comprehend.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "comprehend.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-comprehendmedical/src/endpoints.ts b/clients/client-comprehendmedical/src/endpoints.ts index 64a09d9b3e44..c23ae2c2458c 100644 --- a/clients/client-comprehendmedical/src/endpoints.ts +++ b/clients/client-comprehendmedical/src/endpoints.ts @@ -45,53 +45,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "comprehendmedical.us-east-1.amazonaws.com", variants: [ - { - hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehendmedical.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "comprehendmedical-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "comprehendmedical.us-east-2.amazonaws.com", variants: [ - { - hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehendmedical.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "comprehendmedical-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "comprehendmedical.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehendmedical.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "comprehendmedical.us-west-2.amazonaws.com", variants: [ - { - hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "comprehendmedical.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "comprehendmedical-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com", variants: [ + { + hostname: "comprehendmedical.{region}.amazonaws.com", + tags: [], + }, { hostname: "comprehendmedical-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "comprehendmedical.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -150,6 +150,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com.cn", variants: [ + { + hostname: "comprehendmedical.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "comprehendmedical-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -162,10 +166,6 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "comprehendmedical.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "comprehendmedical.{region}.amazonaws.com", variants: [ + { + hostname: "comprehendmedical.{region}.amazonaws.com", + tags: [], + }, { hostname: "comprehendmedical-fips.{region}.amazonaws.com", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "comprehendmedical.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "comprehendmedical.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-compute-optimizer/src/endpoints.ts b/clients/client-compute-optimizer/src/endpoints.ts index febb500426f1..1f373ed2d840 100644 --- a/clients/client-compute-optimizer/src/endpoints.ts +++ b/clients/client-compute-optimizer/src/endpoints.ts @@ -212,6 +212,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com", variants: [ + { + hostname: "compute-optimizer.{region}.amazonaws.com", + tags: [], + }, { hostname: "compute-optimizer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -224,10 +228,6 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "compute-optimizer.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -235,6 +235,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com.cn", variants: [ + { + hostname: "compute-optimizer.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "compute-optimizer-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -247,10 +251,6 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "compute-optimizer.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -280,6 +280,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "compute-optimizer.{region}.amazonaws.com", variants: [ + { + hostname: "compute-optimizer.{region}.amazonaws.com", + tags: [], + }, { hostname: "compute-optimizer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -292,10 +296,6 @@ const partitionHash: PartitionHash = { hostname: "compute-optimizer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "compute-optimizer.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-config-service/src/endpoints.ts b/clients/client-config-service/src/endpoints.ts index 50815c692a1b..cd01a9e3a0d0 100644 --- a/clients/client-config-service/src/endpoints.ts +++ b/clients/client-config-service/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "config.us-east-1.amazonaws.com", variants: [ - { - hostname: "config-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "config.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "config-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "config.us-east-2.amazonaws.com", variants: [ - { - hostname: "config-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "config.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "config-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "config.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "config.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "config.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "config.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "config.us-west-1.amazonaws.com", variants: [ - { - hostname: "config-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "config.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "config-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "config.us-west-2.amazonaws.com", variants: [ - { - hostname: "config-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "config.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "config-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "config.{region}.amazonaws.com", variants: [ + { + hostname: "config.{region}.amazonaws.com", + tags: [], + }, { hostname: "config-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "config.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "config.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "config.{region}.amazonaws.com.cn", variants: [ + { + hostname: "config.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "config-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "config.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "config.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "config.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-connect-contact-lens/src/endpoints.ts b/clients/client-connect-contact-lens/src/endpoints.ts index 973c6af38e08..23476ae4e177 100644 --- a/clients/client-connect-contact-lens/src/endpoints.ts +++ b/clients/client-connect-contact-lens/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com", variants: [ + { + hostname: "contact-lens.{region}.amazonaws.com", + tags: [], + }, { hostname: "contact-lens-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "contact-lens.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com.cn", variants: [ + { + hostname: "contact-lens.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "contact-lens-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "contact-lens.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "contact-lens.{region}.amazonaws.com", variants: [ + { + hostname: "contact-lens.{region}.amazonaws.com", + tags: [], + }, { hostname: "contact-lens-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "contact-lens.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "contact-lens.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-connect/src/endpoints.ts b/clients/client-connect/src/endpoints.ts index 4bb46e0a6c26..1bd4d9ad5f01 100644 --- a/clients/client-connect/src/endpoints.ts +++ b/clients/client-connect/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com", variants: [ + { + hostname: "connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "connect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "connect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "connect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "connect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "connect.{region}.amazonaws.com", variants: [ + { + hostname: "connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "connect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-connectparticipant/src/endpoints.ts b/clients/client-connectparticipant/src/endpoints.ts index 150ecaa0244e..e26ada8a2401 100644 --- a/clients/client-connectparticipant/src/endpoints.ts +++ b/clients/client-connectparticipant/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com", variants: [ + { + hostname: "participant.connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "participant.connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "participant.connect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "participant.connect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "participant.connect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "participant.connect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "participant.connect.{region}.amazonaws.com", variants: [ + { + hostname: "participant.connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "participant.connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "participant.connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "participant.connect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cost-and-usage-report-service/src/endpoints.ts b/clients/client-cost-and-usage-report-service/src/endpoints.ts index 7551317c0b10..106c7ad68e67 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoints.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com", variants: [ + { + hostname: "cur.{region}.amazonaws.com", + tags: [], + }, { hostname: "cur-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cur.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com.cn", variants: [ + { + hostname: "cur.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "cur-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "cur.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "cur.{region}.amazonaws.com", variants: [ + { + hostname: "cur.{region}.amazonaws.com", + tags: [], + }, { hostname: "cur-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "cur.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "cur.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-cost-explorer/src/endpoints.ts b/clients/client-cost-explorer/src/endpoints.ts index 3de0bb3fe8c5..a9ab20b81ef2 100644 --- a/clients/client-cost-explorer/src/endpoints.ts +++ b/clients/client-cost-explorer/src/endpoints.ts @@ -53,6 +53,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ce.{region}.amazonaws.com", variants: [ + { + hostname: "ce.{region}.amazonaws.com", + tags: [], + }, { hostname: "ce-fips.{region}.amazonaws.com", tags: ["fips"], @@ -65,10 +69,6 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ce.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -77,6 +77,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ce.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ce.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ce-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -89,10 +93,6 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ce.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ce.{region}.amazonaws.com", variants: [ + { + hostname: "ce.{region}.amazonaws.com", + tags: [], + }, { hostname: "ce-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "ce.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ce.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-customer-profiles/src/endpoints.ts b/clients/client-customer-profiles/src/endpoints.ts index b297caed9c70..e8e10e6dda50 100644 --- a/clients/client-customer-profiles/src/endpoints.ts +++ b/clients/client-customer-profiles/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com", variants: [ + { + hostname: "profile.{region}.amazonaws.com", + tags: [], + }, { hostname: "profile-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "profile.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com.cn", variants: [ + { + hostname: "profile.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "profile-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "profile.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "profile.{region}.amazonaws.com", variants: [ + { + hostname: "profile.{region}.amazonaws.com", + tags: [], + }, { hostname: "profile-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "profile.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "profile.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-data-pipeline/src/endpoints.ts b/clients/client-data-pipeline/src/endpoints.ts index 6684fcbdfdb5..c077f0792ff1 100644 --- a/clients/client-data-pipeline/src/endpoints.ts +++ b/clients/client-data-pipeline/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com", variants: [ + { + hostname: "datapipeline.{region}.amazonaws.com", + tags: [], + }, { hostname: "datapipeline-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "datapipeline.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com.cn", variants: [ + { + hostname: "datapipeline.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "datapipeline-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "datapipeline.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "datapipeline.{region}.amazonaws.com", variants: [ + { + hostname: "datapipeline.{region}.amazonaws.com", + tags: [], + }, { hostname: "datapipeline-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "datapipeline.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "datapipeline.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-database-migration-service/src/endpoints.ts b/clients/client-database-migration-service/src/endpoints.ts index 168edec522a3..1cf46ec74c77 100644 --- a/clients/client-database-migration-service/src/endpoints.ts +++ b/clients/client-database-migration-service/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { dms: { hostname: "dms.dms.amazonaws.com", variants: [ - { - hostname: "dms.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dms.dms.amazonaws.com", tags: [], }, + { + hostname: "dms.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, @@ -29,14 +29,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "dms.us-east-1.amazonaws.com", variants: [ - { - hostname: "dms-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dms.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "dms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -52,14 +52,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "dms.us-east-2.amazonaws.com", variants: [ - { - hostname: "dms-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "dms.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "dms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -77,11 +77,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dms.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dms.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -100,11 +100,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dms.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dms.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -123,11 +123,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dms.us-iso-east-1.c2s.ic.gov", - tags: ["fips"], + tags: [], }, { hostname: "dms.us-iso-east-1.c2s.ic.gov", - tags: [], + tags: ["fips"], }, ], }, @@ -146,11 +146,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dms.us-isob-east-1.sc2s.sgov.gov", - tags: ["fips"], + tags: [], }, { hostname: "dms.us-isob-east-1.sc2s.sgov.gov", - tags: [], + tags: ["fips"], }, ], }, @@ -167,14 +167,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "dms.us-west-1.amazonaws.com", variants: [ - { - hostname: "dms-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dms.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "dms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -190,14 +190,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "dms.us-west-2.amazonaws.com", variants: [ - { - hostname: "dms-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "dms.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "dms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -246,6 +246,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", variants: [ + { + hostname: "dms.{region}.amazonaws.com", + tags: [], + }, { hostname: "dms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -258,10 +262,6 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dms.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -269,6 +269,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com.cn", variants: [ + { + hostname: "dms.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "dms-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -281,10 +285,6 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "dms.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -294,11 +294,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "dms.{region}.c2s.ic.gov", - tags: ["fips"], + tags: [], }, { hostname: "dms.{region}.c2s.ic.gov", - tags: [], + tags: ["fips"], }, ], }, @@ -309,11 +309,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "dms.{region}.sc2s.sgov.gov", - tags: ["fips"], + tags: [], }, { hostname: "dms.{region}.sc2s.sgov.gov", - tags: [], + tags: ["fips"], }, ], }, @@ -324,11 +324,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "dms.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dms.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-databrew/src/endpoints.ts b/clients/client-databrew/src/endpoints.ts index a3f66b23a1df..cf5eff39834b 100644 --- a/clients/client-databrew/src/endpoints.ts +++ b/clients/client-databrew/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com", variants: [ + { + hostname: "databrew.{region}.amazonaws.com", + tags: [], + }, { hostname: "databrew-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "databrew.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com.cn", variants: [ + { + hostname: "databrew.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "databrew-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "databrew.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "databrew.{region}.amazonaws.com", variants: [ + { + hostname: "databrew.{region}.amazonaws.com", + tags: [], + }, { hostname: "databrew-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "databrew.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "databrew.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-dataexchange/src/endpoints.ts b/clients/client-dataexchange/src/endpoints.ts index 7ff7c2e0029d..6822c7de600f 100644 --- a/clients/client-dataexchange/src/endpoints.ts +++ b/clients/client-dataexchange/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com", variants: [ + { + hostname: "dataexchange.{region}.amazonaws.com", + tags: [], + }, { hostname: "dataexchange-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dataexchange.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com.cn", variants: [ + { + hostname: "dataexchange.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "dataexchange-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "dataexchange.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dataexchange.{region}.amazonaws.com", variants: [ + { + hostname: "dataexchange.{region}.amazonaws.com", + tags: [], + }, { hostname: "dataexchange-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "dataexchange.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dataexchange.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-datasync/src/endpoints.ts b/clients/client-datasync/src/endpoints.ts index f6cb16440edf..cafbb29dfe14 100644 --- a/clients/client-datasync/src/endpoints.ts +++ b/clients/client-datasync/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "datasync.ca-central-1.amazonaws.com", variants: [ - { - hostname: "datasync-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "datasync.us-east-1.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "datasync.us-east-2.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "datasync.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "datasync.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "datasync.us-west-1.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "datasync.us-west-2.amazonaws.com", variants: [ - { - hostname: "datasync-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "datasync.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "datasync-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com", variants: [ + { + hostname: "datasync.{region}.amazonaws.com", + tags: [], + }, { hostname: "datasync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "datasync.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com.cn", variants: [ + { + hostname: "datasync.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "datasync-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "datasync.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "datasync.{region}.amazonaws.com", variants: [ + { + hostname: "datasync.{region}.amazonaws.com", + tags: [], + }, { hostname: "datasync-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "datasync.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "datasync.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-dax/src/endpoints.ts b/clients/client-dax/src/endpoints.ts index c05febc01168..15c30d1b8353 100644 --- a/clients/client-dax/src/endpoints.ts +++ b/clients/client-dax/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com", variants: [ + { + hostname: "dax.{region}.amazonaws.com", + tags: [], + }, { hostname: "dax-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dax.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com.cn", variants: [ + { + hostname: "dax.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "dax-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "dax.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dax.{region}.amazonaws.com", variants: [ + { + hostname: "dax.{region}.amazonaws.com", + tags: [], + }, { hostname: "dax-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "dax.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dax.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-detective/src/endpoints.ts b/clients/client-detective/src/endpoints.ts index 2aa591763e90..a76a84a31ebf 100644 --- a/clients/client-detective/src/endpoints.ts +++ b/clients/client-detective/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "api.detective.us-east-1.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "api.detective.us-east-2.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "api.detective.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "api.detective.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "api.detective.us-west-1.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "api.detective.us-west-2.amazonaws.com", variants: [ - { - hostname: "api.detective-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.detective.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "api.detective-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com", variants: [ + { + hostname: "api.detective.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.detective-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.detective.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.detective.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.detective-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.detective.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.detective.{region}.amazonaws.com", variants: [ + { + hostname: "api.detective.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.detective-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "api.detective.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.detective.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-device-farm/src/endpoints.ts b/clients/client-device-farm/src/endpoints.ts index 3870090f3251..a58509c059cc 100644 --- a/clients/client-device-farm/src/endpoints.ts +++ b/clients/client-device-farm/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com", variants: [ + { + hostname: "devicefarm.{region}.amazonaws.com", + tags: [], + }, { hostname: "devicefarm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devicefarm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "devicefarm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "devicefarm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "devicefarm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devicefarm.{region}.amazonaws.com", variants: [ + { + hostname: "devicefarm.{region}.amazonaws.com", + tags: [], + }, { hostname: "devicefarm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "devicefarm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devicefarm.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-devops-guru/src/endpoints.ts b/clients/client-devops-guru/src/endpoints.ts index db4d37f3fca8..fe5746773276 100644 --- a/clients/client-devops-guru/src/endpoints.ts +++ b/clients/client-devops-guru/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com", variants: [ + { + hostname: "devops-guru.{region}.amazonaws.com", + tags: [], + }, { hostname: "devops-guru-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devops-guru.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com.cn", variants: [ + { + hostname: "devops-guru.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "devops-guru-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "devops-guru.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devops-guru.{region}.amazonaws.com", variants: [ + { + hostname: "devops-guru.{region}.amazonaws.com", + tags: [], + }, { hostname: "devops-guru-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "devops-guru.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devops-guru.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-direct-connect/src/endpoints.ts b/clients/client-direct-connect/src/endpoints.ts index 4856a3c6b66e..199b8797ed4e 100644 --- a/clients/client-direct-connect/src/endpoints.ts +++ b/clients/client-direct-connect/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "directconnect.us-east-1.amazonaws.com", variants: [ - { - hostname: "directconnect-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "directconnect.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "directconnect-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "directconnect.us-east-2.amazonaws.com", variants: [ - { - hostname: "directconnect-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "directconnect.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "directconnect-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "directconnect.us-west-1.amazonaws.com", variants: [ - { - hostname: "directconnect-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "directconnect.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "directconnect-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "directconnect.us-west-2.amazonaws.com", variants: [ - { - hostname: "directconnect-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "directconnect.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "directconnect-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com", variants: [ + { + hostname: "directconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "directconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "directconnect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "directconnect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "directconnect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "directconnect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "directconnect.{region}.amazonaws.com", variants: [ + { + hostname: "directconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "directconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "directconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "directconnect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-directory-service/src/endpoints.ts b/clients/client-directory-service/src/endpoints.ts index 1bf50c1e60fc..c8c6889f83c5 100644 --- a/clients/client-directory-service/src/endpoints.ts +++ b/clients/client-directory-service/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "ds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "ds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "ds.us-east-1.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "ds.us-east-2.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "ds.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "ds.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "ds.us-west-1.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ds.us-west-2.amazonaws.com", variants: [ - { - hostname: "ds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com", variants: [ + { + hostname: "ds.{region}.amazonaws.com", + tags: [], + }, { hostname: "ds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ds.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ds.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ds-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ds.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ds.{region}.amazonaws.com", variants: [ + { + hostname: "ds.{region}.amazonaws.com", + tags: [], + }, { hostname: "ds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "ds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ds.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-dlm/src/endpoints.ts b/clients/client-dlm/src/endpoints.ts index 85c8a4fe8ff2..46b196ad4861 100644 --- a/clients/client-dlm/src/endpoints.ts +++ b/clients/client-dlm/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com", variants: [ + { + hostname: "dlm.{region}.amazonaws.com", + tags: [], + }, { hostname: "dlm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dlm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "dlm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "dlm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "dlm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dlm.{region}.amazonaws.com", variants: [ + { + hostname: "dlm.{region}.amazonaws.com", + tags: [], + }, { hostname: "dlm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "dlm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dlm.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index 7e29759625b8..1cb51a713809 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -78,42 +78,42 @@ const regionHash: RegionHash = { "rds.ca-central-1": { hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, @@ -140,42 +140,42 @@ const regionHash: RegionHash = { "rds.us-west-1": { hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, "us-east-1": { hostname: "rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -191,14 +191,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -216,11 +216,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -239,11 +239,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -260,14 +260,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -283,14 +283,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -348,6 +348,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -360,10 +364,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -371,6 +371,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", variants: [ + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -383,10 +387,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -423,6 +423,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -435,10 +439,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-dynamodb-streams/src/endpoints.ts b/clients/client-dynamodb-streams/src/endpoints.ts index 0f5119ed733c..dff31321f2ad 100644 --- a/clients/client-dynamodb-streams/src/endpoints.ts +++ b/clients/client-dynamodb-streams/src/endpoints.ts @@ -45,14 +45,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "streams.dynamodb.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "dynamodb.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "streams.dynamodb.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "dynamodb.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -68,14 +68,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "streams.dynamodb.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "dynamodb.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "streams.dynamodb.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "dynamodb.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -144,14 +144,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "streams.dynamodb.{region}.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -159,6 +159,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com.cn", variants: [ + { + hostname: "streams.dynamodb.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "streams.dynamodb-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -171,10 +175,6 @@ const partitionHash: PartitionHash = { hostname: "streams.dynamodb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "streams.dynamodb.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -204,14 +204,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "streams.dynamodb.{region}.amazonaws.com", variants: [ - { - hostname: "dynamodb.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "streams.dynamodb.{region}.amazonaws.com", tags: [], }, + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-dynamodb/src/endpoints.ts b/clients/client-dynamodb/src/endpoints.ts index d8c2ae2ba52e..54bc154f5cb8 100644 --- a/clients/client-dynamodb/src/endpoints.ts +++ b/clients/client-dynamodb/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "dynamodb.ca-central-1.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dynamodb.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "dynamodb.us-east-1.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dynamodb.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "dynamodb.us-east-2.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "dynamodb.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -86,11 +86,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dynamodb.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dynamodb.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -109,11 +109,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "dynamodb.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dynamodb.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "dynamodb.us-west-1.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "dynamodb.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -153,14 +153,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "dynamodb.us-west-2.amazonaws.com", variants: [ - { - hostname: "dynamodb-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "dynamodb.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "dynamodb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -209,6 +209,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.amazonaws.com", variants: [ + { + hostname: "dynamodb.{region}.amazonaws.com", + tags: [], + }, { hostname: "dynamodb-fips.{region}.amazonaws.com", tags: ["fips"], @@ -221,10 +225,6 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "dynamodb.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -232,6 +232,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "dynamodb.{region}.amazonaws.com.cn", variants: [ + { + hostname: "dynamodb.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "dynamodb-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -244,10 +248,6 @@ const partitionHash: PartitionHash = { hostname: "dynamodb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "dynamodb.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -279,11 +279,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "dynamodb.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "dynamodb.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-ebs/src/endpoints.ts b/clients/client-ebs/src/endpoints.ts index 991150f5e300..a21411ff7ef7 100644 --- a/clients/client-ebs/src/endpoints.ts +++ b/clients/client-ebs/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "ebs.ca-central-1.amazonaws.com", variants: [ - { - hostname: "ebs-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ebs.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "ebs-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,53 +68,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "ebs.us-east-1.amazonaws.com", variants: [ - { - hostname: "ebs-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ebs.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ebs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "ebs.us-east-2.amazonaws.com", variants: [ - { - hostname: "ebs-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ebs.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ebs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "ebs.us-west-1.amazonaws.com", variants: [ - { - hostname: "ebs-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ebs.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ebs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ebs.us-west-2.amazonaws.com", variants: [ - { - hostname: "ebs-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ebs.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ebs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -152,6 +152,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com", variants: [ + { + hostname: "ebs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ebs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -164,10 +168,6 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ebs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -175,6 +175,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ebs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ebs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -187,10 +191,6 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ebs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -220,6 +220,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ebs.{region}.amazonaws.com", variants: [ + { + hostname: "ebs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ebs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -232,10 +236,6 @@ const partitionHash: PartitionHash = { hostname: "ebs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ebs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ec2-instance-connect/src/endpoints.ts b/clients/client-ec2-instance-connect/src/endpoints.ts index e773f2a623e1..74e1e5a36336 100644 --- a/clients/client-ec2-instance-connect/src/endpoints.ts +++ b/clients/client-ec2-instance-connect/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com", variants: [ + { + hostname: "ec2-instance-connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "ec2-instance-connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ec2-instance-connect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ec2-instance-connect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ec2-instance-connect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ec2-instance-connect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ec2-instance-connect.{region}.amazonaws.com", variants: [ + { + hostname: "ec2-instance-connect.{region}.amazonaws.com", + tags: [], + }, { hostname: "ec2-instance-connect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "ec2-instance-connect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ec2-instance-connect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ec2/src/endpoints.ts b/clients/client-ec2/src/endpoints.ts index 5e91b3d8d2a4..afa76bc107cf 100644 --- a/clients/client-ec2/src/endpoints.ts +++ b/clients/client-ec2/src/endpoints.ts @@ -5,40 +5,40 @@ const regionHash: RegionHash = { "ap-south-1": { hostname: "ec2.ap-south-1.amazonaws.com", variants: [ - { - hostname: "api.ec2.ap-south-1.aws", - tags: ["dualstack"], - }, { hostname: "ec2.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "api.ec2.ap-south-1.aws", + tags: ["dualstack"], + }, ], }, "ca-central-1": { hostname: "ec2.ca-central-1.amazonaws.com", variants: [ - { - hostname: "ec2-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ec2.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "ec2-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-1": { hostname: "ec2.eu-west-1.amazonaws.com", variants: [ - { - hostname: "api.ec2.eu-west-1.aws", - tags: ["dualstack"], - }, { hostname: "ec2.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "api.ec2.eu-west-1.aws", + tags: ["dualstack"], + }, ], }, "fips-ca-central-1": { @@ -94,19 +94,23 @@ const regionHash: RegionHash = { "sa-east-1": { hostname: "ec2.sa-east-1.amazonaws.com", variants: [ - { - hostname: "api.ec2.sa-east-1.aws", - tags: ["dualstack"], - }, { hostname: "ec2.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "api.ec2.sa-east-1.aws", + tags: ["dualstack"], + }, ], }, "us-east-1": { hostname: "ec2.us-east-1.amazonaws.com", variants: [ + { + hostname: "ec2.us-east-1.amazonaws.com", + tags: [], + }, { hostname: "api.ec2.us-east-1.aws", tags: ["dualstack"], @@ -115,15 +119,15 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-east-1.amazonaws.com", tags: ["fips"], }, - { - hostname: "ec2.us-east-1.amazonaws.com", - tags: [], - }, ], }, "us-east-2": { hostname: "ec2.us-east-2.amazonaws.com", variants: [ + { + hostname: "ec2.us-east-2.amazonaws.com", + tags: [], + }, { hostname: "api.ec2.us-east-2.aws", tags: ["dualstack"], @@ -132,10 +136,6 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-east-2.amazonaws.com", tags: ["fips"], }, - { - hostname: "ec2.us-east-2.amazonaws.com", - tags: [], - }, ], }, "us-gov-east-1": { @@ -161,19 +161,23 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "ec2.us-west-1.amazonaws.com", variants: [ - { - hostname: "ec2-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ec2.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ec2-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ec2.us-west-2.amazonaws.com", variants: [ + { + hostname: "ec2.us-west-2.amazonaws.com", + tags: [], + }, { hostname: "api.ec2.us-west-2.aws", tags: ["dualstack"], @@ -182,10 +186,6 @@ const regionHash: RegionHash = { hostname: "ec2-fips.us-west-2.amazonaws.com", tags: ["fips"], }, - { - hostname: "ec2.us-west-2.amazonaws.com", - tags: [], - }, ], }, }; @@ -223,6 +223,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com", variants: [ + { + hostname: "ec2.{region}.amazonaws.com", + tags: [], + }, { hostname: "ec2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -235,10 +239,6 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ec2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -246,6 +246,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ec2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ec2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -258,10 +262,6 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ec2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -291,6 +291,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ec2.{region}.amazonaws.com", variants: [ + { + hostname: "ec2.{region}.amazonaws.com", + tags: [], + }, { hostname: "ec2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -303,10 +307,6 @@ const partitionHash: PartitionHash = { hostname: "ec2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ec2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ecr-public/src/endpoints.ts b/clients/client-ecr-public/src/endpoints.ts index 55de5333ac6f..46bc6b6708cc 100644 --- a/clients/client-ecr-public/src/endpoints.ts +++ b/clients/client-ecr-public/src/endpoints.ts @@ -42,6 +42,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com", variants: [ + { + hostname: "api.ecr-public.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.ecr-public-fips.{region}.amazonaws.com", tags: ["fips"], @@ -54,10 +58,6 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.ecr-public.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -65,6 +65,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.ecr-public.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.ecr-public-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -77,10 +81,6 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.ecr-public.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -110,6 +110,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.ecr-public.{region}.amazonaws.com", variants: [ + { + hostname: "api.ecr-public.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.ecr-public-fips.{region}.amazonaws.com", tags: ["fips"], @@ -122,10 +126,6 @@ const partitionHash: PartitionHash = { hostname: "api.ecr-public.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.ecr-public.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index 95b50951d79a..dc4d49d3db6d 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -115,84 +115,84 @@ const regionHash: RegionHash = { "dkr-us-east-1": { hostname: "api.ecr.dkr-us-east-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "dkr-us-east-2": { hostname: "api.ecr.dkr-us-east-2.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "dkr-us-gov-east-1": { hostname: "api.ecr.dkr-us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, "dkr-us-gov-west-1": { hostname: "api.ecr.dkr-us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "dkr-us-west-1": { hostname: "api.ecr.dkr-us-west-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "dkr-us-west-2": { hostname: "api.ecr.dkr-us-west-2.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.dkr-us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, @@ -399,56 +399,56 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "api.ecr.us-east-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "api.ecr.us-east-2.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "api.ecr.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "api.ecr.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, @@ -485,28 +485,28 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "api.ecr.us-west-1.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "us-west-2": { hostname: "api.ecr.us-west-2.amazonaws.com", variants: [ - { - hostname: "ecr-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, @@ -552,14 +552,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com", variants: [ - { - hostname: "ecr-fips.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.{region}.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -567,6 +567,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.ecr.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.ecr-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -579,10 +583,6 @@ const partitionHash: PartitionHash = { hostname: "api.ecr.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.ecr.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -621,14 +621,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.ecr.{region}.amazonaws.com", variants: [ - { - hostname: "ecr-fips.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.ecr.{region}.amazonaws.com", tags: [], }, + { + hostname: "ecr-fips.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-ecs/src/endpoints.ts b/clients/client-ecs/src/endpoints.ts index 1d9613969166..1549f551660e 100644 --- a/clients/client-ecs/src/endpoints.ts +++ b/clients/client-ecs/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "ecs.us-east-1.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "ecs.us-east-2.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "ecs.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "ecs.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "ecs.us-west-1.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ecs.us-west-2.amazonaws.com", variants: [ - { - hostname: "ecs-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ecs.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ecs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com", variants: [ + { + hostname: "ecs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ecs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ecs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ecs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ecs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ecs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ecs.{region}.amazonaws.com", variants: [ + { + hostname: "ecs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ecs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "ecs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ecs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-efs/src/endpoints.ts b/clients/client-efs/src/endpoints.ts index 3b46e4d6b697..83e17c355c04 100644 --- a/clients/client-efs/src/endpoints.ts +++ b/clients/client-efs/src/endpoints.ts @@ -5,222 +5,222 @@ const regionHash: RegionHash = { "af-south-1": { hostname: "elasticfilesystem.af-south-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.af-south-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-east-1": { hostname: "elasticfilesystem.ap-east-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-1": { hostname: "elasticfilesystem.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-2": { hostname: "elasticfilesystem.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-3": { hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-south-1": { hostname: "elasticfilesystem.ap-south-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-1": { hostname: "elasticfilesystem.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-2": { hostname: "elasticfilesystem.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1": { hostname: "elasticfilesystem.ca-central-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "cn-north-1": { hostname: "elasticfilesystem.cn-north-1.amazonaws.com.cn", variants: [ - { - hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "elasticfilesystem.cn-north-1.amazonaws.com.cn", tags: [], }, + { + hostname: "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, ], }, "cn-northwest-1": { hostname: "elasticfilesystem.cn-northwest-1.amazonaws.com.cn", variants: [ - { - hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "elasticfilesystem.cn-northwest-1.amazonaws.com.cn", tags: [], }, + { + hostname: "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, ], }, "eu-central-1": { hostname: "elasticfilesystem.eu-central-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-north-1": { hostname: "elasticfilesystem.eu-north-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-north-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-south-1": { hostname: "elasticfilesystem.eu-south-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-south-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-1": { hostname: "elasticfilesystem.eu-west-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-2": { hostname: "elasticfilesystem.eu-west-2.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-3": { hostname: "elasticfilesystem.eu-west-3.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-af-south-1": { @@ -486,118 +486,118 @@ const regionHash: RegionHash = { "me-south-1": { hostname: "elasticfilesystem.me-south-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.me-south-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "sa-east-1": { hostname: "elasticfilesystem.sa-east-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1": { hostname: "elasticfilesystem.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "elasticfilesystem.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "elasticfilesystem.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "elasticfilesystem.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-iso-east-1": { hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", variants: [ - { - hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-iso-east-1.c2s.ic.gov", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "elasticfilesystem.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "elasticfilesystem.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticfilesystem.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticfilesystem-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -651,6 +651,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com", variants: [ + { + hostname: "elasticfilesystem.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticfilesystem-fips.{region}.amazonaws.com", tags: ["fips"], @@ -663,10 +667,6 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticfilesystem.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -674,6 +674,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticfilesystem.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticfilesystem-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -686,10 +690,6 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticfilesystem.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -719,6 +719,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticfilesystem.{region}.amazonaws.com", variants: [ + { + hostname: "elasticfilesystem.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticfilesystem-fips.{region}.amazonaws.com", tags: ["fips"], @@ -731,10 +735,6 @@ const partitionHash: PartitionHash = { hostname: "elasticfilesystem.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticfilesystem.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-eks/src/endpoints.ts b/clients/client-eks/src/endpoints.ts index 846ba946382c..34861ac8c16c 100644 --- a/clients/client-eks/src/endpoints.ts +++ b/clients/client-eks/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "eks.us-east-1.amazonaws.com", variants: [ - { - hostname: "fips.eks.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "eks.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fips.eks.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "eks.us-east-2.amazonaws.com", variants: [ - { - hostname: "fips.eks.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "eks.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fips.eks.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "eks.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "eks.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "eks.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "eks.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "eks.us-west-1.amazonaws.com", variants: [ - { - hostname: "fips.eks.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "eks.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fips.eks.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "eks.us-west-2.amazonaws.com", variants: [ - { - hostname: "fips.eks.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "eks.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fips.eks.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,14 +174,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "eks.{region}.amazonaws.com", variants: [ - { - hostname: "fips.eks.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "eks.{region}.amazonaws.com", tags: [], }, + { + hostname: "fips.eks.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -189,6 +189,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "eks.{region}.amazonaws.com.cn", variants: [ + { + hostname: "eks.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "eks-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -201,10 +205,6 @@ const partitionHash: PartitionHash = { hostname: "eks.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "eks.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -236,11 +236,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "eks.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "eks.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-elastic-beanstalk/src/endpoints.ts b/clients/client-elastic-beanstalk/src/endpoints.ts index b57699284abc..f722a7d333e7 100644 --- a/clients/client-elastic-beanstalk/src/endpoints.ts +++ b/clients/client-elastic-beanstalk/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "elasticbeanstalk.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticbeanstalk.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticbeanstalk-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "elasticbeanstalk.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticbeanstalk.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticbeanstalk-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "elasticbeanstalk.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticbeanstalk.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticbeanstalk-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "elasticbeanstalk.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticbeanstalk.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticbeanstalk-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com", variants: [ + { + hostname: "elasticbeanstalk.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticbeanstalk-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticbeanstalk.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticbeanstalk.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticbeanstalk-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticbeanstalk.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticbeanstalk.{region}.amazonaws.com", variants: [ + { + hostname: "elasticbeanstalk.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticbeanstalk-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "elasticbeanstalk.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticbeanstalk.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-elastic-inference/src/endpoints.ts b/clients/client-elastic-inference/src/endpoints.ts index 2fa309d05627..1257ce276455 100644 --- a/clients/client-elastic-inference/src/endpoints.ts +++ b/clients/client-elastic-inference/src/endpoints.ts @@ -86,6 +86,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com", variants: [ + { + hostname: "api.elastic-inference.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.elastic-inference-fips.{region}.amazonaws.com", tags: ["fips"], @@ -98,10 +102,6 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.elastic-inference.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -109,6 +109,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.elastic-inference.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.elastic-inference-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -121,10 +125,6 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.elastic-inference.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -154,6 +154,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.elastic-inference.{region}.amazonaws.com", variants: [ + { + hostname: "api.elastic-inference.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.elastic-inference-fips.{region}.amazonaws.com", tags: ["fips"], @@ -166,10 +170,6 @@ const partitionHash: PartitionHash = { hostname: "api.elastic-inference.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.elastic-inference.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-elastic-load-balancing-v2/src/endpoints.ts b/clients/client-elastic-load-balancing-v2/src/endpoints.ts index f84b345565b2..c8a19ce65d4f 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoints.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "elasticloadbalancing.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "elasticloadbalancing.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "elasticloadbalancing.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "elasticloadbalancing.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticloadbalancing-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticloadbalancing-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-elastic-load-balancing/src/endpoints.ts b/clients/client-elastic-load-balancing/src/endpoints.ts index f84b345565b2..c8a19ce65d4f 100644 --- a/clients/client-elastic-load-balancing/src/endpoints.ts +++ b/clients/client-elastic-load-balancing/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "elasticloadbalancing.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "elasticloadbalancing.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "elasticloadbalancing.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "elasticloadbalancing.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticloadbalancing.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com", variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticloadbalancing-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticloadbalancing-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "elasticloadbalancing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticloadbalancing.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticloadbalancing.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-elastic-transcoder/src/endpoints.ts b/clients/client-elastic-transcoder/src/endpoints.ts index 9a47733ed17c..08cfd9532827 100644 --- a/clients/client-elastic-transcoder/src/endpoints.ts +++ b/clients/client-elastic-transcoder/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com", variants: [ + { + hostname: "elastictranscoder.{region}.amazonaws.com", + tags: [], + }, { hostname: "elastictranscoder-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elastictranscoder.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elastictranscoder.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elastictranscoder-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elastictranscoder.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elastictranscoder.{region}.amazonaws.com", variants: [ + { + hostname: "elastictranscoder.{region}.amazonaws.com", + tags: [], + }, { hostname: "elastictranscoder-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "elastictranscoder.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elastictranscoder.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index d9a7eaecf9fd..499a2daf7f0b 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "elasticache.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticache-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticache.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticache-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "elasticache.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticache-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticache.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticache-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -63,11 +63,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticache.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticache.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "elasticache.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticache-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticache.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticache-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "elasticache.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticache-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticache.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticache-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -162,6 +162,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", variants: [ + { + hostname: "elasticache.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticache-fips.{region}.amazonaws.com", tags: ["fips"], @@ -174,10 +178,6 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticache.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -185,6 +185,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticache.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticache-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -197,10 +201,6 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticache.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -232,11 +232,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "elasticache.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticache.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index da6d4cc1551e..9e9aa2d9f832 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "es.us-east-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "es.us-east-2.amazonaws.com", variants: [ - { - hostname: "es-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "es.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "es.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "es.us-west-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "es.us-west-2.amazonaws.com", variants: [ - { - hostname: "es-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -185,6 +185,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", variants: [ + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com", tags: ["fips"], @@ -197,10 +201,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -208,6 +208,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com.cn", variants: [ + { + hostname: "es.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -220,10 +224,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -253,6 +253,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", variants: [ + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com", tags: ["fips"], @@ -265,10 +269,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-emr-containers/src/endpoints.ts b/clients/client-emr-containers/src/endpoints.ts index 34be30903734..58afa122ec7d 100644 --- a/clients/client-emr-containers/src/endpoints.ts +++ b/clients/client-emr-containers/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "emr-containers.ca-central-1.amazonaws.com", variants: [ - { - hostname: "emr-containers-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "emr-containers.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "emr-containers-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,53 +68,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "emr-containers.us-east-1.amazonaws.com", variants: [ - { - hostname: "emr-containers-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "emr-containers.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "emr-containers-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "emr-containers.us-east-2.amazonaws.com", variants: [ - { - hostname: "emr-containers-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "emr-containers.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "emr-containers-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "emr-containers.us-west-1.amazonaws.com", variants: [ - { - hostname: "emr-containers-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "emr-containers.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "emr-containers-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "emr-containers.us-west-2.amazonaws.com", variants: [ - { - hostname: "emr-containers-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "emr-containers.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "emr-containers-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -152,6 +152,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com", variants: [ + { + hostname: "emr-containers.{region}.amazonaws.com", + tags: [], + }, { hostname: "emr-containers-fips.{region}.amazonaws.com", tags: ["fips"], @@ -164,10 +168,6 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "emr-containers.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -175,6 +175,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com.cn", variants: [ + { + hostname: "emr-containers.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "emr-containers-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -187,10 +191,6 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "emr-containers.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -220,6 +220,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "emr-containers.{region}.amazonaws.com", variants: [ + { + hostname: "emr-containers.{region}.amazonaws.com", + tags: [], + }, { hostname: "emr-containers-fips.{region}.amazonaws.com", tags: ["fips"], @@ -232,10 +236,6 @@ const partitionHash: PartitionHash = { hostname: "emr-containers.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "emr-containers.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-emr/src/endpoints.ts b/clients/client-emr/src/endpoints.ts index 1d885de03b42..54df501bd15e 100644 --- a/clients/client-emr/src/endpoints.ts +++ b/clients/client-emr/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "elasticmapreduce.ca-central-1.amazonaws.com", variants: [ - { - hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticmapreduce.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,27 +88,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "elasticmapreduce.us-east-1.amazonaws.com", variants: [ - { - hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticmapreduce.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "elasticmapreduce.us-east-2.amazonaws.com", variants: [ - { - hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticmapreduce.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -116,11 +116,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticmapreduce.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -129,38 +129,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticmapreduce.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "elasticmapreduce.us-west-1.amazonaws.com", variants: [ - { - hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticmapreduce.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "elasticmapreduce.us-west-2.amazonaws.com", variants: [ - { - hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "elasticmapreduce.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.amazonaws.com", variants: [ + { + hostname: "elasticmapreduce.{region}.amazonaws.com", + tags: [], + }, { hostname: "elasticmapreduce-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "elasticmapreduce.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "elasticmapreduce.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "elasticmapreduce.{region}.amazonaws.com.cn", variants: [ + { + hostname: "elasticmapreduce.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "elasticmapreduce-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "elasticmapreduce.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "elasticmapreduce.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -268,11 +268,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "elasticmapreduce.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "elasticmapreduce.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-eventbridge/src/endpoints.ts b/clients/client-eventbridge/src/endpoints.ts index 6db88edf8203..f2de0eccd218 100644 --- a/clients/client-eventbridge/src/endpoints.ts +++ b/clients/client-eventbridge/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "events.us-east-1.amazonaws.com", variants: [ - { - hostname: "events-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "events.us-east-2.amazonaws.com", variants: [ - { - hostname: "events-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "events.us-west-1.amazonaws.com", variants: [ - { - hostname: "events-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "events.us-west-2.amazonaws.com", variants: [ - { - hostname: "events-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "events.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "events-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", variants: [ + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com.cn", variants: [ + { + hostname: "events.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "events.{region}.amazonaws.com", variants: [ + { + hostname: "events.{region}.amazonaws.com", + tags: [], + }, { hostname: "events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "events.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-finspace-data/src/endpoints.ts b/clients/client-finspace-data/src/endpoints.ts index 11c14992207d..824201e9d2e7 100644 --- a/clients/client-finspace-data/src/endpoints.ts +++ b/clients/client-finspace-data/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com", variants: [ + { + hostname: "finspace-api.{region}.amazonaws.com", + tags: [], + }, { hostname: "finspace-api-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "finspace-api.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com.cn", variants: [ + { + hostname: "finspace-api.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "finspace-api-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "finspace-api.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "finspace-api.{region}.amazonaws.com", variants: [ + { + hostname: "finspace-api.{region}.amazonaws.com", + tags: [], + }, { hostname: "finspace-api-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "finspace-api.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "finspace-api.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-finspace/src/endpoints.ts b/clients/client-finspace/src/endpoints.ts index fc779ad19ca3..07c7460e56cc 100644 --- a/clients/client-finspace/src/endpoints.ts +++ b/clients/client-finspace/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com", variants: [ + { + hostname: "finspace.{region}.amazonaws.com", + tags: [], + }, { hostname: "finspace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "finspace.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com.cn", variants: [ + { + hostname: "finspace.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "finspace-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "finspace.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "finspace.{region}.amazonaws.com", variants: [ + { + hostname: "finspace.{region}.amazonaws.com", + tags: [], + }, { hostname: "finspace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "finspace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "finspace.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-firehose/src/endpoints.ts b/clients/client-firehose/src/endpoints.ts index 84f28bfb433d..0588ceda3add 100644 --- a/clients/client-firehose/src/endpoints.ts +++ b/clients/client-firehose/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "firehose.us-east-1.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "firehose.us-east-2.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "firehose.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "firehose.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "firehose.us-west-1.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "firehose.us-west-2.amazonaws.com", variants: [ - { - hostname: "firehose-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "firehose.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "firehose-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com", variants: [ + { + hostname: "firehose.{region}.amazonaws.com", + tags: [], + }, { hostname: "firehose-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "firehose.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com.cn", variants: [ + { + hostname: "firehose.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "firehose-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "firehose.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "firehose.{region}.amazonaws.com", variants: [ + { + hostname: "firehose.{region}.amazonaws.com", + tags: [], + }, { hostname: "firehose-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "firehose.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "firehose.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-fis/src/endpoints.ts b/clients/client-fis/src/endpoints.ts index 6f76c87040d0..660174c4b8b1 100644 --- a/clients/client-fis/src/endpoints.ts +++ b/clients/client-fis/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com", variants: [ + { + hostname: "fis.{region}.amazonaws.com", + tags: [], + }, { hostname: "fis-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fis.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com.cn", variants: [ + { + hostname: "fis.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "fis-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "fis.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fis.{region}.amazonaws.com", variants: [ + { + hostname: "fis.{region}.amazonaws.com", + tags: [], + }, { hostname: "fis-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "fis.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fis.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-fms/src/endpoints.ts b/clients/client-fms/src/endpoints.ts index ac2cc2104c52..c11406319a85 100644 --- a/clients/client-fms/src/endpoints.ts +++ b/clients/client-fms/src/endpoints.ts @@ -5,170 +5,170 @@ const regionHash: RegionHash = { "af-south-1": { hostname: "fms.af-south-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.af-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.af-south-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-east-1": { hostname: "fms.ap-east-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-east-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-1": { hostname: "fms.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-northeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-2": { hostname: "fms.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-northeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-south-1": { hostname: "fms.ap-south-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-1": { hostname: "fms.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-southeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-2": { hostname: "fms.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "fms-fips.ap-southeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1": { hostname: "fms.ca-central-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-central-1": { hostname: "fms.eu-central-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.eu-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-south-1": { hostname: "fms.eu-south-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.eu-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.eu-south-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-1": { hostname: "fms.eu-west-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.eu-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-2": { hostname: "fms.eu-west-2.amazonaws.com", variants: [ - { - hostname: "fms-fips.eu-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-3": { hostname: "fms.eu-west-3.amazonaws.com", variants: [ - { - hostname: "fms-fips.eu-west-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-af-south-1": { @@ -384,105 +384,105 @@ const regionHash: RegionHash = { "me-south-1": { hostname: "fms.me-south-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.me-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.me-south-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "sa-east-1": { hostname: "fms.sa-east-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.sa-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1": { hostname: "fms.us-east-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "fms.us-east-2.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "fms.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "fms.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "fms.us-west-1.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "fms.us-west-2.amazonaws.com", variants: [ - { - hostname: "fms-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fms.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -534,6 +534,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com", variants: [ + { + hostname: "fms.{region}.amazonaws.com", + tags: [], + }, { hostname: "fms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -546,10 +550,6 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fms.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -557,6 +557,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com.cn", variants: [ + { + hostname: "fms.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "fms-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -569,10 +573,6 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "fms.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -602,6 +602,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fms.{region}.amazonaws.com", variants: [ + { + hostname: "fms.{region}.amazonaws.com", + tags: [], + }, { hostname: "fms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -614,10 +618,6 @@ const partitionHash: PartitionHash = { hostname: "fms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fms.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-forecast/src/endpoints.ts b/clients/client-forecast/src/endpoints.ts index 5e4ccfef3669..b00e2365ed42 100644 --- a/clients/client-forecast/src/endpoints.ts +++ b/clients/client-forecast/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "forecast.us-east-1.amazonaws.com", variants: [ - { - hostname: "forecast-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecast.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "forecast-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "forecast.us-east-2.amazonaws.com", variants: [ - { - hostname: "forecast-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecast.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "forecast-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "forecast.us-west-2.amazonaws.com", variants: [ - { - hostname: "forecast-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecast.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "forecast-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com", variants: [ + { + hostname: "forecast.{region}.amazonaws.com", + tags: [], + }, { hostname: "forecast-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "forecast.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com.cn", variants: [ + { + hostname: "forecast.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "forecast-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "forecast.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "forecast.{region}.amazonaws.com", variants: [ + { + hostname: "forecast.{region}.amazonaws.com", + tags: [], + }, { hostname: "forecast-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "forecast.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "forecast.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-forecastquery/src/endpoints.ts b/clients/client-forecastquery/src/endpoints.ts index 0d8864a1204c..6bf5c4042f57 100644 --- a/clients/client-forecastquery/src/endpoints.ts +++ b/clients/client-forecastquery/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "forecastquery.us-east-1.amazonaws.com", variants: [ - { - hostname: "forecastquery-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecastquery.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "forecastquery-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "forecastquery.us-east-2.amazonaws.com", variants: [ - { - hostname: "forecastquery-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecastquery.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "forecastquery-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "forecastquery.us-west-2.amazonaws.com", variants: [ - { - hostname: "forecastquery-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "forecastquery.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "forecastquery-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com", variants: [ + { + hostname: "forecastquery.{region}.amazonaws.com", + tags: [], + }, { hostname: "forecastquery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "forecastquery.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com.cn", variants: [ + { + hostname: "forecastquery.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "forecastquery-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "forecastquery.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "forecastquery.{region}.amazonaws.com", variants: [ + { + hostname: "forecastquery.{region}.amazonaws.com", + tags: [], + }, { hostname: "forecastquery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "forecastquery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "forecastquery.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-frauddetector/src/endpoints.ts b/clients/client-frauddetector/src/endpoints.ts index d3d94b9897dc..1b7d7bf03d2c 100644 --- a/clients/client-frauddetector/src/endpoints.ts +++ b/clients/client-frauddetector/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com", variants: [ + { + hostname: "frauddetector.{region}.amazonaws.com", + tags: [], + }, { hostname: "frauddetector-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "frauddetector.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com.cn", variants: [ + { + hostname: "frauddetector.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "frauddetector-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "frauddetector.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "frauddetector.{region}.amazonaws.com", variants: [ + { + hostname: "frauddetector.{region}.amazonaws.com", + tags: [], + }, { hostname: "frauddetector-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "frauddetector.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "frauddetector.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index 242c80fefb81..69165f42b3f0 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "fsx.ca-central-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -158,177 +158,177 @@ const regionHash: RegionHash = { "prod-ca-central-1": { hostname: "fsx.prod-ca-central-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "prod-us-east-1": { hostname: "fsx.prod-us-east-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "prod-us-east-2": { hostname: "fsx.prod-us-east-2.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "prod-us-gov-east-1": { hostname: "fsx.prod-us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, "prod-us-gov-west-1": { hostname: "fsx.prod-us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "prod-us-west-1": { hostname: "fsx.prod-us-west-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "prod-us-west-2": { hostname: "fsx.prod-us-west-2.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.prod-us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, "us-east-1": { hostname: "fsx.us-east-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "fsx.us-east-2.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "fsx.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "fsx.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "fsx.us-west-1.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "fsx.us-west-2.amazonaws.com", variants: [ - { - hostname: "fsx-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "fsx.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fsx-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -376,6 +376,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", variants: [ + { + hostname: "fsx.{region}.amazonaws.com", + tags: [], + }, { hostname: "fsx-fips.{region}.amazonaws.com", tags: ["fips"], @@ -388,10 +392,6 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fsx.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -399,6 +399,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com.cn", variants: [ + { + hostname: "fsx.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "fsx-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -411,10 +415,6 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "fsx.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -453,6 +453,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", variants: [ + { + hostname: "fsx.{region}.amazonaws.com", + tags: [], + }, { hostname: "fsx-fips.{region}.amazonaws.com", tags: ["fips"], @@ -465,10 +469,6 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "fsx.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-gamelift/src/endpoints.ts b/clients/client-gamelift/src/endpoints.ts index 1c7eba22ad30..243290e140b7 100644 --- a/clients/client-gamelift/src/endpoints.ts +++ b/clients/client-gamelift/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com", variants: [ + { + hostname: "gamelift.{region}.amazonaws.com", + tags: [], + }, { hostname: "gamelift-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "gamelift.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com.cn", variants: [ + { + hostname: "gamelift.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "gamelift-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "gamelift.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "gamelift.{region}.amazonaws.com", variants: [ + { + hostname: "gamelift.{region}.amazonaws.com", + tags: [], + }, { hostname: "gamelift-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "gamelift.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "gamelift.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-glacier/src/endpoints.ts b/clients/client-glacier/src/endpoints.ts index 38e7222a0305..9204ec3c413f 100644 --- a/clients/client-glacier/src/endpoints.ts +++ b/clients/client-glacier/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "glacier.ca-central-1.amazonaws.com", variants: [ - { - hostname: "glacier-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glacier.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "glacier-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,27 +68,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "glacier.us-east-1.amazonaws.com", variants: [ - { - hostname: "glacier-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glacier.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "glacier-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "glacier.us-east-2.amazonaws.com", variants: [ - { - hostname: "glacier-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "glacier.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "glacier-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "glacier.us-west-1.amazonaws.com", variants: [ - { - hostname: "glacier-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glacier.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "glacier-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "glacier.us-west-2.amazonaws.com", variants: [ - { - hostname: "glacier-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "glacier.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "glacier-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com", variants: [ + { + hostname: "glacier.{region}.amazonaws.com", + tags: [], + }, { hostname: "glacier-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "glacier.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com.cn", variants: [ + { + hostname: "glacier.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "glacier-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "glacier.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "glacier.{region}.amazonaws.com", variants: [ + { + hostname: "glacier.{region}.amazonaws.com", + tags: [], + }, { hostname: "glacier-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "glacier.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "glacier.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-global-accelerator/src/endpoints.ts b/clients/client-global-accelerator/src/endpoints.ts index 61c5ff1ca7ce..a74f6e38bbf6 100644 --- a/clients/client-global-accelerator/src/endpoints.ts +++ b/clients/client-global-accelerator/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com", variants: [ + { + hostname: "globalaccelerator.{region}.amazonaws.com", + tags: [], + }, { hostname: "globalaccelerator-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "globalaccelerator.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com.cn", variants: [ + { + hostname: "globalaccelerator.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "globalaccelerator-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "globalaccelerator.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "globalaccelerator.{region}.amazonaws.com", variants: [ + { + hostname: "globalaccelerator.{region}.amazonaws.com", + tags: [], + }, { hostname: "globalaccelerator-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "globalaccelerator.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "globalaccelerator.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-glue/src/endpoints.ts b/clients/client-glue/src/endpoints.ts index f8031cc46348..51e809e28de3 100644 --- a/clients/client-glue/src/endpoints.ts +++ b/clients/client-glue/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "glue.us-east-1.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "glue.us-east-2.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "glue.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "glue.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "glue.us-west-1.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "glue.us-west-2.amazonaws.com", variants: [ - { - hostname: "glue-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "glue.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "glue-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com", variants: [ + { + hostname: "glue.{region}.amazonaws.com", + tags: [], + }, { hostname: "glue-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "glue.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com.cn", variants: [ + { + hostname: "glue.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "glue-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "glue.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "glue.{region}.amazonaws.com", variants: [ + { + hostname: "glue.{region}.amazonaws.com", + tags: [], + }, { hostname: "glue-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "glue.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "glue.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-grafana/src/endpoints.ts b/clients/client-grafana/src/endpoints.ts index b77f722c14b6..3cd1f379a8bc 100644 --- a/clients/client-grafana/src/endpoints.ts +++ b/clients/client-grafana/src/endpoints.ts @@ -132,6 +132,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com", variants: [ + { + hostname: "grafana.{region}.amazonaws.com", + tags: [], + }, { hostname: "grafana-fips.{region}.amazonaws.com", tags: ["fips"], @@ -144,10 +148,6 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "grafana.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -155,6 +155,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com.cn", variants: [ + { + hostname: "grafana.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "grafana-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -167,10 +171,6 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "grafana.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -200,6 +200,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "grafana.{region}.amazonaws.com", variants: [ + { + hostname: "grafana.{region}.amazonaws.com", + tags: [], + }, { hostname: "grafana-fips.{region}.amazonaws.com", tags: ["fips"], @@ -212,10 +216,6 @@ const partitionHash: PartitionHash = { hostname: "grafana.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "grafana.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-greengrass/src/endpoints.ts b/clients/client-greengrass/src/endpoints.ts index e17542755d2c..61913db97d70 100644 --- a/clients/client-greengrass/src/endpoints.ts +++ b/clients/client-greengrass/src/endpoints.ts @@ -35,14 +35,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "greengrass.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "greengrass.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, @@ -86,6 +86,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com", tags: ["fips"], @@ -98,10 +102,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -109,6 +109,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com.cn", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -121,10 +125,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -160,6 +160,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com", tags: ["fips"], @@ -172,10 +176,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-greengrassv2/src/endpoints.ts b/clients/client-greengrassv2/src/endpoints.ts index e17542755d2c..61913db97d70 100644 --- a/clients/client-greengrassv2/src/endpoints.ts +++ b/clients/client-greengrassv2/src/endpoints.ts @@ -35,14 +35,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "greengrass.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "greengrass.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "greengrass-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, @@ -86,6 +86,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com", tags: ["fips"], @@ -98,10 +102,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -109,6 +109,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com.cn", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -121,10 +125,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -160,6 +160,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "greengrass.{region}.amazonaws.com", variants: [ + { + hostname: "greengrass.{region}.amazonaws.com", + tags: [], + }, { hostname: "greengrass-fips.{region}.amazonaws.com", tags: ["fips"], @@ -172,10 +176,6 @@ const partitionHash: PartitionHash = { hostname: "greengrass.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "greengrass.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-groundstation/src/endpoints.ts b/clients/client-groundstation/src/endpoints.ts index 4f0b0f41a232..7044d0a656d0 100644 --- a/clients/client-groundstation/src/endpoints.ts +++ b/clients/client-groundstation/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "groundstation.us-east-1.amazonaws.com", variants: [ - { - hostname: "groundstation-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "groundstation.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "groundstation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "groundstation.us-east-2.amazonaws.com", variants: [ - { - hostname: "groundstation-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "groundstation.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "groundstation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "groundstation.us-west-2.amazonaws.com", variants: [ - { - hostname: "groundstation-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "groundstation.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "groundstation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com", variants: [ + { + hostname: "groundstation.{region}.amazonaws.com", + tags: [], + }, { hostname: "groundstation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "groundstation.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com.cn", variants: [ + { + hostname: "groundstation.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "groundstation-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "groundstation.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "groundstation.{region}.amazonaws.com", variants: [ + { + hostname: "groundstation.{region}.amazonaws.com", + tags: [], + }, { hostname: "groundstation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "groundstation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "groundstation.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-guardduty/src/endpoints.ts b/clients/client-guardduty/src/endpoints.ts index 0c9ea4f4e793..3cfebfae3209 100644 --- a/clients/client-guardduty/src/endpoints.ts +++ b/clients/client-guardduty/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "guardduty.us-east-1.amazonaws.com", variants: [ - { - hostname: "guardduty-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "guardduty.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "guardduty-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "guardduty.us-east-2.amazonaws.com", variants: [ - { - hostname: "guardduty-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "guardduty.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "guardduty-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -53,11 +53,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "guardduty.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "guardduty.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -76,11 +76,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "guardduty.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "guardduty.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "guardduty.us-west-1.amazonaws.com", variants: [ - { - hostname: "guardduty-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "guardduty.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "guardduty-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "guardduty.us-west-2.amazonaws.com", variants: [ - { - hostname: "guardduty-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "guardduty.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "guardduty-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.amazonaws.com", variants: [ + { + hostname: "guardduty.{region}.amazonaws.com", + tags: [], + }, { hostname: "guardduty-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "guardduty.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "guardduty.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "guardduty.{region}.amazonaws.com.cn", variants: [ + { + hostname: "guardduty.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "guardduty-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "guardduty.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "guardduty.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "guardduty.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "guardduty.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-health/src/endpoints.ts b/clients/client-health/src/endpoints.ts index 85ee32e46b76..9973e568fb18 100644 --- a/clients/client-health/src/endpoints.ts +++ b/clients/client-health/src/endpoints.ts @@ -25,28 +25,28 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "health.us-east-2.amazonaws.com", variants: [ - { - hostname: "health-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "health.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "health-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "us-gov-west-1": { hostname: "health.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "health-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "health.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "health-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, @@ -81,6 +81,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com", variants: [ + { + hostname: "health.{region}.amazonaws.com", + tags: [], + }, { hostname: "health-fips.{region}.amazonaws.com", tags: ["fips"], @@ -93,10 +97,6 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "health.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com.cn", variants: [ + { + hostname: "health.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "health-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "health.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -149,6 +149,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "health.{region}.amazonaws.com", variants: [ + { + hostname: "health.{region}.amazonaws.com", + tags: [], + }, { hostname: "health-fips.{region}.amazonaws.com", tags: ["fips"], @@ -161,10 +165,6 @@ const partitionHash: PartitionHash = { hostname: "health.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "health.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-healthlake/src/endpoints.ts b/clients/client-healthlake/src/endpoints.ts index eb87f34e7a8a..427e7aba21b9 100644 --- a/clients/client-healthlake/src/endpoints.ts +++ b/clients/client-healthlake/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com", variants: [ + { + hostname: "healthlake.{region}.amazonaws.com", + tags: [], + }, { hostname: "healthlake-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "healthlake.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com.cn", variants: [ + { + hostname: "healthlake.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "healthlake-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "healthlake.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "healthlake.{region}.amazonaws.com", variants: [ + { + hostname: "healthlake.{region}.amazonaws.com", + tags: [], + }, { hostname: "healthlake-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "healthlake.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "healthlake.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-honeycode/src/endpoints.ts b/clients/client-honeycode/src/endpoints.ts index 5fef4a389385..d52debc08d1c 100644 --- a/clients/client-honeycode/src/endpoints.ts +++ b/clients/client-honeycode/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com", variants: [ + { + hostname: "honeycode.{region}.amazonaws.com", + tags: [], + }, { hostname: "honeycode-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "honeycode.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com.cn", variants: [ + { + hostname: "honeycode.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "honeycode-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "honeycode.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "honeycode.{region}.amazonaws.com", variants: [ + { + hostname: "honeycode.{region}.amazonaws.com", + tags: [], + }, { hostname: "honeycode-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "honeycode.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "honeycode.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index d303e94efdfa..66b3f795654a 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "aws-global": { hostname: "iam.amazonaws.com", variants: [ - { - hostname: "iam-fips.amazonaws.com", - tags: ["fips"], - }, { hostname: "iam.amazonaws.com", tags: [], }, + { + hostname: "iam-fips.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -61,11 +61,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "iam.us-gov.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "iam.us-gov.amazonaws.com", - tags: [], + tags: ["fips"], }, ], signingRegion: "us-gov-west-1", @@ -83,14 +83,14 @@ const regionHash: RegionHash = { iam: { hostname: "iam.iam.amazonaws.com", variants: [ - { - hostname: "iam-fips.amazonaws.com", - tags: ["fips"], - }, { hostname: "iam.iam.amazonaws.com", tags: [], }, + { + hostname: "iam-fips.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "iam-govcloud": { hostname: "iam.iam-govcloud.amazonaws.com", variants: [ - { - hostname: "iam.us-gov.amazonaws.com", - tags: ["fips"], - }, { hostname: "iam.iam-govcloud.amazonaws.com", tags: [], }, + { + hostname: "iam.us-gov.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, @@ -162,6 +162,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iam.{region}.amazonaws.com", variants: [ + { + hostname: "iam.{region}.amazonaws.com", + tags: [], + }, { hostname: "iam-fips.{region}.amazonaws.com", tags: ["fips"], @@ -174,10 +178,6 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iam.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -186,6 +186,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iam.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iam.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iam-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -198,10 +202,6 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iam.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -241,6 +241,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iam.{region}.amazonaws.com", variants: [ + { + hostname: "iam.{region}.amazonaws.com", + tags: [], + }, { hostname: "iam-fips.{region}.amazonaws.com", tags: ["fips"], @@ -253,10 +257,6 @@ const partitionHash: PartitionHash = { hostname: "iam.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iam.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-us-gov-global", }, diff --git a/clients/client-identitystore/src/endpoints.ts b/clients/client-identitystore/src/endpoints.ts index 6d2dc3631ed5..e11899f98023 100644 --- a/clients/client-identitystore/src/endpoints.ts +++ b/clients/client-identitystore/src/endpoints.ts @@ -17,11 +17,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "identitystore.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "identitystore.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -55,6 +55,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com", variants: [ + { + hostname: "identitystore.{region}.amazonaws.com", + tags: [], + }, { hostname: "identitystore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -67,10 +71,6 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "identitystore.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -78,6 +78,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com.cn", variants: [ + { + hostname: "identitystore.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "identitystore-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -90,10 +94,6 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "identitystore.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "identitystore.{region}.amazonaws.com", variants: [ + { + hostname: "identitystore.{region}.amazonaws.com", + tags: [], + }, { hostname: "identitystore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "identitystore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "identitystore.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-imagebuilder/src/endpoints.ts b/clients/client-imagebuilder/src/endpoints.ts index 52437dcb6297..d059042eb46d 100644 --- a/clients/client-imagebuilder/src/endpoints.ts +++ b/clients/client-imagebuilder/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com", variants: [ + { + hostname: "imagebuilder.{region}.amazonaws.com", + tags: [], + }, { hostname: "imagebuilder-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "imagebuilder.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com.cn", variants: [ + { + hostname: "imagebuilder.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "imagebuilder-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "imagebuilder.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "imagebuilder.{region}.amazonaws.com", variants: [ + { + hostname: "imagebuilder.{region}.amazonaws.com", + tags: [], + }, { hostname: "imagebuilder-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "imagebuilder.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "imagebuilder.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-inspector/src/endpoints.ts b/clients/client-inspector/src/endpoints.ts index 4ef96fd9003c..79e422f59b1e 100644 --- a/clients/client-inspector/src/endpoints.ts +++ b/clients/client-inspector/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "inspector.us-east-1.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "inspector.us-east-2.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "inspector.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "inspector.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "inspector.us-west-1.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "inspector.us-west-2.amazonaws.com", variants: [ - { - hostname: "inspector-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "inspector.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "inspector-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com", variants: [ + { + hostname: "inspector.{region}.amazonaws.com", + tags: [], + }, { hostname: "inspector-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "inspector.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com.cn", variants: [ + { + hostname: "inspector.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "inspector-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "inspector.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "inspector.{region}.amazonaws.com", variants: [ + { + hostname: "inspector.{region}.amazonaws.com", + tags: [], + }, { hostname: "inspector-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "inspector.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "inspector.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-1click-devices-service/src/endpoints.ts b/clients/client-iot-1click-devices-service/src/endpoints.ts index 21678dff5743..7d429b0f5d96 100644 --- a/clients/client-iot-1click-devices-service/src/endpoints.ts +++ b/clients/client-iot-1click-devices-service/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com", variants: [ + { + hostname: "devices.iot1click.{region}.amazonaws.com", + tags: [], + }, { hostname: "devices.iot1click-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devices.iot1click.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com.cn", variants: [ + { + hostname: "devices.iot1click.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "devices.iot1click-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "devices.iot1click.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "devices.iot1click.{region}.amazonaws.com", variants: [ + { + hostname: "devices.iot1click.{region}.amazonaws.com", + tags: [], + }, { hostname: "devices.iot1click-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "devices.iot1click.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "devices.iot1click.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-1click-projects/src/endpoints.ts b/clients/client-iot-1click-projects/src/endpoints.ts index 69a6ec223bae..214c9a0fe280 100644 --- a/clients/client-iot-1click-projects/src/endpoints.ts +++ b/clients/client-iot-1click-projects/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com", variants: [ + { + hostname: "projects.iot1click.{region}.amazonaws.com", + tags: [], + }, { hostname: "projects.iot1click-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "projects.iot1click.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com.cn", variants: [ + { + hostname: "projects.iot1click.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "projects.iot1click-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "projects.iot1click.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "projects.iot1click.{region}.amazonaws.com", variants: [ + { + hostname: "projects.iot1click.{region}.amazonaws.com", + tags: [], + }, { hostname: "projects.iot1click-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "projects.iot1click.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "projects.iot1click.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-data-plane/src/endpoints.ts b/clients/client-iot-data-plane/src/endpoints.ts index c5c740f2c324..5f70730c55ba 100644 --- a/clients/client-iot-data-plane/src/endpoints.ts +++ b/clients/client-iot-data-plane/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "data.iot.ca-central-1.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "data.iot.us-east-1.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "data.iot.us-east-2.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "data.iot.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "data.iot.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "data.iot.us-west-1.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "data.iot.us-west-2.amazonaws.com", variants: [ - { - hostname: "data.iot-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.iot.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "data.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com", variants: [ + { + hostname: "data.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.iot.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com.cn", variants: [ + { + hostname: "data.iot.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "data.iot-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "data.iot.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.iot.{region}.amazonaws.com", variants: [ + { + hostname: "data.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "data.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.iot.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-events-data/src/endpoints.ts b/clients/client-iot-events-data/src/endpoints.ts index bc985a039df2..ea5c1d90d4ef 100644 --- a/clients/client-iot-events-data/src/endpoints.ts +++ b/clients/client-iot-events-data/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com", variants: [ + { + hostname: "data.iotevents.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.iotevents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.iotevents.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com.cn", variants: [ + { + hostname: "data.iotevents.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "data.iotevents-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "data.iotevents.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.iotevents.{region}.amazonaws.com", variants: [ + { + hostname: "data.iotevents.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.iotevents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "data.iotevents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.iotevents.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-events/src/endpoints.ts b/clients/client-iot-events/src/endpoints.ts index 275629ac16f2..54a0530342ed 100644 --- a/clients/client-iot-events/src/endpoints.ts +++ b/clients/client-iot-events/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com", variants: [ + { + hostname: "iotevents.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotevents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotevents.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iotevents.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iotevents-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iotevents.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotevents.{region}.amazonaws.com", variants: [ + { + hostname: "iotevents.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotevents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "iotevents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotevents.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-jobs-data-plane/src/endpoints.ts b/clients/client-iot-jobs-data-plane/src/endpoints.ts index 54696aa15eb5..734046a949a8 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoints.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "data.jobs.iot.ca-central-1.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "data.jobs.iot.us-east-1.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "data.jobs.iot.us-east-2.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "data.jobs.iot.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "data.jobs.iot.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "data.jobs.iot.us-west-1.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "data.jobs.iot.us-west-2.amazonaws.com", variants: [ - { - hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "data.jobs.iot.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "data.jobs.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com", variants: [ + { + hostname: "data.jobs.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.jobs.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.jobs.iot.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com.cn", variants: [ + { + hostname: "data.jobs.iot.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "data.jobs.iot-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "data.jobs.iot.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.jobs.iot.{region}.amazonaws.com", variants: [ + { + hostname: "data.jobs.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.jobs.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "data.jobs.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.jobs.iot.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot-wireless/src/endpoints.ts b/clients/client-iot-wireless/src/endpoints.ts index bd674952e8a6..d59d811ffad0 100644 --- a/clients/client-iot-wireless/src/endpoints.ts +++ b/clients/client-iot-wireless/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com", variants: [ + { + hostname: "api.iotwireless.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.iotwireless-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.iotwireless.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.iotwireless.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.iotwireless-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.iotwireless.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.iotwireless.{region}.amazonaws.com", variants: [ + { + hostname: "api.iotwireless.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.iotwireless-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotwireless.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.iotwireless.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iot/src/endpoints.ts b/clients/client-iot/src/endpoints.ts index 1484e5f6cce1..8d1a45fa52f6 100644 --- a/clients/client-iot/src/endpoints.ts +++ b/clients/client-iot/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "iot.ca-central-1.amazonaws.com", variants: [ - { - hostname: "iot-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "iot.us-east-1.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "iot.us-east-2.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "iot.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "iot.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "iot.us-west-1.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "iot.us-west-2.amazonaws.com", variants: [ - { - hostname: "iot-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "iot.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com", variants: [ + { + hostname: "iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iot.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iot.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iot-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iot.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iot.{region}.amazonaws.com", variants: [ + { + hostname: "iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iot.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotanalytics/src/endpoints.ts b/clients/client-iotanalytics/src/endpoints.ts index 321f117b81b2..00bc8467c2af 100644 --- a/clients/client-iotanalytics/src/endpoints.ts +++ b/clients/client-iotanalytics/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "iotanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iotanalytics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iotanalytics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iotanalytics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "iotanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "iotanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotdeviceadvisor/src/endpoints.ts b/clients/client-iotdeviceadvisor/src/endpoints.ts index b1e59d523c9c..48ca7a662df7 100644 --- a/clients/client-iotdeviceadvisor/src/endpoints.ts +++ b/clients/client-iotdeviceadvisor/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", variants: [ + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.iotdeviceadvisor.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", variants: [ + { + hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.iotdeviceadvisor-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "api.iotdeviceadvisor.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.iotdeviceadvisor.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotfleethub/src/endpoints.ts b/clients/client-iotfleethub/src/endpoints.ts index 9fbaed470116..bf6868bae361 100644 --- a/clients/client-iotfleethub/src/endpoints.ts +++ b/clients/client-iotfleethub/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "api.fleethub.iot.ca-central-1.amazonaws.com", variants: [ - { - hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.fleethub.iot.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -58,40 +58,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "api.fleethub.iot.us-east-1.amazonaws.com", variants: [ - { - hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.fleethub.iot.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "api.fleethub.iot-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "api.fleethub.iot.us-east-2.amazonaws.com", variants: [ - { - hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.fleethub.iot.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "api.fleethub.iot-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "api.fleethub.iot.us-west-2.amazonaws.com", variants: [ - { - hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.fleethub.iot.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "api.fleethub.iot-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -128,6 +128,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com", variants: [ + { + hostname: "api.fleethub.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.fleethub.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -140,10 +144,6 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.fleethub.iot.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -151,6 +151,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.fleethub.iot.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.fleethub.iot-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -163,10 +167,6 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.fleethub.iot.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -196,6 +196,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.fleethub.iot.{region}.amazonaws.com", variants: [ + { + hostname: "api.fleethub.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.fleethub.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -208,10 +212,6 @@ const partitionHash: PartitionHash = { hostname: "api.fleethub.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.fleethub.iot.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotsecuretunneling/src/endpoints.ts b/clients/client-iotsecuretunneling/src/endpoints.ts index c11510dcfdaa..8907bbea35c2 100644 --- a/clients/client-iotsecuretunneling/src/endpoints.ts +++ b/clients/client-iotsecuretunneling/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com", variants: [ + { + hostname: "api.tunneling.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.tunneling.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.tunneling.iot.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.tunneling.iot.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.tunneling.iot-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.tunneling.iot.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.tunneling.iot.{region}.amazonaws.com", variants: [ + { + hostname: "api.tunneling.iot.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.tunneling.iot-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "api.tunneling.iot.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.tunneling.iot.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotsitewise/src/endpoints.ts b/clients/client-iotsitewise/src/endpoints.ts index dca5dcc11472..9a68a3327a43 100644 --- a/clients/client-iotsitewise/src/endpoints.ts +++ b/clients/client-iotsitewise/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com", variants: [ + { + hostname: "iotsitewise.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotsitewise-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotsitewise.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iotsitewise.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iotsitewise-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iotsitewise.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotsitewise.{region}.amazonaws.com", variants: [ + { + hostname: "iotsitewise.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotsitewise-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "iotsitewise.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotsitewise.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-iotthingsgraph/src/endpoints.ts b/clients/client-iotthingsgraph/src/endpoints.ts index fd45c8fe062f..5d0304046866 100644 --- a/clients/client-iotthingsgraph/src/endpoints.ts +++ b/clients/client-iotthingsgraph/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com", variants: [ + { + hostname: "iotthingsgraph.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotthingsgraph-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotthingsgraph.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com.cn", variants: [ + { + hostname: "iotthingsgraph.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "iotthingsgraph-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "iotthingsgraph.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "iotthingsgraph.{region}.amazonaws.com", variants: [ + { + hostname: "iotthingsgraph.{region}.amazonaws.com", + tags: [], + }, { hostname: "iotthingsgraph-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "iotthingsgraph.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "iotthingsgraph.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ivs/src/endpoints.ts b/clients/client-ivs/src/endpoints.ts index 42efe394eaf1..bf80a0be6c39 100644 --- a/clients/client-ivs/src/endpoints.ts +++ b/clients/client-ivs/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com", variants: [ + { + hostname: "ivs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ivs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ivs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ivs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ivs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ivs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ivs.{region}.amazonaws.com", variants: [ + { + hostname: "ivs.{region}.amazonaws.com", + tags: [], + }, { hostname: "ivs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "ivs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ivs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kafka/src/endpoints.ts b/clients/client-kafka/src/endpoints.ts index f37881dde60c..eba9f31b1aa4 100644 --- a/clients/client-kafka/src/endpoints.ts +++ b/clients/client-kafka/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com", variants: [ + { + hostname: "kafka.{region}.amazonaws.com", + tags: [], + }, { hostname: "kafka-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kafka.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kafka.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kafka-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kafka.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kafka.{region}.amazonaws.com", variants: [ + { + hostname: "kafka.{region}.amazonaws.com", + tags: [], + }, { hostname: "kafka-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kafka.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kafka.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kafkaconnect/src/endpoints.ts b/clients/client-kafkaconnect/src/endpoints.ts index c11cda3ea27e..040c26181e2d 100644 --- a/clients/client-kafkaconnect/src/endpoints.ts +++ b/clients/client-kafkaconnect/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com", variants: [ + { + hostname: "kafkaconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "kafkaconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kafkaconnect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kafkaconnect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kafkaconnect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kafkaconnect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kafkaconnect.{region}.amazonaws.com", variants: [ + { + hostname: "kafkaconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "kafkaconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kafkaconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kafkaconnect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kendra/src/endpoints.ts b/clients/client-kendra/src/endpoints.ts index 5fe8269c3bae..fafce24d8374 100644 --- a/clients/client-kendra/src/endpoints.ts +++ b/clients/client-kendra/src/endpoints.ts @@ -45,53 +45,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "kendra.us-east-1.amazonaws.com", variants: [ - { - hostname: "kendra-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kendra.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "kendra-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "kendra.us-east-2.amazonaws.com", variants: [ - { - hostname: "kendra-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kendra.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "kendra-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "kendra.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "kendra-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kendra.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "kendra-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "kendra.us-west-2.amazonaws.com", variants: [ - { - hostname: "kendra-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kendra.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "kendra-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com", variants: [ + { + hostname: "kendra.{region}.amazonaws.com", + tags: [], + }, { hostname: "kendra-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kendra.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -150,6 +150,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kendra.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kendra-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -162,10 +166,6 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kendra.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kendra.{region}.amazonaws.com", variants: [ + { + hostname: "kendra.{region}.amazonaws.com", + tags: [], + }, { hostname: "kendra-fips.{region}.amazonaws.com", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "kendra.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kendra.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-analytics-v2/src/endpoints.ts b/clients/client-kinesis-analytics-v2/src/endpoints.ts index 025b4b182b8b..7297ef0332a3 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoints.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-analytics/src/endpoints.ts b/clients/client-kinesis-analytics/src/endpoints.ts index 025b4b182b8b..7297ef0332a3 100644 --- a/clients/client-kinesis-analytics/src/endpoints.ts +++ b/clients/client-kinesis-analytics/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-video-archived-media/src/endpoints.ts b/clients/client-kinesis-video-archived-media/src/endpoints.ts index 951aec58eba5..c36f3b8a51ca 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoints.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-video-media/src/endpoints.ts b/clients/client-kinesis-video-media/src/endpoints.ts index 951aec58eba5..c36f3b8a51ca 100644 --- a/clients/client-kinesis-video-media/src/endpoints.ts +++ b/clients/client-kinesis-video-media/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-video-signaling/src/endpoints.ts b/clients/client-kinesis-video-signaling/src/endpoints.ts index 951aec58eba5..c36f3b8a51ca 100644 --- a/clients/client-kinesis-video-signaling/src/endpoints.ts +++ b/clients/client-kinesis-video-signaling/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis-video/src/endpoints.ts b/clients/client-kinesis-video/src/endpoints.ts index 951aec58eba5..c36f3b8a51ca 100644 --- a/clients/client-kinesis-video/src/endpoints.ts +++ b/clients/client-kinesis-video/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesisvideo.{region}.amazonaws.com", variants: [ + { + hostname: "kinesisvideo.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesisvideo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "kinesisvideo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesisvideo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kinesis/src/endpoints.ts b/clients/client-kinesis/src/endpoints.ts index e3d9f0946f4a..a42b4cbc792e 100644 --- a/clients/client-kinesis/src/endpoints.ts +++ b/clients/client-kinesis/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "kinesis.us-east-1.amazonaws.com", variants: [ - { - hostname: "kinesis-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kinesis.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "kinesis-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "kinesis.us-east-2.amazonaws.com", variants: [ - { - hostname: "kinesis-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kinesis.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "kinesis-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "kinesis.us-west-1.amazonaws.com", variants: [ - { - hostname: "kinesis-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kinesis.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "kinesis-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "kinesis.us-west-2.amazonaws.com", variants: [ - { - hostname: "kinesis-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kinesis.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "kinesis-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com", variants: [ + { + hostname: "kinesis.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesis-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesis.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kinesis.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kinesis-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kinesis.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kinesis.{region}.amazonaws.com", variants: [ + { + hostname: "kinesis.{region}.amazonaws.com", + tags: [], + }, { hostname: "kinesis-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "kinesis.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kinesis.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index 6cdb70d7b2e9..e8100b4e8c12 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "af-south-1": { hostname: "kms.af-south-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.af-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.af-south-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "af-south-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "ap-east-1": { hostname: "kms.ap-east-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-east-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-east-1-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "ap-northeast-1": { hostname: "kms.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-northeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-1-fips": { @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "ap-northeast-2": { hostname: "kms.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-northeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-2-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "ap-northeast-3": { hostname: "kms.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-northeast-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-3-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "ap-south-1": { hostname: "kms.ap-south-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-south-1-fips": { @@ -153,14 +153,14 @@ const regionHash: RegionHash = { "ap-southeast-1": { hostname: "kms.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-southeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-1-fips": { @@ -176,14 +176,14 @@ const regionHash: RegionHash = { "ap-southeast-2": { hostname: "kms.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "kms-fips.ap-southeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-2-fips": { @@ -199,14 +199,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "kms.ca-central-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -222,14 +222,14 @@ const regionHash: RegionHash = { "eu-central-1": { hostname: "kms.eu-central-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-central-1-fips": { @@ -245,14 +245,14 @@ const regionHash: RegionHash = { "eu-north-1": { hostname: "kms.eu-north-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-north-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-north-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-north-1-fips": { @@ -268,14 +268,14 @@ const regionHash: RegionHash = { "eu-south-1": { hostname: "kms.eu-south-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-south-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-south-1-fips": { @@ -291,14 +291,14 @@ const regionHash: RegionHash = { "eu-west-1": { hostname: "kms.eu-west-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-1-fips": { @@ -314,14 +314,14 @@ const regionHash: RegionHash = { "eu-west-2": { hostname: "kms.eu-west-2.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-2-fips": { @@ -337,14 +337,14 @@ const regionHash: RegionHash = { "eu-west-3": { hostname: "kms.eu-west-3.amazonaws.com", variants: [ - { - hostname: "kms-fips.eu-west-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-3-fips": { @@ -360,14 +360,14 @@ const regionHash: RegionHash = { "me-south-1": { hostname: "kms.me-south-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.me-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.me-south-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "me-south-1-fips": { @@ -383,14 +383,14 @@ const regionHash: RegionHash = { "sa-east-1": { hostname: "kms.sa-east-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.sa-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "sa-east-1-fips": { @@ -406,14 +406,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "kms.us-east-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -429,14 +429,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "kms.us-east-2.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -452,14 +452,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "kms.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -475,14 +475,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "kms.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -498,14 +498,14 @@ const regionHash: RegionHash = { "us-iso-east-1": { hostname: "kms.us-iso-east-1.c2s.ic.gov", variants: [ - { - hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", - tags: ["fips"], - }, { hostname: "kms.us-iso-east-1.c2s.ic.gov", tags: [], }, + { + hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + tags: ["fips"], + }, ], }, "us-iso-east-1-fips": { @@ -521,14 +521,14 @@ const regionHash: RegionHash = { "us-iso-west-1": { hostname: "kms.us-iso-west-1.c2s.ic.gov", variants: [ - { - hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", - tags: ["fips"], - }, { hostname: "kms.us-iso-west-1.c2s.ic.gov", tags: [], }, + { + hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + tags: ["fips"], + }, ], }, "us-iso-west-1-fips": { @@ -544,14 +544,14 @@ const regionHash: RegionHash = { "us-isob-east-1": { hostname: "kms.us-isob-east-1.sc2s.sgov.gov", variants: [ - { - hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", - tags: ["fips"], - }, { hostname: "kms.us-isob-east-1.sc2s.sgov.gov", tags: [], }, + { + hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + tags: ["fips"], + }, ], }, "us-isob-east-1-fips": { @@ -567,14 +567,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "kms.us-west-1.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -590,14 +590,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "kms.us-west-2.amazonaws.com", variants: [ - { - hostname: "kms-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "kms.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "kms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -661,6 +661,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", variants: [ + { + hostname: "kms.{region}.amazonaws.com", + tags: [], + }, { hostname: "kms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -673,10 +677,6 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kms.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -684,6 +684,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com.cn", variants: [ + { + hostname: "kms.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "kms-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -696,10 +700,6 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "kms.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -729,6 +729,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", variants: [ + { + hostname: "kms.{region}.amazonaws.com", + tags: [], + }, { hostname: "kms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -741,10 +745,6 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "kms.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lakeformation/src/endpoints.ts b/clients/client-lakeformation/src/endpoints.ts index 3d5a90026df5..ace22184edfb 100644 --- a/clients/client-lakeformation/src/endpoints.ts +++ b/clients/client-lakeformation/src/endpoints.ts @@ -55,66 +55,66 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "lakeformation.us-east-1.amazonaws.com", variants: [ - { - hostname: "lakeformation-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lakeformation.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "lakeformation-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "lakeformation.us-east-2.amazonaws.com", variants: [ - { - hostname: "lakeformation-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "lakeformation.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "lakeformation-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "lakeformation.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lakeformation.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "lakeformation.us-west-1.amazonaws.com", variants: [ - { - hostname: "lakeformation-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lakeformation.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "lakeformation-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "lakeformation.us-west-2.amazonaws.com", variants: [ - { - hostname: "lakeformation-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "lakeformation.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "lakeformation-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -151,6 +151,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com", variants: [ + { + hostname: "lakeformation.{region}.amazonaws.com", + tags: [], + }, { hostname: "lakeformation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -163,10 +167,6 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lakeformation.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lakeformation.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lakeformation-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lakeformation.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -219,6 +219,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lakeformation.{region}.amazonaws.com", variants: [ + { + hostname: "lakeformation.{region}.amazonaws.com", + tags: [], + }, { hostname: "lakeformation-fips.{region}.amazonaws.com", tags: ["fips"], @@ -231,10 +235,6 @@ const partitionHash: PartitionHash = { hostname: "lakeformation.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lakeformation.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lambda/src/endpoints.ts b/clients/client-lambda/src/endpoints.ts index 1f719510a79f..e229d6f635ce 100644 --- a/clients/client-lambda/src/endpoints.ts +++ b/clients/client-lambda/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "lambda.us-east-1.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "lambda.us-east-2.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "lambda.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "lambda.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "lambda.us-west-1.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "lambda.us-west-2.amazonaws.com", variants: [ - { - hostname: "lambda-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "lambda.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "lambda-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com", variants: [ + { + hostname: "lambda.{region}.amazonaws.com", + tags: [], + }, { hostname: "lambda-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lambda.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lambda.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lambda-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lambda.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lambda.{region}.amazonaws.com", variants: [ + { + hostname: "lambda.{region}.amazonaws.com", + tags: [], + }, { hostname: "lambda-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "lambda.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lambda.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lex-model-building-service/src/endpoints.ts b/clients/client-lex-model-building-service/src/endpoints.ts index 7b1b20c27ef3..18b922478764 100644 --- a/clients/client-lex-model-building-service/src/endpoints.ts +++ b/clients/client-lex-model-building-service/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "models.lex.us-east-1.amazonaws.com", variants: [ - { - hostname: "models-fips.lex.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "models.lex.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "models-fips.lex.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "models.lex.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "models.lex.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "models-fips.lex.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "models.lex.us-west-2.amazonaws.com", variants: [ - { - hostname: "models-fips.lex.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "models.lex.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "models-fips.lex.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -103,14 +103,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com", variants: [ - { - hostname: "models-fips.lex.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "models.lex.{region}.amazonaws.com", tags: [], }, + { + hostname: "models-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -118,6 +118,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com.cn", variants: [ + { + hostname: "models.lex.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "models.lex-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -130,10 +134,6 @@ const partitionHash: PartitionHash = { hostname: "models.lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "models.lex.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -163,14 +163,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "models.lex.{region}.amazonaws.com", variants: [ - { - hostname: "models-fips.lex.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "models.lex.{region}.amazonaws.com", tags: [], }, + { + hostname: "models-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-lex-models-v2/src/endpoints.ts b/clients/client-lex-models-v2/src/endpoints.ts index 6241bc9e9280..58e60d782001 100644 --- a/clients/client-lex-models-v2/src/endpoints.ts +++ b/clients/client-lex-models-v2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com", variants: [ + { + hostname: "models-v2-lex.{region}.amazonaws.com", + tags: [], + }, { hostname: "models-v2-lex-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "models-v2-lex.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com.cn", variants: [ + { + hostname: "models-v2-lex.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "models-v2-lex-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "models-v2-lex.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "models-v2-lex.{region}.amazonaws.com", variants: [ + { + hostname: "models-v2-lex.{region}.amazonaws.com", + tags: [], + }, { hostname: "models-v2-lex-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "models-v2-lex.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "models-v2-lex.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lex-runtime-service/src/endpoints.ts b/clients/client-lex-runtime-service/src/endpoints.ts index 623fdef48bdd..9fbdd403da9c 100644 --- a/clients/client-lex-runtime-service/src/endpoints.ts +++ b/clients/client-lex-runtime-service/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "runtime.lex.us-east-1.amazonaws.com", variants: [ - { - hostname: "runtime-fips.lex.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.lex.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.lex.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "runtime.lex.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.lex.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.lex.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "runtime.lex.us-west-2.amazonaws.com", variants: [ - { - hostname: "runtime-fips.lex.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.lex.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.lex.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -103,14 +103,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com", variants: [ - { - hostname: "runtime-fips.lex.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.lex.{region}.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -118,6 +118,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com.cn", variants: [ + { + hostname: "runtime.lex.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "runtime.lex-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -130,10 +134,6 @@ const partitionHash: PartitionHash = { hostname: "runtime.lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "runtime.lex.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -163,14 +163,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime.lex.{region}.amazonaws.com", variants: [ - { - hostname: "runtime-fips.lex.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.lex.{region}.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.lex.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-lex-runtime-v2/src/endpoints.ts b/clients/client-lex-runtime-v2/src/endpoints.ts index c907e2cca202..6be029339ffc 100644 --- a/clients/client-lex-runtime-v2/src/endpoints.ts +++ b/clients/client-lex-runtime-v2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com", variants: [ + { + hostname: "runtime-v2-lex.{region}.amazonaws.com", + tags: [], + }, { hostname: "runtime-v2-lex-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "runtime-v2-lex.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com.cn", variants: [ + { + hostname: "runtime-v2-lex.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "runtime-v2-lex-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "runtime-v2-lex.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime-v2-lex.{region}.amazonaws.com", variants: [ + { + hostname: "runtime-v2-lex.{region}.amazonaws.com", + tags: [], + }, { hostname: "runtime-v2-lex-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "runtime-v2-lex.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "runtime-v2-lex.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-license-manager/src/endpoints.ts b/clients/client-license-manager/src/endpoints.ts index 0776305c66c6..5a12841af783 100644 --- a/clients/client-license-manager/src/endpoints.ts +++ b/clients/client-license-manager/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "license-manager.us-east-1.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "license-manager.us-east-2.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "license-manager.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "license-manager.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "license-manager.us-west-1.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "license-manager.us-west-2.amazonaws.com", variants: [ - { - hostname: "license-manager-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "license-manager.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "license-manager-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com", variants: [ + { + hostname: "license-manager.{region}.amazonaws.com", + tags: [], + }, { hostname: "license-manager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "license-manager.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com.cn", variants: [ + { + hostname: "license-manager.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "license-manager-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "license-manager.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "license-manager.{region}.amazonaws.com", variants: [ + { + hostname: "license-manager.{region}.amazonaws.com", + tags: [], + }, { hostname: "license-manager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "license-manager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "license-manager.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lightsail/src/endpoints.ts b/clients/client-lightsail/src/endpoints.ts index a82591fc5af2..a7a70e8226f2 100644 --- a/clients/client-lightsail/src/endpoints.ts +++ b/clients/client-lightsail/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com", variants: [ + { + hostname: "lightsail.{region}.amazonaws.com", + tags: [], + }, { hostname: "lightsail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lightsail.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lightsail.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lightsail-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lightsail.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lightsail.{region}.amazonaws.com", variants: [ + { + hostname: "lightsail.{region}.amazonaws.com", + tags: [], + }, { hostname: "lightsail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "lightsail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lightsail.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-location/src/endpoints.ts b/clients/client-location/src/endpoints.ts index de1a94ff22e6..03eb7a378990 100644 --- a/clients/client-location/src/endpoints.ts +++ b/clients/client-location/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com", variants: [ + { + hostname: "geo.{region}.amazonaws.com", + tags: [], + }, { hostname: "geo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "geo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "geo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "geo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "geo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "geo.{region}.amazonaws.com", variants: [ + { + hostname: "geo.{region}.amazonaws.com", + tags: [], + }, { hostname: "geo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "geo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "geo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lookoutequipment/src/endpoints.ts b/clients/client-lookoutequipment/src/endpoints.ts index 1c8a2d93602f..bd2eec900fb6 100644 --- a/clients/client-lookoutequipment/src/endpoints.ts +++ b/clients/client-lookoutequipment/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutequipment.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutequipment-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutequipment.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lookoutequipment.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lookoutequipment-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lookoutequipment.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutequipment.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutequipment.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutequipment-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutequipment.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutequipment.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lookoutmetrics/src/endpoints.ts b/clients/client-lookoutmetrics/src/endpoints.ts index b8f9b458b2d9..94b272590be8 100644 --- a/clients/client-lookoutmetrics/src/endpoints.ts +++ b/clients/client-lookoutmetrics/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutmetrics.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutmetrics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutmetrics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lookoutmetrics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lookoutmetrics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lookoutmetrics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutmetrics.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutmetrics.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutmetrics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutmetrics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutmetrics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-lookoutvision/src/endpoints.ts b/clients/client-lookoutvision/src/endpoints.ts index 67e3cd02b868..0e3af5ba2b36 100644 --- a/clients/client-lookoutvision/src/endpoints.ts +++ b/clients/client-lookoutvision/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutvision.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutvision-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutvision.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com.cn", variants: [ + { + hostname: "lookoutvision.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "lookoutvision-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "lookoutvision.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "lookoutvision.{region}.amazonaws.com", variants: [ + { + hostname: "lookoutvision.{region}.amazonaws.com", + tags: [], + }, { hostname: "lookoutvision-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "lookoutvision.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "lookoutvision.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-machine-learning/src/endpoints.ts b/clients/client-machine-learning/src/endpoints.ts index 15e28f88f041..b366f9bfc556 100644 --- a/clients/client-machine-learning/src/endpoints.ts +++ b/clients/client-machine-learning/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com", variants: [ + { + hostname: "machinelearning.{region}.amazonaws.com", + tags: [], + }, { hostname: "machinelearning-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "machinelearning.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com.cn", variants: [ + { + hostname: "machinelearning.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "machinelearning-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "machinelearning.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "machinelearning.{region}.amazonaws.com", variants: [ + { + hostname: "machinelearning.{region}.amazonaws.com", + tags: [], + }, { hostname: "machinelearning-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "machinelearning.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "machinelearning.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-macie/src/endpoints.ts b/clients/client-macie/src/endpoints.ts index 40634be6c284..e9d4b2c9fc77 100644 --- a/clients/client-macie/src/endpoints.ts +++ b/clients/client-macie/src/endpoints.ts @@ -25,27 +25,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "macie.us-east-1.amazonaws.com", variants: [ - { - hostname: "macie-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "macie-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "macie.us-west-2.amazonaws.com", variants: [ - { - hostname: "macie-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "macie-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -80,6 +80,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com", variants: [ + { + hostname: "macie.{region}.amazonaws.com", + tags: [], + }, { hostname: "macie-fips.{region}.amazonaws.com", tags: ["fips"], @@ -92,10 +96,6 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "macie.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -103,6 +103,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com.cn", variants: [ + { + hostname: "macie.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "macie-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -115,10 +119,6 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "macie.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "macie.{region}.amazonaws.com", variants: [ + { + hostname: "macie.{region}.amazonaws.com", + tags: [], + }, { hostname: "macie-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "macie.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "macie.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-macie2/src/endpoints.ts b/clients/client-macie2/src/endpoints.ts index 77e145834192..52a8ba9a1fee 100644 --- a/clients/client-macie2/src/endpoints.ts +++ b/clients/client-macie2/src/endpoints.ts @@ -45,53 +45,53 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "macie2.us-east-1.amazonaws.com", variants: [ - { - hostname: "macie2-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie2.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "macie2-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "macie2.us-east-2.amazonaws.com", variants: [ - { - hostname: "macie2-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie2.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "macie2-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "macie2.us-west-1.amazonaws.com", variants: [ - { - hostname: "macie2-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie2.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "macie2-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "macie2.us-west-2.amazonaws.com", variants: [ - { - hostname: "macie2-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "macie2.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "macie2-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -128,6 +128,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com", variants: [ + { + hostname: "macie2.{region}.amazonaws.com", + tags: [], + }, { hostname: "macie2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -140,10 +144,6 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "macie2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -151,6 +151,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "macie2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "macie2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -163,10 +167,6 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "macie2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -196,6 +196,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "macie2.{region}.amazonaws.com", variants: [ + { + hostname: "macie2.{region}.amazonaws.com", + tags: [], + }, { hostname: "macie2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -208,10 +212,6 @@ const partitionHash: PartitionHash = { hostname: "macie2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "macie2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-managedblockchain/src/endpoints.ts b/clients/client-managedblockchain/src/endpoints.ts index 91a158972e4d..d26d31a86957 100644 --- a/clients/client-managedblockchain/src/endpoints.ts +++ b/clients/client-managedblockchain/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com", variants: [ + { + hostname: "managedblockchain.{region}.amazonaws.com", + tags: [], + }, { hostname: "managedblockchain-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "managedblockchain.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com.cn", variants: [ + { + hostname: "managedblockchain.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "managedblockchain-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "managedblockchain.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "managedblockchain.{region}.amazonaws.com", variants: [ + { + hostname: "managedblockchain.{region}.amazonaws.com", + tags: [], + }, { hostname: "managedblockchain-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "managedblockchain.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "managedblockchain.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-marketplace-catalog/src/endpoints.ts b/clients/client-marketplace-catalog/src/endpoints.ts index 186241d1e061..cae217d92a49 100644 --- a/clients/client-marketplace-catalog/src/endpoints.ts +++ b/clients/client-marketplace-catalog/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "catalog.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "catalog.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "catalog.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com.cn", variants: [ + { + hostname: "catalog.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "catalog.marketplace-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "catalog.marketplace.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "catalog.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "catalog.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "catalog.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "catalog.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "catalog.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-marketplace-commerce-analytics/src/endpoints.ts b/clients/client-marketplace-commerce-analytics/src/endpoints.ts index d8149b5e8a9f..dcb0b6fceb7e 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoints.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "marketplacecommerceanalytics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", variants: [ + { + hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", + tags: [], + }, { hostname: "marketplacecommerceanalytics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "marketplacecommerceanalytics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "marketplacecommerceanalytics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-marketplace-entitlement-service/src/endpoints.ts b/clients/client-marketplace-entitlement-service/src/endpoints.ts index c16e4a288f59..f08ec873750c 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoints.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "entitlement.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "entitlement.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "entitlement.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com.cn", variants: [ + { + hostname: "entitlement.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "entitlement.marketplace-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "entitlement.marketplace.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "entitlement.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "entitlement.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "entitlement.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "entitlement.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "entitlement.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-marketplace-metering/src/endpoints.ts b/clients/client-marketplace-metering/src/endpoints.ts index 35e37dc41ca2..e78122362eea 100644 --- a/clients/client-marketplace-metering/src/endpoints.ts +++ b/clients/client-marketplace-metering/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "metering.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "metering.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "metering.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com.cn", variants: [ + { + hostname: "metering.marketplace.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "metering.marketplace-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "metering.marketplace.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "metering.marketplace.{region}.amazonaws.com", variants: [ + { + hostname: "metering.marketplace.{region}.amazonaws.com", + tags: [], + }, { hostname: "metering.marketplace-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "metering.marketplace.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "metering.marketplace.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediaconnect/src/endpoints.ts b/clients/client-mediaconnect/src/endpoints.ts index 8dc073c78b29..f4c1d014d664 100644 --- a/clients/client-mediaconnect/src/endpoints.ts +++ b/clients/client-mediaconnect/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com", variants: [ + { + hostname: "mediaconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediaconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediaconnect.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mediaconnect.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mediaconnect-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mediaconnect.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediaconnect.{region}.amazonaws.com", variants: [ + { + hostname: "mediaconnect.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediaconnect-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconnect.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediaconnect.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediaconvert/src/endpoints.ts b/clients/client-mediaconvert/src/endpoints.ts index df74b39e8dad..240e8197c439 100644 --- a/clients/client-mediaconvert/src/endpoints.ts +++ b/clients/client-mediaconvert/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "mediaconvert.ca-central-1.amazonaws.com", variants: [ - { - hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mediaconvert.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "mediaconvert-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "cn-northwest-1": { @@ -78,27 +78,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "mediaconvert.us-east-1.amazonaws.com", variants: [ - { - hostname: "mediaconvert-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mediaconvert.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "mediaconvert-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "mediaconvert.us-east-2.amazonaws.com", variants: [ - { - hostname: "mediaconvert-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "mediaconvert.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "mediaconvert-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "mediaconvert.us-west-1.amazonaws.com", variants: [ - { - hostname: "mediaconvert-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mediaconvert.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "mediaconvert-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "mediaconvert.us-west-2.amazonaws.com", variants: [ - { - hostname: "mediaconvert-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "mediaconvert.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "mediaconvert-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com", variants: [ + { + hostname: "mediaconvert.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediaconvert-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediaconvert.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mediaconvert.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mediaconvert-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mediaconvert.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediaconvert.{region}.amazonaws.com", variants: [ + { + hostname: "mediaconvert.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediaconvert-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "mediaconvert.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediaconvert.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-medialive/src/endpoints.ts b/clients/client-medialive/src/endpoints.ts index 00184970e9ab..e6b9a0648c65 100644 --- a/clients/client-medialive/src/endpoints.ts +++ b/clients/client-medialive/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "medialive.us-east-1.amazonaws.com", variants: [ - { - hostname: "medialive-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "medialive.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "medialive-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "medialive.us-east-2.amazonaws.com", variants: [ - { - hostname: "medialive-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "medialive.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "medialive-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "medialive.us-west-2.amazonaws.com", variants: [ - { - hostname: "medialive-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "medialive.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "medialive-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com", variants: [ + { + hostname: "medialive.{region}.amazonaws.com", + tags: [], + }, { hostname: "medialive-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "medialive.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com.cn", variants: [ + { + hostname: "medialive.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "medialive-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "medialive.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "medialive.{region}.amazonaws.com", variants: [ + { + hostname: "medialive.{region}.amazonaws.com", + tags: [], + }, { hostname: "medialive-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "medialive.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "medialive.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediapackage-vod/src/endpoints.ts b/clients/client-mediapackage-vod/src/endpoints.ts index ac3847f8fc3e..d01e0e097580 100644 --- a/clients/client-mediapackage-vod/src/endpoints.ts +++ b/clients/client-mediapackage-vod/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com", variants: [ + { + hostname: "mediapackage-vod.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediapackage-vod-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediapackage-vod.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mediapackage-vod.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mediapackage-vod-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mediapackage-vod.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediapackage-vod.{region}.amazonaws.com", variants: [ + { + hostname: "mediapackage-vod.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediapackage-vod-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage-vod.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediapackage-vod.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediapackage/src/endpoints.ts b/clients/client-mediapackage/src/endpoints.ts index 1a465f438388..831fe0e813b2 100644 --- a/clients/client-mediapackage/src/endpoints.ts +++ b/clients/client-mediapackage/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com", variants: [ + { + hostname: "mediapackage.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediapackage-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediapackage.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mediapackage.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mediapackage-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mediapackage.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediapackage.{region}.amazonaws.com", variants: [ + { + hostname: "mediapackage.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediapackage-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mediapackage.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediapackage.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediastore-data/src/endpoints.ts b/clients/client-mediastore-data/src/endpoints.ts index a4f9ce2c87b5..7a1023727654 100644 --- a/clients/client-mediastore-data/src/endpoints.ts +++ b/clients/client-mediastore-data/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com", variants: [ + { + hostname: "data.mediastore.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.mediastore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.mediastore.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com.cn", variants: [ + { + hostname: "data.mediastore.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "data.mediastore-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "data.mediastore.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "data.mediastore.{region}.amazonaws.com", variants: [ + { + hostname: "data.mediastore.{region}.amazonaws.com", + tags: [], + }, { hostname: "data.mediastore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "data.mediastore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "data.mediastore.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediastore/src/endpoints.ts b/clients/client-mediastore/src/endpoints.ts index 169dcd096d0f..c7d9f65f3217 100644 --- a/clients/client-mediastore/src/endpoints.ts +++ b/clients/client-mediastore/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com", variants: [ + { + hostname: "mediastore.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediastore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediastore.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mediastore.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mediastore-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mediastore.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mediastore.{region}.amazonaws.com", variants: [ + { + hostname: "mediastore.{region}.amazonaws.com", + tags: [], + }, { hostname: "mediastore-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mediastore.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mediastore.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mediatailor/src/endpoints.ts b/clients/client-mediatailor/src/endpoints.ts index e4938932c9a7..1adc698113a5 100644 --- a/clients/client-mediatailor/src/endpoints.ts +++ b/clients/client-mediatailor/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com", variants: [ + { + hostname: "api.mediatailor.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.mediatailor-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.mediatailor.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.mediatailor.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.mediatailor-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.mediatailor.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.mediatailor.{region}.amazonaws.com", variants: [ + { + hostname: "api.mediatailor.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.mediatailor-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "api.mediatailor.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.mediatailor.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-memorydb/src/endpoints.ts b/clients/client-memorydb/src/endpoints.ts index 0b63508278dd..8330570cb6eb 100644 --- a/clients/client-memorydb/src/endpoints.ts +++ b/clients/client-memorydb/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com", variants: [ + { + hostname: "memory-db.{region}.amazonaws.com", + tags: [], + }, { hostname: "memory-db-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "memory-db.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com.cn", variants: [ + { + hostname: "memory-db.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "memory-db-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "memory-db.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "memory-db.{region}.amazonaws.com", variants: [ + { + hostname: "memory-db.{region}.amazonaws.com", + tags: [], + }, { hostname: "memory-db-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "memory-db.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "memory-db.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mgn/src/endpoints.ts b/clients/client-mgn/src/endpoints.ts index 7276af572ab1..af70a609058d 100644 --- a/clients/client-mgn/src/endpoints.ts +++ b/clients/client-mgn/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com", variants: [ + { + hostname: "mgn.{region}.amazonaws.com", + tags: [], + }, { hostname: "mgn-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mgn.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mgn.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mgn-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mgn.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mgn.{region}.amazonaws.com", variants: [ + { + hostname: "mgn.{region}.amazonaws.com", + tags: [], + }, { hostname: "mgn-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mgn.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mgn.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-migration-hub/src/endpoints.ts b/clients/client-migration-hub/src/endpoints.ts index add54c639663..473aeb3ff80d 100644 --- a/clients/client-migration-hub/src/endpoints.ts +++ b/clients/client-migration-hub/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com", variants: [ + { + hostname: "mgh.{region}.amazonaws.com", + tags: [], + }, { hostname: "mgh-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mgh.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mgh.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mgh-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mgh.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mgh.{region}.amazonaws.com", variants: [ + { + hostname: "mgh.{region}.amazonaws.com", + tags: [], + }, { hostname: "mgh-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mgh.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mgh.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-migrationhub-config/src/endpoints.ts b/clients/client-migrationhub-config/src/endpoints.ts index 7cd470f98c1a..f4c327191d7a 100644 --- a/clients/client-migrationhub-config/src/endpoints.ts +++ b/clients/client-migrationhub-config/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com", variants: [ + { + hostname: "migrationhub-config.{region}.amazonaws.com", + tags: [], + }, { hostname: "migrationhub-config-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "migrationhub-config.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com.cn", variants: [ + { + hostname: "migrationhub-config.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "migrationhub-config-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "migrationhub-config.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "migrationhub-config.{region}.amazonaws.com", variants: [ + { + hostname: "migrationhub-config.{region}.amazonaws.com", + tags: [], + }, { hostname: "migrationhub-config-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "migrationhub-config.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "migrationhub-config.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mobile/src/endpoints.ts b/clients/client-mobile/src/endpoints.ts index 9a24c99fbe0f..82c0721d5e16 100644 --- a/clients/client-mobile/src/endpoints.ts +++ b/clients/client-mobile/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com", variants: [ + { + hostname: "mobile.{region}.amazonaws.com", + tags: [], + }, { hostname: "mobile-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mobile.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mobile.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mobile-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mobile.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mobile.{region}.amazonaws.com", variants: [ + { + hostname: "mobile.{region}.amazonaws.com", + tags: [], + }, { hostname: "mobile-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "mobile.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mobile.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mq/src/endpoints.ts b/clients/client-mq/src/endpoints.ts index 391ed66b2d74..8cb2215a475e 100644 --- a/clients/client-mq/src/endpoints.ts +++ b/clients/client-mq/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "mq.us-east-1.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "mq.us-east-2.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "mq.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "mq.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "mq.us-west-1.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "mq.us-west-2.amazonaws.com", variants: [ - { - hostname: "mq-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "mq.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "mq-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com", variants: [ + { + hostname: "mq.{region}.amazonaws.com", + tags: [], + }, { hostname: "mq-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mq.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mq.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mq-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mq.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mq.{region}.amazonaws.com", variants: [ + { + hostname: "mq.{region}.amazonaws.com", + tags: [], + }, { hostname: "mq-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "mq.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mq.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mturk/src/endpoints.ts b/clients/client-mturk/src/endpoints.ts index a32b2f87a07e..32a3c8cfc390 100644 --- a/clients/client-mturk/src/endpoints.ts +++ b/clients/client-mturk/src/endpoints.ts @@ -42,6 +42,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com", variants: [ + { + hostname: "mturk-requester.{region}.amazonaws.com", + tags: [], + }, { hostname: "mturk-requester-fips.{region}.amazonaws.com", tags: ["fips"], @@ -54,10 +58,6 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mturk-requester.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -65,6 +65,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com.cn", variants: [ + { + hostname: "mturk-requester.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "mturk-requester-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -77,10 +81,6 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "mturk-requester.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -110,6 +110,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "mturk-requester.{region}.amazonaws.com", variants: [ + { + hostname: "mturk-requester.{region}.amazonaws.com", + tags: [], + }, { hostname: "mturk-requester-fips.{region}.amazonaws.com", tags: ["fips"], @@ -122,10 +126,6 @@ const partitionHash: PartitionHash = { hostname: "mturk-requester.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "mturk-requester.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-mwaa/src/endpoints.ts b/clients/client-mwaa/src/endpoints.ts index 4d771383f383..476ba32fb458 100644 --- a/clients/client-mwaa/src/endpoints.ts +++ b/clients/client-mwaa/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com", variants: [ + { + hostname: "airflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "airflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "airflow.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com.cn", variants: [ + { + hostname: "airflow.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "airflow-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "airflow.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "airflow.{region}.amazonaws.com", variants: [ + { + hostname: "airflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "airflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "airflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "airflow.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index 7e29759625b8..1cb51a713809 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -78,42 +78,42 @@ const regionHash: RegionHash = { "rds.ca-central-1": { hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, @@ -140,42 +140,42 @@ const regionHash: RegionHash = { "rds.us-west-1": { hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, "us-east-1": { hostname: "rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -191,14 +191,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -216,11 +216,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -239,11 +239,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -260,14 +260,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -283,14 +283,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -348,6 +348,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -360,10 +364,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -371,6 +371,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", variants: [ + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -383,10 +387,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -423,6 +423,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -435,10 +439,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-network-firewall/src/endpoints.ts b/clients/client-network-firewall/src/endpoints.ts index 01be3258fad8..477ce81de46a 100644 --- a/clients/client-network-firewall/src/endpoints.ts +++ b/clients/client-network-firewall/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "network-firewall.ca-central-1.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "network-firewall.us-east-1.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "network-firewall.us-east-2.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "network-firewall.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "network-firewall.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "network-firewall.us-west-1.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "network-firewall.us-west-2.amazonaws.com", variants: [ - { - hostname: "network-firewall-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "network-firewall.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "network-firewall-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com", variants: [ + { + hostname: "network-firewall.{region}.amazonaws.com", + tags: [], + }, { hostname: "network-firewall-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "network-firewall.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com.cn", variants: [ + { + hostname: "network-firewall.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "network-firewall-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "network-firewall.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "network-firewall.{region}.amazonaws.com", variants: [ + { + hostname: "network-firewall.{region}.amazonaws.com", + tags: [], + }, { hostname: "network-firewall-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "network-firewall.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "network-firewall.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index cb11589b6c00..f76d0f3d9aed 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -53,6 +53,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.amazonaws.com", variants: [ + { + hostname: "networkmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "networkmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -65,10 +69,6 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "networkmanager.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -77,6 +77,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.amazonaws.com.cn", variants: [ + { + hostname: "networkmanager.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "networkmanager-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -89,10 +93,6 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "networkmanager.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -122,6 +122,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "networkmanager.{region}.amazonaws.com", variants: [ + { + hostname: "networkmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "networkmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -134,10 +138,6 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "networkmanager.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-us-gov-global", }, diff --git a/clients/client-nimble/src/endpoints.ts b/clients/client-nimble/src/endpoints.ts index 25092c5bc357..32329320e509 100644 --- a/clients/client-nimble/src/endpoints.ts +++ b/clients/client-nimble/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com", variants: [ + { + hostname: "nimble.{region}.amazonaws.com", + tags: [], + }, { hostname: "nimble-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "nimble.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com.cn", variants: [ + { + hostname: "nimble.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "nimble-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "nimble.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "nimble.{region}.amazonaws.com", variants: [ + { + hostname: "nimble.{region}.amazonaws.com", + tags: [], + }, { hostname: "nimble-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "nimble.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "nimble.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index da6d4cc1551e..9e9aa2d9f832 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "es.us-east-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "es.us-east-2.amazonaws.com", variants: [ - { - hostname: "es-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "es.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "es.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "es.us-west-1.amazonaws.com", variants: [ - { - hostname: "es-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "es.us-west-2.amazonaws.com", variants: [ - { - hostname: "es-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "es.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "es-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -185,6 +185,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", variants: [ + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com", tags: ["fips"], @@ -197,10 +201,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -208,6 +208,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com.cn", variants: [ + { + hostname: "es.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -220,10 +224,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -253,6 +253,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", variants: [ + { + hostname: "es.{region}.amazonaws.com", + tags: [], + }, { hostname: "es-fips.{region}.amazonaws.com", tags: ["fips"], @@ -265,10 +269,6 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "es.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-opsworks/src/endpoints.ts b/clients/client-opsworks/src/endpoints.ts index e61820546f5b..795f56d77e1d 100644 --- a/clients/client-opsworks/src/endpoints.ts +++ b/clients/client-opsworks/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com", variants: [ + { + hostname: "opsworks.{region}.amazonaws.com", + tags: [], + }, { hostname: "opsworks-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "opsworks.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com.cn", variants: [ + { + hostname: "opsworks.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "opsworks-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "opsworks.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "opsworks.{region}.amazonaws.com", variants: [ + { + hostname: "opsworks.{region}.amazonaws.com", + tags: [], + }, { hostname: "opsworks-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "opsworks.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-opsworkscm/src/endpoints.ts b/clients/client-opsworkscm/src/endpoints.ts index 3f34ce81895e..e4157084526f 100644 --- a/clients/client-opsworkscm/src/endpoints.ts +++ b/clients/client-opsworkscm/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com", variants: [ + { + hostname: "opsworks-cm.{region}.amazonaws.com", + tags: [], + }, { hostname: "opsworks-cm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "opsworks-cm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "opsworks-cm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "opsworks-cm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "opsworks-cm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "opsworks-cm.{region}.amazonaws.com", variants: [ + { + hostname: "opsworks-cm.{region}.amazonaws.com", + tags: [], + }, { hostname: "opsworks-cm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "opsworks-cm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "opsworks-cm.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-organizations/src/endpoints.ts b/clients/client-organizations/src/endpoints.ts index caf3c604ce71..a889affbb8dc 100644 --- a/clients/client-organizations/src/endpoints.ts +++ b/clients/client-organizations/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "aws-global": { hostname: "organizations.us-east-1.amazonaws.com", variants: [ - { - hostname: "organizations-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "organizations.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "organizations-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -31,11 +31,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "organizations.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "organizations.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], signingRegion: "us-gov-west-1", @@ -92,6 +92,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "organizations.{region}.amazonaws.com", variants: [ + { + hostname: "organizations.{region}.amazonaws.com", + tags: [], + }, { hostname: "organizations-fips.{region}.amazonaws.com", tags: ["fips"], @@ -104,10 +108,6 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "organizations.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -116,6 +116,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "organizations.{region}.amazonaws.com.cn", variants: [ + { + hostname: "organizations.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "organizations-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -128,10 +132,6 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "organizations.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -162,6 +162,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "organizations.{region}.amazonaws.com", variants: [ + { + hostname: "organizations.{region}.amazonaws.com", + tags: [], + }, { hostname: "organizations-fips.{region}.amazonaws.com", tags: ["fips"], @@ -174,10 +178,6 @@ const partitionHash: PartitionHash = { hostname: "organizations.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "organizations.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-us-gov-global", }, diff --git a/clients/client-outposts/src/endpoints.ts b/clients/client-outposts/src/endpoints.ts index eb490f39b66d..391ef70b05f0 100644 --- a/clients/client-outposts/src/endpoints.ts +++ b/clients/client-outposts/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "outposts.ca-central-1.amazonaws.com", variants: [ - { - hostname: "outposts-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "outposts.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "outposts-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,27 +68,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "outposts.us-east-1.amazonaws.com", variants: [ - { - hostname: "outposts-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "outposts.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "outposts-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "outposts.us-east-2.amazonaws.com", variants: [ - { - hostname: "outposts-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "outposts.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "outposts-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "outposts.us-west-1.amazonaws.com", variants: [ - { - hostname: "outposts-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "outposts.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "outposts-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "outposts.us-west-2.amazonaws.com", variants: [ - { - hostname: "outposts-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "outposts.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "outposts-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com", variants: [ + { + hostname: "outposts.{region}.amazonaws.com", + tags: [], + }, { hostname: "outposts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "outposts.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com.cn", variants: [ + { + hostname: "outposts.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "outposts-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "outposts.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "outposts.{region}.amazonaws.com", variants: [ + { + hostname: "outposts.{region}.amazonaws.com", + tags: [], + }, { hostname: "outposts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "outposts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "outposts.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-panorama/src/endpoints.ts b/clients/client-panorama/src/endpoints.ts index e0d62b5ba098..85800cec2cdb 100644 --- a/clients/client-panorama/src/endpoints.ts +++ b/clients/client-panorama/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com", variants: [ + { + hostname: "panorama.{region}.amazonaws.com", + tags: [], + }, { hostname: "panorama-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "panorama.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com.cn", variants: [ + { + hostname: "panorama.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "panorama-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "panorama.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "panorama.{region}.amazonaws.com", variants: [ + { + hostname: "panorama.{region}.amazonaws.com", + tags: [], + }, { hostname: "panorama-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "panorama.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "panorama.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-personalize-events/src/endpoints.ts b/clients/client-personalize-events/src/endpoints.ts index 85627da9024d..7ec3e441d209 100644 --- a/clients/client-personalize-events/src/endpoints.ts +++ b/clients/client-personalize-events/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com", variants: [ + { + hostname: "personalize-events.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize-events.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com.cn", variants: [ + { + hostname: "personalize-events.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "personalize-events-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "personalize-events.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize-events.{region}.amazonaws.com", variants: [ + { + hostname: "personalize-events.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-events-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-events.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize-events.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-personalize-runtime/src/endpoints.ts b/clients/client-personalize-runtime/src/endpoints.ts index ef6eee28f9c6..268475d069af 100644 --- a/clients/client-personalize-runtime/src/endpoints.ts +++ b/clients/client-personalize-runtime/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com", variants: [ + { + hostname: "personalize-runtime.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-runtime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize-runtime.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com.cn", variants: [ + { + hostname: "personalize-runtime.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "personalize-runtime-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "personalize-runtime.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize-runtime.{region}.amazonaws.com", variants: [ + { + hostname: "personalize-runtime.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-runtime-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "personalize-runtime.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize-runtime.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-personalize/src/endpoints.ts b/clients/client-personalize/src/endpoints.ts index 99db2d927bf8..79f7651955c7 100644 --- a/clients/client-personalize/src/endpoints.ts +++ b/clients/client-personalize/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com", variants: [ + { + hostname: "personalize.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com.cn", variants: [ + { + hostname: "personalize.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "personalize-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "personalize.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "personalize.{region}.amazonaws.com", variants: [ + { + hostname: "personalize.{region}.amazonaws.com", + tags: [], + }, { hostname: "personalize-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "personalize.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "personalize.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-pi/src/endpoints.ts b/clients/client-pi/src/endpoints.ts index c22f5c5c2bf4..df042b136c1d 100644 --- a/clients/client-pi/src/endpoints.ts +++ b/clients/client-pi/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com", variants: [ + { + hostname: "pi.{region}.amazonaws.com", + tags: [], + }, { hostname: "pi-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "pi.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com.cn", variants: [ + { + hostname: "pi.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "pi-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "pi.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "pi.{region}.amazonaws.com", variants: [ + { + hostname: "pi.{region}.amazonaws.com", + tags: [], + }, { hostname: "pi-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "pi.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "pi.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-pinpoint-email/src/endpoints.ts b/clients/client-pinpoint-email/src/endpoints.ts index 0ddea61ec03d..9b4e91619008 100644 --- a/clients/client-pinpoint-email/src/endpoints.ts +++ b/clients/client-pinpoint-email/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "email.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "email-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "email.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -55,6 +55,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -67,10 +71,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -78,6 +78,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", variants: [ + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -90,10 +94,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-pinpoint-sms-voice/src/endpoints.ts b/clients/client-pinpoint-sms-voice/src/endpoints.ts index bce1c26305a1..fedeb45b99d6 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoints.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com", variants: [ + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + tags: [], + }, { hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sms-voice.pinpoint.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sms-voice.pinpoint.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sms-voice.pinpoint.{region}.amazonaws.com", variants: [ + { + hostname: "sms-voice.pinpoint.{region}.amazonaws.com", + tags: [], + }, { hostname: "sms-voice.pinpoint-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "sms-voice.pinpoint.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sms-voice.pinpoint.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-pinpoint/src/endpoints.ts b/clients/client-pinpoint/src/endpoints.ts index 1583870c9b3a..7b8d07e17a36 100644 --- a/clients/client-pinpoint/src/endpoints.ts +++ b/clients/client-pinpoint/src/endpoints.ts @@ -35,42 +35,42 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "pinpoint.us-east-1.amazonaws.com", variants: [ - { - hostname: "pinpoint-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "pinpoint.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "pinpoint-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "us-gov-west-1": { hostname: "pinpoint.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "pinpoint.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "pinpoint-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "us-west-2": { hostname: "pinpoint.us-west-2.amazonaws.com", variants: [ - { - hostname: "pinpoint-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "pinpoint.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "pinpoint-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, @@ -106,6 +106,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com", variants: [ + { + hostname: "pinpoint.{region}.amazonaws.com", + tags: [], + }, { hostname: "pinpoint-fips.{region}.amazonaws.com", tags: ["fips"], @@ -118,10 +122,6 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "pinpoint.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -129,6 +129,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com.cn", variants: [ + { + hostname: "pinpoint.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "pinpoint-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -141,10 +145,6 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "pinpoint.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "pinpoint.{region}.amazonaws.com", variants: [ + { + hostname: "pinpoint.{region}.amazonaws.com", + tags: [], + }, { hostname: "pinpoint-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "pinpoint.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "pinpoint.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-polly/src/endpoints.ts b/clients/client-polly/src/endpoints.ts index be5998206210..c21b8517b01e 100644 --- a/clients/client-polly/src/endpoints.ts +++ b/clients/client-polly/src/endpoints.ts @@ -55,66 +55,66 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "polly.us-east-1.amazonaws.com", variants: [ - { - hostname: "polly-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "polly.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "polly-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "polly.us-east-2.amazonaws.com", variants: [ - { - hostname: "polly-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "polly.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "polly-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "polly.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "polly-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "polly.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "polly-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "polly.us-west-1.amazonaws.com", variants: [ - { - hostname: "polly-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "polly.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "polly-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "polly.us-west-2.amazonaws.com", variants: [ - { - hostname: "polly-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "polly.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "polly-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -151,6 +151,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com", variants: [ + { + hostname: "polly.{region}.amazonaws.com", + tags: [], + }, { hostname: "polly-fips.{region}.amazonaws.com", tags: ["fips"], @@ -163,10 +167,6 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "polly.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com.cn", variants: [ + { + hostname: "polly.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "polly-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "polly.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -219,6 +219,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "polly.{region}.amazonaws.com", variants: [ + { + hostname: "polly.{region}.amazonaws.com", + tags: [], + }, { hostname: "polly-fips.{region}.amazonaws.com", tags: ["fips"], @@ -231,10 +235,6 @@ const partitionHash: PartitionHash = { hostname: "polly.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "polly.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-pricing/src/endpoints.ts b/clients/client-pricing/src/endpoints.ts index 7f3b416611ac..8a17d3b0ac9c 100644 --- a/clients/client-pricing/src/endpoints.ts +++ b/clients/client-pricing/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com", variants: [ + { + hostname: "api.pricing.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.pricing-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.pricing.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.pricing.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.pricing-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.pricing.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.pricing.{region}.amazonaws.com", variants: [ + { + hostname: "api.pricing.{region}.amazonaws.com", + tags: [], + }, { hostname: "api.pricing-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "api.pricing.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "api.pricing.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-proton/src/endpoints.ts b/clients/client-proton/src/endpoints.ts index d98084eff911..003556c6bf64 100644 --- a/clients/client-proton/src/endpoints.ts +++ b/clients/client-proton/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com", variants: [ + { + hostname: "proton.{region}.amazonaws.com", + tags: [], + }, { hostname: "proton-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "proton.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com.cn", variants: [ + { + hostname: "proton.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "proton-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "proton.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "proton.{region}.amazonaws.com", variants: [ + { + hostname: "proton.{region}.amazonaws.com", + tags: [], + }, { hostname: "proton-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "proton.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "proton.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-qldb-session/src/endpoints.ts b/clients/client-qldb-session/src/endpoints.ts index 565e147582d1..4662174f3a1e 100644 --- a/clients/client-qldb-session/src/endpoints.ts +++ b/clients/client-qldb-session/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "session.qldb.us-east-1.amazonaws.com", variants: [ - { - hostname: "session.qldb-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "session.qldb.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "session.qldb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "session.qldb.us-east-2.amazonaws.com", variants: [ - { - hostname: "session.qldb-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "session.qldb.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "session.qldb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "session.qldb.us-west-2.amazonaws.com", variants: [ - { - hostname: "session.qldb-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "session.qldb.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "session.qldb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com", variants: [ + { + hostname: "session.qldb.{region}.amazonaws.com", + tags: [], + }, { hostname: "session.qldb-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "session.qldb.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com.cn", variants: [ + { + hostname: "session.qldb.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "session.qldb-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "session.qldb.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "session.qldb.{region}.amazonaws.com", variants: [ + { + hostname: "session.qldb.{region}.amazonaws.com", + tags: [], + }, { hostname: "session.qldb-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "session.qldb.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "session.qldb.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-qldb/src/endpoints.ts b/clients/client-qldb/src/endpoints.ts index 1406216cc095..f332a5f669d9 100644 --- a/clients/client-qldb/src/endpoints.ts +++ b/clients/client-qldb/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "qldb.us-east-1.amazonaws.com", variants: [ - { - hostname: "qldb-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "qldb.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "qldb-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "qldb.us-east-2.amazonaws.com", variants: [ - { - hostname: "qldb-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "qldb.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "qldb-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "qldb.us-west-2.amazonaws.com", variants: [ - { - hostname: "qldb-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "qldb.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "qldb-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -104,6 +104,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com", variants: [ + { + hostname: "qldb.{region}.amazonaws.com", + tags: [], + }, { hostname: "qldb-fips.{region}.amazonaws.com", tags: ["fips"], @@ -116,10 +120,6 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "qldb.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com.cn", variants: [ + { + hostname: "qldb.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "qldb-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "qldb.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "qldb.{region}.amazonaws.com", variants: [ + { + hostname: "qldb.{region}.amazonaws.com", + tags: [], + }, { hostname: "qldb-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "qldb.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "qldb.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-quicksight/src/endpoints.ts b/clients/client-quicksight/src/endpoints.ts index b7b002471869..e7425a836243 100644 --- a/clients/client-quicksight/src/endpoints.ts +++ b/clients/client-quicksight/src/endpoints.ts @@ -32,6 +32,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com", variants: [ + { + hostname: "quicksight.{region}.amazonaws.com", + tags: [], + }, { hostname: "quicksight-fips.{region}.amazonaws.com", tags: ["fips"], @@ -44,10 +48,6 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "quicksight.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -55,6 +55,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com.cn", variants: [ + { + hostname: "quicksight.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "quicksight-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -67,10 +71,6 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "quicksight.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -100,6 +100,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "quicksight.{region}.amazonaws.com", variants: [ + { + hostname: "quicksight.{region}.amazonaws.com", + tags: [], + }, { hostname: "quicksight-fips.{region}.amazonaws.com", tags: ["fips"], @@ -112,10 +116,6 @@ const partitionHash: PartitionHash = { hostname: "quicksight.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "quicksight.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ram/src/endpoints.ts b/clients/client-ram/src/endpoints.ts index 78a899944856..a3df65a98c00 100644 --- a/clients/client-ram/src/endpoints.ts +++ b/clients/client-ram/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "ram.ca-central-1.amazonaws.com", variants: [ - { - hostname: "ram-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ram.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "ram-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,27 +68,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "ram.us-east-1.amazonaws.com", variants: [ - { - hostname: "ram-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ram.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ram-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "ram.us-east-2.amazonaws.com", variants: [ - { - hostname: "ram-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ram.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ram-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "ram.us-west-1.amazonaws.com", variants: [ - { - hostname: "ram-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ram.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ram-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ram.us-west-2.amazonaws.com", variants: [ - { - hostname: "ram-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ram.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ram-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com", variants: [ + { + hostname: "ram.{region}.amazonaws.com", + tags: [], + }, { hostname: "ram-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ram.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ram.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ram-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ram.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ram.{region}.amazonaws.com", variants: [ + { + hostname: "ram.{region}.amazonaws.com", + tags: [], + }, { hostname: "ram-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "ram.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ram.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-rds-data/src/endpoints.ts b/clients/client-rds-data/src/endpoints.ts index 49d646b98a6a..7449b40a3a0d 100644 --- a/clients/client-rds-data/src/endpoints.ts +++ b/clients/client-rds-data/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com", variants: [ + { + hostname: "rds-data.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-data-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds-data.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com.cn", variants: [ + { + hostname: "rds-data.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "rds-data-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "rds-data.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds-data.{region}.amazonaws.com", variants: [ + { + hostname: "rds-data.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-data-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "rds-data.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds-data.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index 7e29759625b8..1cb51a713809 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -78,42 +78,42 @@ const regionHash: RegionHash = { "rds.ca-central-1": { hostname: "rds.rds.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "rds.us-east-1": { hostname: "rds.rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "rds.us-east-2": { hostname: "rds.rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, @@ -140,42 +140,42 @@ const regionHash: RegionHash = { "rds.us-west-1": { hostname: "rds.rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "rds.us-west-2": { hostname: "rds.rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, "us-east-1": { hostname: "rds.us-east-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -191,14 +191,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "rds.us-east-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -216,11 +216,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -239,11 +239,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "rds.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -260,14 +260,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "rds.us-west-1.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -283,14 +283,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "rds.us-west-2.amazonaws.com", variants: [ - { - hostname: "rds-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rds.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rds-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -348,6 +348,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -360,10 +364,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -371,6 +371,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com.cn", variants: [ + { + hostname: "rds.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -383,10 +387,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -423,6 +423,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", variants: [ + { + hostname: "rds.{region}.amazonaws.com", + tags: [], + }, { hostname: "rds-fips.{region}.amazonaws.com", tags: ["fips"], @@ -435,10 +439,6 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rds.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-redshift-data/src/endpoints.ts b/clients/client-redshift-data/src/endpoints.ts index 2f62ecd77ce8..ec8e71d22766 100644 --- a/clients/client-redshift-data/src/endpoints.ts +++ b/clients/client-redshift-data/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com", variants: [ + { + hostname: "redshift-data.{region}.amazonaws.com", + tags: [], + }, { hostname: "redshift-data-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "redshift-data.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com.cn", variants: [ + { + hostname: "redshift-data.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "redshift-data-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "redshift-data.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "redshift-data.{region}.amazonaws.com", variants: [ + { + hostname: "redshift-data.{region}.amazonaws.com", + tags: [], + }, { hostname: "redshift-data-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "redshift-data.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "redshift-data.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-redshift/src/endpoints.ts b/clients/client-redshift/src/endpoints.ts index 0b4e548259ab..aa881e2f7e4d 100644 --- a/clients/client-redshift/src/endpoints.ts +++ b/clients/client-redshift/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "redshift.ca-central-1.amazonaws.com", variants: [ - { - hostname: "redshift-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "redshift.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "redshift-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -68,27 +68,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "redshift.us-east-1.amazonaws.com", variants: [ - { - hostname: "redshift-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "redshift.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "redshift-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "redshift.us-east-2.amazonaws.com", variants: [ - { - hostname: "redshift-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "redshift.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "redshift-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -114,27 +114,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "redshift.us-west-1.amazonaws.com", variants: [ - { - hostname: "redshift-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "redshift.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "redshift-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "redshift.us-west-2.amazonaws.com", variants: [ - { - hostname: "redshift-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "redshift.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "redshift-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -172,6 +172,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com", variants: [ + { + hostname: "redshift.{region}.amazonaws.com", + tags: [], + }, { hostname: "redshift-fips.{region}.amazonaws.com", tags: ["fips"], @@ -184,10 +188,6 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "redshift.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com.cn", variants: [ + { + hostname: "redshift.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "redshift-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "redshift.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -240,6 +240,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "redshift.{region}.amazonaws.com", variants: [ + { + hostname: "redshift.{region}.amazonaws.com", + tags: [], + }, { hostname: "redshift-fips.{region}.amazonaws.com", tags: ["fips"], @@ -252,10 +256,6 @@ const partitionHash: PartitionHash = { hostname: "redshift.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "redshift.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index a49448776e4e..716369f5dbe6 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "rekognition.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -88,98 +88,98 @@ const regionHash: RegionHash = { "rekognition.ca-central-1": { hostname: "rekognition.rekognition.ca-central-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "rekognition.us-east-1": { hostname: "rekognition.rekognition.us-east-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "rekognition.us-east-2": { hostname: "rekognition.rekognition.us-east-2.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "rekognition.us-gov-west-1": { hostname: "rekognition.rekognition.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "rekognition.us-west-1": { hostname: "rekognition.rekognition.us-west-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "rekognition.us-west-2": { hostname: "rekognition.rekognition.us-west-2.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.rekognition.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, "us-east-1": { hostname: "rekognition.us-east-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -195,14 +195,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "rekognition.us-east-2.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -218,14 +218,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "rekognition.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -241,14 +241,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "rekognition.us-west-1.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -264,14 +264,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "rekognition.us-west-2.amazonaws.com", variants: [ - { - hostname: "rekognition-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "rekognition.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -329,6 +329,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", variants: [ + { + hostname: "rekognition.{region}.amazonaws.com", + tags: [], + }, { hostname: "rekognition-fips.{region}.amazonaws.com", tags: ["fips"], @@ -341,10 +345,6 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rekognition.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -352,6 +352,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com.cn", variants: [ + { + hostname: "rekognition.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "rekognition-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -364,10 +368,6 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "rekognition.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -403,6 +403,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", variants: [ + { + hostname: "rekognition.{region}.amazonaws.com", + tags: [], + }, { hostname: "rekognition-fips.{region}.amazonaws.com", tags: ["fips"], @@ -415,10 +419,6 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "rekognition.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-resource-groups-tagging-api/src/endpoints.ts b/clients/client-resource-groups-tagging-api/src/endpoints.ts index fe1315ba00c3..0e3a2ed60738 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoints.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com", variants: [ + { + hostname: "tagging.{region}.amazonaws.com", + tags: [], + }, { hostname: "tagging-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "tagging.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com.cn", variants: [ + { + hostname: "tagging.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "tagging-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "tagging.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "tagging.{region}.amazonaws.com", variants: [ + { + hostname: "tagging.{region}.amazonaws.com", + tags: [], + }, { hostname: "tagging-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "tagging.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "tagging.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-resource-groups/src/endpoints.ts b/clients/client-resource-groups/src/endpoints.ts index f1bd3b099e64..9c54b9b30b92 100644 --- a/clients/client-resource-groups/src/endpoints.ts +++ b/clients/client-resource-groups/src/endpoints.ts @@ -65,27 +65,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "resource-groups.us-east-1.amazonaws.com", variants: [ - { - hostname: "resource-groups-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "resource-groups.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "resource-groups-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "resource-groups.us-east-2.amazonaws.com", variants: [ - { - hostname: "resource-groups-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "resource-groups.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "resource-groups-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -93,11 +93,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "resource-groups.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "resource-groups.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "resource-groups.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "resource-groups.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "resource-groups.us-west-1.amazonaws.com", variants: [ - { - hostname: "resource-groups-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "resource-groups.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "resource-groups-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "resource-groups.us-west-2.amazonaws.com", variants: [ - { - hostname: "resource-groups-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "resource-groups.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "resource-groups-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.amazonaws.com", variants: [ + { + hostname: "resource-groups.{region}.amazonaws.com", + tags: [], + }, { hostname: "resource-groups-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "resource-groups.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "resource-groups.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "resource-groups.{region}.amazonaws.com.cn", variants: [ + { + hostname: "resource-groups.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "resource-groups-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "resource-groups.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "resource-groups.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -244,11 +244,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "resource-groups.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "resource-groups.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-robomaker/src/endpoints.ts b/clients/client-robomaker/src/endpoints.ts index 2518cef46434..0bf6ddd12dbb 100644 --- a/clients/client-robomaker/src/endpoints.ts +++ b/clients/client-robomaker/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com", variants: [ + { + hostname: "robomaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "robomaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "robomaker.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "robomaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "robomaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "robomaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "robomaker.{region}.amazonaws.com", variants: [ + { + hostname: "robomaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "robomaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "robomaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "robomaker.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-route-53-domains/src/endpoints.ts b/clients/client-route-53-domains/src/endpoints.ts index f035935f0e2e..313803e3cca6 100644 --- a/clients/client-route-53-domains/src/endpoints.ts +++ b/clients/client-route-53-domains/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com", variants: [ + { + hostname: "route53domains.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53domains-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53domains.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53domains.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53domains-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53domains.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53domains.{region}.amazonaws.com", variants: [ + { + hostname: "route53domains.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53domains-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "route53domains.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53domains.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-route-53/src/endpoints.ts b/clients/client-route-53/src/endpoints.ts index a53358c21194..b94ab448a83d 100644 --- a/clients/client-route-53/src/endpoints.ts +++ b/clients/client-route-53/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "aws-global": { hostname: "route53.amazonaws.com", variants: [ - { - hostname: "route53-fips.amazonaws.com", - tags: ["fips"], - }, { hostname: "route53.amazonaws.com", tags: [], }, + { + hostname: "route53-fips.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -51,11 +51,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "route53.us-gov.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "route53.us-gov.amazonaws.com", - tags: [], + tags: ["fips"], }, ], signingRegion: "us-gov-west-1", @@ -112,6 +112,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53.{region}.amazonaws.com", variants: [ + { + hostname: "route53.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-fips.{region}.amazonaws.com", tags: ["fips"], @@ -124,10 +128,6 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -136,6 +136,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -148,10 +152,6 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53.{region}.amazonaws.com.cn", - tags: [], - }, ], endpoint: "aws-cn-global", }, @@ -184,6 +184,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53.{region}.amazonaws.com", variants: [ + { + hostname: "route53.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-fips.{region}.amazonaws.com", tags: ["fips"], @@ -196,10 +200,6 @@ const partitionHash: PartitionHash = { hostname: "route53.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-us-gov-global", }, diff --git a/clients/client-route53-recovery-cluster/src/endpoints.ts b/clients/client-route53-recovery-cluster/src/endpoints.ts index b87f8083af67..003841e2e931 100644 --- a/clients/client-route53-recovery-cluster/src/endpoints.ts +++ b/clients/client-route53-recovery-cluster/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-cluster.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53-recovery-cluster.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-cluster.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-cluster.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-cluster-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-cluster.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-cluster.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-route53-recovery-control-config/src/endpoints.ts b/clients/client-route53-recovery-control-config/src/endpoints.ts index 1ba215c12ddd..fe1a2e2a391d 100644 --- a/clients/client-route53-recovery-control-config/src/endpoints.ts +++ b/clients/client-route53-recovery-control-config/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com", tags: ["fips"], @@ -55,10 +59,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-control-config.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -66,6 +66,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -78,10 +82,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53-recovery-control-config.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -111,6 +111,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-control-config.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-control-config.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-control-config-fips.{region}.amazonaws.com", tags: ["fips"], @@ -123,10 +127,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-control-config.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-control-config.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-route53-recovery-readiness/src/endpoints.ts b/clients/client-route53-recovery-readiness/src/endpoints.ts index 1dc290d890b3..e72d46bea76a 100644 --- a/clients/client-route53-recovery-readiness/src/endpoints.ts +++ b/clients/client-route53-recovery-readiness/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-readiness.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53-recovery-readiness.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53-recovery-readiness.{region}.amazonaws.com", variants: [ + { + hostname: "route53-recovery-readiness.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53-recovery-readiness-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "route53-recovery-readiness.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53-recovery-readiness.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-route53resolver/src/endpoints.ts b/clients/client-route53resolver/src/endpoints.ts index e2c6a983ffa3..00ddec86ce12 100644 --- a/clients/client-route53resolver/src/endpoints.ts +++ b/clients/client-route53resolver/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com", variants: [ + { + hostname: "route53resolver.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53resolver-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53resolver.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com.cn", variants: [ + { + hostname: "route53resolver.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "route53resolver-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "route53resolver.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "route53resolver.{region}.amazonaws.com", variants: [ + { + hostname: "route53resolver.{region}.amazonaws.com", + tags: [], + }, { hostname: "route53resolver-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "route53resolver.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "route53resolver.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-s3-control/src/endpoints.ts b/clients/client-s3-control/src/endpoints.ts index 673a3d257ee4..8db850c18c6a 100644 --- a/clients/client-s3-control/src/endpoints.ts +++ b/clients/client-s3-control/src/endpoints.ts @@ -5,90 +5,94 @@ const regionHash: RegionHash = { "ap-northeast-1": { hostname: "s3-control.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-northeast-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-northeast-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "s3-control.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-northeast-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-northeast-2.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { hostname: "s3-control.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-northeast-3.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-northeast-3.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-northeast-3", }, "ap-south-1": { hostname: "s3-control.ap-south-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-south-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-south-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "s3-control.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-southeast-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-southeast-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "s3-control.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.ap-southeast-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.ap-southeast-2.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "s3-control.ca-central-1.amazonaws.com", variants: [ + { + hostname: "s3-control.ca-central-1.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.ca-central-1.amazonaws.com", tags: ["fips"], @@ -101,10 +105,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.ca-central-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.ca-central-1.amazonaws.com", - tags: [], - }, ], signingRegion: "ca-central-1", }, @@ -121,118 +121,122 @@ const regionHash: RegionHash = { "cn-north-1": { hostname: "s3-control.cn-north-1.amazonaws.com.cn", variants: [ - { - hostname: "s3-control.dualstack.cn-north-1.amazonaws.com.cn", - tags: ["dualstack"], - }, { hostname: "s3-control.cn-north-1.amazonaws.com.cn", tags: [], }, + { + hostname: "s3-control.dualstack.cn-north-1.amazonaws.com.cn", + tags: ["dualstack"], + }, ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "s3-control.cn-northwest-1.amazonaws.com.cn", variants: [ - { - hostname: "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", - tags: ["dualstack"], - }, { hostname: "s3-control.cn-northwest-1.amazonaws.com.cn", tags: [], }, + { + hostname: "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", + tags: ["dualstack"], + }, ], signingRegion: "cn-northwest-1", }, "eu-central-1": { hostname: "s3-control.eu-central-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.eu-central-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.eu-central-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "s3-control.eu-north-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.eu-north-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.eu-north-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.eu-north-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "eu-north-1", }, "eu-west-1": { hostname: "s3-control.eu-west-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.eu-west-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.eu-west-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "s3-control.eu-west-2.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.eu-west-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.eu-west-2.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "s3-control.eu-west-3.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.eu-west-3.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.eu-west-3.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "eu-west-3", }, "sa-east-1": { hostname: "s3-control.sa-east-1.amazonaws.com", variants: [ - { - hostname: "s3-control.dualstack.sa-east-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3-control.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "s3-control.dualstack.sa-east-1.amazonaws.com", + tags: ["dualstack"], + }, ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "s3-control.us-east-1.amazonaws.com", variants: [ + { + hostname: "s3-control.us-east-1.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-east-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -245,10 +249,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-east-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-east-1.amazonaws.com", - tags: [], - }, ], signingRegion: "us-east-1", }, @@ -265,6 +265,10 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "s3-control.us-east-2.amazonaws.com", variants: [ + { + hostname: "s3-control.us-east-2.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-east-2.amazonaws.com", tags: ["dualstack", "fips"], @@ -277,10 +281,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-east-2.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-east-2.amazonaws.com", - tags: [], - }, ], signingRegion: "us-east-2", }, @@ -297,6 +297,10 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "s3-control.us-gov-east-1.amazonaws.com", variants: [ + { + hostname: "s3-control.us-gov-east-1.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -309,10 +313,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-gov-east-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-gov-east-1.amazonaws.com", - tags: [], - }, ], signingRegion: "us-gov-east-1", }, @@ -329,6 +329,10 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "s3-control.us-gov-west-1.amazonaws.com", variants: [ + { + hostname: "s3-control.us-gov-west-1.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -341,10 +345,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-gov-west-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-gov-west-1.amazonaws.com", - tags: [], - }, ], signingRegion: "us-gov-west-1", }, @@ -361,6 +361,10 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "s3-control.us-west-1.amazonaws.com", variants: [ + { + hostname: "s3-control.us-west-1.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-west-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -373,10 +377,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-west-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-west-1.amazonaws.com", - tags: [], - }, ], signingRegion: "us-west-1", }, @@ -393,6 +393,10 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "s3-control.us-west-2.amazonaws.com", variants: [ + { + hostname: "s3-control.us-west-2.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.dualstack.us-west-2.amazonaws.com", tags: ["dualstack", "fips"], @@ -405,10 +409,6 @@ const regionHash: RegionHash = { hostname: "s3-control.dualstack.us-west-2.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3-control.us-west-2.amazonaws.com", - tags: [], - }, ], signingRegion: "us-west-2", }, @@ -457,6 +457,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com", variants: [ + { + hostname: "s3-control.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.{region}.amazonaws.com", tags: ["fips"], @@ -469,10 +473,6 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "s3-control.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -480,6 +480,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com.cn", variants: [ + { + hostname: "s3-control.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "s3-control-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -492,10 +496,6 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "s3-control.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -525,6 +525,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3-control.{region}.amazonaws.com", variants: [ + { + hostname: "s3-control.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-control-fips.{region}.amazonaws.com", tags: ["fips"], @@ -537,10 +541,6 @@ const partitionHash: PartitionHash = { hostname: "s3-control.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "s3-control.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index ec615eab1619..edc66fa24665 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -5,105 +5,105 @@ const regionHash: RegionHash = { "af-south-1": { hostname: "s3.af-south-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.af-south-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.af-south-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.af-south-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-east-1": { hostname: "s3.ap-east-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-east-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-east-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-east-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-northeast-1": { hostname: "s3.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-northeast-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-northeast-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-northeast-2": { hostname: "s3.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-northeast-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-northeast-2.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-northeast-3": { hostname: "s3.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-northeast-3.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-northeast-3.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-south-1": { hostname: "s3.ap-south-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-south-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-south-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-southeast-1": { hostname: "s3.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-southeast-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-southeast-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "ap-southeast-2": { hostname: "s3.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.ap-southeast-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.ap-southeast-2.amazonaws.com", + tags: ["dualstack"], + }, ], }, "aws-global": { @@ -119,6 +119,10 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "s3.ca-central-1.amazonaws.com", variants: [ + { + hostname: "s3.ca-central-1.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.ca-central-1.amazonaws.com", tags: ["fips"], @@ -131,114 +135,110 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.ca-central-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.ca-central-1.amazonaws.com", - tags: [], - }, ], }, "cn-north-1": { hostname: "s3.cn-north-1.amazonaws.com.cn", variants: [ - { - hostname: "s3.dualstack.cn-north-1.amazonaws.com.cn", - tags: ["dualstack"], - }, { hostname: "s3.cn-north-1.amazonaws.com.cn", tags: [], }, + { + hostname: "s3.dualstack.cn-north-1.amazonaws.com.cn", + tags: ["dualstack"], + }, ], }, "cn-northwest-1": { hostname: "s3.cn-northwest-1.amazonaws.com.cn", variants: [ - { - hostname: "s3.dualstack.cn-northwest-1.amazonaws.com.cn", - tags: ["dualstack"], - }, { hostname: "s3.cn-northwest-1.amazonaws.com.cn", tags: [], }, + { + hostname: "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + tags: ["dualstack"], + }, ], }, "eu-central-1": { hostname: "s3.eu-central-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-central-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-central-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "eu-north-1": { hostname: "s3.eu-north-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-north-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-north-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-north-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "eu-south-1": { hostname: "s3.eu-south-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-south-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-south-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-south-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "eu-west-1": { hostname: "s3.eu-west-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-west-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-west-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "eu-west-2": { hostname: "s3.eu-west-2.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-west-2.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-west-2.amazonaws.com", + tags: ["dualstack"], + }, ], }, "eu-west-3": { hostname: "s3.eu-west-3.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.eu-west-3.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.eu-west-3.amazonaws.com", + tags: ["dualstack"], + }, ], }, "fips-accesspoint-ca-central-1": { @@ -377,14 +377,14 @@ const regionHash: RegionHash = { "me-south-1": { hostname: "s3.me-south-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.me-south-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.me-south-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.me-south-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "s3-external-1": { @@ -400,19 +400,23 @@ const regionHash: RegionHash = { "sa-east-1": { hostname: "s3.sa-east-1.amazonaws.com", variants: [ - { - hostname: "s3.dualstack.sa-east-1.amazonaws.com", - tags: ["dualstack"], - }, { hostname: "s3.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "s3.dualstack.sa-east-1.amazonaws.com", + tags: ["dualstack"], + }, ], }, "us-east-1": { hostname: "s3.us-east-1.amazonaws.com", variants: [ + { + hostname: "s3.us-east-1.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.us-east-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -425,15 +429,15 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-east-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-east-1.amazonaws.com", - tags: [], - }, ], }, "us-east-2": { hostname: "s3.us-east-2.amazonaws.com", variants: [ + { + hostname: "s3.us-east-2.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.us-east-2.amazonaws.com", tags: ["dualstack", "fips"], @@ -446,15 +450,15 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-east-2.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-east-2.amazonaws.com", - tags: [], - }, ], }, "us-gov-east-1": { hostname: "s3.us-gov-east-1.amazonaws.com", variants: [ + { + hostname: "s3.us-gov-east-1.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.us-gov-east-1.amazonaws.com", tags: ["fips"], @@ -463,15 +467,15 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-gov-east-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-gov-east-1.amazonaws.com", - tags: [], - }, ], }, "us-gov-west-1": { hostname: "s3.us-gov-west-1.amazonaws.com", variants: [ + { + hostname: "s3.us-gov-west-1.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.us-gov-west-1.amazonaws.com", tags: ["fips"], @@ -480,15 +484,15 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-gov-west-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-gov-west-1.amazonaws.com", - tags: [], - }, ], }, "us-west-1": { hostname: "s3.us-west-1.amazonaws.com", variants: [ + { + hostname: "s3.us-west-1.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.us-west-1.amazonaws.com", tags: ["dualstack", "fips"], @@ -501,15 +505,15 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-west-1.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-west-1.amazonaws.com", - tags: [], - }, ], }, "us-west-2": { hostname: "s3.us-west-2.amazonaws.com", variants: [ + { + hostname: "s3.us-west-2.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.us-west-2.amazonaws.com", tags: ["dualstack", "fips"], @@ -522,10 +526,6 @@ const regionHash: RegionHash = { hostname: "s3.dualstack.us-west-2.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.us-west-2.amazonaws.com", - tags: [], - }, ], }, }; @@ -570,6 +570,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com", variants: [ + { + hostname: "s3.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.{region}.amazonaws.com", tags: ["dualstack", "fips"], @@ -578,10 +582,6 @@ const partitionHash: PartitionHash = { hostname: "s3.dualstack.{region}.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -589,14 +589,14 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com.cn", variants: [ - { - hostname: "s3.dualstack.{region}.amazonaws.com.cn", - tags: ["dualstack"], - }, { hostname: "s3.{region}.amazonaws.com.cn", tags: [], }, + { + hostname: "s3.dualstack.{region}.amazonaws.com.cn", + tags: ["dualstack"], + }, ], }, "aws-iso": { @@ -633,6 +633,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com", variants: [ + { + hostname: "s3.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-fips.dualstack.{region}.amazonaws.com", tags: ["dualstack", "fips"], @@ -641,10 +645,6 @@ const partitionHash: PartitionHash = { hostname: "s3.dualstack.{region}.amazonaws.com", tags: ["dualstack"], }, - { - hostname: "s3.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-s3outposts/src/endpoints.ts b/clients/client-s3outposts/src/endpoints.ts index 80314a6c9331..e44c2f4d12b8 100644 --- a/clients/client-s3outposts/src/endpoints.ts +++ b/clients/client-s3outposts/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com", variants: [ + { + hostname: "s3-outposts.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-outposts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "s3-outposts.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com.cn", variants: [ + { + hostname: "s3-outposts.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "s3-outposts-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "s3-outposts.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3-outposts.{region}.amazonaws.com", variants: [ + { + hostname: "s3-outposts.{region}.amazonaws.com", + tags: [], + }, { hostname: "s3-outposts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "s3-outposts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "s3-outposts.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts index 7f0d654ca1df..8795c053a5b2 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "a2i-runtime.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "a2i-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "a2i-runtime.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sagemaker-edge/src/endpoints.ts b/clients/client-sagemaker-edge/src/endpoints.ts index a04224f44536..a49c1841b000 100644 --- a/clients/client-sagemaker-edge/src/endpoints.ts +++ b/clients/client-sagemaker-edge/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "edge.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "edge.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "edge.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "edge.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "edge.sagemaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "edge.sagemaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "edge.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "edge.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "edge.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "edge.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "edge.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts index 08d1bc126ef2..25d2e1f32b4f 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "featurestore-runtime.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "featurestore-runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "featurestore-runtime.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sagemaker-runtime/src/endpoints.ts b/clients/client-sagemaker-runtime/src/endpoints.ts index bc9659c48bb0..806604061f9b 100644 --- a/clients/client-sagemaker-runtime/src/endpoints.ts +++ b/clients/client-sagemaker-runtime/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "runtime.sagemaker.us-east-1.amazonaws.com", variants: [ - { - hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.sagemaker.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "runtime.sagemaker.us-east-2.amazonaws.com", variants: [ - { - hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.sagemaker.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -53,11 +53,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "runtime.sagemaker.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "runtime.sagemaker.us-west-1.amazonaws.com", variants: [ - { - hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.sagemaker.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "runtime.sagemaker.us-west-2.amazonaws.com", variants: [ - { - hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.sagemaker.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -151,14 +151,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com", variants: [ - { - hostname: "runtime-fips.sagemaker.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "runtime.sagemaker.{region}.amazonaws.com", tags: [], }, + { + hostname: "runtime-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -166,6 +166,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "runtime.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "runtime.sagemaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -178,10 +182,6 @@ const partitionHash: PartitionHash = { hostname: "runtime.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "runtime.sagemaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -211,6 +211,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "runtime.sagemaker.{region}.amazonaws.com", variants: [ + { + hostname: "runtime.sagemaker.{region}.amazonaws.com", + tags: [], + }, { hostname: "runtime.sagemaker-fips.{region}.amazonaws.com", tags: ["fips"], @@ -223,10 +227,6 @@ const partitionHash: PartitionHash = { hostname: "runtime.sagemaker.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "runtime.sagemaker.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index 59445ab8a4db..7cd889f2e153 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "api.sagemaker.us-east-1.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "api.sagemaker.us-east-2.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -84,28 +84,28 @@ const regionHash: RegionHash = { "us-gov-west-1-secondary": { hostname: "api.sagemaker.us-gov-west-1-secondary.amazonaws.com", variants: [ - { - hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-gov-west-1-secondary.amazonaws.com", tags: [], }, + { + hostname: "api.sagemaker.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "us-west-1": { hostname: "api.sagemaker.us-west-1.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -121,14 +121,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "api.sagemaker.us-west-2.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -175,14 +175,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.{region}.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -190,6 +190,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com.cn", variants: [ + { + hostname: "api.sagemaker.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "api.sagemaker-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -202,10 +206,6 @@ const partitionHash: PartitionHash = { hostname: "api.sagemaker.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "api.sagemaker.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -241,14 +241,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", variants: [ - { - hostname: "api-fips.sagemaker.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "api.sagemaker.{region}.amazonaws.com", tags: [], }, + { + hostname: "api-fips.sagemaker.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-savingsplans/src/endpoints.ts b/clients/client-savingsplans/src/endpoints.ts index 7adce3cbb0ae..08c34705b3ae 100644 --- a/clients/client-savingsplans/src/endpoints.ts +++ b/clients/client-savingsplans/src/endpoints.ts @@ -43,6 +43,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.amazonaws.com", variants: [ + { + hostname: "savingsplans.{region}.amazonaws.com", + tags: [], + }, { hostname: "savingsplans-fips.{region}.amazonaws.com", tags: ["fips"], @@ -55,10 +59,6 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "savingsplans.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -67,6 +67,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.amazonaws.com.cn", variants: [ + { + hostname: "savingsplans.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "savingsplans-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -79,10 +83,6 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "savingsplans.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -112,6 +112,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "savingsplans.{region}.amazonaws.com", variants: [ + { + hostname: "savingsplans.{region}.amazonaws.com", + tags: [], + }, { hostname: "savingsplans-fips.{region}.amazonaws.com", tags: ["fips"], @@ -124,10 +128,6 @@ const partitionHash: PartitionHash = { hostname: "savingsplans.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "savingsplans.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-schemas/src/endpoints.ts b/clients/client-schemas/src/endpoints.ts index 8e815eb53845..eb637921dffe 100644 --- a/clients/client-schemas/src/endpoints.ts +++ b/clients/client-schemas/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com", variants: [ + { + hostname: "schemas.{region}.amazonaws.com", + tags: [], + }, { hostname: "schemas-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "schemas.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com.cn", variants: [ + { + hostname: "schemas.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "schemas-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "schemas.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "schemas.{region}.amazonaws.com", variants: [ + { + hostname: "schemas.{region}.amazonaws.com", + tags: [], + }, { hostname: "schemas-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "schemas.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "schemas.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-secrets-manager/src/endpoints.ts b/clients/client-secrets-manager/src/endpoints.ts index 625271ccb0ce..7652778e8ac1 100644 --- a/clients/client-secrets-manager/src/endpoints.ts +++ b/clients/client-secrets-manager/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "secretsmanager.us-east-1.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "secretsmanager.us-east-2.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "secretsmanager.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "secretsmanager.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "secretsmanager.us-west-1.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "secretsmanager.us-west-2.amazonaws.com", variants: [ - { - hostname: "secretsmanager-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "secretsmanager.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "secretsmanager-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com", variants: [ + { + hostname: "secretsmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "secretsmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "secretsmanager.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com.cn", variants: [ + { + hostname: "secretsmanager.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "secretsmanager-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "secretsmanager.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "secretsmanager.{region}.amazonaws.com", variants: [ + { + hostname: "secretsmanager.{region}.amazonaws.com", + tags: [], + }, { hostname: "secretsmanager-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "secretsmanager.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "secretsmanager.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-securityhub/src/endpoints.ts b/clients/client-securityhub/src/endpoints.ts index 126956d0f90a..f852aba8c6b5 100644 --- a/clients/client-securityhub/src/endpoints.ts +++ b/clients/client-securityhub/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "securityhub.us-east-1.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "securityhub.us-east-2.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "securityhub.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "securityhub.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "securityhub.us-west-1.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "securityhub.us-west-2.amazonaws.com", variants: [ - { - hostname: "securityhub-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "securityhub.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "securityhub-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com", variants: [ + { + hostname: "securityhub.{region}.amazonaws.com", + tags: [], + }, { hostname: "securityhub-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "securityhub.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com.cn", variants: [ + { + hostname: "securityhub.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "securityhub-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "securityhub.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "securityhub.{region}.amazonaws.com", variants: [ + { + hostname: "securityhub.{region}.amazonaws.com", + tags: [], + }, { hostname: "securityhub-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "securityhub.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "securityhub.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-serverlessapplicationrepository/src/endpoints.ts b/clients/client-serverlessapplicationrepository/src/endpoints.ts index a243328f85a7..e7b7775a53fa 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoints.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoints.ts @@ -52,6 +52,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com", variants: [ + { + hostname: "serverlessrepo.{region}.amazonaws.com", + tags: [], + }, { hostname: "serverlessrepo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -64,10 +68,6 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "serverlessrepo.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -75,6 +75,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com.cn", variants: [ + { + hostname: "serverlessrepo.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "serverlessrepo-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -87,10 +91,6 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "serverlessrepo.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -120,6 +120,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "serverlessrepo.{region}.amazonaws.com", variants: [ + { + hostname: "serverlessrepo.{region}.amazonaws.com", + tags: [], + }, { hostname: "serverlessrepo-fips.{region}.amazonaws.com", tags: ["fips"], @@ -132,10 +136,6 @@ const partitionHash: PartitionHash = { hostname: "serverlessrepo.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "serverlessrepo.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-service-catalog-appregistry/src/endpoints.ts b/clients/client-service-catalog-appregistry/src/endpoints.ts index 6f51c6f36f66..567a7750fed2 100644 --- a/clients/client-service-catalog-appregistry/src/endpoints.ts +++ b/clients/client-service-catalog-appregistry/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "servicecatalog-appregistry.ca-central-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog-appregistry.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,27 +88,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "servicecatalog-appregistry.us-east-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog-appregistry.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "servicecatalog-appregistry.us-east-2.amazonaws.com", variants: [ - { - hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog-appregistry.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -116,11 +116,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -129,38 +129,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "servicecatalog-appregistry.us-west-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog-appregistry.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "servicecatalog-appregistry.us-west-2.amazonaws.com", variants: [ - { - hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog-appregistry.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.amazonaws.com", variants: [ + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicecatalog-appregistry-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog-appregistry.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicecatalog-appregistry.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicecatalog-appregistry.{region}.amazonaws.com.cn", variants: [ + { + hostname: "servicecatalog-appregistry.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "servicecatalog-appregistry-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog-appregistry.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "servicecatalog-appregistry.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -268,11 +268,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "servicecatalog-appregistry.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicecatalog-appregistry.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-service-catalog/src/endpoints.ts b/clients/client-service-catalog/src/endpoints.ts index 37c7920d15b4..a24859625f84 100644 --- a/clients/client-service-catalog/src/endpoints.ts +++ b/clients/client-service-catalog/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "servicecatalog.us-east-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "servicecatalog.us-east-2.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "servicecatalog.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "servicecatalog.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -97,14 +97,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "servicecatalog.us-west-1.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -120,14 +120,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "servicecatalog.us-west-2.amazonaws.com", variants: [ - { - hostname: "servicecatalog-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicecatalog.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "servicecatalog-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com", variants: [ + { + hostname: "servicecatalog.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicecatalog-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicecatalog.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com.cn", variants: [ + { + hostname: "servicecatalog.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "servicecatalog-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "servicecatalog.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicecatalog.{region}.amazonaws.com", variants: [ + { + hostname: "servicecatalog.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicecatalog-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "servicecatalog.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicecatalog.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-service-quotas/src/endpoints.ts b/clients/client-service-quotas/src/endpoints.ts index ea3e0a13a63a..accb3b6b430c 100644 --- a/clients/client-service-quotas/src/endpoints.ts +++ b/clients/client-service-quotas/src/endpoints.ts @@ -27,11 +27,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "servicequotas.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicequotas.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -40,11 +40,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "servicequotas.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicequotas.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -78,6 +78,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.amazonaws.com", variants: [ + { + hostname: "servicequotas.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicequotas-fips.{region}.amazonaws.com", tags: ["fips"], @@ -90,10 +94,6 @@ const partitionHash: PartitionHash = { hostname: "servicequotas.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicequotas.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -101,6 +101,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicequotas.{region}.amazonaws.com.cn", variants: [ + { + hostname: "servicequotas.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "servicequotas-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -113,10 +117,6 @@ const partitionHash: PartitionHash = { hostname: "servicequotas.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "servicequotas.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -148,11 +148,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "servicequotas.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "servicequotas.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index 1db93d77d407..0107ceb667ea 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "servicediscovery.ca-central-1.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { servicediscovery: { hostname: "servicediscovery.servicediscovery.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.servicediscovery.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, @@ -52,14 +52,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "servicediscovery.us-east-1.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -75,14 +75,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "servicediscovery.us-east-2.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -98,14 +98,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "servicediscovery.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -121,14 +121,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "servicediscovery.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -144,14 +144,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "servicediscovery.us-west-1.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -167,14 +167,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "servicediscovery.us-west-2.amazonaws.com", variants: [ - { - hostname: "servicediscovery-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "servicediscovery.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -224,6 +224,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", variants: [ + { + hostname: "servicediscovery.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicediscovery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -236,10 +240,6 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicediscovery.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -247,6 +247,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com.cn", variants: [ + { + hostname: "servicediscovery.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "servicediscovery-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -259,10 +263,6 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "servicediscovery.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -299,6 +299,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", variants: [ + { + hostname: "servicediscovery.{region}.amazonaws.com", + tags: [], + }, { hostname: "servicediscovery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -311,10 +315,6 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "servicediscovery.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ses/src/endpoints.ts b/clients/client-ses/src/endpoints.ts index 0ddea61ec03d..9b4e91619008 100644 --- a/clients/client-ses/src/endpoints.ts +++ b/clients/client-ses/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "email.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "email-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "email.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -55,6 +55,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -67,10 +71,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -78,6 +78,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", variants: [ + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -90,10 +94,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sesv2/src/endpoints.ts b/clients/client-sesv2/src/endpoints.ts index 0ddea61ec03d..9b4e91619008 100644 --- a/clients/client-sesv2/src/endpoints.ts +++ b/clients/client-sesv2/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "email.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "email-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "email.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "email-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -55,6 +55,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -67,10 +71,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -78,6 +78,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com.cn", variants: [ + { + hostname: "email.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -90,10 +94,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -123,6 +123,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "email.{region}.amazonaws.com", variants: [ + { + hostname: "email.{region}.amazonaws.com", + tags: [], + }, { hostname: "email-fips.{region}.amazonaws.com", tags: ["fips"], @@ -135,10 +139,6 @@ const partitionHash: PartitionHash = { hostname: "email.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "email.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sfn/src/endpoints.ts b/clients/client-sfn/src/endpoints.ts index d531f732d077..62a125d1b903 100644 --- a/clients/client-sfn/src/endpoints.ts +++ b/clients/client-sfn/src/endpoints.ts @@ -65,40 +65,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "states.us-east-1.amazonaws.com", variants: [ - { - hostname: "states-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "states.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "states-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "states.us-east-2.amazonaws.com", variants: [ - { - hostname: "states-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "states.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "states-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "states.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "states-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "states.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "states-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { @@ -106,38 +106,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "states.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "states.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "states.us-west-1.amazonaws.com", variants: [ - { - hostname: "states-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "states.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "states-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "states.us-west-2.amazonaws.com", variants: [ - { - hostname: "states-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "states.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "states-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com", variants: [ + { + hostname: "states.{region}.amazonaws.com", + tags: [], + }, { hostname: "states-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "states.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com.cn", variants: [ + { + hostname: "states.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "states-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "states.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "states.{region}.amazonaws.com", variants: [ + { + hostname: "states.{region}.amazonaws.com", + tags: [], + }, { hostname: "states-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "states.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "states.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-shield/src/endpoints.ts b/clients/client-shield/src/endpoints.ts index 159e036f790e..8e991aff96fe 100644 --- a/clients/client-shield/src/endpoints.ts +++ b/clients/client-shield/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "aws-global": { hostname: "shield.us-east-1.amazonaws.com", variants: [ - { - hostname: "shield-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "shield.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "shield-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -58,6 +58,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "shield.{region}.amazonaws.com", variants: [ + { + hostname: "shield.{region}.amazonaws.com", + tags: [], + }, { hostname: "shield-fips.{region}.amazonaws.com", tags: ["fips"], @@ -70,10 +74,6 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "shield.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -82,6 +82,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "shield.{region}.amazonaws.com.cn", variants: [ + { + hostname: "shield.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "shield-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -94,10 +98,6 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "shield.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "shield.{region}.amazonaws.com", variants: [ + { + hostname: "shield.{region}.amazonaws.com", + tags: [], + }, { hostname: "shield-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "shield.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "shield.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-signer/src/endpoints.ts b/clients/client-signer/src/endpoints.ts index 5f5e2030437f..35252a64b864 100644 --- a/clients/client-signer/src/endpoints.ts +++ b/clients/client-signer/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com", variants: [ + { + hostname: "signer.{region}.amazonaws.com", + tags: [], + }, { hostname: "signer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "signer.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com.cn", variants: [ + { + hostname: "signer.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "signer-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "signer.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "signer.{region}.amazonaws.com", variants: [ + { + hostname: "signer.{region}.amazonaws.com", + tags: [], + }, { hostname: "signer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "signer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "signer.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sms/src/endpoints.ts b/clients/client-sms/src/endpoints.ts index d00ea5574af3..7f14221d5016 100644 --- a/clients/client-sms/src/endpoints.ts +++ b/clients/client-sms/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "sms.us-east-1.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "sms.us-east-2.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "sms.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "sms.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "sms.us-west-1.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "sms.us-west-2.amazonaws.com", variants: [ - { - hostname: "sms-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sms.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "sms-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com", variants: [ + { + hostname: "sms.{region}.amazonaws.com", + tags: [], + }, { hostname: "sms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sms.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sms.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sms-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sms.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sms.{region}.amazonaws.com", variants: [ + { + hostname: "sms.{region}.amazonaws.com", + tags: [], + }, { hostname: "sms-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "sms.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sms.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-snow-device-management/src/endpoints.ts b/clients/client-snow-device-management/src/endpoints.ts index ce2eaa1d63fc..7e8b622d4ba3 100644 --- a/clients/client-snow-device-management/src/endpoints.ts +++ b/clients/client-snow-device-management/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com", variants: [ + { + hostname: "snow-device-management.{region}.amazonaws.com", + tags: [], + }, { hostname: "snow-device-management-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "snow-device-management.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com.cn", variants: [ + { + hostname: "snow-device-management.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "snow-device-management-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "snow-device-management.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "snow-device-management.{region}.amazonaws.com", variants: [ + { + hostname: "snow-device-management.{region}.amazonaws.com", + tags: [], + }, { hostname: "snow-device-management-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "snow-device-management.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "snow-device-management.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-snowball/src/endpoints.ts b/clients/client-snowball/src/endpoints.ts index 0fd3ec669e00..67c07c2397eb 100644 --- a/clients/client-snowball/src/endpoints.ts +++ b/clients/client-snowball/src/endpoints.ts @@ -5,170 +5,170 @@ const regionHash: RegionHash = { "ap-northeast-1": { hostname: "snowball.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-northeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-2": { hostname: "snowball.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-northeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-northeast-3": { hostname: "snowball.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-northeast-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-south-1": { hostname: "snowball.ap-south-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-1": { hostname: "snowball.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-southeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ap-southeast-2": { hostname: "snowball.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ap-southeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1": { hostname: "snowball.ca-central-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "cn-north-1": { hostname: "snowball.cn-north-1.amazonaws.com.cn", variants: [ - { - hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "snowball.cn-north-1.amazonaws.com.cn", tags: [], }, + { + hostname: "snowball-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, ], }, "cn-northwest-1": { hostname: "snowball.cn-northwest-1.amazonaws.com.cn", variants: [ - { - hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "snowball.cn-northwest-1.amazonaws.com.cn", tags: [], }, + { + hostname: "snowball-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, ], }, "eu-central-1": { hostname: "snowball.eu-central-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.eu-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-1": { hostname: "snowball.eu-west-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.eu-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-2": { hostname: "snowball.eu-west-2.amazonaws.com", variants: [ - { - hostname: "snowball-fips.eu-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "eu-west-3": { hostname: "snowball.eu-west-3.amazonaws.com", variants: [ - { - hostname: "snowball-fips.eu-west-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ap-northeast-1": { @@ -374,92 +374,92 @@ const regionHash: RegionHash = { "sa-east-1": { hostname: "snowball.sa-east-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.sa-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1": { hostname: "snowball.us-east-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "snowball.us-east-2.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "snowball.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "snowball.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "snowball.us-west-1.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "snowball.us-west-2.amazonaws.com", variants: [ - { - hostname: "snowball-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "snowball.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "snowball-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -508,6 +508,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com", variants: [ + { + hostname: "snowball.{region}.amazonaws.com", + tags: [], + }, { hostname: "snowball-fips.{region}.amazonaws.com", tags: ["fips"], @@ -520,10 +524,6 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "snowball.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -531,6 +531,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com.cn", variants: [ + { + hostname: "snowball.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "snowball-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -543,10 +547,6 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "snowball.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -576,6 +576,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "snowball.{region}.amazonaws.com", variants: [ + { + hostname: "snowball.{region}.amazonaws.com", + tags: [], + }, { hostname: "snowball-fips.{region}.amazonaws.com", tags: ["fips"], @@ -588,10 +592,6 @@ const partitionHash: PartitionHash = { hostname: "snowball.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "snowball.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sns/src/endpoints.ts b/clients/client-sns/src/endpoints.ts index c7f66ec08a77..4a0735f80f9f 100644 --- a/clients/client-sns/src/endpoints.ts +++ b/clients/client-sns/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "sns.us-east-1.amazonaws.com", variants: [ - { - hostname: "sns-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sns.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "sns-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "sns.us-east-2.amazonaws.com", variants: [ - { - hostname: "sns-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sns.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "sns-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "sns.us-west-1.amazonaws.com", variants: [ - { - hostname: "sns-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sns.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "sns-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "sns.us-west-2.amazonaws.com", variants: [ - { - hostname: "sns-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sns.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "sns-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com", variants: [ + { + hostname: "sns.{region}.amazonaws.com", + tags: [], + }, { hostname: "sns-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sns.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sns.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sns-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sns.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sns.{region}.amazonaws.com", variants: [ + { + hostname: "sns.{region}.amazonaws.com", + tags: [], + }, { hostname: "sns-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "sns.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sns.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sqs/src/endpoints.ts b/clients/client-sqs/src/endpoints.ts index c571e9891d81..280f31f0a83e 100644 --- a/clients/client-sqs/src/endpoints.ts +++ b/clients/client-sqs/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "sqs.us-east-1.amazonaws.com", variants: [ - { - hostname: "sqs-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sqs.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "sqs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "sqs.us-east-2.amazonaws.com", variants: [ - { - hostname: "sqs-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sqs.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "sqs-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "sqs.us-west-1.amazonaws.com", variants: [ - { - hostname: "sqs-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sqs.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "sqs-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "sqs.us-west-2.amazonaws.com", variants: [ - { - hostname: "sqs-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sqs.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "sqs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com", variants: [ + { + hostname: "sqs.{region}.amazonaws.com", + tags: [], + }, { hostname: "sqs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sqs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sqs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sqs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sqs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sqs.{region}.amazonaws.com", variants: [ + { + hostname: "sqs.{region}.amazonaws.com", + tags: [], + }, { hostname: "sqs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "sqs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sqs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ssm-contacts/src/endpoints.ts b/clients/client-ssm-contacts/src/endpoints.ts index b4be861dd521..1a1dc47b4209 100644 --- a/clients/client-ssm-contacts/src/endpoints.ts +++ b/clients/client-ssm-contacts/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com", variants: [ + { + hostname: "ssm-contacts.{region}.amazonaws.com", + tags: [], + }, { hostname: "ssm-contacts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ssm-contacts.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ssm-contacts.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ssm-contacts-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ssm-contacts.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ssm-contacts.{region}.amazonaws.com", variants: [ + { + hostname: "ssm-contacts.{region}.amazonaws.com", + tags: [], + }, { hostname: "ssm-contacts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-contacts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ssm-contacts.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ssm-incidents/src/endpoints.ts b/clients/client-ssm-incidents/src/endpoints.ts index b2028e61a31d..14ba214f425d 100644 --- a/clients/client-ssm-incidents/src/endpoints.ts +++ b/clients/client-ssm-incidents/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com", variants: [ + { + hostname: "ssm-incidents.{region}.amazonaws.com", + tags: [], + }, { hostname: "ssm-incidents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ssm-incidents.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ssm-incidents.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ssm-incidents-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ssm-incidents.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ssm-incidents.{region}.amazonaws.com", variants: [ + { + hostname: "ssm-incidents.{region}.amazonaws.com", + tags: [], + }, { hostname: "ssm-incidents-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "ssm-incidents.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ssm-incidents.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-ssm/src/endpoints.ts b/clients/client-ssm/src/endpoints.ts index 27c5c0dd2eb1..cb46e9941e3f 100644 --- a/clients/client-ssm/src/endpoints.ts +++ b/clients/client-ssm/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "ssm.ca-central-1.amazonaws.com", variants: [ - { - hostname: "ssm-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ssm.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "ssm-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,27 +88,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "ssm.us-east-1.amazonaws.com", variants: [ - { - hostname: "ssm-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ssm.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "ssm-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "ssm.us-east-2.amazonaws.com", variants: [ - { - hostname: "ssm-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ssm.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "ssm-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -116,11 +116,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "ssm.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "ssm.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -129,38 +129,38 @@ const regionHash: RegionHash = { variants: [ { hostname: "ssm.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "ssm.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, "us-west-1": { hostname: "ssm.us-west-1.amazonaws.com", variants: [ - { - hostname: "ssm-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "ssm.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "ssm-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "ssm.us-west-2.amazonaws.com", variants: [ - { - hostname: "ssm-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "ssm.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "ssm-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ssm.{region}.amazonaws.com", variants: [ + { + hostname: "ssm.{region}.amazonaws.com", + tags: [], + }, { hostname: "ssm-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "ssm.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ssm.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ssm.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ssm.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ssm-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "ssm.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ssm.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -268,11 +268,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "ssm.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "ssm.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-sso-admin/src/endpoints.ts b/clients/client-sso-admin/src/endpoints.ts index 530d0f3cf5d4..ef8891a74113 100644 --- a/clients/client-sso-admin/src/endpoints.ts +++ b/clients/client-sso-admin/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com", variants: [ + { + hostname: "sso.{region}.amazonaws.com", + tags: [], + }, { hostname: "sso-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sso.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sso.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sso-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sso.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "sso.{region}.amazonaws.com", variants: [ + { + hostname: "sso.{region}.amazonaws.com", + tags: [], + }, { hostname: "sso-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "sso.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sso.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sso-oidc/src/endpoints.ts b/clients/client-sso-oidc/src/endpoints.ts index 2cd6ab378c8b..161a5644daa4 100644 --- a/clients/client-sso-oidc/src/endpoints.ts +++ b/clients/client-sso-oidc/src/endpoints.ts @@ -192,6 +192,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com", variants: [ + { + hostname: "oidc.{region}.amazonaws.com", + tags: [], + }, { hostname: "oidc-fips.{region}.amazonaws.com", tags: ["fips"], @@ -204,10 +208,6 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "oidc.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -215,6 +215,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com.cn", variants: [ + { + hostname: "oidc.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "oidc-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -227,10 +231,6 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "oidc.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -260,6 +260,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "oidc.{region}.amazonaws.com", variants: [ + { + hostname: "oidc.{region}.amazonaws.com", + tags: [], + }, { hostname: "oidc-fips.{region}.amazonaws.com", tags: ["fips"], @@ -272,10 +276,6 @@ const partitionHash: PartitionHash = { hostname: "oidc.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "oidc.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index 226bb270d8e9..fa51c27e8073 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -192,6 +192,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com", variants: [ + { + hostname: "portal.sso.{region}.amazonaws.com", + tags: [], + }, { hostname: "portal.sso-fips.{region}.amazonaws.com", tags: ["fips"], @@ -204,10 +208,6 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "portal.sso.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -215,6 +215,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com.cn", variants: [ + { + hostname: "portal.sso.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "portal.sso-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -227,10 +231,6 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "portal.sso.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -260,6 +260,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "portal.sso.{region}.amazonaws.com", variants: [ + { + hostname: "portal.sso.{region}.amazonaws.com", + tags: [], + }, { hostname: "portal.sso-fips.{region}.amazonaws.com", tags: ["fips"], @@ -272,10 +276,6 @@ const partitionHash: PartitionHash = { hostname: "portal.sso.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "portal.sso.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index 6fcdd951c11f..540ae2aab794 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "storagegateway.ca-central-1.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "ca-central-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "storagegateway.us-east-1.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -61,14 +61,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "storagegateway.us-east-2.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -84,14 +84,14 @@ const regionHash: RegionHash = { "us-gov-east-1": { hostname: "storagegateway.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1-fips": { @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "storagegateway.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "storagegateway.us-west-1.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -153,14 +153,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "storagegateway.us-west-2.amazonaws.com", variants: [ - { - hostname: "storagegateway-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "storagegateway.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "storagegateway-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -209,6 +209,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", variants: [ + { + hostname: "storagegateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "storagegateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -221,10 +225,6 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "storagegateway.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -232,6 +232,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com.cn", variants: [ + { + hostname: "storagegateway.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "storagegateway-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -244,10 +248,6 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "storagegateway.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -277,6 +277,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", variants: [ + { + hostname: "storagegateway.{region}.amazonaws.com", + tags: [], + }, { hostname: "storagegateway-fips.{region}.amazonaws.com", tags: ["fips"], @@ -289,10 +293,6 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "storagegateway.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-sts/src/endpoints.ts b/clients/client-sts/src/endpoints.ts index 9f575ef4f75c..12b30743db7e 100644 --- a/clients/client-sts/src/endpoints.ts +++ b/clients/client-sts/src/endpoints.ts @@ -15,14 +15,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "sts.us-east-1.amazonaws.com", variants: [ - { - hostname: "sts-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sts.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "sts-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -38,14 +38,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "sts.us-east-2.amazonaws.com", variants: [ - { - hostname: "sts-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sts.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "sts-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -63,11 +63,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "sts.us-gov-east-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "sts.us-gov-east-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -86,11 +86,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "sts.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "sts.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, @@ -107,14 +107,14 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "sts.us-west-1.amazonaws.com", variants: [ - { - hostname: "sts-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "sts.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "sts-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1-fips": { @@ -130,14 +130,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "sts.us-west-2.amazonaws.com", variants: [ - { - hostname: "sts-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "sts.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "sts-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -185,6 +185,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "sts.{region}.amazonaws.com", variants: [ + { + hostname: "sts.{region}.amazonaws.com", + tags: [], + }, { hostname: "sts-fips.{region}.amazonaws.com", tags: ["fips"], @@ -197,10 +201,6 @@ const partitionHash: PartitionHash = { hostname: "sts.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "sts.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -208,6 +208,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "sts.{region}.amazonaws.com.cn", variants: [ + { + hostname: "sts.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "sts-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -220,10 +224,6 @@ const partitionHash: PartitionHash = { hostname: "sts.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "sts.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -255,11 +255,11 @@ const partitionHash: PartitionHash = { variants: [ { hostname: "sts.{region}.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "sts.{region}.amazonaws.com", - tags: [], + tags: ["fips"], }, ], }, diff --git a/clients/client-support/src/endpoints.ts b/clients/client-support/src/endpoints.ts index 6424e6a7a033..135f5ce719d2 100644 --- a/clients/client-support/src/endpoints.ts +++ b/clients/client-support/src/endpoints.ts @@ -67,11 +67,11 @@ const regionHash: RegionHash = { variants: [ { hostname: "support.us-gov-west-1.amazonaws.com", - tags: ["fips"], + tags: [], }, { hostname: "support.us-gov-west-1.amazonaws.com", - tags: [], + tags: ["fips"], }, ], signingRegion: "us-gov-west-1", @@ -107,6 +107,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com", variants: [ + { + hostname: "support.{region}.amazonaws.com", + tags: [], + }, { hostname: "support-fips.{region}.amazonaws.com", tags: ["fips"], @@ -119,10 +123,6 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "support.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -130,6 +130,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com.cn", variants: [ + { + hostname: "support.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "support-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -142,10 +146,6 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "support.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -175,6 +175,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "support.{region}.amazonaws.com", variants: [ + { + hostname: "support.{region}.amazonaws.com", + tags: [], + }, { hostname: "support-fips.{region}.amazonaws.com", tags: ["fips"], @@ -187,10 +191,6 @@ const partitionHash: PartitionHash = { hostname: "support.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "support.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-swf/src/endpoints.ts b/clients/client-swf/src/endpoints.ts index dab0ea7a4371..e928aa9e5590 100644 --- a/clients/client-swf/src/endpoints.ts +++ b/clients/client-swf/src/endpoints.ts @@ -45,27 +45,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "swf.us-east-1.amazonaws.com", variants: [ - { - hostname: "swf-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "swf.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "swf-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "swf.us-east-2.amazonaws.com", variants: [ - { - hostname: "swf-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "swf.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "swf-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { @@ -91,27 +91,27 @@ const regionHash: RegionHash = { "us-west-1": { hostname: "swf.us-west-1.amazonaws.com", variants: [ - { - hostname: "swf-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "swf.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "swf-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "swf.us-west-2.amazonaws.com", variants: [ - { - hostname: "swf-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "swf.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "swf-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com", variants: [ + { + hostname: "swf.{region}.amazonaws.com", + tags: [], + }, { hostname: "swf-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "swf.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com.cn", variants: [ + { + hostname: "swf.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "swf-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "swf.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -216,6 +216,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "swf.{region}.amazonaws.com", variants: [ + { + hostname: "swf.{region}.amazonaws.com", + tags: [], + }, { hostname: "swf-fips.{region}.amazonaws.com", tags: ["fips"], @@ -228,10 +232,6 @@ const partitionHash: PartitionHash = { hostname: "swf.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "swf.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-synthetics/src/endpoints.ts b/clients/client-synthetics/src/endpoints.ts index 45f6b42b7474..86483dbcd4d7 100644 --- a/clients/client-synthetics/src/endpoints.ts +++ b/clients/client-synthetics/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com", variants: [ + { + hostname: "synthetics.{region}.amazonaws.com", + tags: [], + }, { hostname: "synthetics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "synthetics.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com.cn", variants: [ + { + hostname: "synthetics.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "synthetics-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "synthetics.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "synthetics.{region}.amazonaws.com", variants: [ + { + hostname: "synthetics.{region}.amazonaws.com", + tags: [], + }, { hostname: "synthetics-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "synthetics.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "synthetics.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-textract/src/endpoints.ts b/clients/client-textract/src/endpoints.ts index e5c944ad9890..11c5aaceeb55 100644 --- a/clients/client-textract/src/endpoints.ts +++ b/clients/client-textract/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "textract.ca-central-1.amazonaws.com", variants: [ - { - hostname: "textract-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "textract.us-east-1.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "textract.us-east-2.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "textract.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "textract.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "textract.us-west-1.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "textract.us-west-2.amazonaws.com", variants: [ - { - hostname: "textract-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "textract.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "textract-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com", variants: [ + { + hostname: "textract.{region}.amazonaws.com", + tags: [], + }, { hostname: "textract-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "textract.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com.cn", variants: [ + { + hostname: "textract.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "textract-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "textract.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "textract.{region}.amazonaws.com", variants: [ + { + hostname: "textract.{region}.amazonaws.com", + tags: [], + }, { hostname: "textract-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "textract.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "textract.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-timestream-query/src/endpoints.ts b/clients/client-timestream-query/src/endpoints.ts index 893f5c37fe80..c0ed5d27fb10 100644 --- a/clients/client-timestream-query/src/endpoints.ts +++ b/clients/client-timestream-query/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com", variants: [ + { + hostname: "query.timestream.{region}.amazonaws.com", + tags: [], + }, { hostname: "query.timestream-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "query.timestream.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com.cn", variants: [ + { + hostname: "query.timestream.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "query.timestream-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "query.timestream.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "query.timestream.{region}.amazonaws.com", variants: [ + { + hostname: "query.timestream.{region}.amazonaws.com", + tags: [], + }, { hostname: "query.timestream-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "query.timestream.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "query.timestream.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-timestream-write/src/endpoints.ts b/clients/client-timestream-write/src/endpoints.ts index f12fa47c54f6..8528e81fc7f3 100644 --- a/clients/client-timestream-write/src/endpoints.ts +++ b/clients/client-timestream-write/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com", variants: [ + { + hostname: "ingest.timestream.{region}.amazonaws.com", + tags: [], + }, { hostname: "ingest.timestream-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ingest.timestream.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com.cn", variants: [ + { + hostname: "ingest.timestream.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "ingest.timestream-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "ingest.timestream.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "ingest.timestream.{region}.amazonaws.com", variants: [ + { + hostname: "ingest.timestream.{region}.amazonaws.com", + tags: [], + }, { hostname: "ingest.timestream-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "ingest.timestream.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "ingest.timestream.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index e87aa304d516..b477b540316d 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "transcribestreaming-ca-central-1": { hostname: "transcribestreaming.transcribestreaming-ca-central-1.amazonaws.com", variants: [ - { - hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribestreaming.transcribestreaming-ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "transcribestreaming-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, @@ -59,42 +59,42 @@ const regionHash: RegionHash = { "transcribestreaming-us-east-1": { hostname: "transcribestreaming.transcribestreaming-us-east-1.amazonaws.com", variants: [ - { - hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribestreaming.transcribestreaming-us-east-1.amazonaws.com", tags: [], }, + { + hostname: "transcribestreaming-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "transcribestreaming-us-east-2": { hostname: "transcribestreaming.transcribestreaming-us-east-2.amazonaws.com", variants: [ - { - hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribestreaming.transcribestreaming-us-east-2.amazonaws.com", tags: [], }, + { + hostname: "transcribestreaming-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "transcribestreaming-us-west-2": { hostname: "transcribestreaming.transcribestreaming-us-west-2.amazonaws.com", variants: [ - { - hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribestreaming.transcribestreaming-us-west-2.amazonaws.com", tags: [], }, + { + hostname: "transcribestreaming-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, @@ -136,6 +136,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com", variants: [ + { + hostname: "transcribestreaming.{region}.amazonaws.com", + tags: [], + }, { hostname: "transcribestreaming-fips.{region}.amazonaws.com", tags: ["fips"], @@ -148,10 +152,6 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "transcribestreaming.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -159,6 +159,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com.cn", variants: [ + { + hostname: "transcribestreaming.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "transcribestreaming-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -171,10 +175,6 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "transcribestreaming.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -204,6 +204,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transcribestreaming.{region}.amazonaws.com", variants: [ + { + hostname: "transcribestreaming.{region}.amazonaws.com", + tags: [], + }, { hostname: "transcribestreaming-fips.{region}.amazonaws.com", tags: ["fips"], @@ -216,10 +220,6 @@ const partitionHash: PartitionHash = { hostname: "transcribestreaming.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "transcribestreaming.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-transcribe/src/endpoints.ts b/clients/client-transcribe/src/endpoints.ts index 8394651522bf..0b09cb273461 100644 --- a/clients/client-transcribe/src/endpoints.ts +++ b/clients/client-transcribe/src/endpoints.ts @@ -85,79 +85,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "transcribe.us-east-1.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "transcribe.us-east-2.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "transcribe.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "transcribe.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "transcribe.us-west-1.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "transcribe.us-west-2.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -194,14 +194,14 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.{region}.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, "aws-cn": { @@ -209,6 +209,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com.cn", variants: [ + { + hostname: "transcribe.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "transcribe-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -221,10 +225,6 @@ const partitionHash: PartitionHash = { hostname: "transcribe.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "transcribe.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -254,14 +254,14 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transcribe.{region}.amazonaws.com", variants: [ - { - hostname: "fips.transcribe.{region}.amazonaws.com", - tags: ["fips"], - }, { hostname: "transcribe.{region}.amazonaws.com", tags: [], }, + { + hostname: "fips.transcribe.{region}.amazonaws.com", + tags: ["fips"], + }, ], }, }; diff --git a/clients/client-transfer/src/endpoints.ts b/clients/client-transfer/src/endpoints.ts index 9f413ea7fb51..7d8a14df9d25 100644 --- a/clients/client-transfer/src/endpoints.ts +++ b/clients/client-transfer/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "ca-central-1": { hostname: "transfer.ca-central-1.amazonaws.com", variants: [ - { - hostname: "transfer-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], }, "fips-ca-central-1": { @@ -88,79 +88,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "transfer.us-east-1.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "transfer.us-east-2.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "transfer.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "transfer.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "transfer.us-west-1.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "transfer.us-west-2.amazonaws.com", variants: [ - { - hostname: "transfer-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "transfer.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "transfer-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -198,6 +198,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com", variants: [ + { + hostname: "transfer.{region}.amazonaws.com", + tags: [], + }, { hostname: "transfer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -210,10 +214,6 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "transfer.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -221,6 +221,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com.cn", variants: [ + { + hostname: "transfer.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "transfer-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -233,10 +237,6 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "transfer.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -266,6 +266,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "transfer.{region}.amazonaws.com", variants: [ + { + hostname: "transfer.{region}.amazonaws.com", + tags: [], + }, { hostname: "transfer-fips.{region}.amazonaws.com", tags: ["fips"], @@ -278,10 +282,6 @@ const partitionHash: PartitionHash = { hostname: "transfer.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "transfer.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-translate/src/endpoints.ts b/clients/client-translate/src/endpoints.ts index 4d8d633018c4..0006282ea784 100644 --- a/clients/client-translate/src/endpoints.ts +++ b/clients/client-translate/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "translate.us-east-1.amazonaws.com", variants: [ - { - hostname: "translate-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "translate.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "translate-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-1-fips": { @@ -28,14 +28,14 @@ const regionHash: RegionHash = { "us-east-2": { hostname: "translate.us-east-2.amazonaws.com", variants: [ - { - hostname: "translate-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "translate.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "translate-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2-fips": { @@ -51,14 +51,14 @@ const regionHash: RegionHash = { "us-gov-west-1": { hostname: "translate.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "translate-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "translate.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "translate-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1-fips": { @@ -74,14 +74,14 @@ const regionHash: RegionHash = { "us-west-2": { hostname: "translate.us-west-2.amazonaws.com", variants: [ - { - hostname: "translate-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "translate.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "translate-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2-fips": { @@ -127,6 +127,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com", variants: [ + { + hostname: "translate.{region}.amazonaws.com", + tags: [], + }, { hostname: "translate-fips.{region}.amazonaws.com", tags: ["fips"], @@ -139,10 +143,6 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "translate.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -150,6 +150,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com.cn", variants: [ + { + hostname: "translate.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "translate-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -162,10 +166,6 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "translate.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -195,6 +195,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "translate.{region}.amazonaws.com", variants: [ + { + hostname: "translate.{region}.amazonaws.com", + tags: [], + }, { hostname: "translate-fips.{region}.amazonaws.com", tags: ["fips"], @@ -207,10 +211,6 @@ const partitionHash: PartitionHash = { hostname: "translate.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "translate.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-voice-id/src/endpoints.ts b/clients/client-voice-id/src/endpoints.ts index 89c795e965d1..30e106a901f9 100644 --- a/clients/client-voice-id/src/endpoints.ts +++ b/clients/client-voice-id/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com", variants: [ + { + hostname: "voiceid.{region}.amazonaws.com", + tags: [], + }, { hostname: "voiceid-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "voiceid.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com.cn", variants: [ + { + hostname: "voiceid.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "voiceid-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "voiceid.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "voiceid.{region}.amazonaws.com", variants: [ + { + hostname: "voiceid.{region}.amazonaws.com", + tags: [], + }, { hostname: "voiceid-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "voiceid.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "voiceid.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-waf-regional/src/endpoints.ts b/clients/client-waf-regional/src/endpoints.ts index c563cbb5ed31..fc2c8e2dda36 100644 --- a/clients/client-waf-regional/src/endpoints.ts +++ b/clients/client-waf-regional/src/endpoints.ts @@ -5,238 +5,238 @@ const regionHash: RegionHash = { "af-south-1": { hostname: "waf-regional.af-south-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.af-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.af-south-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.af-south-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "af-south-1", }, "ap-east-1": { hostname: "waf-regional.ap-east-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-east-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-east-1", }, "ap-northeast-1": { hostname: "waf-regional.ap-northeast-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-northeast-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-northeast-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-northeast-1", }, "ap-northeast-2": { hostname: "waf-regional.ap-northeast-2.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-northeast-2.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-northeast-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-northeast-2", }, "ap-northeast-3": { hostname: "waf-regional.ap-northeast-3.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-northeast-3.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-northeast-3.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-northeast-3", }, "ap-south-1": { hostname: "waf-regional.ap-south-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-south-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-south-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-south-1", }, "ap-southeast-1": { hostname: "waf-regional.ap-southeast-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-southeast-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-southeast-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-southeast-1", }, "ap-southeast-2": { hostname: "waf-regional.ap-southeast-2.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ap-southeast-2.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ap-southeast-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ap-southeast-2", }, "ca-central-1": { hostname: "waf-regional.ca-central-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.ca-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.ca-central-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.ca-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "ca-central-1", }, "cn-north-1": { hostname: "waf-regional.cn-north-1.amazonaws.com.cn", variants: [ - { - hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "waf-regional.cn-north-1.amazonaws.com.cn", tags: [], }, + { + hostname: "waf-regional-fips.cn-north-1.amazonaws.com.cn", + tags: ["fips"], + }, ], signingRegion: "cn-north-1", }, "cn-northwest-1": { hostname: "waf-regional.cn-northwest-1.amazonaws.com.cn", variants: [ - { - hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", - tags: ["fips"], - }, { hostname: "waf-regional.cn-northwest-1.amazonaws.com.cn", tags: [], }, + { + hostname: "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + tags: ["fips"], + }, ], signingRegion: "cn-northwest-1", }, "eu-central-1": { hostname: "waf-regional.eu-central-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-central-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-central-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-central-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-central-1", }, "eu-north-1": { hostname: "waf-regional.eu-north-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-north-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-north-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-north-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-north-1", }, "eu-south-1": { hostname: "waf-regional.eu-south-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-south-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-south-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-south-1", }, "eu-west-1": { hostname: "waf-regional.eu-west-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-west-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-west-1", }, "eu-west-2": { hostname: "waf-regional.eu-west-2.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-west-2.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-west-2", }, "eu-west-3": { hostname: "waf-regional.eu-west-3.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.eu-west-3.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.eu-west-3.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.eu-west-3.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "eu-west-3", }, @@ -493,112 +493,112 @@ const regionHash: RegionHash = { "me-south-1": { hostname: "waf-regional.me-south-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.me-south-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.me-south-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.me-south-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "me-south-1", }, "sa-east-1": { hostname: "waf-regional.sa-east-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.sa-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.sa-east-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.sa-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "sa-east-1", }, "us-east-1": { hostname: "waf-regional.us-east-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, "us-east-2": { hostname: "waf-regional.us-east-2.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-2", }, "us-gov-east-1": { hostname: "waf-regional.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-east-1", }, "us-gov-west-1": { hostname: "waf-regional.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-gov-west-1", }, "us-west-1": { hostname: "waf-regional.us-west-1.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-1", }, "us-west-2": { hostname: "waf-regional.us-west-2.amazonaws.com", variants: [ - { - hostname: "waf-regional-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf-regional.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "waf-regional-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-west-2", }, @@ -653,6 +653,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com", variants: [ + { + hostname: "waf-regional.{region}.amazonaws.com", + tags: [], + }, { hostname: "waf-regional-fips.{region}.amazonaws.com", tags: ["fips"], @@ -665,10 +669,6 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "waf-regional.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -676,6 +676,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com.cn", variants: [ + { + hostname: "waf-regional.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "waf-regional-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -688,10 +692,6 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "waf-regional.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -721,6 +721,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "waf-regional.{region}.amazonaws.com", variants: [ + { + hostname: "waf-regional.{region}.amazonaws.com", + tags: [], + }, { hostname: "waf-regional-fips.{region}.amazonaws.com", tags: ["fips"], @@ -733,10 +737,6 @@ const partitionHash: PartitionHash = { hostname: "waf-regional.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "waf-regional.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 4a455d2e423d..5f272a5d6aa0 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -5,14 +5,14 @@ const regionHash: RegionHash = { aws: { hostname: "waf.aws.amazonaws.com", variants: [ - { - hostname: "waf-fips.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf.aws.amazonaws.com", tags: [], }, + { + hostname: "waf-fips.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -29,14 +29,14 @@ const regionHash: RegionHash = { "aws-global": { hostname: "waf.amazonaws.com", variants: [ - { - hostname: "waf-fips.amazonaws.com", - tags: ["fips"], - }, { hostname: "waf.amazonaws.com", tags: [], }, + { + hostname: "waf-fips.amazonaws.com", + tags: ["fips"], + }, ], signingRegion: "us-east-1", }, @@ -84,6 +84,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "waf.{region}.amazonaws.com", variants: [ + { + hostname: "waf.{region}.amazonaws.com", + tags: [], + }, { hostname: "waf-fips.{region}.amazonaws.com", tags: ["fips"], @@ -96,10 +100,6 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "waf.{region}.amazonaws.com", - tags: [], - }, ], endpoint: "aws-global", }, @@ -108,6 +108,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "waf.{region}.amazonaws.com.cn", variants: [ + { + hostname: "waf.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "waf-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -120,10 +124,6 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "waf.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -153,6 +153,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "waf.{region}.amazonaws.com", variants: [ + { + hostname: "waf.{region}.amazonaws.com", + tags: [], + }, { hostname: "waf-fips.{region}.amazonaws.com", tags: ["fips"], @@ -165,10 +169,6 @@ const partitionHash: PartitionHash = { hostname: "waf.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "waf.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-wafv2/src/endpoints.ts b/clients/client-wafv2/src/endpoints.ts index f37d33269bd6..50521e486e8a 100644 --- a/clients/client-wafv2/src/endpoints.ts +++ b/clients/client-wafv2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com", variants: [ + { + hostname: "wafv2.{region}.amazonaws.com", + tags: [], + }, { hostname: "wafv2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wafv2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "wafv2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "wafv2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "wafv2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wafv2.{region}.amazonaws.com", variants: [ + { + hostname: "wafv2.{region}.amazonaws.com", + tags: [], + }, { hostname: "wafv2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "wafv2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wafv2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-wellarchitected/src/endpoints.ts b/clients/client-wellarchitected/src/endpoints.ts index f94868666711..4a053e3ba13f 100644 --- a/clients/client-wellarchitected/src/endpoints.ts +++ b/clients/client-wellarchitected/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com", variants: [ + { + hostname: "wellarchitected.{region}.amazonaws.com", + tags: [], + }, { hostname: "wellarchitected-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wellarchitected.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com.cn", variants: [ + { + hostname: "wellarchitected.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "wellarchitected-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "wellarchitected.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wellarchitected.{region}.amazonaws.com", variants: [ + { + hostname: "wellarchitected.{region}.amazonaws.com", + tags: [], + }, { hostname: "wellarchitected-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "wellarchitected.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wellarchitected.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-wisdom/src/endpoints.ts b/clients/client-wisdom/src/endpoints.ts index b82e55445cfc..5020edbfe6e0 100644 --- a/clients/client-wisdom/src/endpoints.ts +++ b/clients/client-wisdom/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com", variants: [ + { + hostname: "wisdom.{region}.amazonaws.com", + tags: [], + }, { hostname: "wisdom-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wisdom.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com.cn", variants: [ + { + hostname: "wisdom.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "wisdom-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "wisdom.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "wisdom.{region}.amazonaws.com", variants: [ + { + hostname: "wisdom.{region}.amazonaws.com", + tags: [], + }, { hostname: "wisdom-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "wisdom.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "wisdom.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-workdocs/src/endpoints.ts b/clients/client-workdocs/src/endpoints.ts index 30da86165a60..989b1860f10b 100644 --- a/clients/client-workdocs/src/endpoints.ts +++ b/clients/client-workdocs/src/endpoints.ts @@ -25,27 +25,27 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "workdocs.us-east-1.amazonaws.com", variants: [ - { - hostname: "workdocs-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "workdocs.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "workdocs-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "workdocs.us-west-2.amazonaws.com", variants: [ - { - hostname: "workdocs-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "workdocs.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "workdocs-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -80,6 +80,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com", variants: [ + { + hostname: "workdocs.{region}.amazonaws.com", + tags: [], + }, { hostname: "workdocs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -92,10 +96,6 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workdocs.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -103,6 +103,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com.cn", variants: [ + { + hostname: "workdocs.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "workdocs-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -115,10 +119,6 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "workdocs.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -148,6 +148,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workdocs.{region}.amazonaws.com", variants: [ + { + hostname: "workdocs.{region}.amazonaws.com", + tags: [], + }, { hostname: "workdocs-fips.{region}.amazonaws.com", tags: ["fips"], @@ -160,10 +164,6 @@ const partitionHash: PartitionHash = { hostname: "workdocs.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workdocs.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-worklink/src/endpoints.ts b/clients/client-worklink/src/endpoints.ts index d92be78d3858..f7c7f0c2d5a4 100644 --- a/clients/client-worklink/src/endpoints.ts +++ b/clients/client-worklink/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com", variants: [ + { + hostname: "worklink.{region}.amazonaws.com", + tags: [], + }, { hostname: "worklink-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "worklink.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com.cn", variants: [ + { + hostname: "worklink.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "worklink-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "worklink.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "worklink.{region}.amazonaws.com", variants: [ + { + hostname: "worklink.{region}.amazonaws.com", + tags: [], + }, { hostname: "worklink-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "worklink.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "worklink.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-workmail/src/endpoints.ts b/clients/client-workmail/src/endpoints.ts index bd5b4491a6bc..7dae231acffe 100644 --- a/clients/client-workmail/src/endpoints.ts +++ b/clients/client-workmail/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com", variants: [ + { + hostname: "workmail.{region}.amazonaws.com", + tags: [], + }, { hostname: "workmail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workmail.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com.cn", variants: [ + { + hostname: "workmail.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "workmail-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "workmail.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workmail.{region}.amazonaws.com", variants: [ + { + hostname: "workmail.{region}.amazonaws.com", + tags: [], + }, { hostname: "workmail-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "workmail.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workmail.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-workmailmessageflow/src/endpoints.ts b/clients/client-workmailmessageflow/src/endpoints.ts index c81536f7e137..3e0b05a42c56 100644 --- a/clients/client-workmailmessageflow/src/endpoints.ts +++ b/clients/client-workmailmessageflow/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com", variants: [ + { + hostname: "workmailmessageflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "workmailmessageflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workmailmessageflow.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com.cn", variants: [ + { + hostname: "workmailmessageflow.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "workmailmessageflow-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "workmailmessageflow.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workmailmessageflow.{region}.amazonaws.com", variants: [ + { + hostname: "workmailmessageflow.{region}.amazonaws.com", + tags: [], + }, { hostname: "workmailmessageflow-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "workmailmessageflow.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workmailmessageflow.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-workspaces/src/endpoints.ts b/clients/client-workspaces/src/endpoints.ts index b6c2a01202c9..3e53166a3159 100644 --- a/clients/client-workspaces/src/endpoints.ts +++ b/clients/client-workspaces/src/endpoints.ts @@ -35,40 +35,40 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "workspaces.us-east-1.amazonaws.com", variants: [ - { - hostname: "workspaces-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "workspaces.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "workspaces-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "workspaces.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "workspaces.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "workspaces-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "workspaces.us-west-2.amazonaws.com", variants: [ - { - hostname: "workspaces-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "workspaces.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "workspaces-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -103,6 +103,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com", variants: [ + { + hostname: "workspaces.{region}.amazonaws.com", + tags: [], + }, { hostname: "workspaces-fips.{region}.amazonaws.com", tags: ["fips"], @@ -115,10 +119,6 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workspaces.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -126,6 +126,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com.cn", variants: [ + { + hostname: "workspaces.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "workspaces-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -138,10 +142,6 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "workspaces.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -171,6 +171,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "workspaces.{region}.amazonaws.com", variants: [ + { + hostname: "workspaces.{region}.amazonaws.com", + tags: [], + }, { hostname: "workspaces-fips.{region}.amazonaws.com", tags: ["fips"], @@ -183,10 +187,6 @@ const partitionHash: PartitionHash = { hostname: "workspaces.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "workspaces.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/clients/client-xray/src/endpoints.ts b/clients/client-xray/src/endpoints.ts index d4d51c74b3ed..a6a1c29b4e36 100644 --- a/clients/client-xray/src/endpoints.ts +++ b/clients/client-xray/src/endpoints.ts @@ -65,79 +65,79 @@ const regionHash: RegionHash = { "us-east-1": { hostname: "xray.us-east-1.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-east-1.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-east-2": { hostname: "xray.us-east-2.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-east-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-east-2.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-east-2.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-east-1": { hostname: "xray.us-gov-east-1.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-gov-east-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-gov-east-1.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-gov-east-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-gov-west-1": { hostname: "xray.us-gov-west-1.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-gov-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-gov-west-1.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-gov-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-1": { hostname: "xray.us-west-1.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-west-1.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-west-1.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-west-1.amazonaws.com", + tags: ["fips"], + }, ], }, "us-west-2": { hostname: "xray.us-west-2.amazonaws.com", variants: [ - { - hostname: "xray-fips.us-west-2.amazonaws.com", - tags: ["fips"], - }, { hostname: "xray.us-west-2.amazonaws.com", tags: [], }, + { + hostname: "xray-fips.us-west-2.amazonaws.com", + tags: ["fips"], + }, ], }, }; @@ -174,6 +174,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com", variants: [ + { + hostname: "xray.{region}.amazonaws.com", + tags: [], + }, { hostname: "xray-fips.{region}.amazonaws.com", tags: ["fips"], @@ -186,10 +190,6 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "xray.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -197,6 +197,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com.cn", variants: [ + { + hostname: "xray.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "xray-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -209,10 +213,6 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "xray.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -242,6 +242,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "xray.{region}.amazonaws.com", variants: [ + { + hostname: "xray.{region}.amazonaws.com", + tags: [], + }, { hostname: "xray-fips.{region}.amazonaws.com", tags: ["fips"], @@ -254,10 +258,6 @@ const partitionHash: PartitionHash = { hostname: "xray.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "xray.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-ec2/src/endpoints.ts b/private/aws-protocoltests-ec2/src/endpoints.ts index 0b5a76f9656b..6c864c4ccb41 100644 --- a/private/aws-protocoltests-ec2/src/endpoints.ts +++ b/private/aws-protocoltests-ec2/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com", variants: [ + { + hostname: "awsec2.{region}.amazonaws.com", + tags: [], + }, { hostname: "awsec2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "awsec2.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com.cn", variants: [ + { + hostname: "awsec2.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "awsec2-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "awsec2.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "awsec2.{region}.amazonaws.com", variants: [ + { + hostname: "awsec2.{region}.amazonaws.com", + tags: [], + }, { hostname: "awsec2-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "awsec2.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "awsec2.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-json-10/src/endpoints.ts b/private/aws-protocoltests-json-10/src/endpoints.ts index 117b35e7c20b..6641c35254f4 100644 --- a/private/aws-protocoltests-json-10/src/endpoints.ts +++ b/private/aws-protocoltests-json-10/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com", variants: [ + { + hostname: "jsonrpc10.{region}.amazonaws.com", + tags: [], + }, { hostname: "jsonrpc10-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "jsonrpc10.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com.cn", variants: [ + { + hostname: "jsonrpc10.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "jsonrpc10-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "jsonrpc10.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "jsonrpc10.{region}.amazonaws.com", variants: [ + { + hostname: "jsonrpc10.{region}.amazonaws.com", + tags: [], + }, { hostname: "jsonrpc10-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "jsonrpc10.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "jsonrpc10.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-json/src/endpoints.ts b/private/aws-protocoltests-json/src/endpoints.ts index bad0af02f9de..f3471dc3994f 100644 --- a/private/aws-protocoltests-json/src/endpoints.ts +++ b/private/aws-protocoltests-json/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com", variants: [ + { + hostname: "jsonprotocol.{region}.amazonaws.com", + tags: [], + }, { hostname: "jsonprotocol-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "jsonprotocol.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com.cn", variants: [ + { + hostname: "jsonprotocol.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "jsonprotocol-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "jsonprotocol.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "jsonprotocol.{region}.amazonaws.com", variants: [ + { + hostname: "jsonprotocol.{region}.amazonaws.com", + tags: [], + }, { hostname: "jsonprotocol-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "jsonprotocol.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "jsonprotocol.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-query/src/endpoints.ts b/private/aws-protocoltests-query/src/endpoints.ts index beb283aca02d..80874184c5fb 100644 --- a/private/aws-protocoltests-query/src/endpoints.ts +++ b/private/aws-protocoltests-query/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com", variants: [ + { + hostname: "awsquery.{region}.amazonaws.com", + tags: [], + }, { hostname: "awsquery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "awsquery.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com.cn", variants: [ + { + hostname: "awsquery.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "awsquery-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "awsquery.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "awsquery.{region}.amazonaws.com", variants: [ + { + hostname: "awsquery.{region}.amazonaws.com", + tags: [], + }, { hostname: "awsquery-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "awsquery.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "awsquery.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-restjson/src/endpoints.ts b/private/aws-protocoltests-restjson/src/endpoints.ts index ee767aa7e22a..7343bffa44e6 100644 --- a/private/aws-protocoltests-restjson/src/endpoints.ts +++ b/private/aws-protocoltests-restjson/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com", variants: [ + { + hostname: "restjson.{region}.amazonaws.com", + tags: [], + }, { hostname: "restjson-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "restjson.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com.cn", variants: [ + { + hostname: "restjson.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "restjson-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "restjson.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "restjson.{region}.amazonaws.com", variants: [ + { + hostname: "restjson.{region}.amazonaws.com", + tags: [], + }, { hostname: "restjson-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "restjson.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "restjson.{region}.amazonaws.com", - tags: [], - }, ], }, }; diff --git a/private/aws-protocoltests-restxml/src/endpoints.ts b/private/aws-protocoltests-restxml/src/endpoints.ts index 65701e149341..7ab930ba4a0b 100644 --- a/private/aws-protocoltests-restxml/src/endpoints.ts +++ b/private/aws-protocoltests-restxml/src/endpoints.ts @@ -31,6 +31,10 @@ const partitionHash: PartitionHash = { regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com", variants: [ + { + hostname: "restxml.{region}.amazonaws.com", + tags: [], + }, { hostname: "restxml-fips.{region}.amazonaws.com", tags: ["fips"], @@ -43,10 +47,6 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "restxml.{region}.amazonaws.com", - tags: [], - }, ], }, "aws-cn": { @@ -54,6 +54,10 @@ const partitionHash: PartitionHash = { regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com.cn", variants: [ + { + hostname: "restxml.{region}.amazonaws.com.cn", + tags: [], + }, { hostname: "restxml-fips.{region}.amazonaws.com.cn", tags: ["fips"], @@ -66,10 +70,6 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.amazonwebservices.com.cn", tags: ["dualstack"], }, - { - hostname: "restxml.{region}.amazonaws.com.cn", - tags: [], - }, ], }, "aws-iso": { @@ -99,6 +99,10 @@ const partitionHash: PartitionHash = { regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "restxml.{region}.amazonaws.com", variants: [ + { + hostname: "restxml.{region}.amazonaws.com", + tags: [], + }, { hostname: "restxml-fips.{region}.amazonaws.com", tags: ["fips"], @@ -111,10 +115,6 @@ const partitionHash: PartitionHash = { hostname: "restxml.{region}.api.aws", tags: ["dualstack"], }, - { - hostname: "restxml.{region}.amazonaws.com", - tags: [], - }, ], }, }; From fb544a89f6ad75e9fd6afa4f1356874461b89784 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:18:51 +0000 Subject: [PATCH 22/24] chore(codegen): remove redundant newlines --- .../aws/typescript/codegen/EndpointGenerator.java | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 7efd05aafab1..a94c42aebc0a 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -100,8 +100,7 @@ private void loadServiceEndpoints() { // TODO: Remove hostname after fully switching to variants. config = config.withMember("hostname", resolvedHostname); - ArrayNode variants = config.getArrayMember("variants").orElse( - ArrayNode.fromNodes()); + ArrayNode variants = config.getArrayMember("variants").orElse(ArrayNode.fromNodes()); ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(resolvedHostname)); // Add resolved hostname as the default variant. @@ -194,22 +193,14 @@ private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { private ObjectNode getDefaultVariant(String hostname) { Map defaultVariant = Collections.singletonMap("hostname", hostname); ArrayNode defaultVariantTags = ArrayNode.fromStrings(Collections.emptyList()); - return ObjectNode.fromStringMap(defaultVariant).withMember("tags", defaultVariantTags); } - private String getResolvedHostname( - String hostnameTemplate, - String dnsSuffix, - String service) { + private String getResolvedHostname(String hostnameTemplate, String dnsSuffix, String service) { return getResolvedHostname(hostnameTemplate, dnsSuffix, service, "{region}"); } - private String getResolvedHostname( - String hostnameTemplate, - String dnsSuffix, - String service, - String region) { + private String getResolvedHostname(String hostnameTemplate, String dnsSuffix, String service, String region) { return hostnameTemplate .replace("{service}", service) .replace("{region}", region) From 3444561602f9979ad885a25bd9cc013e5422d612 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:26:24 +0000 Subject: [PATCH 23/24] chore(codegen): remove redundant local variables from getDefaultVariant --- .../smithy/aws/typescript/codegen/EndpointGenerator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index a94c42aebc0a..83323d50b55b 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -191,9 +191,9 @@ private void writeEndpointSpecificResolver(String region, ObjectNode resolved) { } private ObjectNode getDefaultVariant(String hostname) { - Map defaultVariant = Collections.singletonMap("hostname", hostname); - ArrayNode defaultVariantTags = ArrayNode.fromStrings(Collections.emptyList()); - return ObjectNode.fromStringMap(defaultVariant).withMember("tags", defaultVariantTags); + return ObjectNode + .fromStringMap(Collections.singletonMap("hostname", hostname)) + .withMember("tags", ArrayNode.fromStrings(Collections.emptyList())); } private String getResolvedHostname(String hostnameTemplate, String dnsSuffix, String service) { From 29dd01216860fbe450ac39a7eb924091a481b9ab Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:29:58 +0000 Subject: [PATCH 24/24] chore(codegen): combine config population in one line --- .../aws/typescript/codegen/EndpointGenerator.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java index 83323d50b55b..4e0acf6145da 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/EndpointGenerator.java @@ -97,15 +97,13 @@ private void loadServiceEndpoints() { String hostname = config.getStringMemberOrDefault("hostname", partition.hostnameTemplate); String resolvedHostname = getResolvedHostname(hostname, dnsSuffix, endpointPrefix, entry.getKey()); - // TODO: Remove hostname after fully switching to variants. - config = config.withMember("hostname", resolvedHostname); - ArrayNode variants = config.getArrayMember("variants").orElse(ArrayNode.fromNodes()); ArrayNode defaultVariant = ArrayNode.fromNodes(getDefaultVariant(resolvedHostname)); - // Add resolved hostname as the default variant. - config = config.withMember("variants", defaultVariant.merge(variants)); - endpoints.put(entry.getKey(), config); + endpoints.put(entry.getKey(), + config + .withMember("hostname", resolvedHostname) + .withMember("variants", defaultVariant.merge(variants))); } } }