Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-05-01
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 1, 2024
1 parent a68c999 commit 365eb8c
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,7 @@
"bedrock": {
"endpoints": {
"ap-northeast-1": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"bedrock-ap-northeast-1": {
Expand All @@ -2927,6 +2928,12 @@
},
"hostname": "bedrock.ap-northeast-1.amazonaws.com"
},
"bedrock-ap-south-1": {
"credentialScope": {
"region": "ap-south-1"
},
"hostname": "bedrock.ap-south-1.amazonaws.com"
},
"bedrock-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand All @@ -2945,6 +2952,12 @@
},
"hostname": "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
},
"hostname": "bedrock.eu-west-1.amazonaws.com"
},
"bedrock-eu-west-3": {
"credentialScope": {
"region": "eu-west-3"
Expand All @@ -2969,6 +2982,12 @@
},
"hostname": "bedrock-runtime.ap-northeast-1.amazonaws.com"
},
"bedrock-runtime-ap-south-1": {
"credentialScope": {
"region": "ap-south-1"
},
"hostname": "bedrock-runtime.ap-south-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand All @@ -2987,6 +3006,12 @@
},
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
},
"hostname": "bedrock-runtime.eu-west-1.amazonaws.com"
},
"bedrock-runtime-eu-west-3": {
"credentialScope": {
"region": "eu-west-3"
Expand Down Expand Up @@ -3030,6 +3055,7 @@
"hostname": "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1": {},
"eu-west-1": {},
"eu-west-3": {},
"us-east-1": {},
"us-west-2": {}
Expand Down Expand Up @@ -22287,6 +22313,18 @@
}
]
},
"ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"hostname": "wafv2.ca-west-1.amazonaws.com",
"variants": [
{
"hostname": "wafv2-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {
"credentialScope": {
"region": "eu-central-1"
Expand Down Expand Up @@ -22467,6 +22505,13 @@
"deprecated": true,
"hostname": "wafv2-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "wafv2-fips.ca-west-1.amazonaws.com"
},
"fips-eu-central-1": {
"credentialScope": {
"region": "eu-central-1"
Expand Down

0 comments on commit 365eb8c

Please sign in to comment.