Skip to content

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).

// init — bind the operation to the instance
const rebootDBInstance = yield* AWS.Neptune.RebootDBInstance(instance);
// runtime
yield* rebootDBInstance();