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 15, 2023
1 parent ff732ff commit e12b822
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21990,8 +21990,26 @@
},
"route53resolver" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"deprecated" : true,
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"deprecated" : true,
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com"
}
}
},
"runtime.lex" : {
Expand Down

0 comments on commit e12b822

Please # to comment.