Module Values.DeleteSqlInjectionMatchSetRequestSource

A request to delete a SqlInjectionMatchSet from AWS WAF.

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

    The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

    *)
  2. changeToken : ChangeToken.t;
    (*

    The value returned by the most recent call to GetChangeToken.

    *)
}
Sourceval context_ : string
Sourceval make : sqlInjectionMatchSetId:ResourceId.t -> changeToken:ChangeToken.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