Module Values.DeleteNamedQueryInputSource

Deletes the named query if you have access to the workgroup in which the query was saved.

Sourcetype nonrec t = {
  1. namedQueryId : NamedQueryId.t;
    (*

    The unique ID of the query to delete.

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