Values.DescribeJobsRequestSourceReturns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
type nonrec t = {filters : DescribeJobsRequestFilters.t option;A set of filters by which to return Jobs.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Jobs to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Job to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of PaginationToken.t
| `Structure of
(string
* [> `List of [> `String of JobID.t ] list
| `String of ISO8601DatetimeString.t ])
list ])
list ]