From 95132a29d1c54208de0dc5a85437d40d229c4686 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 19 Apr 2023 18:15:52 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2023-04-19 --- .../aws/typescript/codegen/endpoints.json | 26 +++++++++++++++++++ 1 file changed, 26 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 38c4581ecc9a..dabe80f4eabe 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 @@ -2004,8 +2004,10 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ap-southeast-3": {}, + "ap-southeast-4": {}, "ca-central-1": {}, "eu-central-1": {}, + "eu-central-2": {}, "eu-north-1": {}, "eu-south-1": {}, "eu-south-2": {}, @@ -20813,9 +20815,33 @@ }, "endpoints": { "us-gov-east-1": { + "hostname": "application-autoscaling.us-gov-east-1.amazonaws.com", + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "application-autoscaling.us-gov-east-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-east-1-fips": { + "deprecated": true, + "hostname": "application-autoscaling.us-gov-east-1.amazonaws.com", "protocols": ["http", "https"] }, "us-gov-west-1": { + "hostname": "application-autoscaling.us-gov-west-1.amazonaws.com", + "protocols": ["http", "https"], + "variants": [ + { + "hostname": "application-autoscaling.us-gov-west-1.amazonaws.com", + "tags": ["fips"] + } + ] + }, + "us-gov-west-1-fips": { + "deprecated": true, + "hostname": "application-autoscaling.us-gov-west-1.amazonaws.com", "protocols": ["http", "https"] } }