Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 10, 2024
1 parent 44661b2 commit 6c8a42d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,6 +2641,7 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"bedrock-ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
Expand All @@ -2653,6 +2654,12 @@
},
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
},
"bedrock-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
},
"bedrock-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -2689,6 +2696,12 @@
},
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
},
"bedrock-runtime-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down

0 comments on commit 6c8a42d

Please sign in to comment.