Module Values.AwsWafv2ActionAllowDetailsSource

Specifies that WAF should allow the request and optionally defines additional custom handling for the request.

Sourcetype nonrec t = {
  1. customRequestHandling : AwsWafv2CustomRequestHandlingDetails.t option;
    (*

    Defines custom handling for the web request. For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide..

    *)
}
Sourceval make : ?customRequestHandling:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of NonEmptyString.t ]) list ] list ]) list ]) 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