Module Values.JobLogSource

A log outputted by a Job.

Sourcetype nonrec t = {
  1. logDateTime : ISO8601DatetimeString.t option;
    (*

    The date and time the log was taken.

    *)
  2. event : JobLogEvent.t option;
    (*

    The event represents the type of a log.

    *)
  3. eventData : JobLogEventData.t option;
    (*

    Metadata associated with a Job log.

    *)
}
Sourceval make : ?logDateTime:??? -> ?event:??? -> ?eventData:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t