StopDBInstance
Source:
src/AWS/RDS/StopDBInstance.ts
Runtime binding for the StopDBInstance operation (IAM action
rds:StopDBInstance).
Stops the bound DBInstance — e.g. an ops function that parks a
development database overnight to save cost. The instance identifier is
injected from the binding. Provide the implementation with
Effect.provide(AWS.RDS.StopDBInstanceHttp).
Operating an Instance
Section titled “Operating an Instance”// init — bind the operation to the instanceconst stopDBInstance = yield* AWS.RDS.StopDBInstance(instance);
// runtimeyield* stopDBInstance();