Module Smaws_Client_Glue.ResumeWorkflowRun

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentRunsExceededException of Types.concurrent_runs_exceeded_exception | `EntityNotFoundException of Types.entity_not_found_exception | `IllegalWorkflowStateException of Types.illegal_workflow_state_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.resume_workflow_run_request -> (Types.resume_workflow_run_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentRunsExceededException of Types.concurrent_runs_exceeded_exception | `EntityNotFoundException of Types.entity_not_found_exception | `IllegalWorkflowStateException of Types.illegal_workflow_state_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.resume_workflow_run_request -> (Types.resume_workflow_run_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentRunsExceededException of Types.concurrent_runs_exceeded_exception | `EntityNotFoundException of Types.entity_not_found_exception | `IllegalWorkflowStateException of Types.illegal_workflow_state_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ] * Smaws_Lib.Response.metadata) Stdlib.result