Module Values_0.EventMetadataSource

Metadata associated with a cluster event, which may include details about various resource types.

Sourcetype nonrec t = {
  1. cluster : ClusterMetadata.t option;
    (*

    Metadata specific to cluster-level events.

    *)
  2. instanceGroup : InstanceGroupMetadata.t option;
    (*

    Metadata specific to instance group-level events.

    *)
  3. instanceGroupScaling : InstanceGroupScalingMetadata.t option;
    (*

    Metadata related to instance group scaling events.

    *)
  4. instance : InstanceMetadata.t option;
    (*

    Metadata specific to instance-level events.

    *)
}
Sourceval make : ?cluster:??? -> ?instanceGroup:??? -> ?instanceGroupScaling:??? -> ?instance:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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