Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-12-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 27, 2023
1 parent 7a3e95b commit 9820c88
Showing 1 changed file with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5958,7 +5958,14 @@
}
]
},
"ca-west-1": {},
"ca-west-1": {
"variants": [
{
"hostname": "ds-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -5974,6 +5981,13 @@
"deprecated": true,
"hostname": "ds-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "ds-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -15069,6 +15083,21 @@
"deprecated": true,
"hostname": "rds-fips.ca-central-1.amazonaws.com"
},
"ca-west-1": {
"variants": [
{
"hostname": "rds-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-west-1-fips": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "rds-fips.ca-west-1.amazonaws.com"
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -15087,6 +15116,13 @@
"deprecated": true,
"hostname": "rds-fips.ca-central-1.amazonaws.com"
},
"rds-fips.ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "rds-fips.ca-west-1.amazonaws.com"
},
"rds-fips.us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -15127,6 +15163,18 @@
}
]
},
"rds.ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"rds.us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down

0 comments on commit 9820c88

Please sign in to comment.