Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-10-25
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 25, 2024
1 parent 1429c43 commit 20cc81f
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14915,6 +14915,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-4": {},
Expand All @@ -14924,6 +14925,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
Expand Down Expand Up @@ -31516,6 +31518,40 @@
}
}
},
"redshift-serverless": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"rekognition": {
"endpoints": {
"rekognition-fips.us-gov-west-1": {
Expand Down

0 comments on commit 20cc81f

Please sign in to comment.