Module Values.CancelJobRunRequestSource

Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

Sourcetype nonrec t = {
  1. id : ResourceIdString.t;
    (*

    The ID of the job run to cancel.

    *)
  2. virtualClusterId : ResourceIdString.t;
    (*

    The ID of the virtual cluster for which the job run will be canceled.

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