StartDBCluster
Source:
src/AWS/DocDB/StartDBCluster.ts
Runtime binding for the StartDBCluster operation (IAM action
rds:StartDBCluster).
Starts the bound DBCluster after it was stopped — e.g. an ops
function that wakes a development cluster on a schedule. The cluster
identifier is injected from the binding. Provide the implementation with
Effect.provide(AWS.DocDB.StartDBClusterHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the clusterconst startDBCluster = yield* AWS.DocDB.StartDBCluster(cluster);
// runtimeyield* startDBCluster();