Skip to content

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

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