From 989582c874d3d9e78cc67ac453e88b04750e98ef Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 19 Dec 2024 19:10:41 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-12-19 --- .../aws/typescript/codegen/endpoints.json | 30 +++++++++++++++++-- 1 file changed, 28 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 7386c3f76ec2..9c6bfab46237 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 @@ -27766,8 +27766,22 @@ }, "dlm": { "endpoints": { - "cn-north-1": {}, - "cn-northwest-1": {} + "cn-north-1": { + "variants": [ + { + "hostname": "dlm.cn-north-1.api.amazonwebservices.com.cn", + "tags": ["dualstack"] + } + ] + }, + "cn-northwest-1": { + "variants": [ + { + "hostname": "dlm.cn-northwest-1.api.amazonwebservices.com.cn", + "tags": ["dualstack"] + } + ] + } } }, "dms": { @@ -35624,6 +35638,18 @@ "us-iso-east-1": {} } }, + "organizations": { + "endpoints": { + "aws-iso-global": { + "credentialScope": { + "region": "us-iso-east-1" + }, + "hostname": "organizations.us-iso-east-1.c2s.ic.gov" + } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-iso-global" + }, "outposts": { "endpoints": { "us-iso-east-1": {}