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

Description

 
Synopsis

Documentation

data Method Source #

Inspect the HTTP method of the web request. The method indicates the type of operation that the request is asking the origin to perform.

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

JSON specification: "Method": {}

See: newMethod smart constructor.

Constructors

Method' 

Instances

Instances details
FromJSON Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

ToJSON Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Generic Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Read Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Show Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

NFData Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Methods

rnf :: Method -> () #

Eq Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Methods

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

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

Hashable Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

Methods

hashWithSalt :: Int -> Method -> Int #

hash :: Method -> Int #

type Rep Method Source # 
Instance details

Defined in Amazonka.WAFV2.Types.Method

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

newMethod :: Method Source #

Create a value of Method with all optional fields omitted.

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