From db366a247fc633b41bc068f31da76a7052c9a367 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 6 Jan 2025 20:06:47 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2025-01-06 --- .../aws/typescript/codegen/endpoints.json | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 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 38ce6b97ea92..545e27080105 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 @@ -13704,9 +13704,27 @@ }, "iotfleetwise": { "endpoints": { - "ap-south-1": {}, - "eu-central-1": {}, - "us-east-1": {} + "ap-south-1": { + "variants": [ + { + "tags": ["dualstack"] + } + ] + }, + "eu-central-1": { + "variants": [ + { + "tags": ["dualstack"] + } + ] + }, + "us-east-1": { + "variants": [ + { + "tags": ["dualstack"] + } + ] + } } }, "iotsecuredtunneling": {