Module Smaws_Client_Redshift.ResumeCluster

Resumes a paused cluster.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `InsufficientClusterCapacityFault of Types.insufficient_cluster_capacity_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `UnsupportedOperationFault of Types.unsupported_operation_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.resume_cluster_message -> (Types.resume_cluster_result, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `InsufficientClusterCapacityFault of Types.insufficient_cluster_capacity_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `UnsupportedOperationFault of Types.unsupported_operation_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.resume_cluster_message -> (Types.resume_cluster_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `InsufficientClusterCapacityFault of Types.insufficient_cluster_capacity_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `UnsupportedOperationFault of Types.unsupported_operation_fault ] * Smaws_Lib.Response.metadata) Stdlib.result