Values.JobLogEventDataSourceJob log data
type nonrec t = {sourceServerID : SourceServerID.t option;Job Event Source Server ID.
*)conversionServerID : EC2InstanceID.t option;Job Event conversion Server ID.
*)targetInstanceID : EC2InstanceID.t option;Job Event Target instance ID.
*)rawError : LargeBoundedString.t option;Job error.
*)attemptCount : StrictlyPositiveInteger.t option;Retries for this operation.
*)maxAttemptsCount : StrictlyPositiveInteger.t option;The maximum number of retries that will be attempted if this operation failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of SourceServerID.t ])
list ]