Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 19, 2023
1 parent c813e43 commit 95132a2
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2004,8 +2004,10 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
Expand Down Expand Up @@ -20813,9 +20815,33 @@
},
"endpoints": {
"us-gov-east-1": {
"hostname": "application-autoscaling.us-gov-east-1.amazonaws.com",
"protocols": ["http", "https"],
"variants": [
{
"hostname": "application-autoscaling.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-east-1-fips": {
"deprecated": true,
"hostname": "application-autoscaling.us-gov-east-1.amazonaws.com",
"protocols": ["http", "https"]
},
"us-gov-west-1": {
"hostname": "application-autoscaling.us-gov-west-1.amazonaws.com",
"protocols": ["http", "https"],
"variants": [
{
"hostname": "application-autoscaling.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1-fips": {
"deprecated": true,
"hostname": "application-autoscaling.us-gov-west-1.amazonaws.com",
"protocols": ["http", "https"]
}
}
Expand Down

0 comments on commit 95132a2

Please sign in to comment.