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 Aug 11, 2022
1 parent 9132e10 commit c7335ff
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,14 @@
"us-west-2" : { }
}
},
"backupstorage" : {
"endpoints" : {
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"batch" : {
"defaults" : {
"variants" : [ {
Expand Down Expand Up @@ -17551,12 +17559,18 @@
"variants" : [ {
"hostname" : "lambda-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "lambda.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "lambda-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "lambda.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down

0 comments on commit c7335ff

Please sign in to comment.