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 Jun 4, 2024
1 parent a17e5c4 commit cea73de
Showing 1 changed file with 12 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9020,6 +9020,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 @@ -19581,9 +19582,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 @@ -27888,43 +27891,23 @@
},
"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 @@ -27933,11 +27916,11 @@
"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 @@ -27946,7 +27929,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 @@ -28616,26 +28599,16 @@
},
"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 @@ -28644,7 +28617,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 cea73de

Please sign in to comment.