Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-11-07
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 7, 2024
1 parent 3589a0f commit dbf853a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3134,6 +3134,12 @@
},
"hostname": "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-central-2": {
"credentialScope": {
"region": "eu-central-2"
},
"hostname": "bedrock.eu-central-2.amazonaws.com"
},
"bedrock-eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
Expand Down Expand Up @@ -3218,6 +3224,12 @@
},
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-central-2": {
"credentialScope": {
"region": "eu-central-2"
},
"hostname": "bedrock-runtime.eu-central-2.amazonaws.com"
},
"bedrock-runtime-eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
Expand Down Expand Up @@ -3310,6 +3322,7 @@
},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -10088,6 +10101,7 @@
},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ap-southeast-5": {},
"ca-central-1": {
"variants": [
{
Expand Down

0 comments on commit dbf853a

Please sign in to comment.