Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 1, 2022
1 parent 855863c commit 48701ed
Showing 1 changed file with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,7 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -3516,6 +3517,81 @@
"us-west-2": {}
}
},
"controltower": {
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {
"variants": [
{
"hostname": "controltower-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-central-1-fips": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "controltower-fips.ca-central-1.amazonaws.com"
},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"sa-east-1": {},
"us-east-1": {
"variants": [
{
"hostname": "controltower-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-1-fips": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "controltower-fips.us-east-1.amazonaws.com"
},
"us-east-2": {
"variants": [
{
"hostname": "controltower-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2-fips": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "controltower-fips.us-east-2.amazonaws.com"
},
"us-west-2": {
"variants": [
{
"hostname": "controltower-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2-fips": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "controltower-fips.us-west-2.amazonaws.com"
}
}
},
"cur": {
"endpoints": {
"us-east-1": {}
Expand Down

0 comments on commit 48701ed

Please sign in to comment.