From 1aa03127b9cbf4dd8cdcf550c07af0714ec0634f Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 23 Oct 2023 18:15:38 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2023-10-23 --- .../aws/typescript/codegen/endpoints.json | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) 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 3f65e0a36f936..5256279a7350c 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 @@ -2685,6 +2685,12 @@ }, "hostname": "bedrock.ap-southeast-1.amazonaws.com" }, + "bedrock-eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "bedrock.eu-central-1.amazonaws.com" + }, "bedrock-fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -2709,6 +2715,12 @@ }, "hostname": "bedrock-runtime.ap-southeast-1.amazonaws.com" }, + "bedrock-runtime-eu-central-1": { + "credentialScope": { + "region": "eu-central-1" + }, + "hostname": "bedrock-runtime.eu-central-1.amazonaws.com" + }, "bedrock-runtime-fips-us-east-1": { "credentialScope": { "region": "us-east-1" @@ -2745,6 +2757,7 @@ }, "hostname": "bedrock.us-west-2.amazonaws.com" }, + "eu-central-1": {}, "us-east-1": {}, "us-west-2": {} } @@ -10007,8 +10020,29 @@ }, "iottwinmaker": { "endpoints": { + "ap-northeast-1": {}, + "ap-northeast-2": {}, + "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, + "api-ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "api.iottwinmaker.ap-northeast-1.amazonaws.com" + }, + "api-ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "api.iottwinmaker.ap-northeast-2.amazonaws.com" + }, + "api-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "api.iottwinmaker.ap-south-1.amazonaws.com" + }, "api-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -10045,6 +10079,24 @@ }, "hostname": "api.iottwinmaker.us-west-2.amazonaws.com" }, + "data-ap-northeast-1": { + "credentialScope": { + "region": "ap-northeast-1" + }, + "hostname": "data.iottwinmaker.ap-northeast-1.amazonaws.com" + }, + "data-ap-northeast-2": { + "credentialScope": { + "region": "ap-northeast-2" + }, + "hostname": "data.iottwinmaker.ap-northeast-2.amazonaws.com" + }, + "data-ap-south-1": { + "credentialScope": { + "region": "ap-south-1" + }, + "hostname": "data.iottwinmaker.ap-south-1.amazonaws.com" + }, "data-ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1"