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 Nov 27, 2023
1 parent 8ef931c commit 8257e83
Showing 1 changed file with 106 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4267,6 +4267,16 @@
}
}
},
"cost-optimization-hub" : {
"endpoints" : {
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "cost-optimization-hub.us-east-1.amazonaws.com"
}
}
},
"cur" : {
"endpoints" : {
"us-east-1" : { }
Expand Down Expand Up @@ -20815,6 +20825,12 @@
}
}
},
"arc-zonal-shift" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"athena" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down Expand Up @@ -25443,8 +25459,66 @@
},
"rds" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
"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" ]
} ]
},
"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" ]
} ]
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-east-1-fips" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1-fips" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
}
}
},
"redshift" : {
Expand Down Expand Up @@ -25954,7 +26028,36 @@
},
"rds" : {
"endpoints" : {
"us-isob-east-1" : { }
"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" ]
} ]
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
},
"us-isob-east-1-fips" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
}
}
},
"redshift" : {
Expand Down

0 comments on commit 8257e83

Please sign in to comment.