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 May 16, 2023
1 parent c2a4f1a commit 3bb4047
Showing 1 changed file with 73 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11777,11 +11777,47 @@
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "profile-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "profile-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "profile-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "profile-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"variants" : [ {
"hostname" : "profile-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "profile-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"projects.iot1click" : {
Expand Down Expand Up @@ -23522,6 +23558,23 @@
"us-iso-west-1" : { }
}
},
"rbin" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"rds" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down Expand Up @@ -23981,6 +24034,23 @@
"us-isob-east-1" : { }
}
},
"rbin" : {
"endpoints" : {
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"rds" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit 3bb4047

Please # to comment.