Module Values_1.DescribeClusterEventRequestSource

Retrieves detailed information about a specific event for a given HyperPod cluster. This functionality is only supported when the NodeProvisioningMode is set to Continuous.

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

    The unique identifier (UUID) of the event to describe. This ID can be obtained from the ListClusterEvents operation.

    *)
  2. clusterName : Values_0.ClusterNameOrArn.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : eventId:Values_0.EventId.t -> clusterName:Values_0.ClusterNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EventId.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