Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-06-06
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 6, 2023
1 parent 00f8d8a commit eefb716
Showing 1 changed file with 29 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9459,6 +9459,7 @@
"ap-southeast-2": {},
"ca-central-1": {},
"eu-west-1": {},
"eu-west-2": {},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -9552,7 +9553,13 @@
"hostname": "kendra-ranking.ap-southeast-4.api.aws"
},
"ca-central-1": {
"hostname": "kendra-ranking.ca-central-1.api.aws"
"hostname": "kendra-ranking.ca-central-1.api.aws",
"variants": [
{
"hostname": "kendra-ranking-fips.ca-central-1.api.aws",
"tags": ["fips"]
}
]
},
"eu-central-2": {
"hostname": "kendra-ranking.eu-central-2.api.aws"
Expand Down Expand Up @@ -9582,16 +9589,34 @@
"hostname": "kendra-ranking.sa-east-1.api.aws"
},
"us-east-1": {
"hostname": "kendra-ranking.us-east-1.api.aws"
"hostname": "kendra-ranking.us-east-1.api.aws",
"variants": [
{
"hostname": "kendra-ranking-fips.us-east-1.api.aws",
"tags": ["fips"]
}
]
},
"us-east-2": {
"hostname": "kendra-ranking.us-east-2.api.aws"
"hostname": "kendra-ranking.us-east-2.api.aws",
"variants": [
{
"hostname": "kendra-ranking-fips.us-east-2.api.aws",
"tags": ["fips"]
}
]
},
"us-west-1": {
"hostname": "kendra-ranking.us-west-1.api.aws"
},
"us-west-2": {
"hostname": "kendra-ranking.us-west-2.api.aws"
"hostname": "kendra-ranking.us-west-2.api.aws",
"variants": [
{
"hostname": "kendra-ranking-fips.us-west-2.api.aws",
"tags": ["fips"]
}
]
}
}
},
Expand Down

0 comments on commit eefb716

Please sign in to comment.