Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-09-16
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 16, 2024
1 parent de21918 commit 291c786
Showing 1 changed file with 64 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8077,6 +8077,14 @@
}
]
},
"ap-southeast-5": {
"variants": [
{
"hostname": "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-central-1": {
"variants": [
{
Expand Down Expand Up @@ -8234,6 +8242,13 @@
"deprecated": true,
"hostname": "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
},
"fips-ap-southeast-5": {
"credentialScope": {
"region": "ap-southeast-5"
},
"deprecated": true,
"hostname": "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand Down Expand Up @@ -21828,9 +21843,11 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {
"variants": [
{
Expand All @@ -21840,8 +21857,10 @@
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -21880,6 +21899,8 @@
"deprecated": true,
"hostname": "ssm-sap-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -22890,90 +22911,70 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-west-1": {},
"eu-west-2": {},
"sa-east-1": {},
"transcribestreaming-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"ca-central-1": {
"variants": [
{
"hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"transcribestreaming-fips-ca-central-1": {
"eu-central-1": {},
"eu-west-1": {},
"eu-west-2": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.ca-central-1.amazonaws.com"
},
"transcribestreaming-fips-us-east-1": {
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.us-east-1.amazonaws.com"
},
"transcribestreaming-fips-us-east-2": {
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.us-east-2.amazonaws.com"
},
"transcribestreaming-fips-us-west-2": {
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.us-west-2.amazonaws.com"
},
"transcribestreaming-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"sa-east-1": {},
"us-east-1": {
"variants": [
{
"hostname": "transcribestreaming-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"transcribestreaming-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"us-east-2": {
"variants": [
{
"hostname": "transcribestreaming-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"transcribestreaming-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"us-west-2": {
"variants": [
{
"hostname": "transcribestreaming-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-1": {},
"us-east-2": {},
"us-west-2": {}
}
}
},
"transfer": {
Expand Down Expand Up @@ -32026,8 +32027,36 @@
},
"transcribestreaming": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"transfer": {
Expand Down

0 comments on commit 291c786

Please sign in to comment.