Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 9, 2024
1 parent f548973 commit a2a28a1
Showing 1 changed file with 6 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28523,31 +28523,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 @@ -29211,18 +29197,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 a2a28a1

Please sign in to comment.