Module Values.CancelTraceRetrievalRequestSource

Cancels an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken. A successful cancellation will return an HTTP 200 response.

Sourcetype nonrec t = {
  1. retrievalToken : RetrievalToken.t;
    (*

    Retrieval token.

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