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.JsonMatchScope

Description

 

Documentation

newtype JsonMatchScope Source #

Constructors

JsonMatchScope' 

Instances

Instances details
FromJSON JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

FromJSONKey JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToJSON JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToJSONKey JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToByteString JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToHeader JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToLog JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToQuery JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

FromText JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToText JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

FromXML JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

ToXML JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Methods

toXML :: JsonMatchScope -> XML #

Generic JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Associated Types

type Rep JsonMatchScope :: Type -> Type #

Read JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Show JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

NFData JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Methods

rnf :: JsonMatchScope -> () #

Eq JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Ord JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

Hashable JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

type Rep JsonMatchScope Source # 
Instance details

Defined in Amazonka.WAFV2.Types.JsonMatchScope

type Rep JsonMatchScope = D1 ('MetaData "JsonMatchScope" "Amazonka.WAFV2.Types.JsonMatchScope" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'True) (C1 ('MetaCons "JsonMatchScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJsonMatchScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))