Module Values_0.EventDetailsSource

Detailed information about a specific event, including event metadata.

Sourcetype nonrec t = {
  1. eventMetadata : EventMetadata.t option;
    (*

    Metadata specific to the event, which may include information about the cluster, instance group, or instance involved.

    *)
}
Sourceval make : ?eventMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Integer of InstanceCount.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of String_.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