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 b6f3264c99b5..ce2381475002 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 @@ -2919,6 +2919,7 @@ "bedrock": { "endpoints": { "ap-northeast-1": {}, + "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "bedrock-ap-northeast-1": { @@ -2927,6 +2928,12 @@ }, "hostname": "bedrock.ap-northeast-1.amazonaws.com" }, + "bedrock-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "bedrock.ap-south-1.amazonaws.com" + }, "bedrock-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -2945,6 +2952,12 @@ }, "hostname": "bedrock.eu-central-1.amazonaws.com" }, + "bedrock-eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "bedrock.eu-west-1.amazonaws.com" + }, "bedrock-eu-west-3": { "credentialScope": { "region": "eu-west-3" @@ -2969,6 +2982,12 @@ }, "hostname": "bedrock-runtime.ap-northeast-1.amazonaws.com" }, + "bedrock-runtime-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "bedrock-runtime.ap-south-1.amazonaws.com" + }, "bedrock-runtime-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -2987,6 +3006,12 @@ }, "hostname": "bedrock-runtime.eu-central-1.amazonaws.com" }, + "bedrock-runtime-eu-west-1": { + "credentialScope": { + "region": "eu-west-1" + }, + "hostname": "bedrock-runtime.eu-west-1.amazonaws.com" + }, "bedrock-runtime-eu-west-3": { "credentialScope": { "region": "eu-west-3" @@ -3030,6 +3055,7 @@ "hostname": "bedrock.us-west-2.amazonaws.com" }, "eu-central-1": {}, + "eu-west-1": {}, "eu-west-3": {}, "us-east-1": {}, "us-west-2": {} @@ -22287,6 +22313,18 @@ } ] }, + "ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "hostname": "wafv2.ca-west-1.amazonaws.com", + "variants": [ + { + "hostname": "wafv2-fips.ca-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, "eu-central-1": { "credentialScope": { "region": "eu-central-1" @@ -22467,6 +22505,13 @@ "deprecated": true, "hostname": "wafv2-fips.ca-central-1.amazonaws.com" }, + "fips-ca-west-1": { + "credentialScope": { + "region": "ca-west-1" + }, + "deprecated": true, + "hostname": "wafv2-fips.ca-west-1.amazonaws.com" + }, "fips-eu-central-1": { "credentialScope": { "region": "eu-central-1"