amazonka-wafv2-2.0: Amazon WAFV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WAFV2.Types.All

Description

 
Synopsis

Documentation

data All Source #

Inspect all of the elements that WAF has parsed and extracted from the web request component that you've identified in your FieldToMatch specifications.

This is used only in the FieldToMatch specification for some web request component types.

JSON specification: "All": {}

See: newAll smart constructor.

Constructors

All' 

Instances

Instances details
FromJSON All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

ToJSON All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Generic All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Associated Types

type Rep All :: Type -> Type #

Methods

from :: All -> Rep All x #

to :: Rep All x -> All #

Read All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Show All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Methods

showsPrec :: Int -> All -> ShowS #

show :: All -> String #

showList :: [All] -> ShowS #

NFData All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Methods

rnf :: All -> () #

Eq All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Methods

(==) :: All -> All -> Bool #

(/=) :: All -> All -> Bool #

Hashable All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

Methods

hashWithSalt :: Int -> All -> Int #

hash :: All -> Int #

type Rep All Source # 
Instance details

Defined in Amazonka.WAFV2.Types.All

type Rep All = D1 ('MetaData "All" "Amazonka.WAFV2.Types.All" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "All'" 'PrefixI 'False) (U1 :: Type -> Type))

newAll :: All Source #

Create a value of All with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.