Values.DescribeJobLogItemsRequestSourceRetrieves detailed job log items with paging.
type nonrec t = {jobID : JobID.t;Request to describe Job log job ID.
*)maxResults : MaxResultsType.t option;Request to describe Job log item maximum results.
*)nextToken : PaginationToken.t option;Request to describe Job log next token.
*)accountID : AccountID.t option;Request to describe Job log Account ID.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResultsType.t | `String of JobID.t ]) list ]