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

Description

 
Synopsis

Documentation

data NotStatement Source #

A logical rule statement used to negate the results of another rule statement. You provide one Statement within the NotStatement.

See: newNotStatement smart constructor.

Constructors

NotStatement' 

Fields

  • statement :: Statement

    The statement to negate. You can use any statement that can be nested.

Instances

Instances details
FromJSON NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

ToJSON NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

Generic NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

Associated Types

type Rep NotStatement :: Type -> Type #

Read NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

Show NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

NFData NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

Methods

rnf :: NotStatement -> () #

Eq NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

Hashable NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

type Rep NotStatement Source # 
Instance details

Defined in Amazonka.WAFV2.Types.NotStatement

type Rep NotStatement = D1 ('MetaData "NotStatement" "Amazonka.WAFV2.Types.NotStatement" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "NotStatement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Statement)))

newNotStatement Source #

Create a value of NotStatement with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:statement:NotStatement', notStatement_statement - The statement to negate. You can use any statement that can be nested.

notStatement_statement :: Lens' NotStatement Statement Source #

The statement to negate. You can use any statement that can be nested.