Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-02-02
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 2, 2024
1 parent 66c026c commit 1b512d0
Showing 1 changed file with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18624,8 +18624,10 @@
},
"sms-voice": {
"endpoints": {
"af-south-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
Expand All @@ -18642,9 +18644,12 @@
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand All @@ -18659,6 +18664,20 @@
"deprecated": true,
"hostname": "sms-voice-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "sms-voice-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "sms-voice-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
Expand All @@ -18668,6 +18687,8 @@
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
"variants": [
{
Expand All @@ -18676,6 +18697,22 @@
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "sms-voice-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "sms-voice-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
Expand Down Expand Up @@ -28277,13 +28314,28 @@
},
"sms-voice": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "sms-voice-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "sms-voice-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "sms-voice-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
Expand Down

0 comments on commit 1b512d0

Please sign in to comment.