Module Smaws_Client_Glue.StartWorkflowRun

Starts a new run of the specified workflow.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentRunsExceededException of Types.concurrent_runs_exceeded_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.start_workflow_run_request -> (Types.start_workflow_run_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentRunsExceededException of Types.concurrent_runs_exceeded_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.start_workflow_run_request -> (Types.start_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 | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result