Module Values.GetXssMatchSetRequestSource

A request to get an XssMatchSet.

Sourcetype nonrec t = {
  1. xssMatchSetId : ResourceId.t;
    (*

    The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

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