Module Smaws_Client_Redshift.RebootCluster

Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.reboot_cluster_message -> (Types.reboot_cluster_result, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault ]) Stdlib.result