Module Values.CancelRunRequestSource

Cancels a run using its ID and returns a response with no body if the operation is successful. To confirm that the run has been cancelled, use the ListRuns API operation to check that it is no longer listed.

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

    The run's ID.

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