Module Values.AuditEventResultEntrySource

A response that includes successful and failed event results.

Sourcetype nonrec t = {
  1. eventID : Uuid.t option;
    (*

    The event ID assigned by CloudTrail.

    *)
  2. id : Uuid.t option;
    (*

    The original event ID from the source event.

    *)
}
Sourceval make : ?eventID:??? -> ?id:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Uuid.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