Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 17, 2024
1 parent 08bd27c commit 7423a23
Showing 1 changed file with 45 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10957,6 +10957,14 @@
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "kafka-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -10972,6 +10980,13 @@
"deprecated": true,
"hostname": "kafka-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "kafka-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -25557,8 +25572,36 @@
},
"controltower": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"us-gov-east-1": {
"variants": [
{
"hostname": "controltower-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-east-1-fips": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "controltower-fips.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"variants": [
{
"hostname": "controltower-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1-fips": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "controltower-fips.us-gov-west-1.amazonaws.com"
}
}
},
"data-ats.iot": {
Expand Down

0 comments on commit 7423a23

Please sign in to comment.