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 251331645588..576376100b40 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 @@ -9,8 +9,11 @@ "dnsSuffix": "amazonaws.com", "partition": "aws", "partitionName": "AWS Standard", - "regionRegex": "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$", + "regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", "regions": { + "af-south-1": { + "description": "Africa (Cape Town)" + }, "ap-east-1": { "description": "Asia Pacific (Hong Kong)" }, @@ -33,19 +36,22 @@ "description": "Canada (Central)" }, "eu-central-1": { - "description": "EU (Frankfurt)" + "description": "Europe (Frankfurt)" }, "eu-north-1": { - "description": "EU (Stockholm)" + "description": "Europe (Stockholm)" + }, + "eu-south-1": { + "description": "Europe (Milan)" }, "eu-west-1": { - "description": "EU (Ireland)" + "description": "Europe (Ireland)" }, "eu-west-2": { - "description": "EU (London)" + "description": "Europe (London)" }, "eu-west-3": { - "description": "EU (Paris)" + "description": "Europe (Paris)" }, "me-south-1": { "description": "Middle East (Bahrain)" @@ -72,8 +78,9 @@ "us-east-1": {} } }, - "acm": { + "access-analyzer": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -83,9 +90,40 @@ "ca-central-1": {}, "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" + }, + "hostname": "access-analyzer-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "access-analyzer-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "access-analyzer-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "access-analyzer-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "access-analyzer-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -94,11 +132,136 @@ "us-west-2": {} } }, + "acm": { + "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": {}, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "acm-fips.ca-central-1.amazonaws.com" + }, + "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-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "acm-fips.us-east-1.amazonaws.com" + }, + "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "acm-fips.us-east-2.amazonaws.com" + }, + "us-west-1": {}, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "acm-fips.us-west-1.amazonaws.com" + }, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "acm-fips.us-west-2.amazonaws.com" + } + } + }, "acm-pca": { "defaults": { "protocols": ["https"] }, "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": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "acm-pca-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "acm-pca-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "acm-pca-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "acm-pca-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "airflow": { + "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": {} + } + }, + "api.detective": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -108,6 +271,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -121,6 +285,12 @@ }, "api.ecr": { "endpoints": { + "af-south-1": { + "credentialScope": { + "region": "af-south-1" + }, + "hostname": "api.ecr.af-south-1.amazonaws.com" + }, "ap-east-1": { "credentialScope": { "region": "ap-east-1" @@ -175,6 +345,12 @@ }, "hostname": "api.ecr.eu-north-1.amazonaws.com" }, + "eu-south-1": { + "credentialScope": { + "region": "eu-south-1" + }, + "hostname": "api.ecr.eu-south-1.amazonaws.com" + }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" @@ -193,6 +369,54 @@ }, "hostname": "api.ecr.eu-west-3.amazonaws.com" }, + "fips-dkr-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ecr-fips.us-east-1.amazonaws.com" + }, + "fips-dkr-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ecr-fips.us-east-2.amazonaws.com" + }, + "fips-dkr-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ecr-fips.us-west-1.amazonaws.com" + }, + "fips-dkr-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ecr-fips.us-west-2.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ecr-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ecr-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ecr-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ecr-fips.us-west-2.amazonaws.com" + }, "me-south-1": { "credentialScope": { "region": "me-south-1" @@ -231,6 +455,28 @@ } } }, + "api.elastic-inference": { + "endpoints": { + "ap-northeast-1": { + "hostname": "api.elastic-inference.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "hostname": "api.elastic-inference.ap-northeast-2.amazonaws.com" + }, + "eu-west-1": { + "hostname": "api.elastic-inference.eu-west-1.amazonaws.com" + }, + "us-east-1": { + "hostname": "api.elastic-inference.us-east-1.amazonaws.com" + }, + "us-east-2": { + "hostname": "api.elastic-inference.us-east-2.amazonaws.com" + }, + "us-west-2": { + "hostname": "api.elastic-inference.us-west-2.amazonaws.com" + } + } + }, "api.mediatailor": { "endpoints": { "ap-northeast-1": {}, @@ -255,6 +501,7 @@ }, "api.sagemaker": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -264,6 +511,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -301,6 +549,7 @@ }, "apigateway": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -310,6 +559,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -321,11 +571,42 @@ "us-west-2": {} } }, + "app-integrations": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "appflow": { + "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": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "application-autoscaling": { "defaults": { "protocols": ["http", "https"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -335,6 +616,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -348,6 +630,7 @@ }, "appmesh": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -355,9 +638,13 @@ "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": {}, @@ -374,6 +661,7 @@ "endpoints": { "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "eu-central-1": {}, @@ -390,21 +678,30 @@ }, "appsync": { "endpoints": { + "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": {} } }, "athena": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -414,10 +711,12 @@ "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": {}, @@ -429,6 +728,7 @@ "protocols": ["http", "https"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -438,6 +738,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -454,6 +755,8 @@ "protocols": ["http", "https"] }, "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -461,8 +764,13 @@ "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": {}, @@ -471,6 +779,7 @@ }, "backup": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -480,6 +789,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -502,30 +812,55 @@ "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": {} - } - }, - "budgets": { - "endpoints": { - "aws-global": { + "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "budgets.amazonaws.com" - } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "ce": { + "hostname": "fips.batch.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "fips.batch.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "fips.batch.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "budgets": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "budgets.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "ce": { "endpoints": { "aws-global": { "credentialScope": { @@ -539,15 +874,14 @@ }, "chime": { "defaults": { - "protocols": ["https"], - "sslCommonName": "service.chime.aws.amazon.com" + "protocols": ["https"] }, "endpoints": { "aws-global": { "credentialScope": { "region": "us-east-1" }, - "hostname": "service.chime.aws.amazon.com", + "hostname": "chime.us-east-1.amazonaws.com", "protocols": ["https"] } }, @@ -556,12 +890,24 @@ }, "cloud9": { "endpoints": { + "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": {} } }, @@ -580,6 +926,7 @@ }, "cloudformation": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -589,15 +936,40 @@ "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-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "cloudformation-fips.us-east-1.amazonaws.com" + }, "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "cloudformation-fips.us-east-2.amazonaws.com" + }, "us-west-1": {}, - "us-west-2": {} + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "cloudformation-fips.us-west-1.amazonaws.com" + }, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "cloudformation-fips.us-west-2.amazonaws.com" + } } }, "cloudfront": { @@ -634,6 +1006,7 @@ } }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -643,6 +1016,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -670,6 +1044,7 @@ }, "cloudtrail": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -679,9 +1054,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "cloudtrail-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "cloudtrail-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "cloudtrail-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "cloudtrail-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -690,6 +1090,20 @@ "us-west-2": {} } }, + "codeartifact": { + "endpoints": { + "ap-northeast-1": {}, + "ap-south-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": {} + } + }, "codebuild": { "endpoints": { "ap-east-1": {}, @@ -701,6 +1115,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -738,6 +1153,7 @@ }, "codecommit": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -746,6 +1162,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -765,6 +1182,7 @@ }, "codedeploy": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -774,6 +1192,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -822,6 +1241,36 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "codepipeline-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "codepipeline-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "codepipeline-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "codepipeline-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "codepipeline-fips.us-west-2.amazonaws.com" + }, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -837,8 +1286,29 @@ "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-connections": { + "endpoints": { + "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-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, @@ -854,10 +1324,32 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "cognito-identity-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "cognito-identity-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "cognito-identity-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, @@ -870,10 +1362,32 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "cognito-idp-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "cognito-idp-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "cognito-idp-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, @@ -897,12 +1411,33 @@ "protocols": ["https"] }, "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "comprehend-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "comprehend-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "comprehend-fips.us-west-2.amazonaws.com" + }, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} @@ -914,6 +1449,24 @@ "ca-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "comprehendmedical-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "comprehendmedical-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "comprehendmedical-fips.us-west-2.amazonaws.com" + }, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} @@ -921,6 +1474,7 @@ }, "config": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -930,9 +1484,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "config-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "config-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "config-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "config-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -944,8 +1523,17 @@ "connect": { "endpoints": { "ap-northeast-1": {}, + "ap-southeast-1": {}, "ap-southeast-2": {}, "eu-central-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "contact-lens": { + "endpoints": { + "ap-southeast-2": {}, "us-east-1": {}, "us-west-2": {} } @@ -991,6 +1579,7 @@ "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, + "eu-west-2": {}, "us-east-1": {}, "us-west-2": {} } @@ -1021,6 +1610,7 @@ }, "datasync": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1030,9 +1620,16 @@ "ca-central-1": {}, "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" + }, + "hostname": "datasync-fips.ca-central-1.amazonaws.com" + }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -1089,6 +1686,7 @@ }, "directconnect": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1098,11 +1696,36 @@ "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "directconnect-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "directconnect-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "directconnect-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "directconnect-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, @@ -1111,12 +1734,18 @@ }, "discovery": { "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-2": {}, "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, "us-west-2": {} } }, "dms": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1124,8 +1753,15 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, + "dms-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "dms-fips.us-west-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -1169,6 +1805,12 @@ }, "hostname": "rds.ap-southeast-2.amazonaws.com" }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "rds.ca-central-1.amazonaws.com" + }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" @@ -1193,6 +1835,12 @@ }, "hostname": "rds.eu-west-3.amazonaws.com" }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "rds.sa-east-1.amazonaws.com" + }, "us-east-1": { "credentialScope": { "region": "us-east-1" @@ -1215,6 +1863,7 @@ }, "ds": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1224,8 +1873,41 @@ "ca-central-1": {}, "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" + }, + "hostname": "ds-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ds-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ds-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ds-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ds-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -1238,6 +1920,7 @@ "protocols": ["http", "https"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1253,6 +1936,7 @@ }, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -1295,11 +1979,9 @@ } } }, - "ec2": { - "defaults": { - "protocols": ["http", "https"] - }, + "ebs": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1309,9 +1991,40 @@ "ca-central-1": {}, "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" + }, + "hostname": "ebs-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ebs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ebs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ebs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ebs-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1320,8 +2033,12 @@ "us-west-2": {} } }, - "ecs": { + "ec2": { + "defaults": { + "protocols": ["http", "https"] + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1331,9 +2048,40 @@ "ca-central-1": {}, "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" + }, + "hostname": "ec2-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ec2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ec2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ec2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ec2-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1342,8 +2090,9 @@ "us-west-2": {} } }, - "elasticache": { + "ecs": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1353,14 +2102,33 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "fips": { + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ecs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ecs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "elasticache-fips.us-west-1.amazonaws.com" + "hostname": "ecs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ecs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, @@ -1370,8 +2138,12 @@ "us-west-2": {} } }, - "elasticbeanstalk": { + "eks": { + "defaults": { + "protocols": ["http", "https"] + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1381,9 +2153,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "fips.eks.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "fips.eks.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "fips.eks.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "fips.eks.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1392,8 +2189,9 @@ "us-west-2": {} } }, - "elasticfilesystem": { + "elasticache": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1403,9 +2201,16 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "elasticache-fips.us-west-1.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1414,11 +2219,9 @@ "us-west-2": {} } }, - "elasticloadbalancing": { - "defaults": { - "protocols": ["https"] - }, + "elasticbeanstalk": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1428,9 +2231,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "elasticbeanstalk-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "elasticbeanstalk-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "elasticbeanstalk-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "elasticbeanstalk-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1439,12 +2267,9 @@ "us-west-2": {} } }, - "elasticmapreduce": { - "defaults": { - "protocols": ["https"], - "sslCommonName": "{region}.{service}.{dnsSuffix}" - }, + "elasticfilesystem": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1452,74 +2277,131 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, - "eu-central-1": { - "sslCommonName": "{service}.{region}.{dnsSuffix}" - }, + "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": { - "sslCommonName": "{service}.{region}.{dnsSuffix}" + "fips-af-south-1": { + "credentialScope": { + "region": "af-south-1" + }, + "hostname": "elasticfilesystem-fips.af-south-1.amazonaws.com" }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "elastictranscoder": { - "endpoints": { - "ap-northeast-1": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "email": { - "endpoints": { - "ap-south-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-west-2": {} - } - }, - "entitlement.marketplace": { - "defaults": { - "credentialScope": { - "service": "aws-marketplace" - } - }, - "endpoints": { - "us-east-1": {} - } - }, - "es": { - "endpoints": { - "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-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "fips": { + "fips-ap-east-1": { + "credentialScope": { + "region": "ap-east-1" + }, + "hostname": "elasticfilesystem-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "elasticfilesystem-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "elasticfilesystem-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "elasticfilesystem-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "elasticfilesystem-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "elasticfilesystem-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "elasticfilesystem-fips.ca-central-1.amazonaws.com" + }, + "fips-eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "elasticfilesystem-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "elasticfilesystem-fips.eu-north-1.amazonaws.com" + }, + "fips-eu-south-1": { + "credentialScope": { + "region": "eu-south-1" + }, + "hostname": "elasticfilesystem-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "elasticfilesystem-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "elasticfilesystem-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "elasticfilesystem-fips.eu-west-3.amazonaws.com" + }, + "fips-me-south-1": { + "credentialScope": { + "region": "me-south-1" + }, + "hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "elasticfilesystem-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "elasticfilesystem-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "elasticfilesystem-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "es-fips.us-west-1.amazonaws.com" + "hostname": "elasticfilesystem-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "elasticfilesystem-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, @@ -1529,8 +2411,12 @@ "us-west-2": {} } }, - "events": { + "elasticloadbalancing": { + "defaults": { + "protocols": ["https"] + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1540,9 +2426,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "elasticloadbalancing-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "elasticloadbalancing-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "elasticloadbalancing-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "elasticloadbalancing-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1551,8 +2462,13 @@ "us-west-2": {} } }, - "firehose": { + "elasticmapreduce": { + "defaults": { + "protocols": ["https"], + "sslCommonName": "{region}.{service}.{dnsSuffix}" + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1560,79 +2476,97 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, - "eu-central-1": {}, + "eu-central-1": { + "sslCommonName": "{service}.{region}.{dnsSuffix}" + }, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "elasticmapreduce-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "elasticmapreduce-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "elasticmapreduce-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "elasticmapreduce-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "sslCommonName": "{service}.{region}.{dnsSuffix}" + }, "us-east-2": {}, "us-west-1": {}, "us-west-2": {} } }, - "fms": { - "defaults": { - "protocols": ["https"] - }, + "elastictranscoder": { "endpoints": { "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-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "sa-east-1": {}, "us-east-1": {}, - "us-east-2": {}, "us-west-1": {}, "us-west-2": {} } }, - "forecast": { + "email": { "endpoints": { - "ap-northeast-1": {}, - "ap-southeast-1": {}, + "ap-south-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, "us-west-2": {} } }, - "forecastquery": { + "emr-containers": { "endpoints": { - "ap-northeast-1": {}, - "ap-southeast-1": {}, "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, "us-west-2": {} } }, - "fsx": { + "entitlement.marketplace": { + "defaults": { + "credentialScope": { + "service": "aws-marketplace" + } + }, "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-1": {}, - "us-west-2": {} + "us-east-1": {} } }, - "gamelift": { + "es": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -1640,8 +2574,18 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "eu-west-3": {}, + "fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "es-fips.us-west-1.amazonaws.com" + }, + "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -1649,11 +2593,9 @@ "us-west-2": {} } }, - "glacier": { - "defaults": { - "protocols": ["http", "https"] - }, + "events": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1663,9 +2605,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "events-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "events-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "events-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "events-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1674,8 +2641,9 @@ "us-west-2": {} } }, - "glue": { + "firehose": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1685,9 +2653,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "firehose-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "firehose-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "firehose-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "firehose-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -1696,36 +2689,12 @@ "us-west-2": {} } }, - "greengrass": { - "defaults": { - "protocols": ["https"] - }, - "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} - }, - "isRegionalized": true - }, - "groundstation": { - "endpoints": { - "us-east-2": {}, - "us-west-2": {} - } - }, - "guardduty": { + "fms": { "defaults": { "protocols": ["https"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -1735,241 +2704,161 @@ "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-1-fips": { + "fips-af-south-1": { "credentialScope": { - "region": "us-east-1" + "region": "af-south-1" }, - "hostname": "guardduty-fips.us-east-1.amazonaws.com" + "hostname": "fms-fips.af-south-1.amazonaws.com" }, - "us-east-2": {}, - "us-east-2-fips": { + "fips-ap-east-1": { "credentialScope": { - "region": "us-east-2" + "region": "ap-east-1" }, - "hostname": "guardduty-fips.us-east-2.amazonaws.com" + "hostname": "fms-fips.ap-east-1.amazonaws.com" }, - "us-west-1": {}, - "us-west-1-fips": { + "fips-ap-northeast-1": { "credentialScope": { - "region": "us-west-1" + "region": "ap-northeast-1" }, - "hostname": "guardduty-fips.us-west-1.amazonaws.com" + "hostname": "fms-fips.ap-northeast-1.amazonaws.com" }, - "us-west-2": {}, - "us-west-2-fips": { - "credentialScope": { - "region": "us-west-2" - }, - "hostname": "guardduty-fips.us-west-2.amazonaws.com" - } - }, - "isRegionalized": true - }, - "health": { - "endpoints": { - "us-east-1": {} - } - }, - "iam": { - "endpoints": { - "aws-global": { + "fips-ap-northeast-2": { "credentialScope": { - "region": "us-east-1" + "region": "ap-northeast-2" }, - "hostname": "iam.amazonaws.com" - } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "importexport": { - "endpoints": { - "aws-global": { + "hostname": "fms-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-south-1": { "credentialScope": { - "region": "us-east-1", - "service": "IngestionService" + "region": "ap-south-1" }, - "hostname": "importexport.amazonaws.com", - "signatureVersions": ["v2", "v4"] - } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "inspector": { - "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-south-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "iot": { - "defaults": { - "credentialScope": { - "service": "execute-api" - } - }, - "endpoints": { - "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-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": {} - } - }, - "iotanalytics": { - "endpoints": { - "ap-northeast-1": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} - } - }, - "iotevents": { - "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} - } - }, - "ioteventsdata": { - "endpoints": { - "ap-northeast-1": { + "hostname": "fms-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1": { "credentialScope": { - "region": "ap-northeast-1" + "region": "ap-southeast-1" }, - "hostname": "data.iotevents.ap-northeast-1.amazonaws.com" + "hostname": "fms-fips.ap-southeast-1.amazonaws.com" }, - "ap-northeast-2": { + "fips-ap-southeast-2": { "credentialScope": { - "region": "ap-northeast-2" + "region": "ap-southeast-2" }, - "hostname": "data.iotevents.ap-northeast-2.amazonaws.com" + "hostname": "fms-fips.ap-southeast-2.amazonaws.com" }, - "ap-southeast-1": { + "fips-ca-central-1": { "credentialScope": { - "region": "ap-southeast-1" + "region": "ca-central-1" }, - "hostname": "data.iotevents.ap-southeast-1.amazonaws.com" + "hostname": "fms-fips.ca-central-1.amazonaws.com" }, - "ap-southeast-2": { + "fips-eu-central-1": { "credentialScope": { - "region": "ap-southeast-2" + "region": "eu-central-1" }, - "hostname": "data.iotevents.ap-southeast-2.amazonaws.com" + "hostname": "fms-fips.eu-central-1.amazonaws.com" }, - "eu-central-1": { + "fips-eu-south-1": { "credentialScope": { - "region": "eu-central-1" + "region": "eu-south-1" }, - "hostname": "data.iotevents.eu-central-1.amazonaws.com" + "hostname": "fms-fips.eu-south-1.amazonaws.com" }, - "eu-west-1": { + "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, - "hostname": "data.iotevents.eu-west-1.amazonaws.com" + "hostname": "fms-fips.eu-west-1.amazonaws.com" }, - "eu-west-2": { + "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, - "hostname": "data.iotevents.eu-west-2.amazonaws.com" + "hostname": "fms-fips.eu-west-2.amazonaws.com" }, - "us-east-1": { + "fips-eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "fms-fips.eu-west-3.amazonaws.com" + }, + "fips-me-south-1": { + "credentialScope": { + "region": "me-south-1" + }, + "hostname": "fms-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "fms-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "data.iotevents.us-east-1.amazonaws.com" + "hostname": "fms-fips.us-east-1.amazonaws.com" }, - "us-east-2": { + "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "data.iotevents.us-east-2.amazonaws.com" + "hostname": "fms-fips.us-east-2.amazonaws.com" }, - "us-west-2": { + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "fms-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "data.iotevents.us-west-2.amazonaws.com" - } + "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": {} } }, - "iotthingsgraph": { - "defaults": { - "credentialScope": { - "service": "iotthingsgraph" - } - }, + "forecast": { "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-2": {} } }, - "kafka": { + "forecastquery": { "endpoints": { - "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-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, - "kinesis": { + "fsx": { "endpoints": { "ap-east-1": {}, "ap-northeast-1": {}, @@ -1983,7 +2872,6 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -1991,35 +2879,30 @@ "us-west-2": {} } }, - "kinesisanalytics": { + "gamelift": { "endpoints": { "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-west-1": {}, "eu-west-2": {}, - "eu-west-3": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, - "kinesisvideo": { - "endpoints": { - "ap-northeast-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-west-2": {} - } - }, - "kms": { + "glacier": { + "defaults": { + "protocols": ["http", "https"] + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2029,10 +2912,41 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "me-south-1": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "glacier-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "glacier-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "glacier-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "glacier-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "glacier-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -2040,25 +2954,9 @@ "us-west-2": {} } }, - "lakeformation": { - "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": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "lambda": { + "glue": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2068,9 +2966,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "glue-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "glue-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "glue-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "glue-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -2079,47 +3002,54 @@ "us-west-2": {} } }, - "license-manager": { + "greengrass": { + "defaults": { + "protocols": ["https"] + }, "endpoints": { - "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-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": {} - } + }, + "isRegionalized": true }, - "lightsail": { + "groundstation": { "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, + "af-south-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "eu-north-1": {}, "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "us-east-1": {}, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "groundstation-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "groundstation-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, "us-east-2": {}, "us-west-2": {} } }, - "logs": { + "guardduty": { + "defaults": { + "protocols": ["https"] + }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2129,48 +3059,85 @@ "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-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "guardduty-fips.us-east-1.amazonaws.com" + }, "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "guardduty-fips.us-east-2.amazonaws.com" + }, "us-west-1": {}, - "us-west-2": {} - } + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "guardduty-fips.us-west-1.amazonaws.com" + }, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "guardduty-fips.us-west-2.amazonaws.com" + } + }, + "isRegionalized": true }, - "machinelearning": { + "health": { "endpoints": { - "eu-west-1": {}, - "us-east-1": {} + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "health-fips.us-east-2.amazonaws.com" + } } }, - "marketplacecommerceanalytics": { + "healthlake": { + "defaults": { + "protocols": ["https"] + }, "endpoints": { "us-east-1": {} } }, - "mediaconnect": { + "honeycode": { "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "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": {} } }, - "mediaconvert": { + "iam": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "iam.amazonaws.com" + }, + "iam-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "iam-fips.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "identitystore": { "endpoints": { "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2179,337 +3146,187 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "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": {} } }, - "medialive": { + "importexport": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-east-1", + "service": "IngestionService" + }, + "hostname": "importexport.amazonaws.com", + "signatureVersions": ["v2", "v4"] + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "inspector": { "endpoints": { "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, - "ap-southeast-1": {}, "ap-southeast-2": {}, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, "eu-west-2": {}, - "eu-west-3": {}, - "sa-east-1": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "inspector-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "inspector-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "inspector-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "inspector-fips.us-west-2.amazonaws.com" + }, "us-east-1": {}, "us-east-2": {}, + "us-west-1": {}, "us-west-2": {} } }, - "mediapackage": { + "iot": { + "defaults": { + "credentialScope": { + "service": "execute-api" + } + }, "endpoints": { + "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-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": {} } }, - "mediastore": { + "iotanalytics": { "endpoints": { "ap-northeast-1": {}, - "ap-northeast-2": {}, "ap-southeast-2": {}, "eu-central-1": {}, - "eu-north-1": {}, "eu-west-1": {}, "us-east-1": {}, + "us-east-2": {}, "us-west-2": {} } }, - "metering.marketplace": { - "defaults": { - "credentialScope": { - "service": "aws-marketplace" - } - }, + "iotevents": { "endpoints": { - "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-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": {} - } - }, - "mgh": { - "endpoints": { - "eu-central-1": {}, - "us-west-2": {} - } - }, - "mobileanalytics": { - "endpoints": { - "us-east-1": {} - } - }, - "models.lex": { - "defaults": { - "credentialScope": { - "service": "lex" - } - }, - "endpoints": { - "eu-west-1": {}, - "us-east-1": {}, - "us-west-2": {} - } - }, - "monitoring": { - "defaults": { - "protocols": ["http", "https"] - }, - "endpoints": { - "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-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": {} - } - }, - "mq": { - "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" - }, - "hostname": "mq-fips.us-east-1.amazonaws.com" - }, - "fips-us-east-2": { - "credentialScope": { - "region": "us-east-2" - }, - "hostname": "mq-fips.us-east-2.amazonaws.com" - }, - "fips-us-west-1": { - "credentialScope": { - "region": "us-west-1" - }, - "hostname": "mq-fips.us-west-1.amazonaws.com" - }, - "fips-us-west-2": { - "credentialScope": { - "region": "us-west-2" - }, - "hostname": "mq-fips.us-west-2.amazonaws.com" - }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, - "mturk-requester": { - "endpoints": { - "sandbox": { - "hostname": "mturk-requester-sandbox.us-east-1.amazonaws.com" - }, - "us-east-1": {} - }, - "isRegionalized": false - }, - "neptune": { + "ioteventsdata": { "endpoints": { "ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, - "hostname": "rds.ap-northeast-1.amazonaws.com" + "hostname": "data.iotevents.ap-northeast-1.amazonaws.com" }, "ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, - "hostname": "rds.ap-northeast-2.amazonaws.com" - }, - "ap-south-1": { - "credentialScope": { - "region": "ap-south-1" - }, - "hostname": "rds.ap-south-1.amazonaws.com" - }, - "ap-southeast-1": { - "credentialScope": { - "region": "ap-southeast-1" - }, - "hostname": "rds.ap-southeast-1.amazonaws.com" - }, - "ap-southeast-2": { - "credentialScope": { - "region": "ap-southeast-2" - }, - "hostname": "rds.ap-southeast-2.amazonaws.com" - }, - "ca-central-1": { - "credentialScope": { - "region": "ca-central-1" - }, - "hostname": "rds.ca-central-1.amazonaws.com" - }, - "eu-central-1": { - "credentialScope": { - "region": "eu-central-1" - }, - "hostname": "rds.eu-central-1.amazonaws.com" - }, - "eu-north-1": { - "credentialScope": { - "region": "eu-north-1" - }, - "hostname": "rds.eu-north-1.amazonaws.com" - }, - "eu-west-1": { - "credentialScope": { - "region": "eu-west-1" - }, - "hostname": "rds.eu-west-1.amazonaws.com" - }, - "eu-west-2": { - "credentialScope": { - "region": "eu-west-2" - }, - "hostname": "rds.eu-west-2.amazonaws.com" - }, - "me-south-1": { - "credentialScope": { - "region": "me-south-1" - }, - "hostname": "rds.me-south-1.amazonaws.com" - }, - "us-east-1": { - "credentialScope": { - "region": "us-east-1" - }, - "hostname": "rds.us-east-1.amazonaws.com" - }, - "us-east-2": { - "credentialScope": { - "region": "us-east-2" - }, - "hostname": "rds.us-east-2.amazonaws.com" + "hostname": "data.iotevents.ap-northeast-2.amazonaws.com" }, - "us-west-2": { - "credentialScope": { - "region": "us-west-2" - }, - "hostname": "rds.us-west-2.amazonaws.com" - } - } - }, - "oidc": { - "endpoints": { "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, - "hostname": "oidc.ap-southeast-1.amazonaws.com" + "hostname": "data.iotevents.ap-southeast-1.amazonaws.com" }, "ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, - "hostname": "oidc.ap-southeast-2.amazonaws.com" - }, - "ca-central-1": { - "credentialScope": { - "region": "ca-central-1" - }, - "hostname": "oidc.ca-central-1.amazonaws.com" + "hostname": "data.iotevents.ap-southeast-2.amazonaws.com" }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" }, - "hostname": "oidc.eu-central-1.amazonaws.com" + "hostname": "data.iotevents.eu-central-1.amazonaws.com" }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" }, - "hostname": "oidc.eu-west-1.amazonaws.com" + "hostname": "data.iotevents.eu-west-1.amazonaws.com" }, "eu-west-2": { "credentialScope": { "region": "eu-west-2" }, - "hostname": "oidc.eu-west-2.amazonaws.com" + "hostname": "data.iotevents.eu-west-2.amazonaws.com" }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "oidc.us-east-1.amazonaws.com" + "hostname": "data.iotevents.us-east-1.amazonaws.com" }, "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "oidc.us-east-2.amazonaws.com" + "hostname": "data.iotevents.us-east-2.amazonaws.com" }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "oidc.us-west-2.amazonaws.com" + "hostname": "data.iotevents.us-west-2.amazonaws.com" } } }, - "opsworks": { + "iotsecuredtunneling": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -2517,9 +3334,11 @@ "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": {}, @@ -2527,48 +3346,40 @@ "us-west-2": {} } }, - "opsworks-cm": { + "iotthingsgraph": { + "defaults": { + "credentialScope": { + "service": "iotthingsgraph" + } + }, "endpoints": { "ap-northeast-1": {}, - "ap-southeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-2": {}, - "eu-central-1": {}, "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, - "organizations": { + "iotwireless": { "endpoints": { - "aws-global": { + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "api.iotwireless.eu-west-1.amazonaws.com" + }, + "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "organizations.us-east-1.amazonaws.com" - } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "pinpoint": { - "defaults": { - "credentialScope": { - "service": "mobiletargeting" + "hostname": "api.iotwireless.us-east-1.amazonaws.com" } - }, - "endpoints": { - "ap-south-1": {}, - "ap-southeast-2": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-west-2": {} } }, - "polly": { + "kafka": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -2577,9 +3388,11 @@ "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": {}, @@ -2587,90 +3400,80 @@ "us-west-2": {} } }, - "portal.sso": { + "kinesis": { "endpoints": { - "ap-southeast-1": { - "credentialScope": { - "region": "ap-southeast-1" - }, - "hostname": "portal.sso.ap-southeast-1.amazonaws.com" - }, - "ap-southeast-2": { - "credentialScope": { - "region": "ap-southeast-2" - }, - "hostname": "portal.sso.ap-southeast-2.amazonaws.com" - }, - "ca-central-1": { - "credentialScope": { - "region": "ca-central-1" - }, - "hostname": "portal.sso.ca-central-1.amazonaws.com" - }, - "eu-central-1": { - "credentialScope": { - "region": "eu-central-1" - }, - "hostname": "portal.sso.eu-central-1.amazonaws.com" - }, - "eu-west-1": { - "credentialScope": { - "region": "eu-west-1" - }, - "hostname": "portal.sso.eu-west-1.amazonaws.com" - }, - "eu-west-2": { + "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": {}, + "fips-us-east-1": { "credentialScope": { - "region": "eu-west-2" + "region": "us-east-1" }, - "hostname": "portal.sso.eu-west-2.amazonaws.com" + "hostname": "kinesis-fips.us-east-1.amazonaws.com" }, - "us-east-1": { + "fips-us-east-2": { "credentialScope": { - "region": "us-east-1" + "region": "us-east-2" }, - "hostname": "portal.sso.us-east-1.amazonaws.com" + "hostname": "kinesis-fips.us-east-2.amazonaws.com" }, - "us-east-2": { + "fips-us-west-1": { "credentialScope": { - "region": "us-east-2" + "region": "us-west-1" }, - "hostname": "portal.sso.us-east-2.amazonaws.com" + "hostname": "kinesis-fips.us-west-1.amazonaws.com" }, - "us-west-2": { + "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "portal.sso.us-west-2.amazonaws.com" - } - } - }, - "projects.iot1click": { - "endpoints": { - "ap-northeast-1": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, + "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": {} } }, - "qldb": { + "kinesisanalytics": { "endpoints": { + "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": {} } }, - "ram": { + "kinesisvideo": { "endpoints": { + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -2678,19 +3481,18 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, - "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": {} } }, - "rds": { + "kms": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2700,22 +3502,20 @@ "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": { - "sslCommonName": "{service}.{dnsSuffix}" - }, + "us-east-1": {}, "us-east-2": {}, "us-west-1": {}, "us-west-2": {} } }, - "redshift": { + "lakeformation": { "endpoints": { - "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -2724,10 +3524,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "me-south-1": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "lakeformation-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "lakeformation-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "lakeformation-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "lakeformation-fips.us-west-2.amazonaws.com" + }, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -2735,24 +3559,57 @@ "us-west-2": {} } }, - "rekognition": { + "lambda": { "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "lambda-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "lambda-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "lambda-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} } }, - "resource-groups": { + "license-manager": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -2762,6 +3619,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -2769,25 +3627,25 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "resource-groups-fips.us-east-1.amazonaws.com" + "hostname": "license-manager-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "resource-groups-fips.us-east-2.amazonaws.com" + "hostname": "license-manager-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "resource-groups-fips.us-west-1.amazonaws.com" + "hostname": "license-manager-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "resource-groups-fips.us-west-2.amazonaws.com" + "hostname": "license-manager-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, @@ -2797,39 +3655,27 @@ "us-west-2": {} } }, - "robomaker": { + "lightsail": { "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": {}, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} } }, - "route53": { - "endpoints": { - "aws-global": { - "credentialScope": { - "region": "us-east-1" - }, - "hostname": "route53.amazonaws.com" - } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "route53domains": { - "endpoints": { - "us-east-1": {} - } - }, - "route53resolver": { - "defaults": { - "protocols": ["https"] - }, + "logs": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -2837,28 +3683,79 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "logs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "logs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "logs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} } }, - "runtime.lex": { - "defaults": { - "credentialScope": { - "service": "lex" - } - }, + "lookoutvision": { "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "eu-central-1": {}, "eu-west-1": {}, "us-east-1": {}, + "us-east-2": {}, "us-west-2": {} } }, - "runtime.sagemaker": { + "machinelearning": { + "endpoints": { + "eu-west-1": {}, + "us-east-1": {} + } + }, + "macie": { + "endpoints": { + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "macie-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "macie-fips.us-west-2.amazonaws.com" + }, + "us-east-1": {}, + "us-west-2": {} + } + }, + "macie2": { "endpoints": { "ap-east-1": {}, "ap-northeast-1": {}, @@ -2872,44 +3769,1199 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-1-fips": { + "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com" + "hostname": "macie2-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, - "us-east-2-fips": { + "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com" + "hostname": "macie2-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, - "us-west-1-fips": { + "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com" + "hostname": "macie2-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, - "us-west-2-fips": { + "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com" - } - } - }, + "hostname": "macie2-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "managedblockchain": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-southeast-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {} + } + }, + "marketplacecommerceanalytics": { + "endpoints": { + "us-east-1": {} + } + }, + "mediaconnect": { + "endpoints": { + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "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": {} + } + }, + "mediaconvert": { + "endpoints": { + "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-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "mediaconvert-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "mediaconvert-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "mediaconvert-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "mediaconvert-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "mediaconvert-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "medialive": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "medialive-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "medialive-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "medialive-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, + "mediapackage": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "mediastore": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "metering.marketplace": { + "defaults": { + "credentialScope": { + "service": "aws-marketplace" + } + }, + "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": {} + } + }, + "mgh": { + "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": {} + } + }, + "models.lex": { + "defaults": { + "credentialScope": { + "service": "lex" + } + }, + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "monitoring": { + "defaults": { + "protocols": ["http", "https"] + }, + "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "monitoring-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "monitoring-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "monitoring-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "mq": { + "endpoints": { + "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "mq-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "mq-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "mq-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "mturk-requester": { + "endpoints": { + "sandbox": { + "hostname": "mturk-requester-sandbox.us-east-1.amazonaws.com" + }, + "us-east-1": {} + }, + "isRegionalized": false + }, + "neptune": { + "endpoints": { + "ap-east-1": { + "credentialScope": { + "region": "ap-east-1" + }, + "hostname": "rds.ap-east-1.amazonaws.com" + }, + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "rds.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "rds.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "rds.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "rds.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "rds.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "rds.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "rds.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "rds.eu-north-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "rds.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "rds.eu-west-2.amazonaws.com" + }, + "eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "rds.eu-west-3.amazonaws.com" + }, + "me-south-1": { + "credentialScope": { + "region": "me-south-1" + }, + "hostname": "rds.me-south-1.amazonaws.com" + }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "rds.sa-east-1.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "rds.us-east-1.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "rds.us-east-2.amazonaws.com" + }, + "us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "rds.us-west-1.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "rds.us-west-2.amazonaws.com" + } + } + }, + "oidc": { + "endpoints": { + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "oidc.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "oidc.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "oidc.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "oidc.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "oidc.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "oidc.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "oidc.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "oidc.eu-north-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "oidc.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "oidc.eu-west-2.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "oidc.us-east-1.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "oidc.us-east-2.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "oidc.us-west-2.amazonaws.com" + } + } + }, + "opsworks": { + "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": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "opsworks-cm": { + "endpoints": { + "ap-northeast-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": {} + } + }, + "organizations": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "organizations.us-east-1.amazonaws.com" + }, + "fips-aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "organizations-fips.us-east-1.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "outposts": { + "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": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "outposts-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "outposts-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "outposts-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "outposts-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "outposts-fips.us-west-2.amazonaws.com" + }, + "me-south-1": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "pinpoint": { + "defaults": { + "credentialScope": { + "service": "mobiletargeting" + } + }, + "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "pinpoint-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "pinpoint-fips.us-west-2.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "pinpoint.us-east-1.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "pinpoint.us-west-2.amazonaws.com" + } + } + }, + "polly": { + "endpoints": { + "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-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "polly-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "polly-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "polly-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "portal.sso": { + "endpoints": { + "ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "portal.sso.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "portal.sso.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "portal.sso.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "portal.sso.eu-central-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "portal.sso.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "portal.sso.eu-west-2.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "portal.sso.us-east-1.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "portal.sso.us-east-2.amazonaws.com" + }, + "us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "portal.sso.us-west-2.amazonaws.com" + } + } + }, + "profile": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "projects.iot1click": { + "endpoints": { + "ap-northeast-1": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, + "qldb": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, + "ram": { + "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": {} + } + }, + "rds": { + "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": {}, + "rds-fips.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "rds-fips.ca-central-1.amazonaws.com" + }, + "rds-fips.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "rds-fips.us-east-1.amazonaws.com" + }, + "rds-fips.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "rds-fips.us-east-2.amazonaws.com" + }, + "rds-fips.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "rds-fips.us-west-1.amazonaws.com" + }, + "rds-fips.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "rds-fips.us-west-2.amazonaws.com" + }, + "sa-east-1": {}, + "us-east-1": { + "sslCommonName": "{service}.{dnsSuffix}" + }, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "redshift": { + "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": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "redshift-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "redshift-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "redshift-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "redshift-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "rekognition": { + "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": {}, + "rekognition-fips.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "rekognition-fips.ca-central-1.amazonaws.com" + }, + "rekognition-fips.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "rekognition-fips.us-east-1.amazonaws.com" + }, + "rekognition-fips.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "rekognition-fips.us-east-2.amazonaws.com" + }, + "rekognition-fips.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "rekognition-fips.us-west-1.amazonaws.com" + }, + "rekognition-fips.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "rekognition-fips.us-west-2.amazonaws.com" + }, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "resource-groups": { + "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": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "resource-groups-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "resource-groups-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "resource-groups-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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": {} + } + }, + "robomaker": { + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-2": {} + } + }, + "route53": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "route53.amazonaws.com" + }, + "fips-aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "route53-fips.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "route53domains": { + "endpoints": { + "us-east-1": {} + } + }, + "route53resolver": { + "defaults": { + "protocols": ["https"] + }, + "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": {} + } + }, + "runtime.lex": { + "defaults": { + "credentialScope": { + "service": "lex" + } + }, + "endpoints": { + "ap-northeast-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "us-east-1": {}, + "us-west-2": {} + } + }, + "runtime.sagemaker": { + "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-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com" + }, + "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com" + }, + "us-west-1": {}, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com" + }, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com" + } + } + }, "s3": { "defaults": { "protocols": ["http", "https"], "signatureVersions": ["s3v4"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": { "hostname": "s3.ap-northeast-1.amazonaws.com", @@ -2925,9 +4977,17 @@ "hostname": "s3.ap-southeast-2.amazonaws.com", "signatureVersions": ["s3", "s3v4"] }, + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "s3.amazonaws.com", + "signatureVersions": ["s3", "s3v4"] + }, "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": { "hostname": "s3.eu-west-1.amazonaws.com", "signatureVersions": ["s3", "s3v4"] @@ -2947,7 +5007,7 @@ "signatureVersions": ["s3", "s3v4"] }, "us-east-1": { - "hostname": "s3.amazonaws.com", + "hostname": "s3.us-east-1.amazonaws.com", "signatureVersions": ["s3", "s3v4"] }, "us-east-2": {}, @@ -2961,7 +5021,7 @@ } }, "isRegionalized": true, - "partitionEndpoint": "us-east-1" + "partitionEndpoint": "aws-global" }, "s3-control": { "defaults": { @@ -3011,6 +5071,13 @@ "hostname": "s3-control.ca-central-1.amazonaws.com", "signatureVersions": ["s3v4"] }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "s3-control-fips.ca-central-1.amazonaws.com", + "signatureVersions": ["s3v4"] + }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" @@ -3123,6 +5190,27 @@ "isRegionalized": false, "partitionEndpoint": "aws-global" }, + "schemas": { + "endpoints": { + "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-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "sdb": { "defaults": { "protocols": ["http", "https"], @@ -3143,6 +5231,7 @@ }, "secretsmanager": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3152,6 +5241,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -3189,6 +5279,7 @@ }, "securityhub": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3198,9 +5289,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "securityhub-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "securityhub-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "securityhub-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "securityhub-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3272,6 +5388,8 @@ }, "servicecatalog": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -3280,9 +5398,11 @@ "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-1-fips": { @@ -3316,6 +5436,40 @@ }, "servicediscovery": { "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": {}, + "servicediscovery-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + }, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, + "servicequotas": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3325,6 +5479,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -3355,12 +5510,25 @@ "sslCommonName": "shield.us-east-1.amazonaws.com" }, "endpoints": { - "us-east-1": {} + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "shield.us-east-1.amazonaws.com" + }, + "fips-aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "shield-fips.us-east-1.amazonaws.com" + } }, - "isRegionalized": false + "isRegionalized": false, + "partitionEndpoint": "aws-global" }, "sms": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3370,9 +5538,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "sms-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "sms-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "sms-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "sms-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3383,6 +5576,8 @@ }, "snowball": { "endpoints": { + "af-south-1": {}, + "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-south-1": {}, @@ -3390,9 +5585,107 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "snowball-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "snowball-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-northeast-3": { + "credentialScope": { + "region": "ap-northeast-3" + }, + "hostname": "snowball-fips.ap-northeast-3.amazonaws.com" + }, + "fips-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "snowball-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "snowball-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "snowball-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "snowball-fips.ca-central-1.amazonaws.com" + }, + "fips-eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "snowball-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "snowball-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "snowball-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "snowball-fips.eu-west-3.amazonaws.com" + }, + "fips-sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "snowball-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "snowball-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "snowball-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "snowball-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "snowball-fips.us-west-2.amazonaws.com" + }, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -3405,6 +5698,7 @@ "protocols": ["http", "https"] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3414,9 +5708,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "sns-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "sns-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "sns-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "sns-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3431,6 +5750,7 @@ "sslCommonName": "{region}.queue.{dnsSuffix}" }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3440,6 +5760,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -3479,6 +5800,7 @@ }, "ssm": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3488,9 +5810,40 @@ "ca-central-1": {}, "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" + }, + "hostname": "ssm-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "ssm-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "ssm-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "ssm-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "ssm-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3501,6 +5854,7 @@ }, "states": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3510,9 +5864,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "states-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "states-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "states-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "states-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3523,6 +5902,7 @@ }, "storagegateway": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3532,9 +5912,16 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "storagegateway-fips.ca-central-1.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3609,6 +5996,7 @@ }, "sts": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3624,6 +6012,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -3673,6 +6062,7 @@ }, "swf": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3682,9 +6072,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "swf-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "swf-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "swf-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "swf-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3695,6 +6110,7 @@ }, "tagging": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3704,6 +6120,7 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -3731,6 +6148,30 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "fips.transcribe.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "fips.transcribe.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "fips.transcribe.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "fips.transcribe.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3741,9 +6182,14 @@ }, "transcribestreaming": { "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-2": {}, "ca-central-1": {}, + "eu-central-1": {}, "eu-west-1": {}, + "eu-west-2": {}, + "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} @@ -3762,6 +6208,36 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "transfer-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "transfer-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "transfer-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "transfer-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "transfer-fips.us-west-2.amazonaws.com" + }, "sa-east-1": {}, "us-east-1": {}, "us-east-2": {}, @@ -3774,66 +6250,302 @@ "protocols": ["https"] }, "endpoints": { + "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-west-1": {}, + "eu-west-2": {}, + "eu-west-3": {}, "us-east-1": {}, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, - "hostname": "translate-fips.us-east-1.amazonaws.com" + "hostname": "translate-fips.us-east-1.amazonaws.com" + }, + "us-east-2": {}, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "translate-fips.us-east-2.amazonaws.com" + }, + "us-west-1": {}, + "us-west-2": {}, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "translate-fips.us-west-2.amazonaws.com" + } + } + }, + "waf": { + "endpoints": { + "aws-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "waf-fips.amazonaws.com" + }, + "aws-global": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "waf.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "waf-regional": { + "endpoints": { + "af-south-1": { + "credentialScope": { + "region": "af-south-1" + }, + "hostname": "waf-regional.af-south-1.amazonaws.com" + }, + "ap-east-1": { + "credentialScope": { + "region": "ap-east-1" + }, + "hostname": "waf-regional.ap-east-1.amazonaws.com" + }, + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "waf-regional.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "waf-regional.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "waf-regional.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "waf-regional.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "waf-regional.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "waf-regional.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "waf-regional.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "waf-regional.eu-north-1.amazonaws.com" + }, + "eu-south-1": { + "credentialScope": { + "region": "eu-south-1" + }, + "hostname": "waf-regional.eu-south-1.amazonaws.com" + }, + "eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "waf-regional.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "waf-regional.eu-west-2.amazonaws.com" + }, + "eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "waf-regional.eu-west-3.amazonaws.com" + }, + "fips-af-south-1": { + "credentialScope": { + "region": "af-south-1" + }, + "hostname": "waf-regional-fips.af-south-1.amazonaws.com" + }, + "fips-ap-east-1": { + "credentialScope": { + "region": "ap-east-1" + }, + "hostname": "waf-regional-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "waf-regional-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "waf-regional-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "waf-regional-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "hostname": "waf-regional-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "hostname": "waf-regional-fips.ca-central-1.amazonaws.com" + }, + "fips-eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "waf-regional-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "waf-regional-fips.eu-north-1.amazonaws.com" + }, + "fips-eu-south-1": { + "credentialScope": { + "region": "eu-south-1" + }, + "hostname": "waf-regional-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "waf-regional-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2": { + "credentialScope": { + "region": "eu-west-2" + }, + "hostname": "waf-regional-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "waf-regional-fips.eu-west-3.amazonaws.com" + }, + "fips-me-south-1": { + "credentialScope": { + "region": "me-south-1" + }, + "hostname": "waf-regional-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "waf-regional-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "waf-regional-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "waf-regional-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "waf-regional-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "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" + }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "waf-regional.sa-east-1.amazonaws.com" + }, + "us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "waf-regional.us-east-1.amazonaws.com" }, - "us-east-2": {}, - "us-east-2-fips": { + "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "translate-fips.us-east-2.amazonaws.com" + "hostname": "waf-regional.us-east-2.amazonaws.com" }, - "us-west-2": {}, - "us-west-2-fips": { + "us-west-1": { "credentialScope": { - "region": "us-west-2" + "region": "us-west-1" }, - "hostname": "translate-fips.us-west-2.amazonaws.com" - } - } - }, - "waf": { - "endpoints": { - "aws-global": { + "hostname": "waf-regional.us-west-1.amazonaws.com" + }, + "us-west-2": { "credentialScope": { - "region": "us-east-1" + "region": "us-west-2" }, - "hostname": "waf.amazonaws.com" + "hostname": "waf-regional.us-west-2.amazonaws.com" } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-global" - }, - "waf-regional": { - "endpoints": { - "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-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} } }, "workdocs": { @@ -3842,6 +6554,18 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "eu-west-1": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "workdocs-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "workdocs-fips.us-west-2.amazonaws.com" + }, "us-east-1": {}, "us-west-2": {} } @@ -3866,6 +6590,18 @@ "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "workspaces-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "workspaces-fips.us-west-2.amazonaws.com" + }, "sa-east-1": {}, "us-east-1": {}, "us-west-2": {} @@ -3873,6 +6609,7 @@ }, "xray": { "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -3882,9 +6619,34 @@ "ca-central-1": {}, "eu-central-1": {}, "eu-north-1": {}, + "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "hostname": "xray-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "hostname": "xray-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "hostname": "xray-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "xray-fips.us-west-2.amazonaws.com" + }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {}, @@ -3914,6 +6676,18 @@ } }, "services": { + "access-analyzer": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "acm": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "api.ecr": { "endpoints": { "cn-north-1": { @@ -3930,6 +6704,12 @@ } } }, + "api.sagemaker": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "apigateway": { "endpoints": { "cn-north-1": {}, @@ -3945,6 +6725,18 @@ "cn-northwest-1": {} } }, + "appsync": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "athena": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "autoscaling": { "defaults": { "protocols": ["http", "https"] @@ -3954,12 +6746,51 @@ "cn-northwest-1": {} } }, + "autoscaling-plans": { + "defaults": { + "protocols": ["http", "https"] + }, + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "backup": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "batch": { "endpoints": { "cn-north-1": {}, "cn-northwest-1": {} } }, + "budgets": { + "endpoints": { + "aws-cn-global": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "budgets.amazonaws.com.cn" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-cn-global" + }, + "ce": { + "endpoints": { + "aws-cn-global": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "ce.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-cn-global" + }, "cloudformation": { "endpoints": { "cn-north-1": {}, @@ -3991,6 +6822,12 @@ "cn-northwest-1": {} } }, + "codecommit": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "codedeploy": { "endpoints": { "cn-north-1": {}, @@ -4008,6 +6845,11 @@ "cn-northwest-1": {} } }, + "cur": { + "endpoints": { + "cn-northwest-1": {} + } + }, "data.iot": { "defaults": { "credentialScope": { @@ -4037,6 +6879,16 @@ "cn-northwest-1": {} } }, + "docdb": { + "endpoints": { + "cn-northwest-1": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "rds.cn-northwest-1.amazonaws.com.cn" + } + } + }, "ds": { "endpoints": { "cn-north-1": {}, @@ -4052,6 +6904,12 @@ "cn-northwest-1": {} } }, + "ebs": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "ec2": { "defaults": { "protocols": ["http", "https"] @@ -4067,6 +6925,15 @@ "cn-northwest-1": {} } }, + "eks": { + "defaults": { + "protocols": ["http", "https"] + }, + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "elasticache": { "endpoints": { "cn-north-1": {}, @@ -4079,6 +6946,24 @@ "cn-northwest-1": {} } }, + "elasticfilesystem": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {}, + "fips-cn-north-1": { + "credentialScope": { + "region": "cn-north-1" + }, + "hostname": "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn" + } + } + }, "elasticloadbalancing": { "defaults": { "protocols": ["https"] @@ -4115,6 +7000,12 @@ "cn-northwest-1": {} } }, + "fsx": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "gamelift": { "endpoints": { "cn-north-1": {} @@ -4131,6 +7022,7 @@ }, "glue": { "endpoints": { + "cn-north-1": {}, "cn-northwest-1": {} } }, @@ -4143,24 +7035,62 @@ }, "isRegionalized": true }, - "iam": { + "health": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "iam": { + "endpoints": { + "aws-cn-global": { + "credentialScope": { + "region": "cn-north-1" + }, + "hostname": "iam.cn-north-1.amazonaws.com.cn" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-cn-global" + }, + "iot": { + "defaults": { + "credentialScope": { + "service": "execute-api" + } + }, + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "iotanalytics": { + "endpoints": { + "cn-north-1": {} + } + }, + "iotevents": { + "endpoints": { + "cn-north-1": {} + } + }, + "ioteventsdata": { "endpoints": { - "aws-cn-global": { + "cn-north-1": { "credentialScope": { "region": "cn-north-1" }, - "hostname": "iam.cn-north-1.amazonaws.com.cn" + "hostname": "data.iotevents.cn-north-1.amazonaws.com.cn" } - }, - "isRegionalized": false, - "partitionEndpoint": "aws-cn-global" + } }, - "iot": { - "defaults": { - "credentialScope": { - "service": "execute-api" - } - }, + "iotsecuredtunneling": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "kafka": { "endpoints": { "cn-north-1": {}, "cn-northwest-1": {} @@ -4172,12 +7102,23 @@ "cn-northwest-1": {} } }, + "kinesisanalytics": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "kms": { "endpoints": { "cn-north-1": {}, "cn-northwest-1": {} } }, + "lakeformation": { + "endpoints": { + "cn-north-1": {} + } + }, "lambda": { "endpoints": { "cn-north-1": {}, @@ -4215,11 +7156,39 @@ "cn-northwest-1": {} } }, + "neptune": { + "endpoints": { + "cn-northwest-1": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "rds.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "organizations": { + "endpoints": { + "aws-cn-global": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "organizations.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-cn-global" + }, "polly": { "endpoints": { "cn-northwest-1": {} } }, + "ram": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "rds": { "endpoints": { "cn-north-1": {}, @@ -4232,6 +7201,30 @@ "cn-northwest-1": {} } }, + "resource-groups": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "route53": { + "endpoints": { + "aws-cn-global": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "route53.amazonaws.com.cn" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-cn-global" + }, + "runtime.sagemaker": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "s3": { "defaults": { "protocols": ["http", "https"], @@ -4264,6 +7257,37 @@ } } }, + "secretsmanager": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "securityhub": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, + "serverlessrepo": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "cn-north-1": { + "protocols": ["https"] + }, + "cn-northwest-1": { + "protocols": ["https"] + } + } + }, + "servicediscovery": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } + }, "sms": { "endpoints": { "cn-north-1": {}, @@ -4272,7 +7296,20 @@ }, "snowball": { "endpoints": { - "cn-north-1": {} + "cn-north-1": {}, + "cn-northwest-1": {}, + "fips-cn-north-1": { + "credentialScope": { + "region": "cn-north-1" + }, + "hostname": "snowball-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1": { + "credentialScope": { + "region": "cn-northwest-1" + }, + "hostname": "snowball-fips.cn-northwest-1.amazonaws.com.cn" + } } }, "sns": { @@ -4308,7 +7345,8 @@ }, "storagegateway": { "endpoints": { - "cn-north-1": {} + "cn-north-1": {}, + "cn-northwest-1": {} } }, "streams.dynamodb": { @@ -4375,6 +7413,12 @@ "endpoints": { "cn-northwest-1": {} } + }, + "xray": { + "endpoints": { + "cn-north-1": {}, + "cn-northwest-1": {} + } } } }, @@ -4393,14 +7437,40 @@ "description": "AWS GovCloud (US-East)" }, "us-gov-west-1": { - "description": "AWS GovCloud (US)" + "description": "AWS GovCloud (US-West)" } }, "services": { + "access-analyzer": { + "endpoints": { + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "access-analyzer.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "access-analyzer.us-gov-west-1.amazonaws.com" + } + } + }, "acm": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "acm.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "acm.us-gov-west-1.amazonaws.com" + } } }, "acm-pca": { @@ -4408,12 +7478,48 @@ "protocols": ["https"] }, "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "acm-pca.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "acm-pca.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "api.ecr": { "endpoints": { + "fips-dkr-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" + }, + "fips-dkr-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" @@ -4430,7 +7536,19 @@ }, "api.sagemaker": { "endpoints": { - "us-gov-west-1": {} + "us-gov-west-1": {}, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "api-fips.sagemaker.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1-fips-secondary": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "api.sagemaker.us-gov-west-1.amazonaws.com" + } } }, "apigateway": { @@ -4444,8 +7562,12 @@ "protocols": ["http", "https"] }, "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "protocols": ["http", "https"] + }, + "us-gov-west-1": { + "protocols": ["http", "https"] + } } }, "appstream2": { @@ -4467,18 +7589,69 @@ }, "athena": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "athena-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "athena-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "autoscaling": { + "endpoints": { + "us-gov-east-1": { + "protocols": ["http", "https"] + }, + "us-gov-west-1": { + "protocols": ["http", "https"] + } + } + }, + "autoscaling-plans": { + "defaults": { + "protocols": ["http", "https"] + }, + "endpoints": { + "us-gov-east-1": { + "protocols": ["http", "https"] + }, + "us-gov-west-1": { + "protocols": ["http", "https"] + } + } + }, + "backup": { + "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "batch": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "batch.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "batch.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, - "autoscaling": { - "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": { - "protocols": ["http", "https"] - } - } - }, "clouddirectory": { "endpoints": { "us-gov-west-1": {} @@ -4486,8 +7659,18 @@ }, "cloudformation": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "cloudformation.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "cloudformation.us-gov-west-1.amazonaws.com" + } } }, "cloudhsm": { @@ -4508,18 +7691,46 @@ }, "cloudtrail": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "cloudtrail.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "cloudtrail.us-gov-west-1.amazonaws.com" + } } }, "codebuild": { "endpoints": { "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "codebuild-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": {}, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "codebuild-fips.us-gov-west-1.amazonaws.com" + } } }, "codecommit": { "endpoints": { + "fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4542,16 +7753,78 @@ } } }, + "codepipeline": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, + "cognito-identity": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, + "cognito-idp": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, "comprehend": { "defaults": { "protocols": ["https"] }, "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "comprehend-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, + "comprehendmedical": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "comprehendmedical-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-west-1": {} } }, "config": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "config.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "config.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4564,11 +7837,18 @@ "protocols": ["https"] }, "endpoints": { + "us-gov-east-1": {}, "us-gov-west-1": {} } }, "datasync": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "datasync-fips.us-gov-east-1.amazonaws.com" + }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" @@ -4581,18 +7861,56 @@ }, "directconnect": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "directconnect.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "directconnect.us-gov-west-1.amazonaws.com" + } } }, "dms": { "endpoints": { + "dms-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "dms.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, + "docdb": { + "endpoints": { + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "rds.us-gov-west-1.amazonaws.com" + } + } + }, "ds": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ds-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ds-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4615,14 +7933,63 @@ } } }, - "ec2": { + "ebs": { "endpoints": { "us-gov-east-1": {}, "us-gov-west-1": {} } }, + "ec2": { + "endpoints": { + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ec2.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ec2.us-gov-west-1.amazonaws.com" + } + } + }, "ecs": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ecs-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ecs-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "eks": { + "defaults": { + "protocols": ["http", "https"] + }, + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "eks.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "eks.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4633,7 +8000,7 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "elasticache-fips.us-gov-west-1.amazonaws.com" + "hostname": "elasticache.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": {}, "us-gov-west-1": {} @@ -4641,17 +8008,52 @@ }, "elasticbeanstalk": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "elasticbeanstalk.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "elasticbeanstalk.us-gov-west-1.amazonaws.com" + } } }, "elasticfilesystem": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "elasticfilesystem-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "elasticfilesystem-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, "us-gov-west-1": {} } }, "elasticloadbalancing": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "elasticloadbalancing.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "elasticloadbalancing.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": { "protocols": ["http", "https"] @@ -4660,12 +8062,35 @@ }, "elasticmapreduce": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": { "protocols": ["https"] } } }, + "email": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "email-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, "es": { "endpoints": { "fips": { @@ -4680,26 +8105,69 @@ }, "events": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "events.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "events.us-gov-west-1.amazonaws.com" + } } }, "firehose": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "firehose-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "firehose-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "glacier": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "glacier.us-gov-east-1.amazonaws.com" + }, "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "glacier.us-gov-west-1.amazonaws.com", "protocols": ["http", "https"] } } }, "glue": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "glue-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "glue-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4709,7 +8177,31 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-west-1": {} + "dataplane-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "greengrass-ats.iot.us-gov-east-1.amazonaws.com" + }, + "dataplane-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "greengrass-ats.iot.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "greengrass-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-east-1": {}, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "greengrass.us-gov-west-1.amazonaws.com" + } }, "isRegionalized": true }, @@ -4718,13 +8210,31 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-west-1": {} + "us-gov-east-1": {}, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "guardduty.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": {}, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "guardduty.us-gov-west-1.amazonaws.com" + } }, "isRegionalized": true }, "health": { "endpoints": { - "us-gov-west-1": {} + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "health-fips.us-gov-west-1.amazonaws.com" + } } }, "iam": { @@ -4734,6 +8244,12 @@ "region": "us-gov-west-1" }, "hostname": "iam.us-gov.amazonaws.com" + }, + "iam-govcloud-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "iam.us-gov.amazonaws.com" } }, "isRegionalized": false, @@ -4741,6 +8257,18 @@ }, "inspector": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "inspector-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "inspector-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4752,10 +8280,39 @@ } }, "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "iotsecuredtunneling": { + "endpoints": { + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "kafka": { + "endpoints": { + "us-gov-east-1": {}, "us-gov-west-1": {} } }, "kinesis": { + "endpoints": { + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "kinesis.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "kinesis.us-gov-west-1.amazonaws.com" + } + } + }, + "kinesisanalytics": { "endpoints": { "us-gov-east-1": {}, "us-gov-west-1": {} @@ -4773,27 +8330,77 @@ "us-gov-west-1": {} } }, + "lakeformation": { + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, "lambda": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "lambda-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "lambda-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "license-manager": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "license-manager-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "license-manager-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "logs": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "logs.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "logs.us-gov-west-1.amazonaws.com" + } } }, "mediaconvert": { "endpoints": { - "us-gov-west-1": {} + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "mediaconvert.us-gov-west-1.amazonaws.com" + } } }, "metering.marketplace": { @@ -4809,6 +8416,18 @@ }, "monitoring": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "monitoring.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "monitoring.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } @@ -4836,13 +8455,62 @@ "region": "us-gov-west-1" }, "hostname": "organizations.us-gov-west-1.amazonaws.com" + }, + "fips-aws-us-gov-global": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "organizations.us-gov-west-1.amazonaws.com" } }, "isRegionalized": false, "partitionEndpoint": "aws-us-gov-global" }, + "outposts": { + "endpoints": { + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "outposts.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "outposts.us-gov-west-1.amazonaws.com" + } + } + }, + "pinpoint": { + "defaults": { + "credentialScope": { + "service": "mobiletargeting" + } + }, + "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "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" + } + } + }, "polly": { "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "polly-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-west-1": {} } }, @@ -4854,18 +8522,46 @@ }, "rds": { "endpoints": { + "rds.us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "rds.us-gov-east-1.amazonaws.com" + }, + "rds.us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "rds.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "redshift": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "redshift.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "redshift.us-gov-west-1.amazonaws.com" + } } }, "rekognition": { "endpoints": { + "rekognition-fips.us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-west-1": {} } }, @@ -4894,6 +8590,12 @@ "region": "us-gov-west-1" }, "hostname": "route53.us-gov.amazonaws.com" + }, + "fips-aws-us-gov-global": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "route53.us-gov.amazonaws.com" } }, "isRegionalized": false, @@ -4919,7 +8621,7 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "s3-fips-us-gov-west-1.amazonaws.com" + "hostname": "s3-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "hostname": "s3.us-gov-east-1.amazonaws.com", @@ -4985,21 +8687,54 @@ } } }, + "securityhub": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "securityhub-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "securityhub-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, "serverlessrepo": { "defaults": { "protocols": ["https"] }, "endpoints": { "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "serverlessrepo.us-gov-east-1.amazonaws.com", "protocols": ["https"] }, "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "serverlessrepo.us-gov-west-1.amazonaws.com", "protocols": ["https"] } } }, "servicecatalog": { "endpoints": { + "us-gov-east-1": {}, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "servicecatalog-fips.us-gov-east-1.amazonaws.com" + }, "us-gov-west-1": {}, "us-gov-west-1-fips": { "credentialScope": { @@ -5011,28 +8746,70 @@ }, "sms": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "sms-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "sms-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "snowball": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "snowball-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "snowball-fips.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "sns": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "sns.us-gov-east-1.amazonaws.com" + }, "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "sns.us-gov-west-1.amazonaws.com", "protocols": ["http", "https"] } } }, "sqs": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "sqs.us-gov-east-1.amazonaws.com" + }, "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "sqs.us-gov-west-1.amazonaws.com", "protocols": ["http", "https"], "sslCommonName": "{region}.queue.{dnsSuffix}" } @@ -5040,18 +8817,49 @@ }, "ssm": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "ssm.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "ssm.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "states": { "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "states-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "states.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1": {}, "us-gov-west-1": {} } }, "storagegateway": { "endpoints": { + "fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, "us-gov-west-1": {} } }, @@ -5081,13 +8889,52 @@ "sts": { "endpoints": { "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "sts.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": {}, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "sts.us-gov-west-1.amazonaws.com" + } } }, + "support": { + "endpoints": { + "aws-us-gov-global": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "support.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "support.us-gov-west-1.amazonaws.com" + } + }, + "partitionEndpoint": "aws-us-gov-global" + }, "swf": { "endpoints": { - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "swf.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "swf.us-gov-west-1.amazonaws.com" + } } }, "tagging": { @@ -5101,6 +8948,37 @@ "protocols": ["https"] }, "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "fips.transcribe.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "fips.transcribe.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, + "us-gov-west-1": {} + } + }, + "transfer": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "transfer-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "transfer-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, "us-gov-west-1": {} } }, @@ -5120,11 +8998,46 @@ }, "waf-regional": { "endpoints": { - "us-gov-west-1": {} + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "waf-regional-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "waf-regional.us-gov-west-1.amazonaws.com" + } } }, "workspaces": { "endpoints": { + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "workspaces-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": {} + } + }, + "xray": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "hostname": "xray-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "xray-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": {}, "us-gov-west-1": {} } } @@ -5168,7 +9081,6 @@ }, "application-autoscaling": { "defaults": { - "hostname": "autoscaling.us-iso-east-1.c2s.ic.gov", "protocols": ["http", "https"] }, "endpoints": { @@ -5197,6 +9109,14 @@ "us-iso-east-1": {} } }, + "comprehend": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "us-iso-east-1": {} + } + }, "config": { "endpoints": { "us-iso-east-1": {} @@ -5214,6 +9134,12 @@ }, "dms": { "endpoints": { + "dms-fips": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "hostname": "dms.us-iso-east-1.c2s.ic.gov" + }, "us-iso-east-1": {} } }, @@ -5258,6 +9184,11 @@ } } }, + "es": { + "endpoints": { + "us-iso-east-1": {} + } + }, "events": { "endpoints": { "us-iso-east-1": {} @@ -5414,6 +9345,27 @@ "us-iso-east-1": {} } }, + "transcribe": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "us-iso-east-1": {} + } + }, + "transcribestreaming": { + "endpoints": { + "us-iso-east-1": {} + } + }, + "translate": { + "defaults": { + "protocols": ["https"] + }, + "endpoints": { + "us-iso-east-1": {} + } + }, "workspaces": { "endpoints": { "us-iso-east-1": {} @@ -5437,9 +9389,18 @@ } }, "services": { + "api.ecr": { + "endpoints": { + "us-isob-east-1": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "hostname": "api.ecr.us-isob-east-1.sc2s.sgov.gov" + } + } + }, "application-autoscaling": { "defaults": { - "hostname": "autoscaling.us-isob-east-1.sc2s.sgov.gov", "protocols": ["http", "https"] }, "endpoints": { @@ -5464,6 +9425,11 @@ "us-isob-east-1": {} } }, + "codedeploy": { + "endpoints": { + "us-isob-east-1": {} + } + }, "config": { "endpoints": { "us-isob-east-1": {} @@ -5476,6 +9442,12 @@ }, "dms": { "endpoints": { + "dms-fips": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov" + }, "us-isob-east-1": {} } }, @@ -5495,6 +9467,11 @@ "us-isob-east-1": {} } }, + "ecs": { + "endpoints": { + "us-isob-east-1": {} + } + }, "elasticache": { "endpoints": { "us-isob-east-1": {} @@ -5512,6 +9489,11 @@ "us-isob-east-1": {} } }, + "es": { + "endpoints": { + "us-isob-east-1": {} + } + }, "events": { "endpoints": { "us-isob-east-1": {} @@ -5555,6 +9537,16 @@ "us-isob-east-1": {} } }, + "lambda": { + "endpoints": { + "us-isob-east-1": {} + } + }, + "license-manager": { + "endpoints": { + "us-isob-east-1": {} + } + }, "logs": { "endpoints": { "us-isob-east-1": {} @@ -5606,6 +9598,11 @@ "us-isob-east-1": {} } }, + "ssm": { + "endpoints": { + "us-isob-east-1": {} + } + }, "states": { "endpoints": { "us-isob-east-1": {}