RebootDBInstance
Source:
src/AWS/DocDB/RebootDBInstance.ts
Runtime binding for the RebootDBInstance operation (IAM action
rds:RebootDBInstance).
Reboots the bound DBInstance — e.g. an ops function applying a
parameter-group change that requires a restart. The instance identifier
is injected from the binding. Provide the implementation with
Effect.provide(AWS.DocDB.RebootDBInstanceHttp).
Operating an Instance
Section titled “Operating an Instance”// init — bind the operation to the instanceconst rebootDBInstance = yield* AWS.DocDB.RebootDBInstance(instance);
// runtime — optionally force a failover during the rebootyield* rebootDBInstance({ ForceFailover: false });