Module Values_0.CancelStatementRequestSource

Cancels the statement.

Sourcetype nonrec t = {
  1. sessionId : NameString.t;
    (*

    The Session ID of the statement to be cancelled.

    *)
  2. id : IntegerValue.t;
    (*

    The ID of the statement to be cancelled.

    *)
  3. requestOrigin : OrchestrationNameString.t option;
    (*

    The origin of the request to cancel the statement.

    *)
}
Sourceval context_ : string
Sourceval make : ?requestOrigin:??? -> sessionId:NameString.t -> id:IntegerValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerValue.t | `String of NameString.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