Module Values.JobEventDetailsSource

Details about the type and time events that occurred related to the Amazon Braket hybrid job.

Sourcetype nonrec t = {
  1. eventType : JobEventType.t option;
    (*

    The type of event that occurred related to the Amazon Braket hybrid job.

    *)
  2. timeOfEvent : SyntheticTimestamp_date_time.t option;
    (*

    The time of the event that occurred related to the Amazon Braket hybrid job.

    *)
  3. message : JobEventDetailsMessageString.t option;
    (*

    A message describing the event that occurred related to the Amazon Braket hybrid job.

    *)
}
Sourceval make : ?eventType:??? -> ?timeOfEvent:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of JobEventDetailsMessageString.t | `Timestamp of SyntheticTimestamp_date_time.t ]) 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