Values.DescribeJobsRequestSourceReturns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances 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;Request to describe Job log filters.
*)maxResults : MaxResultsType.t option;Request to describe job log items by max results.
*)nextToken : PaginationToken.t option;Request to describe job log items by next token.
*)accountID : AccountID.t option;Request to describe job log items by Account ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsType.t
| `String of PaginationToken.t
| `Structure of
(string
* [> `List of [> `String of JobID.t ] list
| `String of ISO8601DatetimeString.t ])
list ])
list ]