From a0f3117f516cbcf782d555655438712047864c47 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 29 Mar 2024 18:14:28 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2024-03-29 --- .../aws/typescript/codegen/endpoints.json | 43 +++++++++++++++++++ 1 file changed, 43 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 1abafc4b9235..47519057f0f3 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 @@ -503,6 +503,7 @@ "ap-east-1": {}, "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-northeast-3": {}, "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, @@ -547,6 +548,7 @@ "endpoints": { "ap-northeast-1": {}, "ap-northeast-2": {}, + "ap-northeast-3": {}, "ap-south-1": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, @@ -4170,6 +4172,7 @@ "ap-southeast-1": {}, "ap-southeast-2": {}, "ap-southeast-3": {}, + "ap-southeast-4": {}, "ca-central-1": {}, "eu-central-1": {}, "eu-central-2": {}, @@ -14120,6 +14123,12 @@ }, "hostname": "oidc.ap-south-1.amazonaws.com" }, + "ap-south-2": { + "credentialScope": { + "region": "ap-south-2" + }, + "hostname": "oidc.ap-south-2.amazonaws.com" + }, "ap-southeast-1": { "credentialScope": { "region": "ap-southeast-1" @@ -14174,6 +14183,12 @@ }, "hostname": "oidc.eu-south-1.amazonaws.com" }, + "eu-south-2": { + "credentialScope": { + "region": "eu-south-2" + }, + "hostname": "oidc.eu-south-2.amazonaws.com" + }, "eu-west-1": { "credentialScope": { "region": "eu-west-1" @@ -30243,6 +30258,20 @@ } } }, + "s3-outposts": { + "endpoints": { + "fips-us-iso-east-1": { + "deprecated": true + }, + "us-iso-east-1": { + "variants": [ + { + "tags": ["fips"] + } + ] + } + } + }, "secretsmanager": { "endpoints": { "us-iso-east-1": {}, @@ -30873,6 +30902,20 @@ } } }, + "s3-outposts": { + "endpoints": { + "fips-us-isob-east-1": { + "deprecated": true + }, + "us-isob-east-1": { + "variants": [ + { + "tags": ["fips"] + } + ] + } + } + }, "secretsmanager": { "endpoints": { "us-isob-east-1": {}