Module Smaws_Client_Redshift.ModifyClusterDbRevision

Modifies the database revision of a cluster. The database revision is a unique revision of the database running in a cluster.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `ClusterOnLatestRevisionFault of Types.cluster_on_latest_revision_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `UnsupportedOperationFault of Types.unsupported_operation_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_cluster_db_revision_message -> (Types.modify_cluster_db_revision_result, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `ClusterOnLatestRevisionFault of Types.cluster_on_latest_revision_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `UnsupportedOperationFault of Types.unsupported_operation_fault ]) Stdlib.result