Smaws_Client_Glue.StartJobRunStarts a job run using a job definition.
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 ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_job_run_request ->
(Types.start_job_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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_job_run_request ->
(Types.start_job_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