Values.JobLogSourceA log outputted by a Job.
type nonrec t = {logDateTime : ISO8601DatetimeString.t option;The date and time the log was taken.
*)event : JobLogEvent.t option;The event represents the type of a log.
*)eventData : JobLogEventData.t option;Metadata associated with a Job log.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Long of JobEventAttemptCount.t
| `String of SourceServerID.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of LargeBoundedString.t ]
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ProductCodeId.t ])
list ]
list
| `Long of PositiveInteger.t
| `Map of
([> `String of EbsSnapshot.t ]
* [> `String of EbsSnapshot.t ])
list ])
list
| `String of LargeBoundedString.t
| `Structure of
(string * [> `String of SourceNetworkID.t ]) list ])
list ])
list ])
list ]