Smaws_Client_Glue.ResumeWorkflowRunRestarts 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 ] ->
stringval 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.resultval 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