RebootDBInstance
Source:
src/AWS/RDS/RebootDBInstance.ts
Runtime binding for the RebootDBInstance operation (IAM action
rds:RebootDBInstance).
Reboots the bound DBInstance (optionally with a forced
failover for Multi-AZ deployments) — e.g. to apply static parameter
changes. The instance identifier is injected from the binding. Provide the implementation with
Effect.provide(AWS.RDS.RebootDBInstanceHttp).
Operating an Instance
Section titled “Operating an Instance”// init — bind the operation to the instanceconst rebootDBInstance = yield* AWS.RDS.RebootDBInstance(instance);
// runtimeyield* rebootDBInstance();