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 300870fb7e15..7c8df2641909 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 @@ -4199,6 +4199,7 @@ "ap-northeast-2": {}, "ap-northeast-3": {}, "ap-south-1": {}, + "ap-south-2": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ap-southeast-3": {}, @@ -18193,16 +18194,68 @@ "protocols": ["https"] }, "us-east-1": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "serverlessrepo-fips.us-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-1-fips": { + "credentialScope": { + "region": "us-east-1" + }, + "deprecated": true, + "hostname": "serverlessrepo-fips.us-east-1.amazonaws.com" }, "us-east-2": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "serverlessrepo-fips.us-east-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-east-2-fips": { + "credentialScope": { + "region": "us-east-2" + }, + "deprecated": true, + "hostname": "serverlessrepo-fips.us-east-2.amazonaws.com" }, "us-west-1": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "serverlessrepo-fips.us-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-1-fips": { + "credentialScope": { + "region": "us-west-1" + }, + "deprecated": true, + "hostname": "serverlessrepo-fips.us-west-1.amazonaws.com" }, "us-west-2": { - "protocols": ["https"] + "protocols": ["https"], + "variants": [ + { + "hostname": "serverlessrepo-fips.us-west-2.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-west-2-fips": { + "credentialScope": { + "region": "us-west-2" + }, + "deprecated": true, + "hostname": "serverlessrepo-fips.us-west-2.amazonaws.com" } } }, @@ -21120,6 +21173,14 @@ } ] }, + "ca-west-1": { + "variants": [ + { + "hostname": "verifiedpermissions-fips.ca-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": {}, "eu-central-2": {}, "eu-north-1": {}, @@ -21135,6 +21196,13 @@ "deprecated": true, "hostname": "verifiedpermissions-fips.ca-central-1.amazonaws.com" }, + "fips-ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "hostname": "verifiedpermissions-fips.ca-west-1.amazonaws.com" + }, "fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -21163,6 +21231,7 @@ "deprecated": true, "hostname": "verifiedpermissions-fips.us-west-2.amazonaws.com" }, + "il-central-1": {}, "me-central-1": {}, "me-south-1": {}, "sa-east-1": {}, @@ -29548,6 +29617,40 @@ } } }, + "verifiedpermissions": { + "endpoints": { + "fips-us-gov-east-1": { + "credentialScope": { + "region": "us-gov-east-1" + }, + "deprecated": true, + "hostname": "verifiedpermissions-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1": { + "credentialScope": { + "region": "us-gov-west-1" + }, + "deprecated": true, + "hostname": "verifiedpermissions-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1": { + "variants": [ + { + "hostname": "verifiedpermissions-fips.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1": { + "variants": [ + { + "hostname": "verifiedpermissions-fips.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + } + } + }, "waf-regional": { "endpoints": { "fips-us-gov-east-1": {