Skip to content

Commit

Permalink
Update to latest endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 27, 2022
1 parent ed1e78a commit 3484696
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -14700,8 +14700,18 @@
},
"firehose" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"fms" : {
Expand Down

0 comments on commit 3484696

Please sign in to comment.