Skip to content

Commit 5ba04d3

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-04-10
1 parent c39f5fc commit 5ba04d3

File tree

1 file changed

+13
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+13
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,6 +2920,7 @@
29202920
"endpoints": {
29212921
"ap-northeast-1": {},
29222922
"ap-southeast-1": {},
2923+
"ap-southeast-2": {},
29232924
"bedrock-ap-northeast-1": {
29242925
"credentialScope": {
29252926
"region": "ap-northeast-1"
@@ -2932,6 +2933,12 @@
29322933
},
29332934
"hostname": "bedrock.ap-southeast-1.amazonaws.com"
29342935
},
2936+
"bedrock-ap-southeast-2": {
2937+
"credentialScope": {
2938+
"region": "ap-southeast-2"
2939+
},
2940+
"hostname": "bedrock.ap-southeast-2.amazonaws.com"
2941+
},
29352942
"bedrock-eu-central-1": {
29362943
"credentialScope": {
29372944
"region": "eu-central-1"
@@ -2968,6 +2975,12 @@
29682975
},
29692976
"hostname": "bedrock-runtime.ap-southeast-1.amazonaws.com"
29702977
},
2978+
"bedrock-runtime-ap-southeast-2": {
2979+
"credentialScope": {
2980+
"region": "ap-southeast-2"
2981+
},
2982+
"hostname": "bedrock-runtime.ap-southeast-2.amazonaws.com"
2983+
},
29712984
"bedrock-runtime-eu-central-1": {
29722985
"credentialScope": {
29732986
"region": "eu-central-1"

0 commit comments

Comments
 (0)