diff --git a/clients/client-appstream/src/endpoints.ts b/clients/client-appstream/src/endpoints.ts index c715246df1a39..6b8986a1ac453 100644 --- a/clients/client-appstream/src/endpoints.ts +++ b/clients/client-appstream/src/endpoints.ts @@ -6,6 +6,18 @@ const regionHash: RegionHash = { hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "appstream2-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-gov-west-1-fips": { + hostname: "appstream2-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-2-fips": { + hostname: "appstream2-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +42,11 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", "us-west-1", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", @@ -53,7 +67,7 @@ const partitionHash: PartitionHash = { hostname: "appstream2.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "appstream2.{region}.amazonaws.com", }, diff --git a/clients/client-codecommit/src/endpoints.ts b/clients/client-codecommit/src/endpoints.ts index 512a1173e42b5..7783667b57782 100644 --- a/clients/client-codecommit/src/endpoints.ts +++ b/clients/client-codecommit/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "codecommit-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, fips: { hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "codecommit-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "codecommit-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "codecommit-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "codecommit-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "codecommit-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "codecommit-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -30,9 +59,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", @@ -53,7 +86,7 @@ const partitionHash: PartitionHash = { hostname: "codecommit.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "codecommit.{region}.amazonaws.com", }, diff --git a/clients/client-database-migration-service/src/endpoints.ts b/clients/client-database-migration-service/src/endpoints.ts index cf3bcc457add1..5474864503665 100644 --- a/clients/client-database-migration-service/src/endpoints.ts +++ b/clients/client-database-migration-service/src/endpoints.ts @@ -6,6 +6,38 @@ const regionHash: RegionHash = { hostname: "dms.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "dms-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "dms-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "dms.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "dms.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-iso-east-1-fips": { + hostname: "dms.us-iso-east-1.c2s.ic.gov", + signingRegion: "us-iso-east-1", + }, + "us-isob-east-1-fips": { + hostname: "dms.us-isob-east-1.sc2s.sgov.gov", + signingRegion: "us-isob-east-1", + }, + "us-west-1-fips": { + hostname: "dms-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "dms-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +52,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "dms", "dms-fips", "eu-central-1", "eu-north-1", @@ -30,9 +63,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", @@ -43,17 +80,17 @@ const partitionHash: PartitionHash = { hostname: "dms.{region}.amazonaws.com.cn", }, "aws-iso": { - regions: ["dms-fips", "us-iso-east-1", "us-iso-west-1"], + regions: ["dms", "dms-fips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "dms.{region}.c2s.ic.gov", }, "aws-iso-b": { - regions: ["dms-fips", "us-isob-east-1"], + regions: ["dms", "dms-fips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "dms.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["dms-fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["dms", "dms-fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "dms.{region}.amazonaws.com", }, diff --git a/clients/client-docdb/src/endpoints.ts b/clients/client-docdb/src/endpoints.ts index 8033fe8df7f70..d87d49ead81a6 100644 --- a/clients/client-docdb/src/endpoints.ts +++ b/clients/client-docdb/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-ecr/src/endpoints.ts b/clients/client-ecr/src/endpoints.ts index d2b20bfc84c35..7a95338e48c35 100644 --- a/clients/client-ecr/src/endpoints.ts +++ b/clients/client-ecr/src/endpoints.ts @@ -176,6 +176,10 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "dkr-us-east-1", + "dkr-us-east-2", + "dkr-us-west-1", + "dkr-us-west-2", "eu-central-1", "eu-north-1", "eu-south-1", @@ -217,6 +221,8 @@ const partitionHash: PartitionHash = { }, "aws-us-gov": { regions: [ + "dkr-us-gov-east-1", + "dkr-us-gov-west-1", "fips-dkr-us-gov-east-1", "fips-dkr-us-gov-west-1", "fips-us-gov-east-1", diff --git a/clients/client-elasticache/src/endpoints.ts b/clients/client-elasticache/src/endpoints.ts index 0f079a63e858b..6aeae13912e65 100644 --- a/clients/client-elasticache/src/endpoints.ts +++ b/clients/client-elasticache/src/endpoints.ts @@ -6,6 +6,26 @@ const regionHash: RegionHash = { hostname: "elasticache.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "elasticache-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "elasticache-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-west-1-fips": { + hostname: "elasticache.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "elasticache-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "elasticache-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +50,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", @@ -53,7 +77,7 @@ const partitionHash: PartitionHash = { hostname: "elasticache.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "elasticache.{region}.amazonaws.com", }, diff --git a/clients/client-elasticsearch-service/src/endpoints.ts b/clients/client-elasticsearch-service/src/endpoints.ts index 4042a8f4e9180..40376d743e938 100644 --- a/clients/client-elasticsearch-service/src/endpoints.ts +++ b/clients/client-elasticsearch-service/src/endpoints.ts @@ -6,6 +6,30 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "es-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "es-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "es-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "es-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +54,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", @@ -53,7 +81,7 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", }, diff --git a/clients/client-fsx/src/endpoints.ts b/clients/client-fsx/src/endpoints.ts index 22e06563e083e..520b58b9e9d41 100644 --- a/clients/client-fsx/src/endpoints.ts +++ b/clients/client-fsx/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "fips-ca-central-1": { + hostname: "fsx-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "fips-prod-ca-central-1": { hostname: "fsx-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "fsx-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "fips-us-east-1": { + hostname: "fsx-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "fips-us-east-2": { + hostname: "fsx-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "fips-us-gov-east-1": { + hostname: "fsx-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "fips-us-gov-west-1": { + hostname: "fsx-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "fips-us-west-1": { + hostname: "fsx-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "fips-us-west-2": { + hostname: "fsx-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -50,12 +78,22 @@ const partitionHash: PartitionHash = { "eu-west-1", "eu-west-2", "eu-west-3", + "fips-ca-central-1", "fips-prod-ca-central-1", "fips-prod-us-east-1", "fips-prod-us-east-2", "fips-prod-us-west-1", "fips-prod-us-west-2", + "fips-us-east-1", + "fips-us-east-2", + "fips-us-west-1", + "fips-us-west-2", "me-south-1", + "prod-ca-central-1", + "prod-us-east-1", + "prod-us-east-2", + "prod-us-west-1", + "prod-us-west-2", "sa-east-1", "us-east-1", "us-east-2", @@ -81,7 +119,16 @@ const partitionHash: PartitionHash = { hostname: "fsx.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips-prod-us-gov-east-1", "fips-prod-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "fips-prod-us-gov-east-1", + "fips-prod-us-gov-west-1", + "fips-us-gov-east-1", + "fips-us-gov-west-1", + "prod-us-gov-east-1", + "prod-us-gov-west-1", + "us-gov-east-1", + "us-gov-west-1", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "fsx.{region}.amazonaws.com", }, diff --git a/clients/client-iam/src/endpoints.ts b/clients/client-iam/src/endpoints.ts index f15dbb9440ea7..ecf44af2f22a3 100644 --- a/clients/client-iam/src/endpoints.ts +++ b/clients/client-iam/src/endpoints.ts @@ -10,6 +10,10 @@ const regionHash: RegionHash = { hostname: "iam.amazonaws.com", signingRegion: "us-east-1", }, + "aws-global-fips": { + hostname: "iam-fips.amazonaws.com", + signingRegion: "us-east-1", + }, "aws-iso-b-global": { hostname: "iam.us-isob-east-1.sc2s.sgov.gov", signingRegion: "us-isob-east-1", @@ -22,6 +26,10 @@ const regionHash: RegionHash = { hostname: "iam.us-gov.amazonaws.com", signingRegion: "us-gov-west-1", }, + "aws-us-gov-global-fips": { + hostname: "iam.us-gov.amazonaws.com", + signingRegion: "us-gov-west-1", + }, "iam-fips": { hostname: "iam-fips.amazonaws.com", signingRegion: "us-east-1", @@ -44,6 +52,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "aws-global", + "aws-global-fips", "ca-central-1", "eu-central-1", "eu-north-1", @@ -51,6 +60,7 @@ const partitionHash: PartitionHash = { "eu-west-1", "eu-west-2", "eu-west-3", + "iam", "iam-fips", "me-south-1", "sa-east-1", @@ -78,7 +88,14 @@ const partitionHash: PartitionHash = { endpoint: "aws-iso-b-global", }, "aws-us-gov": { - regions: ["aws-us-gov-global", "iam-govcloud-fips", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "aws-us-gov-global", + "aws-us-gov-global-fips", + "iam-govcloud", + "iam-govcloud-fips", + "us-gov-east-1", + "us-gov-west-1", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", endpoint: "aws-us-gov-global", }, diff --git a/clients/client-kms/src/endpoints.ts b/clients/client-kms/src/endpoints.ts index a073f48763cb3..c6ecb14e3c9b4 100644 --- a/clients/client-kms/src/endpoints.ts +++ b/clients/client-kms/src/endpoints.ts @@ -6,32 +6,157 @@ const regionHash: RegionHash = { hostname: "kms-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "af-south-1-fips": { + hostname: "kms-fips.af-south-1.amazonaws.com", + signingRegion: "af-south-1", + }, + "ap-east-1-fips": { + hostname: "kms-fips.ap-east-1.amazonaws.com", + signingRegion: "ap-east-1", + }, + "ap-northeast-1-fips": { + hostname: "kms-fips.ap-northeast-1.amazonaws.com", + signingRegion: "ap-northeast-1", + }, + "ap-northeast-2-fips": { + hostname: "kms-fips.ap-northeast-2.amazonaws.com", + signingRegion: "ap-northeast-2", + }, + "ap-northeast-3-fips": { + hostname: "kms-fips.ap-northeast-3.amazonaws.com", + signingRegion: "ap-northeast-3", + }, + "ap-south-1-fips": { + hostname: "kms-fips.ap-south-1.amazonaws.com", + signingRegion: "ap-south-1", + }, + "ap-southeast-1-fips": { + hostname: "kms-fips.ap-southeast-1.amazonaws.com", + signingRegion: "ap-southeast-1", + }, + "ap-southeast-2-fips": { + hostname: "kms-fips.ap-southeast-2.amazonaws.com", + signingRegion: "ap-southeast-2", + }, + "ca-central-1-fips": { + hostname: "kms-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, + "eu-central-1-fips": { + hostname: "kms-fips.eu-central-1.amazonaws.com", + signingRegion: "eu-central-1", + }, + "eu-north-1-fips": { + hostname: "kms-fips.eu-north-1.amazonaws.com", + signingRegion: "eu-north-1", + }, + "eu-south-1-fips": { + hostname: "kms-fips.eu-south-1.amazonaws.com", + signingRegion: "eu-south-1", + }, + "eu-west-1-fips": { + hostname: "kms-fips.eu-west-1.amazonaws.com", + signingRegion: "eu-west-1", + }, + "eu-west-2-fips": { + hostname: "kms-fips.eu-west-2.amazonaws.com", + signingRegion: "eu-west-2", + }, + "eu-west-3-fips": { + hostname: "kms-fips.eu-west-3.amazonaws.com", + signingRegion: "eu-west-3", + }, + "me-south-1-fips": { + hostname: "kms-fips.me-south-1.amazonaws.com", + signingRegion: "me-south-1", + }, + "sa-east-1-fips": { + hostname: "kms-fips.sa-east-1.amazonaws.com", + signingRegion: "sa-east-1", + }, + "us-east-1-fips": { + hostname: "kms-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "kms-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "kms-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "kms-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-iso-east-1-fips": { + hostname: "kms-fips.us-iso-east-1.c2s.ic.gov", + signingRegion: "us-iso-east-1", + }, + "us-iso-west-1-fips": { + hostname: "kms-fips.us-iso-west-1.c2s.ic.gov", + signingRegion: "us-iso-west-1", + }, + "us-isob-east-1-fips": { + hostname: "kms-fips.us-isob-east-1.sc2s.sgov.gov", + signingRegion: "us-isob-east-1", + }, + "us-west-1-fips": { + hostname: "kms-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "kms-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { aws: { regions: [ "af-south-1", + "af-south-1-fips", "ap-east-1", + "ap-east-1-fips", "ap-northeast-1", + "ap-northeast-1-fips", "ap-northeast-2", + "ap-northeast-2-fips", "ap-northeast-3", + "ap-northeast-3-fips", "ap-south-1", + "ap-south-1-fips", "ap-southeast-1", + "ap-southeast-1-fips", "ap-southeast-2", + "ap-southeast-2-fips", "ca-central-1", + "ca-central-1-fips", "eu-central-1", + "eu-central-1-fips", "eu-north-1", + "eu-north-1-fips", "eu-south-1", + "eu-south-1-fips", "eu-west-1", + "eu-west-1-fips", "eu-west-2", + "eu-west-2-fips", "eu-west-3", + "eu-west-3-fips", "me-south-1", + "me-south-1-fips", "sa-east-1", + "sa-east-1-fips", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", @@ -42,17 +167,17 @@ const partitionHash: PartitionHash = { hostname: "kms.{region}.amazonaws.com.cn", }, "aws-iso": { - regions: ["ProdFips", "us-iso-east-1", "us-iso-west-1"], + regions: ["ProdFips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1", "us-iso-west-1-fips"], regionRegex: "^us\\-iso\\-\\w+\\-\\d+$", hostname: "kms.{region}.c2s.ic.gov", }, "aws-iso-b": { - regions: ["ProdFips", "us-isob-east-1"], + regions: ["ProdFips", "us-isob-east-1", "us-isob-east-1-fips"], regionRegex: "^us\\-isob\\-\\w+\\-\\d+$", hostname: "kms.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["ProdFips", "us-gov-east-1", "us-gov-west-1"], + regions: ["ProdFips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "kms.{region}.amazonaws.com", }, diff --git a/clients/client-neptune/src/endpoints.ts b/clients/client-neptune/src/endpoints.ts index 8033fe8df7f70..d87d49ead81a6 100644 --- a/clients/client-neptune/src/endpoints.ts +++ b/clients/client-neptune/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-networkmanager/src/endpoints.ts b/clients/client-networkmanager/src/endpoints.ts index b68df2c253804..44cbc1a0ed2c3 100644 --- a/clients/client-networkmanager/src/endpoints.ts +++ b/clients/client-networkmanager/src/endpoints.ts @@ -1,7 +1,16 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; -const regionHash: RegionHash = {}; +const regionHash: RegionHash = { + "aws-global": { + hostname: "networkmanager.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, + "aws-us-gov-global": { + hostname: "networkmanager.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, +}; const partitionHash: PartitionHash = { aws: { @@ -14,6 +23,7 @@ const partitionHash: PartitionHash = { "ap-south-1", "ap-southeast-1", "ap-southeast-2", + "aws-global", "ca-central-1", "eu-central-1", "eu-north-1", @@ -29,7 +39,7 @@ const partitionHash: PartitionHash = { "us-west-2", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", - hostname: "networkmanager.{region}.amazonaws.com", + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], @@ -47,9 +57,9 @@ const partitionHash: PartitionHash = { hostname: "networkmanager.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["us-gov-east-1", "us-gov-west-1"], + regions: ["aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", - hostname: "networkmanager.{region}.amazonaws.com", + endpoint: "aws-us-gov-global", }, }; diff --git a/clients/client-opensearch/src/endpoints.ts b/clients/client-opensearch/src/endpoints.ts index 4042a8f4e9180..40376d743e938 100644 --- a/clients/client-opensearch/src/endpoints.ts +++ b/clients/client-opensearch/src/endpoints.ts @@ -6,6 +6,30 @@ const regionHash: RegionHash = { hostname: "es-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "es-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "es-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "es-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "es-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "es-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "es-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -30,9 +54,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", @@ -53,7 +81,7 @@ const partitionHash: PartitionHash = { hostname: "es.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "es.{region}.amazonaws.com", }, diff --git a/clients/client-rds/src/endpoints.ts b/clients/client-rds/src/endpoints.ts index 8033fe8df7f70..d87d49ead81a6 100644 --- a/clients/client-rds/src/endpoints.ts +++ b/clients/client-rds/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rds-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rds-fips.ca-central-1": { hostname: "rds-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -30,6 +34,30 @@ const regionHash: RegionHash = { hostname: "rds.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "rds-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rds-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "rds.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "rds.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rds-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rds-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -44,6 +72,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -56,11 +85,20 @@ const partitionHash: PartitionHash = { "rds-fips.us-east-2", "rds-fips.us-west-1", "rds-fips.us-west-2", + "rds.ca-central-1", + "rds.us-east-1", + "rds.us-east-2", + "rds.us-west-1", + "rds.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", @@ -81,7 +119,14 @@ const partitionHash: PartitionHash = { hostname: "rds.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rds.us-gov-east-1", "rds.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rds.us-gov-east-1", + "rds.us-gov-west-1", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rds.{region}.amazonaws.com", }, diff --git a/clients/client-rekognition/src/endpoints.ts b/clients/client-rekognition/src/endpoints.ts index 85552784669ad..813deafe10cba 100644 --- a/clients/client-rekognition/src/endpoints.ts +++ b/clients/client-rekognition/src/endpoints.ts @@ -2,6 +2,10 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "rekognition-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "rekognition-fips.ca-central-1": { hostname: "rekognition-fips.ca-central-1.amazonaws.com", signingRegion: "ca-central-1", @@ -26,6 +30,26 @@ const regionHash: RegionHash = { hostname: "rekognition-fips.us-west-2.amazonaws.com", signingRegion: "us-west-2", }, + "us-east-1-fips": { + hostname: "rekognition-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "rekognition-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-west-1-fips": { + hostname: "rekognition-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "rekognition-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "rekognition-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -40,6 +64,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -52,11 +77,20 @@ const partitionHash: PartitionHash = { "rekognition-fips.us-east-2", "rekognition-fips.us-west-1", "rekognition-fips.us-west-2", + "rekognition.ca-central-1", + "rekognition.us-east-1", + "rekognition.us-east-2", + "rekognition.us-west-1", + "rekognition.us-west-2", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", @@ -77,7 +111,13 @@ const partitionHash: PartitionHash = { hostname: "rekognition.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["rekognition-fips.us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "rekognition-fips.us-gov-west-1", + "rekognition.us-gov-west-1", + "us-gov-east-1", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "rekognition.{region}.amazonaws.com", }, diff --git a/clients/client-s3/src/endpoints.ts b/clients/client-s3/src/endpoints.ts index ebea3379289fc..d9d211fb622b0 100644 --- a/clients/client-s3/src/endpoints.ts +++ b/clients/client-s3/src/endpoints.ts @@ -2,81 +2,6 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { - "accesspoint-af-south-1": { - hostname: "s3-accesspoint.af-south-1.amazonaws.com", - }, - "accesspoint-ap-east-1": { - hostname: "s3-accesspoint.ap-east-1.amazonaws.com", - }, - "accesspoint-ap-northeast-1": { - hostname: "s3-accesspoint.ap-northeast-1.amazonaws.com", - }, - "accesspoint-ap-northeast-2": { - hostname: "s3-accesspoint.ap-northeast-2.amazonaws.com", - }, - "accesspoint-ap-northeast-3": { - hostname: "s3-accesspoint.ap-northeast-3.amazonaws.com", - }, - "accesspoint-ap-south-1": { - hostname: "s3-accesspoint.ap-south-1.amazonaws.com", - }, - "accesspoint-ap-southeast-1": { - hostname: "s3-accesspoint.ap-southeast-1.amazonaws.com", - }, - "accesspoint-ap-southeast-2": { - hostname: "s3-accesspoint.ap-southeast-2.amazonaws.com", - }, - "accesspoint-ca-central-1": { - hostname: "s3-accesspoint.ca-central-1.amazonaws.com", - }, - "accesspoint-cn-north-1": { - hostname: "s3-accesspoint.cn-north-1.amazonaws.com.cn", - }, - "accesspoint-cn-northwest-1": { - hostname: "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", - }, - "accesspoint-eu-central-1": { - hostname: "s3-accesspoint.eu-central-1.amazonaws.com", - }, - "accesspoint-eu-north-1": { - hostname: "s3-accesspoint.eu-north-1.amazonaws.com", - }, - "accesspoint-eu-south-1": { - hostname: "s3-accesspoint.eu-south-1.amazonaws.com", - }, - "accesspoint-eu-west-1": { - hostname: "s3-accesspoint.eu-west-1.amazonaws.com", - }, - "accesspoint-eu-west-2": { - hostname: "s3-accesspoint.eu-west-2.amazonaws.com", - }, - "accesspoint-eu-west-3": { - hostname: "s3-accesspoint.eu-west-3.amazonaws.com", - }, - "accesspoint-me-south-1": { - hostname: "s3-accesspoint.me-south-1.amazonaws.com", - }, - "accesspoint-sa-east-1": { - hostname: "s3-accesspoint.sa-east-1.amazonaws.com", - }, - "accesspoint-us-east-1": { - hostname: "s3-accesspoint.us-east-1.amazonaws.com", - }, - "accesspoint-us-east-2": { - hostname: "s3-accesspoint.us-east-2.amazonaws.com", - }, - "accesspoint-us-gov-east-1": { - hostname: "s3-accesspoint.us-gov-east-1.amazonaws.com", - }, - "accesspoint-us-gov-west-1": { - hostname: "s3-accesspoint.us-gov-west-1.amazonaws.com", - }, - "accesspoint-us-west-1": { - hostname: "s3-accesspoint.us-west-1.amazonaws.com", - }, - "accesspoint-us-west-2": { - hostname: "s3-accesspoint.us-west-2.amazonaws.com", - }, "ap-northeast-1": { hostname: "s3.ap-northeast-1.amazonaws.com", }, @@ -93,31 +18,34 @@ const regionHash: RegionHash = { "eu-west-1": { hostname: "s3.eu-west-1.amazonaws.com", }, - "fips-accesspoint-ca-central-1": { - hostname: "s3-accesspoint-fips.ca-central-1.amazonaws.com", + "fips-ca-central-1": { + hostname: "s3-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", }, - "fips-accesspoint-us-east-1": { - hostname: "s3-accesspoint-fips.us-east-1.amazonaws.com", - }, - "fips-accesspoint-us-east-2": { - hostname: "s3-accesspoint-fips.us-east-2.amazonaws.com", - }, - "fips-accesspoint-us-gov-east-1": { - hostname: "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", - }, - "fips-accesspoint-us-gov-west-1": { - hostname: "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + "fips-us-east-1": { + hostname: "s3-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", }, - "fips-accesspoint-us-west-1": { - hostname: "s3-accesspoint-fips.us-west-1.amazonaws.com", + "fips-us-east-2": { + hostname: "s3-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", }, - "fips-accesspoint-us-west-2": { - hostname: "s3-accesspoint-fips.us-west-2.amazonaws.com", + "fips-us-gov-east-1": { + hostname: "s3-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", }, "fips-us-gov-west-1": { hostname: "s3-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "fips-us-west-1": { + hostname: "s3-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "fips-us-west-2": { + hostname: "s3-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, "s3-external-1": { hostname: "s3-external-1.amazonaws.com", signingRegion: "us-east-1", @@ -145,27 +73,6 @@ const regionHash: RegionHash = { const partitionHash: PartitionHash = { aws: { regions: [ - "accesspoint-af-south-1", - "accesspoint-ap-east-1", - "accesspoint-ap-northeast-1", - "accesspoint-ap-northeast-2", - "accesspoint-ap-northeast-3", - "accesspoint-ap-south-1", - "accesspoint-ap-southeast-1", - "accesspoint-ap-southeast-2", - "accesspoint-ca-central-1", - "accesspoint-eu-central-1", - "accesspoint-eu-north-1", - "accesspoint-eu-south-1", - "accesspoint-eu-west-1", - "accesspoint-eu-west-2", - "accesspoint-eu-west-3", - "accesspoint-me-south-1", - "accesspoint-sa-east-1", - "accesspoint-us-east-1", - "accesspoint-us-east-2", - "accesspoint-us-west-1", - "accesspoint-us-west-2", "af-south-1", "ap-east-1", "ap-northeast-1", @@ -182,11 +89,11 @@ const partitionHash: PartitionHash = { "eu-west-1", "eu-west-2", "eu-west-3", - "fips-accesspoint-ca-central-1", - "fips-accesspoint-us-east-1", - "fips-accesspoint-us-east-2", - "fips-accesspoint-us-west-1", - "fips-accesspoint-us-west-2", + "fips-ca-central-1", + "fips-us-east-1", + "fips-us-east-2", + "fips-us-west-1", + "fips-us-west-2", "me-south-1", "s3-external-1", "sa-east-1", @@ -199,7 +106,7 @@ const partitionHash: PartitionHash = { hostname: "s3.{region}.amazonaws.com", }, "aws-cn": { - regions: ["accesspoint-cn-north-1", "accesspoint-cn-northwest-1", "cn-north-1", "cn-northwest-1"], + regions: ["cn-north-1", "cn-northwest-1"], regionRegex: "^cn\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com.cn", }, @@ -214,15 +121,7 @@ const partitionHash: PartitionHash = { hostname: "s3.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: [ - "accesspoint-us-gov-east-1", - "accesspoint-us-gov-west-1", - "fips-accesspoint-us-gov-east-1", - "fips-accesspoint-us-gov-west-1", - "fips-us-gov-west-1", - "us-gov-east-1", - "us-gov-west-1", - ], + regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "s3.{region}.amazonaws.com", }, diff --git a/clients/client-sagemaker/src/endpoints.ts b/clients/client-sagemaker/src/endpoints.ts index ff199bcd77896..e905f4ec9d2a0 100644 --- a/clients/client-sagemaker/src/endpoints.ts +++ b/clients/client-sagemaker/src/endpoints.ts @@ -76,7 +76,13 @@ const partitionHash: PartitionHash = { hostname: "api.sagemaker.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips", "us-gov-west-1-fips-secondary"], + regions: [ + "us-gov-east-1", + "us-gov-west-1", + "us-gov-west-1-fips", + "us-gov-west-1-fips-secondary", + "us-gov-west-1-secondary", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "api.sagemaker.{region}.amazonaws.com", }, diff --git a/clients/client-servicediscovery/src/endpoints.ts b/clients/client-servicediscovery/src/endpoints.ts index 4a46356b55857..0c184bd239b96 100644 --- a/clients/client-servicediscovery/src/endpoints.ts +++ b/clients/client-servicediscovery/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "servicediscovery-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, "servicediscovery-fips": { hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "servicediscovery-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "servicediscovery-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "servicediscovery-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "servicediscovery-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "servicediscovery-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "servicediscovery-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -28,11 +57,16 @@ const partitionHash: PartitionHash = { "eu-west-3", "me-south-1", "sa-east-1", + "servicediscovery", "servicediscovery-fips", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", @@ -53,7 +87,14 @@ const partitionHash: PartitionHash = { hostname: "servicediscovery.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["servicediscovery-fips", "us-gov-east-1", "us-gov-west-1"], + regions: [ + "servicediscovery", + "servicediscovery-fips", + "us-gov-east-1", + "us-gov-east-1-fips", + "us-gov-west-1", + "us-gov-west-1-fips", + ], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "servicediscovery.{region}.amazonaws.com", }, diff --git a/clients/client-sso/src/endpoints.ts b/clients/client-sso/src/endpoints.ts index 428e1c79dd5f8..ad510f070528c 100644 --- a/clients/client-sso/src/endpoints.ts +++ b/clients/client-sso/src/endpoints.ts @@ -2,6 +2,18 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ap-northeast-1": { + hostname: "portal.sso.ap-northeast-1.amazonaws.com", + signingRegion: "ap-northeast-1", + }, + "ap-northeast-2": { + hostname: "portal.sso.ap-northeast-2.amazonaws.com", + signingRegion: "ap-northeast-2", + }, + "ap-south-1": { + hostname: "portal.sso.ap-south-1.amazonaws.com", + signingRegion: "ap-south-1", + }, "ap-southeast-1": { hostname: "portal.sso.ap-southeast-1.amazonaws.com", signingRegion: "ap-southeast-1", @@ -18,6 +30,10 @@ const regionHash: RegionHash = { hostname: "portal.sso.eu-central-1.amazonaws.com", signingRegion: "eu-central-1", }, + "eu-north-1": { + hostname: "portal.sso.eu-north-1.amazonaws.com", + signingRegion: "eu-north-1", + }, "eu-west-1": { hostname: "portal.sso.eu-west-1.amazonaws.com", signingRegion: "eu-west-1", @@ -26,6 +42,14 @@ const regionHash: RegionHash = { hostname: "portal.sso.eu-west-2.amazonaws.com", signingRegion: "eu-west-2", }, + "eu-west-3": { + hostname: "portal.sso.eu-west-3.amazonaws.com", + signingRegion: "eu-west-3", + }, + "sa-east-1": { + hostname: "portal.sso.sa-east-1.amazonaws.com", + signingRegion: "sa-east-1", + }, "us-east-1": { hostname: "portal.sso.us-east-1.amazonaws.com", signingRegion: "us-east-1", @@ -34,6 +58,10 @@ const regionHash: RegionHash = { hostname: "portal.sso.us-east-2.amazonaws.com", signingRegion: "us-east-2", }, + "us-gov-west-1": { + hostname: "portal.sso.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, "us-west-2": { hostname: "portal.sso.us-west-2.amazonaws.com", signingRegion: "us-west-2", diff --git a/clients/client-storage-gateway/src/endpoints.ts b/clients/client-storage-gateway/src/endpoints.ts index 79792c629c096..9bc491138e98b 100644 --- a/clients/client-storage-gateway/src/endpoints.ts +++ b/clients/client-storage-gateway/src/endpoints.ts @@ -2,10 +2,38 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; const regionHash: RegionHash = { + "ca-central-1-fips": { + hostname: "storagegateway-fips.ca-central-1.amazonaws.com", + signingRegion: "ca-central-1", + }, fips: { hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", signingRegion: "us-gov-west-1", }, + "us-east-1-fips": { + hostname: "storagegateway-fips.us-east-1.amazonaws.com", + signingRegion: "us-east-1", + }, + "us-east-2-fips": { + hostname: "storagegateway-fips.us-east-2.amazonaws.com", + signingRegion: "us-east-2", + }, + "us-gov-east-1-fips": { + hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com", + signingRegion: "us-gov-east-1", + }, + "us-gov-west-1-fips": { + hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com", + signingRegion: "us-gov-west-1", + }, + "us-west-1-fips": { + hostname: "storagegateway-fips.us-west-1.amazonaws.com", + signingRegion: "us-west-1", + }, + "us-west-2-fips": { + hostname: "storagegateway-fips.us-west-2.amazonaws.com", + signingRegion: "us-west-2", + }, }; const partitionHash: PartitionHash = { @@ -20,6 +48,7 @@ const partitionHash: PartitionHash = { "ap-southeast-1", "ap-southeast-2", "ca-central-1", + "ca-central-1-fips", "eu-central-1", "eu-north-1", "eu-south-1", @@ -30,9 +59,13 @@ const partitionHash: PartitionHash = { "me-south-1", "sa-east-1", "us-east-1", + "us-east-1-fips", "us-east-2", + "us-east-2-fips", "us-west-1", + "us-west-1-fips", "us-west-2", + "us-west-2-fips", ], regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", @@ -53,7 +86,7 @@ const partitionHash: PartitionHash = { hostname: "storagegateway.{region}.sc2s.sgov.gov", }, "aws-us-gov": { - regions: ["fips", "us-gov-east-1", "us-gov-west-1"], + regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"], regionRegex: "^us\\-gov\\-\\w+\\-\\d+$", hostname: "storagegateway.{region}.amazonaws.com", }, diff --git a/clients/client-transcribe-streaming/src/endpoints.ts b/clients/client-transcribe-streaming/src/endpoints.ts index 7bc450345c8c3..514d752e6b8bc 100644 --- a/clients/client-transcribe-streaming/src/endpoints.ts +++ b/clients/client-transcribe-streaming/src/endpoints.ts @@ -40,10 +40,14 @@ const partitionHash: PartitionHash = { "eu-west-3", "me-south-1", "sa-east-1", + "transcribestreaming-ca-central-1", "transcribestreaming-fips-ca-central-1", "transcribestreaming-fips-us-east-1", "transcribestreaming-fips-us-east-2", "transcribestreaming-fips-us-west-2", + "transcribestreaming-us-east-1", + "transcribestreaming-us-east-2", + "transcribestreaming-us-west-2", "us-east-1", "us-east-2", "us-west-1", diff --git a/clients/client-waf/src/endpoints.ts b/clients/client-waf/src/endpoints.ts index 0b3f36d0f93c0..95544d5a1b29d 100644 --- a/clients/client-waf/src/endpoints.ts +++ b/clients/client-waf/src/endpoints.ts @@ -10,6 +10,10 @@ const regionHash: RegionHash = { hostname: "waf.amazonaws.com", signingRegion: "us-east-1", }, + "aws-global-fips": { + hostname: "waf-fips.amazonaws.com", + signingRegion: "us-east-1", + }, }; const partitionHash: PartitionHash = { @@ -23,8 +27,10 @@ const partitionHash: PartitionHash = { "ap-south-1", "ap-southeast-1", "ap-southeast-2", + "aws", "aws-fips", "aws-global", + "aws-global-fips", "ca-central-1", "eu-central-1", "eu-north-1", 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 b7b2f3d1662c4..0c430d3302264 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json @@ -4,7 +4,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com", "partition": "aws", @@ -91,7 +108,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -102,38 +126,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "access-analyzer-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "access-analyzer-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "account": { @@ -158,11 +215,19 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "acm-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "acm-fips.ca-central-1.amazonaws.com" }, "eu-central-1": {}, @@ -173,32 +238,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "acm-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "acm-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "acm-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "acm-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "acm-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "acm-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "acm-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "acm-fips.us-west-2.amazonaws.com" } } @@ -216,7 +313,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "acm-pca-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -227,38 +331,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "acm-pca-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "acm-pca-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "acm-pca-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "acm-pca-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "acm-pca-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "acm-pca-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "acm-pca-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "acm-pca-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "acm-pca-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "airflow": { @@ -340,37 +477,77 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "api.detective-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.detective-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "api.detective-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.detective-fips.us-west-2.amazonaws.com" } } }, "api.ecr": { + "defaults": { + "variants": [ + { + "hostname": "ecr-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": { "credentialScope": { @@ -426,6 +603,54 @@ }, "hostname": "api.ecr.ca-central-1.amazonaws.com" }, + "dkr-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" @@ -466,48 +691,56 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-east-1.amazonaws.com" }, "fips-dkr-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecr-fips.us-east-2.amazonaws.com" }, "fips-dkr-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-west-1.amazonaws.com" }, "fips-dkr-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecr-fips.us-west-2.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecr-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecr-fips.us-west-2.amazonaws.com" }, "me-south-1": { @@ -526,25 +759,49 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "api.ecr.us-east-1.amazonaws.com" + "hostname": "api.ecr.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "api.ecr.us-east-2.amazonaws.com" + "hostname": "api.ecr.us-east-2.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "api.ecr.us-west-1.amazonaws.com" + "hostname": "api.ecr.us-west-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "api.ecr.us-west-2.amazonaws.com" + "hostname": "api.ecr.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -577,7 +834,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -586,29 +850,54 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.fleethub.iot-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.fleethub.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "api.mediatailor": { @@ -634,6 +923,14 @@ } }, "api.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -652,32 +949,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-west-2.amazonaws.com" } } @@ -844,10 +1173,39 @@ "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "appstream2-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "appstream2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-east-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "appstream2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-west-2.amazonaws.com" + } } }, "appsync": { @@ -911,32 +1269,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "athena-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "athena-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "athena-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "athena-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "athena-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "athena-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "athena-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "athena-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "auditmanager": { @@ -1037,6 +1427,14 @@ } }, "batch": { + "defaults": { + "variants": [ + { + "hostname": "fips.batch.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -1057,32 +1455,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.batch.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.batch.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.batch.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.batch.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.batch.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.batch.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.batch.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.batch.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "braket": { @@ -1167,7 +1597,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1178,38 +1615,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "clouddirectory": { @@ -1244,32 +1714,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "cloudformation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudformation-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "cloudformation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudformation-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "cloudformation-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudformation-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "cloudformation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudformation-fips.us-west-2.amazonaws.com" } } @@ -1365,32 +1867,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cloudtrail-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cloudtrail-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "codeartifact": { @@ -1429,32 +1963,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "codebuild-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codebuild-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "codebuild-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codebuild-fips.us-west-2.amazonaws.com" } } @@ -1469,7 +2035,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "codecommit-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1480,14 +2060,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "codecommit-fips.ca-central-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "codecommit-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "codecommit-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-west-2.amazonaws.com" + } } }, "codedeploy": { @@ -1509,32 +2146,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "codedeploy-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codedeploy-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "codedeploy-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codedeploy-fips.us-west-2.amazonaws.com" } } @@ -1561,7 +2230,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "codepipeline-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -1572,37 +2248,70 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "codepipeline-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "codepipeline-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "codepipeline-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "codepipeline-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "codepipeline-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "codestar": { @@ -1659,26 +2368,50 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, + "us-east-1": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1": {}, - "us-west-2": {} + "us-west-2": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-idp": { @@ -1698,32 +2431,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-sync": { @@ -1759,23 +2524,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "comprehend-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "comprehend-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "comprehend-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "comprehend-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "comprehend-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "comprehend-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehendmedical": { @@ -1788,23 +2577,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "config": { @@ -1828,37 +2641,70 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "config-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "config-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "config-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "config-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "config-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "config-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "config-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "config-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "connect": { "endpoints": { "ap-northeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, @@ -1871,6 +2717,7 @@ "contact-lens": { "endpoints": { "ap-northeast-1": {}, + "ap-northeast-2": {}, "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, @@ -1898,7 +2745,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "data.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -1908,38 +2762,71 @@ "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "data.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "data.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.jobs.iot": { @@ -1950,7 +2837,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -1960,38 +2854,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.mediastore": { @@ -2064,7 +2991,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "datasync-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2075,38 +3009,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "datasync-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "datasync-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "datasync-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "datasync-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "datasync-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "datasync-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "datasync-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "datasync-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "datasync-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "dax": { @@ -2152,32 +3119,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "directconnect-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "directconnect-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "directconnect-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "directconnect-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "directconnect-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "directconnect-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "directconnect-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "directconnect-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "discovery": { @@ -2202,10 +3201,23 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ca-central-1": {}, + "dms": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "dms-fips.us-west-1.amazonaws.com" }, "eu-central-1": {}, @@ -2216,10 +3228,66 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "dms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "dms-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "dms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "dms-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "dms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "dms-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "dms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "dms-fips.us-west-2.amazonaws.com" + } } }, "docdb": { @@ -2320,7 +3388,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2331,38 +3406,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ds-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ds-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ds-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ds-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ds-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "dynamodb": { @@ -2378,11 +3486,19 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "dynamodb-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "dynamodb-fips.ca-central-1.amazonaws.com" }, "eu-central-1": {}, @@ -2400,32 +3516,64 @@ }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "dynamodb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "dynamodb-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "dynamodb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "dynamodb-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "dynamodb-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "dynamodb-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "dynamodb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "dynamodb-fips.us-west-2.amazonaws.com" } } @@ -2440,7 +3588,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ebs-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -2451,38 +3606,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ebs-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ebs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ebs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ebs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ebs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ebs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ebs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ebs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ebs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ec2": { @@ -2495,52 +3683,125 @@ "ap-northeast-1": {}, "ap-northeast-2": {}, "ap-northeast-3": {}, - "ap-south-1": {}, + "ap-south-1": { + "variants": [ + { + "hostname": "api.ec2.ap-south-1.aws", + "tags": ["dualstack"] + } + ] + }, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ec2-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, - "eu-west-1": {}, + "eu-west-1": { + "variants": [ + { + "hostname": "api.ec2.eu-west-1.aws", + "tags": ["dualstack"] + } + ] + }, "eu-west-2": {}, "eu-west-3": {}, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ec2-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ec2-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ec2-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ec2-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ec2-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "sa-east-1": { + "variants": [ + { + "hostname": "api.ec2.sa-east-1.aws", + "tags": ["dualstack"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "api.ec2.us-east-1.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.ec2.us-east-2.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ec2-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.ec2.us-west-2.aws", + "tags": ["dualstack"] + }, + { + "hostname": "ec2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ecs": { @@ -2564,37 +3825,75 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ecs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ecs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ecs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ecs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ecs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ecs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ecs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ecs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "eks": { "defaults": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "fips.eks.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "af-south-1": {}, @@ -2616,32 +3915,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.eks.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.eks.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.eks.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.eks.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.eks.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.eks.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.eks.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.eks.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticache": { @@ -2665,14 +3996,71 @@ "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticache-fips.us-west-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticache-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticache-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticache-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticache-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "elasticache-fips.us-west-2.amazonaws.com" + } } }, "elasticbeanstalk": { @@ -2696,183 +4084,383 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticbeanstalk-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticbeanstalk-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticfilesystem": { "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "af-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-north-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-central-1.amazonaws.com" }, "fips-eu-north-1": { "credentialScope": { "region": "eu-north-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-north-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "me-south-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { @@ -2899,32 +4487,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticloadbalancing-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticloadbalancing-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticmapreduce": { @@ -2941,7 +4561,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": { "sslCommonName": "{service}.{region}.{dnsSuffix}" }, @@ -2954,40 +4581,72 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "elasticmapreduce-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "{service}.{region}.{dnsSuffix}" + "sslCommonName": "{service}.{region}.{dnsSuffix}", + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-2": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "elasticmapreduce-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elastictranscoder": { @@ -3019,7 +4678,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "emr-containers-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -3029,37 +4695,70 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "emr-containers-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "emr-containers-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "emr-containers-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "emr-containers-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "emr-containers-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "emr-containers-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "emr-containers-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "emr-containers-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "emr-containers-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "entitlement.marketplace": { @@ -3093,14 +4792,71 @@ "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "es-fips.us-west-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "es-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "es-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "es-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "es-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "es-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "es-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "es-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "es-fips.us-west-2.amazonaws.com" + } } }, "events": { @@ -3124,32 +4880,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "events-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "events-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "events-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "events-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "events-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "events-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "events-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "events-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "finspace": { @@ -3191,32 +4979,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "firehose-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "firehose-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "firehose-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "firehose-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "firehose-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "firehose-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "firehose-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "firehose-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fms": { @@ -3224,173 +5044,349 @@ "protocols": ["https"] }, "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, + "af-south-1": { + "variants": [ + { + "hostname": "fms-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1": { + "variants": [ + { + "hostname": "fms-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "fms-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "fms-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "ap-south-1": { + "variants": [ + { + "hostname": "fms-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "fms-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "fms-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "fms-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "fms-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "eu-south-1": { + "variants": [ + { + "hostname": "fms-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1": { + "variants": [ + { + "hostname": "fms-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "fms-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "fms-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "fms-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "fms-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "fms-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "fms-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "fms-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "fms-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "fms-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "fms-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "fms-fips.eu-central-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "fms-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "fms-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "fms-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "fms-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "fms-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "fms-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fms-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fms-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fms-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fms-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} - } - }, - "forecast": { - "endpoints": { - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, + "me-south-1": { + "variants": [ + { + "hostname": "fms-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1": { + "variants": [ + { + "hostname": "fms-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "fms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "forecast": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, "eu-central-1": {}, "eu-west-1": {}, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "forecast-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "forecast-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "forecast-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "forecast-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "forecast-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "forecast-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "forecastquery": { @@ -3406,23 +5402,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "forecastquery-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "forecastquery-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "forecastquery-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "forecastquery-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "forecastquery-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "forecastquery-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "frauddetector": { @@ -3445,49 +5465,184 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "fsx-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "fsx-fips.ca-central-1.amazonaws.com" + }, "fips-prod-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "fsx-fips.ca-central-1.amazonaws.com" }, "fips-prod-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fsx-fips.us-east-1.amazonaws.com" }, "fips-prod-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fsx-fips.us-east-2.amazonaws.com" }, "fips-prod-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fsx-fips.us-west-1.amazonaws.com" }, "fips-prod-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, + "hostname": "fsx-fips.us-west-2.amazonaws.com" + }, + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "fsx-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, "hostname": "fsx-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, + "prod-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fsx-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fsx-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fsx-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fsx-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "gamelift": { @@ -3527,7 +5682,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "glacier-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -3538,38 +5700,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "glacier-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "glacier-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "glacier-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "glacier-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "glacier-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "glacier-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "glacier-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "glacier-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "glacier-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "glue": { @@ -3593,32 +5788,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "glue-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "glue-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "glue-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "glue-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "glue-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "glue-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "glue-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "glue-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "grafana": { @@ -3716,24 +5943,48 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "groundstation-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "groundstation-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "groundstation-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "groundstation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "groundstation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "groundstation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "guardduty": { @@ -3758,32 +6009,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "guardduty-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "guardduty-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "guardduty-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "guardduty-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "guardduty-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "guardduty-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "guardduty-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "guardduty-fips.us-west-2.amazonaws.com" } }, @@ -3795,7 +6078,20 @@ "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "health-fips.us-east-2.amazonaws.com" + }, + "us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "health-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -3820,12 +6116,38 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "iam.amazonaws.com" + "hostname": "iam.amazonaws.com", + "variants": [ + { + "hostname": "iam-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-global-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "iam-fips.amazonaws.com" + }, + "iam": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "iam-fips.amazonaws.com", + "tags": ["fips"] + } + ] }, "iam-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "iam-fips.amazonaws.com" } }, @@ -3834,11 +6156,19 @@ }, "identity-chime": { "endpoints": { - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "identity-chime-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "identity-chime-fips.us-east-1.amazonaws.com" } } @@ -3888,30 +6218,62 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "inspector-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "inspector-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "inspector-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "inspector-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "inspector-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "inspector-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "inspector-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "inspector-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iot": { @@ -3927,7 +6289,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -3937,38 +6306,71 @@ "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iotanalytics": { @@ -4069,6 +6471,14 @@ } }, "iotsecuredtunneling": { + "defaults": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "ap-east-1": {}, "ap-northeast-1": {}, @@ -4076,7 +6486,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -4086,37 +6503,83 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "iotsitewise": { + "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "eu-central-1": {}, + "eu-west-1": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, @@ -4229,23 +6692,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "kendra-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "kendra-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "kendra-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "kendra-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "kendra-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "kendra-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesis": { @@ -4269,32 +6756,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "kinesis-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "kinesis-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "kinesis-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "kinesis-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "kinesis-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "kinesis-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "kinesis-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "kinesis-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesisanalytics": { @@ -4341,27 +6860,321 @@ }, "kms": { "endpoints": { - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "af-south-1": { + "variants": [ + { + "hostname": "kms-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "af-south-1-fips": { + "credentialScope": { + "region": "af-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.af-south-1.amazonaws.com" + }, + "ap-east-1": { + "variants": [ + { + "hostname": "kms-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-east-1-fips": { + "credentialScope": { + "region": "ap-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-east-1.amazonaws.com" + }, + "ap-northeast-1": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-1-fips": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2-fips": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "kms-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3-fips": { + "credentialScope": { + "region": "ap-northeast-3" + }, + "deprecated": true, + "hostname": "kms-fips.ap-northeast-3.amazonaws.com" + }, + "ap-south-1": { + "variants": [ + { + "hostname": "kms-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1-fips": { + "credentialScope": { + "region": "ap-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-south-1.amazonaws.com" + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "kms-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1-fips": { + "credentialScope": { + "region": "ap-southeast-1" + }, + "deprecated": true, + "hostname": "kms-fips.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "kms-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2-fips": { + "credentialScope": { + "region": "ap-southeast-2" + }, + "deprecated": true, + "hostname": "kms-fips.ap-southeast-2.amazonaws.com" + }, + "ca-central-1": { + "variants": [ + { + "hostname": "kms-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "kms-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1": { + "variants": [ + { + "hostname": "kms-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1-fips": { + "credentialScope": { + "region": "eu-central-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-central-1.amazonaws.com" + }, + "eu-north-1": { + "variants": [ + { + "hostname": "kms-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-north-1-fips": { + "credentialScope": { + "region": "eu-north-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-north-1.amazonaws.com" + }, + "eu-south-1": { + "variants": [ + { + "hostname": "kms-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-south-1-fips": { + "credentialScope": { + "region": "eu-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-south-1.amazonaws.com" + }, + "eu-west-1": { + "variants": [ + { + "hostname": "kms-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-1-fips": { + "credentialScope": { + "region": "eu-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-1.amazonaws.com" + }, + "eu-west-2": { + "variants": [ + { + "hostname": "kms-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2-fips": { + "credentialScope": { + "region": "eu-west-2" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-2.amazonaws.com" + }, + "eu-west-3": { + "variants": [ + { + "hostname": "kms-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3-fips": { + "credentialScope": { + "region": "eu-west-3" + }, + "deprecated": true, + "hostname": "kms-fips.eu-west-3.amazonaws.com" + }, + "me-south-1": { + "variants": [ + { + "hostname": "kms-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "me-south-1-fips": { + "credentialScope": { + "region": "me-south-1" + }, + "deprecated": true, + "hostname": "kms-fips.me-south-1.amazonaws.com" + }, + "sa-east-1": { + "variants": [ + { + "hostname": "kms-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "sa-east-1-fips": { + "credentialScope": { + "region": "sa-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.sa-east-1.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "kms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "kms-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "kms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "kms-fips.us-west-2.amazonaws.com" + } } }, "lakeformation": { @@ -4385,32 +7198,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "lakeformation-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "lakeformation-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "lakeformation-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "lakeformation-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lambda": { @@ -4434,32 +7279,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "lambda-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "lambda-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "lambda-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "lambda-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "lambda-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "lambda-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "lambda-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "lambda-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "license-manager": { @@ -4483,32 +7360,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "license-manager-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "license-manager-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "license-manager-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "license-manager-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lightsail": { @@ -4550,32 +7459,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "logs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "logs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "logs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "logs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "logs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "logs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "logs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "logs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lookoutequipment": { @@ -4608,16 +7549,32 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "macie-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "macie-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "macie-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "macie-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "macie2": { @@ -4641,32 +7598,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "macie2-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "macie2-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "macie2-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "macie2-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "macie2-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "macie2-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "macie2-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "macie2-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "managedblockchain": { @@ -4711,7 +7700,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-west-1": {}, @@ -4721,37 +7717,70 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "mediaconvert-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "mediaconvert-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "medialive": { @@ -4770,24 +7799,48 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "medialive-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "medialive-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "medialive-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "medialive-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "medialive-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "medialive-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mediapackage": { @@ -4843,11 +7896,19 @@ }, "messaging-chime": { "endpoints": { - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "messaging-chime-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "messaging-chime-fips.us-east-1.amazonaws.com" } } @@ -4893,6 +7954,27 @@ "us-west-2": {} } }, + "mgn": { + "endpoints": { + "ap-east-1": {}, + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-northeast-3": {}, + "ap-south-1": {}, + "ap-southeast-1": {}, + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-central-1": {}, + "eu-north-1": {}, + "eu-west-1": {}, + "eu-west-2": {}, + "sa-east-1": {}, + "us-east-1": {}, + "us-east-2": {}, + "us-west-1": {}, + "us-west-2": {} + } + }, "mobileanalytics": { "endpoints": { "us-east-1": {} @@ -4917,7 +7999,13 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "models-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "ap-northeast-1": {}, @@ -4926,18 +8014,34 @@ "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "models-fips.lex.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "models-fips.lex.us-east-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "models-fips.lex.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "models-fips.lex.us-west-2.amazonaws.com" } } @@ -4966,32 +8070,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "monitoring-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "monitoring-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "monitoring-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "monitoring-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "monitoring-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "monitoring-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "monitoring-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "monitoring-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mq": { @@ -5014,32 +8150,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "mq-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "mq-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "mq-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "mq-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "mq-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "mq-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "mq-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "mq-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mturk-requester": { @@ -5173,7 +8341,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "network-firewall-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5184,37 +8359,91 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "network-firewall-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "network-firewall-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "network-firewall-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "network-firewall-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "network-firewall-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "networkmanager": { + "endpoints": { + "aws-global": { + "credentialScope": { + "region": "us-west-2" + }, + "hostname": "networkmanager.us-west-2.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" + }, + "nimble": { + "endpoints": { + "ap-southeast-2": {}, + "ca-central-1": {}, + "eu-west-2": {}, "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, "us-west-2": {} } }, @@ -5350,12 +8579,19 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "organizations.us-east-1.amazonaws.com" + "hostname": "organizations.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "organizations-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "organizations-fips.us-east-1.amazonaws.com" } }, @@ -5372,7 +8608,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "outposts-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5383,38 +8626,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "outposts-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "outposts-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "outposts-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "outposts-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "outposts-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "outposts-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "outposts-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "outposts-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "outposts-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "personalize": { @@ -5452,25 +8728,39 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "pinpoint-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "pinpoint-fips.us-west-2.amazonaws.com" }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "pinpoint.us-east-1.amazonaws.com" + "hostname": "pinpoint.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "pinpoint.us-west-2.amazonaws.com" + "hostname": "pinpoint.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -5493,36 +8783,86 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "polly-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "polly-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "polly-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "polly-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "polly-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "polly-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "polly-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "polly-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "portal.sso": { "endpoints": { + "ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "portal.sso.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "portal.sso.ap-northeast-2.amazonaws.com" + }, + "ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "portal.sso.ap-south-1.amazonaws.com" + }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -5547,6 +8887,12 @@ }, "hostname": "portal.sso.eu-central-1.amazonaws.com" }, + "eu-north-1": { + "credentialScope": { + "region": "eu-north-1" + }, + "hostname": "portal.sso.eu-north-1.amazonaws.com" + }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" @@ -5559,6 +8905,18 @@ }, "hostname": "portal.sso.eu-west-2.amazonaws.com" }, + "eu-west-3": { + "credentialScope": { + "region": "eu-west-3" + }, + "hostname": "portal.sso.eu-west-3.amazonaws.com" + }, + "sa-east-1": { + "credentialScope": { + "region": "sa-east-1" + }, + "hostname": "portal.sso.sa-east-1.amazonaws.com" + }, "us-east-1": { "credentialScope": { "region": "us-east-1" @@ -5615,23 +8973,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "qldb-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "qldb-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "qldb-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "qldb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "qldb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "qldb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "quicksight": { @@ -5662,7 +9044,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ram-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5673,38 +9062,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ram-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ram-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ram-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ram-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ram-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ram-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ram-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ram-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ram-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "rds": { @@ -5717,7 +9139,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "rds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "rds-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5729,39 +9165,159 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "rds-fips.ca-central-1.amazonaws.com" }, "rds-fips.us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "rds-fips.us-east-1.amazonaws.com" }, "rds-fips.us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "rds-fips.us-east-2.amazonaws.com" }, "rds-fips.us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "rds-fips.us-west-1.amazonaws.com" }, "rds-fips.us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "rds-fips.us-west-2.amazonaws.com" }, + "rds.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rds.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "{service}.{dnsSuffix}" + "sslCommonName": "{service}.{dnsSuffix}", + "variants": [ + { + "hostname": "rds-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "rds-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "rds-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "rds-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "rds-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "rds-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "rds-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "rds-fips.us-west-2.amazonaws.com" + } } }, "redshift": { @@ -5774,7 +9330,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "redshift-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -5785,38 +9348,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "redshift-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "redshift-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "redshift-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "redshift-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "redshift-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "redshift-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "redshift-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "redshift-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "redshift-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "rekognition": { @@ -5826,7 +9422,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "rekognition-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, @@ -5834,36 +9444,157 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "rekognition-fips.ca-central-1.amazonaws.com" }, "rekognition-fips.us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "rekognition-fips.us-east-1.amazonaws.com" }, "rekognition-fips.us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, + "hostname": "rekognition-fips.us-east-2.amazonaws.com" + }, + "rekognition-fips.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-west-1.amazonaws.com" + }, + "rekognition-fips.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-west-2.amazonaws.com" + }, + "rekognition.ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "rekognition.us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "rekognition-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, "hostname": "rekognition-fips.us-east-2.amazonaws.com" }, - "rekognition-fips.us-west-1": { + "us-west-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "rekognition-fips.us-west-1.amazonaws.com" }, - "rekognition-fips.us-west-2": { + "us-west-2": { + "variants": [ + { + "hostname": "rekognition-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "rekognition-fips.us-west-2.amazonaws.com" - }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + } } }, "resource-groups": { @@ -5887,32 +9618,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "resource-groups-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "resource-groups-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "resource-groups-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "resource-groups-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "resource-groups-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "resource-groups-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "resource-groups-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "resource-groups-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "robomaker": { @@ -5932,12 +9695,19 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "route53.amazonaws.com" + "hostname": "route53.amazonaws.com", + "variants": [ + { + "hostname": "route53-fips.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "route53-fips.amazonaws.com" } }, @@ -6006,7 +9776,13 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "runtime-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "ap-northeast-1": {}, @@ -6015,23 +9791,47 @@ "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-east-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-west-2.amazonaws.com" } } }, "runtime.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "af-south-1": {}, "ap-east-1": {}, @@ -6050,32 +9850,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "runtime-fips.sagemaker.us-west-2.amazonaws.com" } } @@ -6083,109 +9915,90 @@ "s3": { "defaults": { "protocols": ["http", "https"], - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "endpoints": { - "accesspoint-af-south-1": { - "hostname": "s3-accesspoint.af-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-east-1": { - "hostname": "s3-accesspoint.ap-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-1": { - "hostname": "s3-accesspoint.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-2": { - "hostname": "s3-accesspoint.ap-northeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-northeast-3": { - "hostname": "s3-accesspoint.ap-northeast-3.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-south-1": { - "hostname": "s3-accesspoint.ap-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-southeast-1": { - "hostname": "s3-accesspoint.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ap-southeast-2": { - "hostname": "s3-accesspoint.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-ca-central-1": { - "hostname": "s3-accesspoint.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-central-1": { - "hostname": "s3-accesspoint.eu-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-north-1": { - "hostname": "s3-accesspoint.eu-north-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-south-1": { - "hostname": "s3-accesspoint.eu-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-1": { - "hostname": "s3-accesspoint.eu-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-2": { - "hostname": "s3-accesspoint.eu-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-eu-west-3": { - "hostname": "s3-accesspoint.eu-west-3.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-me-south-1": { - "hostname": "s3-accesspoint.me-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-sa-east-1": { - "hostname": "s3-accesspoint.sa-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "af-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.af-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-east-1": { - "hostname": "s3-accesspoint.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-east-1": { + "variants": [ + { + "hostname": "s3.dualstack.ap-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-east-2": { - "hostname": "s3-accesspoint.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-1": { + "hostname": "s3.ap-northeast-1.amazonaws.com", + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-west-1": { - "hostname": "s3-accesspoint.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-2": { + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "accesspoint-us-west-2": { - "hostname": "s3-accesspoint.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "ap-northeast-3": { + "variants": [ + { + "hostname": "s3.dualstack.ap-northeast-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "af-south-1": {}, - "ap-east-1": {}, - "ap-northeast-1": { - "hostname": "s3.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "ap-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.ap-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, "ap-southeast-1": { "hostname": "s3.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-southeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-2": { "hostname": "s3.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.ap-southeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "aws-global": { "credentialScope": { @@ -6194,37 +10007,115 @@ "hostname": "s3.amazonaws.com", "signatureVersions": ["s3", "s3v4"] }, - "ca-central-1": {}, - "eu-central-1": {}, - "eu-north-1": {}, - "eu-south-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "s3-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-fips.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-north-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-north-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "eu-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.eu-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, "eu-west-1": { "hostname": "s3.eu-west-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.eu-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "eu-west-2": {}, - "eu-west-3": {}, - "fips-accesspoint-ca-central-1": { - "hostname": "s3-accesspoint-fips.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "eu-west-2": { + "variants": [ + { + "hostname": "s3.dualstack.eu-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "fips-accesspoint-us-east-1": { - "hostname": "s3-accesspoint-fips.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "eu-west-3": { + "variants": [ + { + "hostname": "s3.dualstack.eu-west-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "fips-accesspoint-us-east-2": { - "hostname": "s3-accesspoint-fips.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "s3-fips.ca-central-1.amazonaws.com" }, - "fips-accesspoint-us-west-1": { - "hostname": "s3-accesspoint-fips.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-east-1.amazonaws.com" }, - "fips-accesspoint-us-west-2": { - "hostname": "s3-accesspoint-fips.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "s3-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "s3-fips.us-west-2.amazonaws.com" + }, + "me-south-1": { + "variants": [ + { + "hostname": "s3.dualstack.me-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "me-south-1": {}, "s3-external-1": { "credentialScope": { "region": "us-east-1" @@ -6234,20 +10125,83 @@ }, "sa-east-1": { "hostname": "s3.sa-east-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3.dualstack.sa-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1": { "hostname": "s3.us-east-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "s3-fips.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, - "us-east-2": {}, "us-west-1": { "hostname": "s3.us-west-1.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-2": { "hostname": "s3.us-west-2.amazonaws.com", - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "hostname": "s3-fips.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] } }, "isRegionalized": true, @@ -6264,54 +10218,105 @@ "region": "ap-northeast-1" }, "hostname": "s3-control.ap-northeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, "hostname": "s3-control.ap-northeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, "hostname": "s3-control.ap-northeast-3.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-northeast-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-south-1": { "credentialScope": { "region": "ap-south-1" }, "hostname": "s3-control.ap-south-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-south-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, "hostname": "s3-control.ap-southeast-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-southeast-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, "hostname": "s3-control.ap-southeast-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.ap-southeast-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ca-central-1": { "credentialScope": { "region": "ca-central-1" }, "hostname": "s3-control.ca-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control-fips.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control.dualstack.ca-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "ca-central-1-fips": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "s3-control-fips.ca-central-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6320,54 +10325,105 @@ "region": "eu-central-1" }, "hostname": "s3-control.eu-central-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-central-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-north-1": { "credentialScope": { "region": "eu-north-1" }, "hostname": "s3-control.eu-north-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-north-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" }, "hostname": "s3-control.eu-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-2": { "credentialScope": { "region": "eu-west-2" }, "hostname": "s3-control.eu-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "eu-west-3": { "credentialScope": { "region": "eu-west-3" }, "hostname": "s3-control.eu-west-3.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.eu-west-3.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "sa-east-1": { "credentialScope": { "region": "sa-east-1" }, "hostname": "s3-control.sa-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.sa-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, "hostname": "s3-control.us-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-east-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6376,12 +10432,27 @@ "region": "us-east-2" }, "hostname": "s3-control.us-east-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-east-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "s3-control-fips.us-east-2.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6390,12 +10461,27 @@ "region": "us-west-1" }, "hostname": "s3-control.us-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-west-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -6404,12 +10490,27 @@ "region": "us-west-2" }, "hostname": "s3-control.us-west-2.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-west-2.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "s3-control-fips.us-west-2.amazonaws.com", "signatureVersions": ["s3v4"] } @@ -6485,32 +10586,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-west-2.amazonaws.com" } } @@ -6536,32 +10669,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "securityhub-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "securityhub-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "securityhub-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "securityhub-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "serverlessrepo": { @@ -6644,32 +10809,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-west-2.amazonaws.com" } } @@ -6683,7 +10880,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -6694,38 +10898,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "servicecatalog-appregistry-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "servicediscovery": { @@ -6737,7 +10974,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -6746,16 +10997,85 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, + "servicediscovery": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "servicediscovery-fips": { "credentialScope": { - "region": "ca-central-1" + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + }, + "us-east-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" }, - "hostname": "servicediscovery-fips.ca-central-1.amazonaws.com" + "deprecated": true, + "hostname": "servicediscovery-fips.us-west-1.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-west-2": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-west-2.amazonaws.com" + } } }, "servicequotas": { @@ -6799,23 +11119,47 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "session.qldb-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "session.qldb-fips.us-east-2.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "session.qldb-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "session.qldb-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "session.qldb-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "session.qldb-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "shield": { @@ -6828,12 +11172,19 @@ "credentialScope": { "region": "us-east-1" }, - "hostname": "shield.us-east-1.amazonaws.com" + "hostname": "shield.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "shield-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-global": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "shield-fips.us-east-1.amazonaws.com" } }, @@ -6860,152 +11211,312 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sms-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sms-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sms-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sms-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "sms-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "sms-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sms-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sms-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "snowball": { "endpoints": { "af-south-1": {}, "ap-east-1": {}, - "ap-northeast-1": {}, - "ap-northeast-2": {}, - "ap-northeast-3": {}, - "ap-south-1": {}, - "ap-southeast-1": {}, - "ap-southeast-2": {}, - "ca-central-1": {}, - "eu-central-1": {}, + "ap-northeast-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-2": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-northeast-3": { + "variants": [ + { + "hostname": "snowball-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-south-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-1": { + "variants": [ + { + "hostname": "snowball-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ap-southeast-2": { + "variants": [ + { + "hostname": "snowball-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1": { + "variants": [ + { + "hostname": "snowball-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "hostname": "snowball-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-north-1": {}, "eu-south-1": {}, - "eu-west-1": {}, - "eu-west-2": {}, - "eu-west-3": {}, + "eu-west-1": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-2": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "eu-west-3": { + "variants": [ + { + "hostname": "snowball-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "snowball-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "snowball-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "snowball-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "snowball-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "snowball-fips.eu-central-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "snowball-fips.eu-west-3.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "snowball-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "snowball-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "snowball-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "snowball-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "snowball-fips.us-west-2.amazonaws.com" }, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "sa-east-1": { + "variants": [ + { + "hostname": "snowball-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "hostname": "snowball-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "snowball-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "snowball-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "snowball-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sns": { @@ -7032,32 +11543,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sns-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sns-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sns-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sns-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "sns-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "sns-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sns-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sns-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sqs": { @@ -7085,34 +11628,65 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sqs-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sqs-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sqs-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sqs-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, "us-east-1": { - "sslCommonName": "queue.{dnsSuffix}" + "sslCommonName": "queue.{dnsSuffix}", + "variants": [ + { + "hostname": "sqs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-2": { + "variants": [ + { + "hostname": "sqs-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "sqs-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "sqs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ssm": { @@ -7125,7 +11699,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "ssm-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7136,38 +11717,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "ssm-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "ssm-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "ssm-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "ssm-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "ssm-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "ssm-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "ssm-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "ssm-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "ssm-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "ssm-incidents": { @@ -7204,32 +11818,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "states-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "states-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "states-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "states-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "states-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "states-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "states-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "states-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "storagegateway": { @@ -7242,7 +11888,21 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "storagegateway-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "ca-central-1-fips": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.ca-central-1.amazonaws.com" + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7253,14 +11913,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "storagegateway-fips.ca-central-1.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-east-1.amazonaws.com" + }, + "us-east-2": { + "variants": [ + { + "hostname": "storagegateway-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-east-2.amazonaws.com" + }, + "us-west-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-west-1.amazonaws.com" + }, + "us-west-2": { + "variants": [ + { + "hostname": "storagegateway-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-west-2.amazonaws.com" + } } }, "streams.dynamodb": { @@ -7352,32 +12069,64 @@ "eu-west-3": {}, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "sts-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "sts-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "sts-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "sts-fips.us-east-2.amazonaws.com" }, - "us-west-1": {}, + "us-west-1": { + "variants": [ + { + "hostname": "sts-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-1-fips": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "sts-fips.us-west-1.amazonaws.com" }, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "sts-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "sts-fips.us-west-2.amazonaws.com" } }, @@ -7415,32 +12164,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "swf-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "swf-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "swf-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "swf-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "swf-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "swf-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "swf-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "swf-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "tagging": { @@ -7474,7 +12255,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "textract-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-west-1": {}, "eu-west-2": {}, @@ -7483,43 +12271,83 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "textract-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "textract-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "textract-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "textract-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "textract-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "textract-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "textract-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "textract-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "textract-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transcribe": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "fips.transcribe.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { + "af-south-1": {}, "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, @@ -7528,6 +12356,7 @@ "ap-southeast-2": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-north-1": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, @@ -7535,32 +12364,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "fips.transcribe.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "fips.transcribe.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "fips.transcribe.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "fips.transcribe.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transcribestreaming": { @@ -7573,30 +12434,82 @@ "eu-west-1": {}, "eu-west-2": {}, "sa-east-1": {}, + "transcribestreaming-ca-central-1": { + "credentialScope": { + "region": "ca-central-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "transcribestreaming-fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com" }, "transcribestreaming-fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-east-1.amazonaws.com" }, "transcribestreaming-fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-east-2.amazonaws.com" }, "transcribestreaming-fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "transcribestreaming-fips.us-west-2.amazonaws.com" }, + "transcribestreaming-us-east-1": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "transcribestreaming-us-east-2": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "transcribestreaming-us-west-2": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "variants": [ + { + "hostname": "transcribestreaming-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1": {}, "us-east-2": {}, "us-west-2": {} @@ -7611,7 +12524,14 @@ "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, - "ca-central-1": {}, + "ca-central-1": { + "variants": [ + { + "hostname": "transfer-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-north-1": {}, "eu-south-1": {}, @@ -7622,38 +12542,71 @@ "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "transfer-fips.ca-central-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "transfer-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "transfer-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "transfer-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "transfer-fips.us-west-2.amazonaws.com" }, - "me-south-1": {}, - "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "me-south-1": {}, + "sa-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "transfer-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "transfer-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "transfer-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "transfer-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "translate": { @@ -7673,26 +12626,50 @@ "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, - "us-east-1": {}, + "us-east-1": { + "variants": [ + { + "hostname": "translate-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-1-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "translate-fips.us-east-1.amazonaws.com" }, - "us-east-2": {}, + "us-east-2": { + "variants": [ + { + "hostname": "translate-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-east-2-fips": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "translate-fips.us-east-2.amazonaws.com" }, "us-west-1": {}, - "us-west-2": {}, + "us-west-2": { + "variants": [ + { + "hostname": "translate-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-west-2-fips": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "translate-fips.us-west-2.amazonaws.com" } } @@ -7710,17 +12687,43 @@ }, "waf": { "endpoints": { + "aws": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "waf-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, "aws-fips": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "waf-fips.amazonaws.com" }, "aws-global": { "credentialScope": { "region": "us-east-1" }, - "hostname": "waf.amazonaws.com" + "hostname": "waf.amazonaws.com", + "variants": [ + { + "hostname": "waf-fips.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-global-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "waf-fips.amazonaws.com" } }, "isRegionalized": false, @@ -7732,253 +12735,400 @@ "credentialScope": { "region": "af-south-1" }, - "hostname": "waf-regional.af-south-1.amazonaws.com" + "hostname": "waf-regional.af-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.af-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-east-1": { "credentialScope": { "region": "ap-east-1" }, - "hostname": "waf-regional.ap-east-1.amazonaws.com" + "hostname": "waf-regional.ap-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, - "hostname": "waf-regional.ap-northeast-1.amazonaws.com" + "hostname": "waf-regional.ap-northeast-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, - "hostname": "waf-regional.ap-northeast-2.amazonaws.com" + "hostname": "waf-regional.ap-northeast-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, - "hostname": "waf-regional.ap-northeast-3.amazonaws.com" + "hostname": "waf-regional.ap-northeast-3.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-northeast-3.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-south-1": { "credentialScope": { "region": "ap-south-1" }, - "hostname": "waf-regional.ap-south-1.amazonaws.com" + "hostname": "waf-regional.ap-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, - "hostname": "waf-regional.ap-southeast-1.amazonaws.com" + "hostname": "waf-regional.ap-southeast-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-southeast-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, - "hostname": "waf-regional.ap-southeast-2.amazonaws.com" + "hostname": "waf-regional.ap-southeast-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "ca-central-1": { "credentialScope": { "region": "ca-central-1" }, - "hostname": "waf-regional.ca-central-1.amazonaws.com" + "hostname": "waf-regional.ca-central-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.ca-central-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" }, - "hostname": "waf-regional.eu-central-1.amazonaws.com" + "hostname": "waf-regional.eu-central-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-central-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-north-1": { "credentialScope": { "region": "eu-north-1" }, - "hostname": "waf-regional.eu-north-1.amazonaws.com" + "hostname": "waf-regional.eu-north-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-north-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-south-1": { "credentialScope": { "region": "eu-south-1" }, - "hostname": "waf-regional.eu-south-1.amazonaws.com" + "hostname": "waf-regional.eu-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" }, - "hostname": "waf-regional.eu-west-1.amazonaws.com" + "hostname": "waf-regional.eu-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-2": { "credentialScope": { "region": "eu-west-2" }, - "hostname": "waf-regional.eu-west-2.amazonaws.com" + "hostname": "waf-regional.eu-west-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "eu-west-3": { "credentialScope": { "region": "eu-west-3" }, - "hostname": "waf-regional.eu-west-3.amazonaws.com" + "hostname": "waf-regional.eu-west-3.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.eu-west-3.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-af-south-1": { "credentialScope": { "region": "af-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.af-south-1.amazonaws.com" }, "fips-ap-east-1": { "credentialScope": { "region": "ap-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-east-1.amazonaws.com" }, "fips-ap-northeast-1": { "credentialScope": { "region": "ap-northeast-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-1.amazonaws.com" }, "fips-ap-northeast-2": { "credentialScope": { "region": "ap-northeast-2" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-2.amazonaws.com" }, "fips-ap-northeast-3": { "credentialScope": { "region": "ap-northeast-3" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-northeast-3.amazonaws.com" }, "fips-ap-south-1": { "credentialScope": { "region": "ap-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-south-1.amazonaws.com" }, "fips-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-southeast-1.amazonaws.com" }, "fips-ap-southeast-2": { "credentialScope": { "region": "ap-southeast-2" }, + "deprecated": true, "hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com" }, "fips-ca-central-1": { "credentialScope": { "region": "ca-central-1" }, + "deprecated": true, "hostname": "waf-regional-fips.ca-central-1.amazonaws.com" }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-central-1.amazonaws.com" }, "fips-eu-north-1": { "credentialScope": { "region": "eu-north-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-north-1.amazonaws.com" }, "fips-eu-south-1": { "credentialScope": { "region": "eu-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-south-1.amazonaws.com" }, "fips-eu-west-1": { "credentialScope": { "region": "eu-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-1.amazonaws.com" }, "fips-eu-west-2": { "credentialScope": { "region": "eu-west-2" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-2.amazonaws.com" }, "fips-eu-west-3": { "credentialScope": { "region": "eu-west-3" }, + "deprecated": true, "hostname": "waf-regional-fips.eu-west-3.amazonaws.com" }, "fips-me-south-1": { "credentialScope": { "region": "me-south-1" }, + "deprecated": true, "hostname": "waf-regional-fips.me-south-1.amazonaws.com" }, "fips-sa-east-1": { "credentialScope": { "region": "sa-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.sa-east-1.amazonaws.com" }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "waf-regional-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "waf-regional-fips.us-west-2.amazonaws.com" }, "me-south-1": { "credentialScope": { "region": "me-south-1" }, - "hostname": "waf-regional.me-south-1.amazonaws.com" + "hostname": "waf-regional.me-south-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.me-south-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "sa-east-1": { "credentialScope": { "region": "sa-east-1" }, - "hostname": "waf-regional.sa-east-1.amazonaws.com" + "hostname": "waf-regional.sa-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.sa-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-1": { "credentialScope": { "region": "us-east-1" }, - "hostname": "waf-regional.us-east-1.amazonaws.com" + "hostname": "waf-regional.us-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-east-2": { "credentialScope": { "region": "us-east-2" }, - "hostname": "waf-regional.us-east-2.amazonaws.com" + "hostname": "waf-regional.us-east-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-1": { "credentialScope": { "region": "us-west-1" }, - "hostname": "waf-regional.us-west-1.amazonaws.com" + "hostname": "waf-regional.us-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-west-2": { "credentialScope": { "region": "us-west-2" }, - "hostname": "waf-regional.us-west-2.amazonaws.com" + "hostname": "waf-regional.us-west-2.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -8002,16 +13152,32 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "workdocs-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "workdocs-fips.us-west-2.amazonaws.com" }, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "workdocs-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "workdocs-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "workmail": { @@ -8039,17 +13205,33 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "workspaces-fips.us-east-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "workspaces-fips.us-west-2.amazonaws.com" }, "sa-east-1": {}, - "us-east-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "workspaces-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "workspaces-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "xray": { @@ -8073,32 +13255,64 @@ "credentialScope": { "region": "us-east-1" }, + "deprecated": true, "hostname": "xray-fips.us-east-1.amazonaws.com" }, "fips-us-east-2": { "credentialScope": { "region": "us-east-2" }, + "deprecated": true, "hostname": "xray-fips.us-east-2.amazonaws.com" }, "fips-us-west-1": { "credentialScope": { "region": "us-west-1" }, + "deprecated": true, "hostname": "xray-fips.us-west-1.amazonaws.com" }, "fips-us-west-2": { "credentialScope": { "region": "us-west-2" }, + "deprecated": true, "hostname": "xray-fips.us-west-2.amazonaws.com" }, "me-south-1": {}, "sa-east-1": {}, - "us-east-1": {}, - "us-east-2": {}, - "us-west-1": {}, - "us-west-2": {} + "us-east-1": { + "variants": [ + { + "hostname": "xray-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2": { + "variants": [ + { + "hostname": "xray-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1": { + "variants": [ + { + "hostname": "xray-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2": { + "variants": [ + { + "hostname": "xray-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + } } } } @@ -8107,7 +13321,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com.cn", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.amazonwebservices.com.cn", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.amazonwebservices.com.cn", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com.cn", "partition": "aws-cn", @@ -8431,18 +13662,34 @@ }, "elasticfilesystem": { "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {}, + "cn-north-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -8599,6 +13846,11 @@ "cn-northwest-1": {} } }, + "iotsitewise": { + "endpoints": { + "cn-north-1": {} + } + }, "kafka": { "endpoints": { "cn-north-1": {}, @@ -8764,19 +14016,32 @@ "s3": { "defaults": { "protocols": ["http", "https"], - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com.cn", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "endpoints": { - "accesspoint-cn-north-1": { - "hostname": "s3-accesspoint.cn-north-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] - }, - "accesspoint-cn-northwest-1": { - "hostname": "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "cn-north-1": { + "variants": [ + { + "hostname": "s3.dualstack.cn-north-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] }, - "cn-north-1": {}, - "cn-northwest-1": {} + "cn-northwest-1": { + "variants": [ + { + "hostname": "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] + } } }, "s3-control": { @@ -8790,14 +14055,26 @@ "region": "cn-north-1" }, "hostname": "s3-control.cn-north-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.cn-north-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] }, "cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, "hostname": "s3-control.cn-northwest-1.amazonaws.com.cn", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags": ["dualstack"] + } + ] } } }, @@ -8846,18 +14123,34 @@ }, "snowball": { "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {}, + "cn-north-1": { + "variants": [ + { + "hostname": "snowball-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "snowball-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] + }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "snowball-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "snowball-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -8977,24 +14270,38 @@ "credentialScope": { "region": "cn-north-1" }, - "hostname": "waf-regional.cn-north-1.amazonaws.com.cn" + "hostname": "waf-regional.cn-north-1.amazonaws.com.cn", + "variants": [ + { + "hostname": "waf-regional-fips.cn-north-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] }, "cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, - "hostname": "waf-regional.cn-northwest-1.amazonaws.com.cn" + "hostname": "waf-regional.cn-northwest-1.amazonaws.com.cn", + "variants": [ + { + "hostname": "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + "tags": ["fips"] + } + ] }, "fips-cn-north-1": { "credentialScope": { "region": "cn-north-1" }, + "deprecated": true, "hostname": "waf-regional-fips.cn-north-1.amazonaws.com.cn" }, "fips-cn-northwest-1": { "credentialScope": { "region": "cn-northwest-1" }, + "deprecated": true, "hostname": "waf-regional-fips.cn-northwest-1.amazonaws.com.cn" } } @@ -9016,7 +14323,24 @@ "defaults": { "hostname": "{service}.{region}.{dnsSuffix}", "protocols": ["https"], - "signatureVersions": ["v4"] + "signatureVersions": ["v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}-fips.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "api.aws", + "hostname": "{service}.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "dnsSuffix": "amazonaws.com", "partition": "aws-us-gov", @@ -9065,23 +14389,45 @@ }, "acm-pca": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "acm-pca.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "acm-pca.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "acm-pca.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "acm-pca.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "acm-pca.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "api.detective": { @@ -9089,76 +14435,169 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api.detective-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.detective-fips.us-gov-west-1.amazonaws.com" } } }, "api.ecr": { + "defaults": { + "variants": [ + { + "hostname": "ecr-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dkr-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "dkr-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "fips-dkr-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" }, "fips-dkr-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" }, "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecr-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "api.ecr.us-gov-east-1.amazonaws.com" + "hostname": "api.ecr.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "api.ecr.us-gov-west-1.amazonaws.com" + "hostname": "api.ecr.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "ecr-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, "api.sagemaker": { + "defaults": { + "variants": [ + { + "hostname": "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api-fips.sagemaker.us-gov-west-1.amazonaws.com" }, "us-gov-west-1-fips-secondary": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.sagemaker.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1-secondary": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "api.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9209,9 +14648,24 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "appstream2-fips.us-gov-west-1.amazonaws.com" + } } }, "athena": { @@ -9220,16 +14674,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "athena-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "athena-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "athena-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "athena-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "autoscaling": { @@ -9262,21 +14732,45 @@ } }, "batch": { + "defaults": { + "variants": [ + { + "hostname": "batch.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "batch.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "batch.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "batch.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "batch.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cloudcontrolapi": { @@ -9285,16 +14779,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "clouddirectory": { @@ -9352,18 +14862,34 @@ }, "codebuild": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codebuild-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codebuild-fips.us-gov-west-1.amazonaws.com" } } @@ -9374,26 +14900,71 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "codecommit-fips.us-gov-west-1.amazonaws.com" + } } }, "codedeploy": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "codedeploy-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codedeploy-fips.us-gov-west-1.amazonaws.com" } } @@ -9404,9 +14975,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-identity": { @@ -9415,9 +14994,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "cognito-idp": { @@ -9426,9 +15013,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehend": { @@ -9440,9 +15035,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "comprehend-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "comprehend-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "comprehendmedical": { @@ -9451,27 +15054,59 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "comprehendmedical-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "config": { + "defaults": { + "variants": [ + { + "hostname": "config.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "config.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "config.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "config.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "config.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "connect": { @@ -9491,16 +15126,32 @@ "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "service": "iotdata" }, + "deprecated": true, "hostname": "data.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "data.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "data.jobs.iot": { @@ -9509,16 +15160,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "data.jobs.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "databrew": { @@ -9532,16 +15199,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "datasync-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "datasync-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "datasync-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "datasync-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "directconnect": { @@ -9561,15 +15244,64 @@ } }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "dms.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "dms.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "dms.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "dms.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "dms.us-gov-west-1.amazonaws.com" + } } }, "docdb": { @@ -9588,32 +15320,72 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ds-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ds-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ds-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ds-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "dynamodb": { + "defaults": { + "variants": [ + { + "hostname": "dynamodb.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "dynamodb.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "dynamodb.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "dynamodb.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "dynamodb.us-gov-west-1.amazonaws.com" } } @@ -9646,49 +15418,110 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ecs-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ecs-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ecs-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ecs-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "eks": { "defaults": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "eks.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "eks.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "eks.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "eks.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "eks.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticache": { + "defaults": { + "variants": [ + { + "hostname": "elasticache.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticache.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "elasticache.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "elasticache.us-gov-west-1.amazonaws.com" + } } }, "elasticbeanstalk": { @@ -9713,55 +15546,117 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { + "defaults": { + "variants": [ + { + "hostname": "elasticloadbalancing.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticloadbalancing.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticloadbalancing.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticloadbalancing.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1": { - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "elasticloadbalancing.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, "elasticmapreduce": { + "defaults": { + "variants": [ + { + "hostname": "elasticmapreduce.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9771,9 +15666,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "email-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "email-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "es": { @@ -9782,10 +15685,39 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "es-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "es-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "es-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "es-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "es-fips.us-gov-west-1.amazonaws.com" + } } }, "events": { @@ -9810,16 +15742,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "firehose-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "firehose-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "firehose-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "firehose-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fms": { @@ -9831,16 +15779,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fms-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "fms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "fsx": { @@ -9849,16 +15813,70 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fsx-fips.us-gov-east-1.amazonaws.com" }, "fips-prod-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fsx-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com" + }, + "prod-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "prod-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1": { + "variants": [ + { + "hostname": "fsx-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fsx-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "glacier": { @@ -9884,16 +15902,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "glue-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "glue-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "glue-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "glue-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "greengrass": { @@ -9917,13 +15951,20 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "greengrass-fips.us-gov-east-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "greengrass.us-gov-east-1.amazonaws.com" + "hostname": "greengrass.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "greengrass-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { @@ -9936,21 +15977,43 @@ }, "guardduty": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "guardduty.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "guardduty.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "guardduty.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "guardduty.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "guardduty.us-gov-west-1.amazonaws.com" } }, @@ -9962,7 +16025,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "health-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "health-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -9972,12 +16048,38 @@ "credentialScope": { "region": "us-gov-west-1" }, + "hostname": "iam.us-gov.amazonaws.com", + "variants": [ + { + "hostname": "iam.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "aws-us-gov-global-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, "hostname": "iam.us-gov.amazonaws.com" }, + "iam-govcloud": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "iam.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] + }, "iam-govcloud-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "iam.us-gov.amazonaws.com" } }, @@ -9990,9 +16092,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "identitystore.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "identitystore.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "inspector": { @@ -10001,16 +16111,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "inspector-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "inspector-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "inspector-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "inspector-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iot": { @@ -10024,16 +16150,32 @@ "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "service": "execute-api" }, + "deprecated": true, "hostname": "iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "iotevents": { @@ -10052,20 +16194,49 @@ } }, "iotsecuredtunneling": { + "defaults": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "iotsitewise": { + "endpoints": { "us-gov-west-1": {} } }, @@ -10081,9 +16252,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "kendra-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "kendra-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "kinesis": { @@ -10114,10 +16293,39 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "kms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-gov-west-1.amazonaws.com" + } } }, "lakeformation": { @@ -10126,9 +16334,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "lambda": { @@ -10137,16 +16353,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "lambda-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "lambda-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "lambda-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "lambda-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "license-manager": { @@ -10155,16 +16387,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "license-manager-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "license-manager-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "logs": { @@ -10208,34 +16456,72 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "models-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "models-fips.lex.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "models-fips.lex.us-gov-west-1.amazonaws.com" } } }, "monitoring": { + "defaults": { + "variants": [ + { + "hostname": "monitoring.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "monitoring.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "monitoring.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "monitoring.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "monitoring.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "mq": { @@ -10244,16 +16530,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "mq-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "mq-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "mq-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "mq-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "neptune": { @@ -10278,18 +16580,46 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "network-firewall-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "network-firewall-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, + "networkmanager": { + "endpoints": { + "aws-us-gov-global": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "networkmanager.us-gov-west-1.amazonaws.com" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-us-gov-global" + }, "oidc": { "endpoints": { "us-gov-west-1": { @@ -10306,12 +16636,19 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "organizations.us-gov-west-1.amazonaws.com" + "hostname": "organizations.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "organizations.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-us-gov-global": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "organizations.us-gov-west-1.amazonaws.com" } }, @@ -10345,13 +16682,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "pinpoint-fips.us-gov-west-1.amazonaws.com" }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "pinpoint.us-gov-west-1.amazonaws.com" + "hostname": "pinpoint.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "pinpoint-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -10361,9 +16705,27 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "polly-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "polly-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, + "portal.sso": { + "endpoints": { + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "hostname": "portal.sso.us-gov-west-1.amazonaws.com" + } } }, "quicksight": { @@ -10394,16 +16756,46 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "rds.us-gov-east-1.amazonaws.com" }, "rds.us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "rds.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "rds.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "rds.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "rds.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "rds.us-gov-west-1.amazonaws.com" + } } }, "redshift": { @@ -10428,27 +16820,78 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" + "deprecated": true, + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" + }, + "rekognition.us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "rekognition-fips.us-gov-west-1.amazonaws.com" + } } }, "resource-groups": { + "defaults": { + "variants": [ + { + "hostname": "resource-groups.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "resource-groups.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "resource-groups.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "resource-groups.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "resource-groups.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "route53": { @@ -10457,12 +16900,19 @@ "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "route53.us-gov.amazonaws.com" + "hostname": "route53.us-gov.amazonaws.com", + "variants": [ + { + "hostname": "route53.us-gov.amazonaws.com", + "tags": ["fips"] + } + ] }, "fips-aws-us-gov-global": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "route53.us-gov.amazonaws.com" } }, @@ -10479,63 +16929,109 @@ "defaults": { "credentialScope": { "service": "lex" - } + }, + "variants": [ + { + "hostname": "runtime-fips.lex.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "runtime-fips.lex.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "runtime-fips.lex.us-gov-west-1.amazonaws.com" } } }, "runtime.sagemaker": { "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "runtime.sagemaker.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "runtime.sagemaker.us-gov-west-1.amazonaws.com" } } }, "s3": { "defaults": { - "signatureVersions": ["s3", "s3v4"] + "signatureVersions": ["s3", "s3v4"], + "variants": [ + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack", "fips"] + }, + { + "dnsSuffix": "amazonaws.com", + "hostname": "{service}.dualstack.{region}.{dnsSuffix}", + "tags": ["dualstack"] + } + ] }, "endpoints": { - "accesspoint-us-gov-east-1": { - "hostname": "s3-accesspoint.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "accesspoint-us-gov-west-1": { - "hostname": "s3-accesspoint.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "fips-accesspoint-us-gov-east-1": { - "hostname": "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] - }, - "fips-accesspoint-us-gov-west-1": { - "hostname": "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "s3-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "s3-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "hostname": "s3.us-gov-east-1.amazonaws.com", - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "s3-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-west-1": { "hostname": "s3.us-gov-west-1.amazonaws.com", - "protocols": ["http", "https"] + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "s3-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] } } }, @@ -10550,12 +17046,27 @@ "region": "us-gov-east-1" }, "hostname": "s3-control.us-gov-east-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-gov-east-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-gov-east-1.amazonaws.com", "signatureVersions": ["s3v4"] }, @@ -10564,12 +17075,27 @@ "region": "us-gov-west-1" }, "hostname": "s3-control.us-gov-west-1.amazonaws.com", - "signatureVersions": ["s3v4"] + "signatureVersions": ["s3v4"], + "variants": [ + { + "hostname": "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack", "fips"] + }, + { + "hostname": "s3-control-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + }, + { + "hostname": "s3-control.dualstack.us-gov-west-1.amazonaws.com", + "tags": ["dualstack"] + } + ] }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "s3-control-fips.us-gov-west-1.amazonaws.com", "signatureVersions": ["s3v4"] } @@ -10577,18 +17103,34 @@ }, "secretsmanager": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "secretsmanager-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "secretsmanager-fips.us-gov-west-1.amazonaws.com" } } @@ -10599,16 +17141,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "securityhub-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "securityhub-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "serverlessrepo": { @@ -10634,71 +17192,174 @@ }, "servicecatalog": { "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicecatalog-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicecatalog-fips.us-gov-west-1.amazonaws.com" } } }, "servicecatalog-appregistry": { + "defaults": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "servicediscovery": { "endpoints": { + "servicediscovery": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "servicediscovery-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com" + } } }, "servicequotas": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "servicequotas.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "servicequotas.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "servicequotas.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "servicequotas.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "servicequotas.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sms": { @@ -10707,16 +17368,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "sms-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "sms-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "sms-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "sms-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "snowball": { @@ -10725,16 +17402,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "snowball-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "snowball-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "snowball-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "snowball-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "sns": { @@ -10773,21 +17466,45 @@ } }, "ssm": { + "defaults": { + "variants": [ + { + "hostname": "ssm.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "ssm.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "ssm.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "ssm.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "ssm.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "states": { @@ -10796,16 +17513,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "states-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "states.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "states-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "states.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "storagegateway": { @@ -10814,10 +17547,39 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "storagegateway-fips.us-gov-west-1.amazonaws.com" + } } }, "streams.dynamodb": { @@ -10844,19 +17606,43 @@ } }, "sts": { + "defaults": { + "variants": [ + { + "hostname": "sts.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { - "us-gov-east-1": {}, + "us-gov-east-1": { + "variants": [ + { + "hostname": "sts.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-east-1-fips": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "sts.us-gov-east-1.amazonaws.com" }, - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "sts.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "sts.us-gov-west-1.amazonaws.com" } } @@ -10873,7 +17659,20 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "support.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "support.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } }, "partitionEndpoint": "aws-us-gov-global" @@ -10906,37 +17705,75 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "textract-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "textract-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "textract-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "textract-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transcribe": { "defaults": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "fips.transcribe.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] }, "endpoints": { "fips-us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "fips.transcribe.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "fips.transcribe.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "transfer": { @@ -10945,16 +17782,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "transfer-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "transfer-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "transfer-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "transfer-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "translate": { @@ -10962,11 +17815,19 @@ "protocols": ["https"] }, "endpoints": { - "us-gov-west-1": {}, + "us-gov-west-1": { + "variants": [ + { + "hostname": "translate-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "us-gov-west-1-fips": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "translate-fips.us-gov-west-1.amazonaws.com" } } @@ -10977,25 +17838,39 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "waf-regional-fips.us-gov-west-1.amazonaws.com" }, "us-gov-east-1": { "credentialScope": { "region": "us-gov-east-1" }, - "hostname": "waf-regional.us-gov-east-1.amazonaws.com" + "hostname": "waf-regional.us-gov-east-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] }, "us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, - "hostname": "waf-regional.us-gov-west-1.amazonaws.com" + "hostname": "waf-regional.us-gov-west-1.amazonaws.com", + "variants": [ + { + "hostname": "waf-regional-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] } } }, @@ -11005,9 +17880,17 @@ "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "workspaces-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-west-1": {} + "us-gov-west-1": { + "variants": [ + { + "hostname": "workspaces-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } }, "xray": { @@ -11016,16 +17899,32 @@ "credentialScope": { "region": "us-gov-east-1" }, + "deprecated": true, "hostname": "xray-fips.us-gov-east-1.amazonaws.com" }, "fips-us-gov-west-1": { "credentialScope": { "region": "us-gov-west-1" }, + "deprecated": true, "hostname": "xray-fips.us-gov-west-1.amazonaws.com" }, - "us-gov-east-1": {}, - "us-gov-west-1": {} + "us-gov-east-1": { + "variants": [ + { + "hostname": "xray-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "xray-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } } } } @@ -11136,14 +18035,49 @@ } }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "dms.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "dms.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-east-1-fips": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "hostname": "dms.us-iso-east-1.c2s.ic.gov" + } } }, "ds": { @@ -11159,6 +18093,11 @@ "us-iso-west-1": {} } }, + "ebs": { + "endpoints": { + "us-iso-east-1": {} + } + }, "ec2": { "endpoints": { "us-iso-east-1": {}, @@ -11183,9 +18122,17 @@ "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + } } }, "elasticloadbalancing": { @@ -11257,10 +18204,39 @@ "credentialScope": { "region": "us-iso-east-1" }, + "deprecated": true, "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov" }, - "us-iso-east-1": {}, - "us-iso-west-1": {} + "us-iso-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-east-1-fips": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1": { + "variants": [ + { + "hostname": "kms-fips.us-iso-west-1.c2s.ic.gov", + "tags": ["fips"] + } + ] + }, + "us-iso-west-1-fips": { + "credentialScope": { + "region": "us-iso-west-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-iso-west-1.c2s.ic.gov" + } } }, "lambda": { @@ -11348,7 +18324,8 @@ "us-iso-east-1": { "protocols": ["http", "https"], "signatureVersions": ["s3v4"] - } + }, + "us-iso-west-1": {} } }, "secretsmanager": { @@ -11520,14 +18497,49 @@ } }, "dms": { + "defaults": { + "variants": [ + { + "hostname": "dms.{region}.{dnsSuffix}", + "tags": ["fips"] + } + ] + }, "endpoints": { + "dms": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "variants": [ + { + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, "dms-fips": { "credentialScope": { "region": "us-isob-east-1" }, + "deprecated": true, "hostname": "dms.us-isob-east-1.sc2s.sgov.gov" }, - "us-isob-east-1": {} + "us-isob-east-1": { + "variants": [ + { + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, + "us-isob-east-1-fips": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "hostname": "dms.us-isob-east-1.sc2s.sgov.gov" + } } }, "ds": { @@ -11543,6 +18555,11 @@ "us-isob-east-1": {} } }, + "ebs": { + "endpoints": { + "us-isob-east-1": {} + } + }, "ec2": { "defaults": { "protocols": ["http", "https"] @@ -11616,9 +18633,24 @@ "credentialScope": { "region": "us-isob-east-1" }, + "deprecated": true, "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov" }, - "us-isob-east-1": {} + "us-isob-east-1": { + "variants": [ + { + "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov", + "tags": ["fips"] + } + ] + }, + "us-isob-east-1-fips": { + "credentialScope": { + "region": "us-isob-east-1" + }, + "deprecated": true, + "hostname": "kms-fips.us-isob-east-1.sc2s.sgov.gov" + } } }, "lambda": { diff --git a/tests/functional/endpoints/fips/test_cases_supported.json b/tests/functional/endpoints/fips/test_cases_supported.json index fd7c134e53d07..5d96c48d5e59f 100644 --- a/tests/functional/endpoints/fips/test_cases_supported.json +++ b/tests/functional/endpoints/fips/test_cases_supported.json @@ -4038,41 +4038,6 @@ "signingRegion": "us-west-2", "hostname": "iot-fips.us-west-2.amazonaws.com" }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-ca-central-1", - "signingRegion": "ca-central-1", - "hostname": "s3-accesspoint-fips.ca-central-1.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-east-1", - "signingRegion": "us-east-1", - "hostname": "s3-accesspoint-fips.us-east-1.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-east-2", - "signingRegion": "us-east-2", - "hostname": "s3-accesspoint-fips.us-east-2.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-west-1", - "signingRegion": "us-west-1", - "hostname": "s3-accesspoint-fips.us-west-1.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-west-2", - "signingRegion": "us-west-2", - "hostname": "s3-accesspoint-fips.us-west-2.amazonaws.com" - }, { "endpointPrefix": "data.iot", "sdkId": "IoT Data Plane", @@ -4100,19 +4065,5 @@ "region": "fips-us-gov-west-1", "signingRegion": "us-gov-west-1", "hostname": "iot-fips.us-gov-west-1.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-gov-east-1", - "signingRegion": "us-gov-east-1", - "hostname": "s3-accesspoint-fips.us-gov-east-1.amazonaws.com" - }, - { - "endpointPrefix": "s3", - "sdkId": "S3", - "region": "fips-accesspoint-us-gov-west-1", - "signingRegion": "us-gov-west-1", - "hostname": "s3-accesspoint-fips.us-gov-west-1.amazonaws.com" } ]