Module Values.CancelClusterRequestSource

Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.

Sourcetype nonrec t = {
  1. clusterId : ClusterId.t;
    (*

    The 39-character ID for the cluster that you want to cancel, for example CID123e4567-e89b-12d3-a456-426655440000.

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