Module Values_0.ClusterEventDetailSource

Detailed information about a specific event in a HyperPod cluster.

Sourcetype nonrec t = {
  1. eventId : EventId.t option;
    (*

    The unique identifier (UUID) of the event.

    *)
  2. clusterArn : ClusterArn.t option;
    (*

    The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

    *)
  3. clusterName : ClusterName.t option;
    (*

    The name of the HyperPod cluster associated with the event.

    *)
  4. instanceGroupName : ClusterInstanceGroupName.t option;
    (*

    The name of the instance group associated with the event, if applicable.

    *)
  5. instanceId : String_.t option;
    (*

    The EC2 instance ID associated with the event, if applicable.

    *)
  6. resourceType : ClusterEventResourceType.t option;
    (*

    The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

    *)
  7. eventTime : Timestamp.t option;
    (*

    The timestamp when the event occurred.

    *)
  8. eventDetails : EventDetails.t option;
    (*

    Additional details about the event, including event-specific metadata.

    *)
  9. description : String_.t option;
    (*

    A human-readable description of the event.

    *)
  10. eventLevel : ClusterEventLevel.t option;
    (*

    The severity level of the event. Valid values are Info, Warn, and Error.

    *)
}
Sourceval make : ?eventId:??? -> ?clusterArn:??? -> ?clusterName:??? -> ?instanceGroupName:??? -> ?instanceId:??? -> ?resourceType:??? -> ?eventTime:??? -> ?eventDetails:??? -> ?description:??? -> ?eventLevel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EventId.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 | `Timestamp of Timestamp.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