RebootDBInstance
Source:
src/AWS/Neptune/RebootDBInstance.ts
Runtime binding for the RebootDBInstance operation (IAM action
rds:RebootDBInstance).
Reboots the bound DBInstance — e.g. to apply a static parameter
change from an ops function. The instance identifier is injected from the
binding. Provide the implementation with
Effect.provide(AWS.Neptune.RebootDBInstanceHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the instanceconst rebootDBInstance = yield* AWS.Neptune.RebootDBInstance(instance);
// runtimeyield* rebootDBInstance();