Module Smaws_Client_DocDB.StartDBCluster

Restarts the stopped cluster that is specified by DBClusterIdentifier. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.start_db_cluster_message -> (Types.start_db_cluster_result, [> Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ]) Stdlib.result