Module Values.CancelQuantumTaskRequestSource

Cancels the specified task.

Sourcetype nonrec t = {
  1. quantumTaskArn : QuantumTaskArn.t;
    (*

    The ARN of the quantum task to cancel.

    *)
  2. clientToken : String64.t;
    (*

    The client token associated with the cancellation request.

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