Values_0.BatchStopJobRunResponseSourceStops one or more job runs for a specified job definition.
type nonrec t = {successfulSubmissions : BatchStopJobRunSuccessfulSubmissionList.t option;A list of the JobRuns that were successfully submitted for stopping.
*)errors : BatchStopJobRunErrorList.t option;A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidInputException of InvalidInputException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NameString.t
| `Structure of
(string * [> `String of NameString.t ]) list ])
list ]
list ])
list ]