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 Oct 16, 2023
1 parent 6eaa518 commit f72e13e
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22683,12 +22683,24 @@
"variants" : [ {
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "lakeformation.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "lakeformation.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down

0 comments on commit f72e13e

Please sign in to comment.