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

Description

 
Synopsis

Documentation

data AllQueryArguments Source #

Inspect all query arguments of the web request.

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

JSON specification: "AllQueryArguments": {}

See: newAllQueryArguments smart constructor.

Constructors

AllQueryArguments' 

Instances

Instances details
FromJSON AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

ToJSON AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

Generic AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

Associated Types

type Rep AllQueryArguments :: Type -> Type #

Read AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

Show AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

NFData AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

Methods

rnf :: AllQueryArguments -> () #

Eq AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

Hashable AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

type Rep AllQueryArguments Source # 
Instance details

Defined in Amazonka.WAFV2.Types.AllQueryArguments

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

newAllQueryArguments :: AllQueryArguments Source #

Create a value of AllQueryArguments with all optional fields omitted.

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