Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 1, 2023
1 parent 0916451 commit 4c1650b
Showing 1 changed file with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2432,6 +2432,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -15375,6 +15376,8 @@
"securitylake": {
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"eu-central-1": {},
Expand All @@ -15383,6 +15386,7 @@
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
}
},
Expand Down Expand Up @@ -23698,6 +23702,40 @@
"us-gov-west-1": {}
}
},
"mgn": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "mgn-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "mgn-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "mgn-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "mgn-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"models.lex": {
"defaults": {
"credentialScope": {
Expand Down Expand Up @@ -26168,7 +26206,8 @@
},
"tagging": {
"endpoints": {
"us-iso-east-1": {}
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"transcribe": {
Expand Down

0 comments on commit 4c1650b

Please sign in to comment.