Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-07-09
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 9, 2024
1 parent ec13654 commit d5e32c2
Showing 1 changed file with 6 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31685,35 +31685,17 @@
},
"redshift": {
"endpoints": {
"fips-us-iso-east-1": {
"us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "redshift-fips.us-iso-east-1.c2s.ic.gov"
"hostname": "redshift.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1": {
"us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "redshift-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "redshift-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1": {
"variants": [
{
"hostname": "redshift-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
"hostname": "redshift.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down Expand Up @@ -32412,20 +32394,11 @@
},
"redshift": {
"endpoints": {
"fips-us-isob-east-1": {
"us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
"hostname": "redshift.us-isob-east-1.sc2s.sgov.gov"
}
}
},
Expand Down

0 comments on commit d5e32c2

Please sign in to comment.