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

Description

 
Synopsis

Documentation

data QueryString Source #

Inspect the query string of the web request. This is the part of a URL that appears after a ? character, if any.

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

JSON specification: "QueryString": {}

See: newQueryString smart constructor.

Constructors

QueryString' 

Instances

Instances details
FromJSON QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

ToJSON QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

Generic QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

Associated Types

type Rep QueryString :: Type -> Type #

Read QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

Show QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

NFData QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

Methods

rnf :: QueryString -> () #

Eq QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

Hashable QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

type Rep QueryString Source # 
Instance details

Defined in Amazonka.WAFV2.Types.QueryString

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

newQueryString :: QueryString Source #

Create a value of QueryString with all optional fields omitted.

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