libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Description

 
Synopsis

Documentation

data SqlInjectionMatchSetSummary 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.

The Id and Name of a SqlInjectionMatchSet.

See: newSqlInjectionMatchSetSummary smart constructor.

Constructors

SqlInjectionMatchSetSummary' 

Fields

  • sqlInjectionMatchSetId :: Text

    A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

    SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

  • name :: Text

    The name of the SqlInjectionMatchSet, if any, specified by Id.

Instances

Instances details
Eq SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Read SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Show SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Generic SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Associated Types

type Rep SqlInjectionMatchSetSummary :: Type -> Type #

NFData SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

Hashable SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

FromJSON SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

type Rep SqlInjectionMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary

type Rep SqlInjectionMatchSetSummary = D1 ('MetaData "SqlInjectionMatchSetSummary" "Amazonka.WAFRegional.Types.SqlInjectionMatchSetSummary" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" 'False) (C1 ('MetaCons "SqlInjectionMatchSetSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sqlInjectionMatchSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSqlInjectionMatchSetSummary Source #

Create a value of SqlInjectionMatchSetSummary 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:sqlInjectionMatchSetId:SqlInjectionMatchSetSummary', sqlInjectionMatchSetSummary_sqlInjectionMatchSetId - A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

$sel:name:SqlInjectionMatchSetSummary', sqlInjectionMatchSetSummary_name - The name of the SqlInjectionMatchSet, if any, specified by Id.

sqlInjectionMatchSetSummary_sqlInjectionMatchSetId :: Lens' SqlInjectionMatchSetSummary Text Source #

A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

sqlInjectionMatchSetSummary_name :: Lens' SqlInjectionMatchSetSummary Text Source #

The name of the SqlInjectionMatchSet, if any, specified by Id.