Skip to content

Commit dbf853a

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-11-07
1 parent 3589a0f commit dbf853a

File tree

1 file changed

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

1 file changed

+14
-0
lines changed

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

+14
Original file line numberDiff line numberDiff line change
@@ -3134,6 +3134,12 @@
31343134
},
31353135
"hostname": "bedrock.eu-central-1.amazonaws.com"
31363136
},
3137+
"bedrock-eu-central-2": {
3138+
"credentialScope": {
3139+
"region": "eu-central-2"
3140+
},
3141+
"hostname": "bedrock.eu-central-2.amazonaws.com"
3142+
},
31373143
"bedrock-eu-west-1": {
31383144
"credentialScope": {
31393145
"region": "eu-west-1"
@@ -3218,6 +3224,12 @@
32183224
},
32193225
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
32203226
},
3227+
"bedrock-runtime-eu-central-2": {
3228+
"credentialScope": {
3229+
"region": "eu-central-2"
3230+
},
3231+
"hostname": "bedrock-runtime.eu-central-2.amazonaws.com"
3232+
},
32213233
"bedrock-runtime-eu-west-1": {
32223234
"credentialScope": {
32233235
"region": "eu-west-1"
@@ -3310,6 +3322,7 @@
33103322
},
33113323
"ca-central-1": {},
33123324
"eu-central-1": {},
3325+
"eu-central-2": {},
33133326
"eu-west-1": {},
33143327
"eu-west-2": {},
33153328
"eu-west-3": {},
@@ -10088,6 +10101,7 @@
1008810101
},
1008910102
"ap-southeast-3": {},
1009010103
"ap-southeast-4": {},
10104+
"ap-southeast-5": {},
1009110105
"ca-central-1": {
1009210106
"variants": [
1009310107
{

0 commit comments

Comments
 (0)