Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-06-11
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 11, 2024
1 parent f58a01d commit 69e40ce
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2993,6 +2993,12 @@
},
"hostname": "bedrock.eu-west-3.amazonaws.com"
},
"bedrock-fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"hostname": "bedrock-fips.ca-central-1.amazonaws.com"
},
"bedrock-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -3059,6 +3065,12 @@
},
"hostname": "bedrock-runtime.eu-west-3.amazonaws.com"
},
"bedrock-runtime-fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"hostname": "bedrock-runtime-fips.ca-central-1.amazonaws.com"
},
"bedrock-runtime-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -25652,6 +25664,18 @@
},
"bedrock": {
"endpoints": {
"bedrock-fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "bedrock-fips.us-gov-west-1.amazonaws.com"
},
"bedrock-runtime-fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
},
"bedrock-runtime-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
Expand Down Expand Up @@ -29400,6 +29424,40 @@
}
}
},
"securitylake": {
"endpoints": {
"us-gov-east-1": {
"variants": [
{
"hostname": "securitylake.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-east-1-fips": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "securitylake.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"variants": [
{
"hostname": "securitylake.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1-fips": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "securitylake.us-gov-west-1.amazonaws.com"
}
}
},
"serverlessrepo": {
"defaults": {
"protocols": ["https"]
Expand Down

0 comments on commit 69e40ce

Please sign in to comment.