amazonka-waf-regional-2.0: Amazon WAF Regional 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.WAFRegional.Types.SqlInjectionMatchSetUpdate

Description

 
Synopsis

Documentation

data SqlInjectionMatchSetUpdate Source #

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a SqlInjectionMatchSet.

See: newSqlInjectionMatchSetUpdate smart constructor.

Constructors

SqlInjectionMatchSetUpdate' 

Fields

  • action :: ChangeAction

    Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

  • sqlInjectionMatchTuple :: SqlInjectionMatchTuple

    Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

Instances

Instances details
ToJSON SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

Generic SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

Associated Types

type Rep SqlInjectionMatchSetUpdate :: Type -> Type #

Read SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

Show SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

NFData SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

Eq SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

Hashable SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

type Rep SqlInjectionMatchSetUpdate Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate

type Rep SqlInjectionMatchSetUpdate = D1 ('MetaData "SqlInjectionMatchSetUpdate" "Amazonka.WAFRegional.Types.SqlInjectionMatchSetUpdate" "amazonka-waf-regional-2.0-83dY3vKOuQzAAW7M6EmzRI" 'False) (C1 ('MetaCons "SqlInjectionMatchSetUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeAction) :*: S1 ('MetaSel ('Just "sqlInjectionMatchTuple") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SqlInjectionMatchTuple)))

newSqlInjectionMatchSetUpdate Source #

Create a value of SqlInjectionMatchSetUpdate 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:action:SqlInjectionMatchSetUpdate', sqlInjectionMatchSetUpdate_action - Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

$sel:sqlInjectionMatchTuple:SqlInjectionMatchSetUpdate', sqlInjectionMatchSetUpdate_sqlInjectionMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

sqlInjectionMatchSetUpdate_action :: Lens' SqlInjectionMatchSetUpdate ChangeAction Source #

Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

sqlInjectionMatchSetUpdate_sqlInjectionMatchTuple :: Lens' SqlInjectionMatchSetUpdate SqlInjectionMatchTuple Source #

Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.