StartDBInstance
Source:
src/AWS/RDS/StartDBInstance.ts
Runtime binding for the StartDBInstance operation (IAM action
rds:StartDBInstance).
Starts the bound DBInstance after it was stopped — e.g. an ops
function that wakes a development database on a schedule. The instance
identifier is injected from the binding. Provide the implementation with
Effect.provide(AWS.RDS.StartDBInstanceHttp).
Operating an Instance
Section titled “Operating an Instance”// init — bind the operation to the instanceconst startDBInstance = yield* AWS.RDS.StartDBInstance(instance);
// runtimeyield* startDBInstance();