Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-06-04
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 4, 2024
1 parent 06b3ef4 commit 5258f66
Showing 1 changed file with 12 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9931,6 +9931,7 @@
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand Down Expand Up @@ -21714,9 +21715,11 @@
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
}
},
Expand Down Expand Up @@ -30900,48 +30903,24 @@
},
"rds": {
"endpoints": {
"rds-fips.us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
},
"rds-fips.us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
},
"rds.us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
"hostname": "rds.us-iso-east-1.c2s.ic.gov"
},
"rds.us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
"hostname": "rds.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
"hostname": "rds.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
Expand All @@ -30951,12 +30930,12 @@
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
"hostname": "rds.us-iso-east-1.c2s.ic.gov"
},
"us-iso-west-1": {
"variants": [
{
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
"hostname": "rds.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
Expand All @@ -30966,7 +30945,7 @@
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
"hostname": "rds.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down Expand Up @@ -31673,29 +31652,17 @@
},
"rds": {
"endpoints": {
"rds-fips.us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
},
"rds.us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
"hostname": "rds.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"hostname": "rds.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
Expand All @@ -31705,7 +31672,7 @@
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
"hostname": "rds.us-isob-east-1.sc2s.sgov.gov"
}
}
},
Expand Down

0 comments on commit 5258f66

Please sign in to comment.