Values.DescribeJobLogItemsResponseSourceRetrieves detailed job log items with paging.
type nonrec t = {items : JobLogs.t option;Request to describe Job log response items.
*)nextToken : PaginationToken.t option;Request to describe Job log response next token.
*)}type nonrec error = [ | `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of SourceServerID.t ])
list ])
list ]
list
| `String of PaginationToken.t ])
list ]