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

Description

 
Synopsis

Documentation

data XssMatchSetSummary 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 an XssMatchSet.

See: newXssMatchSetSummary smart constructor.

Constructors

XssMatchSetSummary' 

Fields

  • xssMatchSetId :: Text

    A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

    XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

  • name :: Text

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

Instances

Instances details
Eq XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

Read XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

Show XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

Generic XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

Associated Types

type Rep XssMatchSetSummary :: Type -> Type #

NFData XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

Methods

rnf :: XssMatchSetSummary -> () #

Hashable XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

FromJSON XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

type Rep XssMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.XssMatchSetSummary

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

newXssMatchSetSummary Source #

Create a value of XssMatchSetSummary 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:xssMatchSetId:XssMatchSetSummary', xssMatchSetSummary_xssMatchSetId - A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

$sel:name:XssMatchSetSummary', xssMatchSetSummary_name - The name of the XssMatchSet, if any, specified by Id.

xssMatchSetSummary_xssMatchSetId :: Lens' XssMatchSetSummary Text Source #

A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

xssMatchSetSummary_name :: Lens' XssMatchSetSummary Text Source #

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