Driver.prototype.updateStream = function(id, name, params, callback) {
  this.connection.updateStream(id, name, params, callback);
};