Module Values.AwsWafv2ActionBlockDetailsSource

Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.

Sourcetype nonrec t = {
  1. customResponse : AwsWafv2CustomResponseDetails.t option;
    (*

    Defines a custom response for the web request. For information, see Customizing web requests and responses in WAF in the WAF Developer Guide..

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