Values_2.GetJobsResponseSourceRetrieves all current job definitions.
type nonrec t = {jobs : Values_0.JobList.t option;A list of job definitions.
*)nextToken : Values_0.GenericString.t option;A continuation token, if not all job definitions have yet been returned.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Double of float
| `Enum of string
| `Integer of int
| `Map of
([> `String of string ]
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string * Awso.Botodata.value) list ])
list ])
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list
| `Timestamp of string ])
list ]
list
| `String of Values_0.GenericString.t ])
list ]