From 74b4aad8191a4779380eef439452936c849a8f40 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 20 Oct 2023 20:11:33 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2023-10-20 --- .../aws/typescript/codegen/endpoints.json | 36 +++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) 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 c0abf19f83e8..3f65e0a36f93 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 @@ -7031,6 +7031,10 @@ { "hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com", "tags": ["fips"] + }, + { + "hostname": "elasticmapreduce.us-east-2.api.aws", + "tags": ["dualstack"] } ] }, @@ -7166,6 +7170,7 @@ "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-northeast-3": {}, "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, @@ -21207,8 +21212,22 @@ "protocols": ["https"] }, "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {} + "cn-north-1": { + "variants": [ + { + "hostname": "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn", + "tags": ["dualstack"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn", + "tags": ["dualstack"] + } + ] + } } }, "emr-containers": { @@ -23965,6 +23984,10 @@ { "hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com", "tags": ["fips"] + }, + { + "hostname": "elasticmapreduce.us-gov-east-1.api.aws", + "tags": ["dualstack"] } ] }, @@ -23974,6 +23997,10 @@ { "hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com", "tags": ["fips"] + }, + { + "hostname": "elasticmapreduce.us-gov-west-1.api.aws", + "tags": ["dualstack"] } ] } @@ -27939,6 +27966,11 @@ } } }, + "api.sagemaker": { + "endpoints": { + "us-isob-east-1": {} + } + }, "appconfig": { "endpoints": { "us-isob-east-1": {}