StartDBCluster
Source:
src/AWS/Neptune/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.Neptune.StartDBClusterHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the clusterconst startDBCluster = yield* AWS.Neptune.StartDBCluster(cluster);
// runtimeyield* startDBCluster();