Values.DescribeJobLogItemsRequestSourceRetrieves a detailed Job log with pagination.
type nonrec t = {jobID : JobID.t;The ID of the Job for which Job log items will be retrieved.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Job log items to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Job log items to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t | `String of JobID.t ])
list ]