Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-05-03
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 3, 2024
1 parent 7c1d339 commit ca804cd
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9028,6 +9028,14 @@
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "fsx-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -9043,13 +9051,27 @@
"deprecated": true,
"hostname": "fsx-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "fsx-fips.ca-west-1.amazonaws.com"
},
"fips-prod-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "fsx-fips.ca-central-1.amazonaws.com"
},
"fips-prod-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "fsx-fips.ca-west-1.amazonaws.com"
},
"fips-prod-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -9121,6 +9143,18 @@
}
]
},
"prod-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"variants": [
{
"hostname": "fsx-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"prod-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -19653,6 +19687,7 @@
"deprecated": true,
"hostname": "snowball-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"sa-east-1": {
"variants": [
Expand Down Expand Up @@ -21198,6 +21233,7 @@
}
]
},
"ca-west-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand Down

0 comments on commit ca804cd

Please sign in to comment.