Skip to content

Commit

Permalink
Update to latest partitions and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 15, 2023
1 parent 7777520 commit 5bb21c5
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions botocore/data/endpoints.json
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 5bb21c5

Please sign in to comment.