ResumeCluster
Source:
src/AWS/Redshift/ResumeCluster.ts
Runtime binding for the ResumeCluster operation (IAM action
redshift:ResumeCluster).
Resumes the bound paused Cluster — the morning half of an
overnight pause schedule. The cluster identifier is injected from the
binding. Provide the implementation with
Effect.provide(AWS.Redshift.ResumeClusterHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the clusterconst resumeCluster = yield* AWS.Redshift.ResumeCluster(cluster);
// runtimeyield* resumeCluster();