Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-03-18
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 18, 2024
1 parent 72ad42d commit e1a2dc2
Showing 1 changed file with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2306,6 +2306,14 @@
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "athena.ca-west-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-central-1": {
"variants": [
{
Expand Down Expand Up @@ -14121,6 +14129,12 @@
},
"hostname": "oidc.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4": {
"credentialScope": {
"region": "ap-southeast-4"
},
"hostname": "oidc.ap-southeast-4.amazonaws.com"
},
"ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand Down Expand Up @@ -14814,6 +14828,12 @@
},
"hostname": "portal.sso.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4": {
"credentialScope": {
"region": "ap-southeast-4"
},
"hostname": "portal.sso.ap-southeast-4.amazonaws.com"
},
"ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand Down Expand Up @@ -19910,6 +19930,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 @@ -30860,6 +30881,32 @@
"us-isob-east-1": {}
}
},
"storagegateway": {
"endpoints": {
"fips": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
},
"us-isob-east-1-fips": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
}
}
},
"streams.dynamodb": {
"defaults": {
"credentialScope": {
Expand Down

0 comments on commit e1a2dc2

Please sign in to comment.