From 3cccb5df60434c7356284c54673859892e6bffda Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 19 May 2022 18:29:39 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2022-05-19 --- clients/client-health/src/endpoints.ts | 1 + .../smithy/aws/typescript/codegen/endpoints.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/client-health/src/endpoints.ts b/clients/client-health/src/endpoints.ts index 0aef8959ef55..1111e5edda40 100644 --- a/clients/client-health/src/endpoints.ts +++ b/clients/client-health/src/endpoints.ts @@ -50,6 +50,7 @@ const partitionHash: PartitionHash = { tags: ["dualstack"], }, ], + endpoint: "aws-global", }, "aws-cn": { regions: ["cn-north-1", "cn-northwest-1"], 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 2129931ed654..001f83465ed0 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 @@ -6746,6 +6746,10 @@ "isRegionalized": true }, "health": { + "defaults": { + "protocols": ["https"], + "sslCommonName": "health.us-east-1.amazonaws.com" + }, "endpoints": { "fips-us-east-2": { "credentialScope": { @@ -6766,7 +6770,9 @@ } ] } - } + }, + "isRegionalized": false, + "partitionEndpoint": "aws-global" }, "healthlake": { "defaults": { @@ -19837,6 +19843,11 @@ "us-iso-east-1": {} } }, + "appconfigdata": { + "endpoints": { + "us-iso-west-1": {} + } + }, "application-autoscaling": { "defaults": { "protocols": ["http", "https"]