Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-03-03
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 3, 2023
1 parent e5182e1 commit aa83817
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11622,6 +11622,7 @@
"deprecated": true,
"hostname": "network-firewall-fips.us-west-2.amazonaws.com"
},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -12541,7 +12542,6 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"api": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -22465,11 +22465,20 @@
},
"mediaconvert": {
"endpoints": {
"us-gov-west-1": {
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "mediaconvert.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1": {
"variants": [
{
"hostname": "mediaconvert.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
Expand Down

0 comments on commit aa83817

Please sign in to comment.