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

Description

 
Synopsis

Documentation

data NoneAction Source #

Specifies that WAF should do nothing. This is used for the OverrideAction setting on a Rule when the rule uses a rule group reference statement.

This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.

JSON specification: "None": {}

See: newNoneAction smart constructor.

Constructors

NoneAction' 

Instances

Instances details
FromJSON NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

ToJSON NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

Generic NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

Associated Types

type Rep NoneAction :: Type -> Type #

Read NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

Show NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

NFData NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

Methods

rnf :: NoneAction -> () #

Eq NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

Hashable NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

type Rep NoneAction Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NoneAction

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

newNoneAction :: NoneAction Source #

Create a value of NoneAction with all optional fields omitted.

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