RebootCluster
Source:
src/AWS/Redshift/RebootCluster.ts
Runtime binding for the RebootCluster operation (IAM action
redshift:RebootCluster).
Reboots the bound Cluster (a momentary outage while it restarts) —
e.g. an ops function that applies pending static parameter-group changes.
The cluster identifier is injected from the binding. Provide the
implementation with Effect.provide(AWS.Redshift.RebootClusterHttp).
Operating a Cluster
Section titled “Operating a Cluster”// init — bind the operation to the clusterconst rebootCluster = yield* AWS.Redshift.RebootCluster(cluster);
// runtimeyield* rebootCluster();