libZSservicesZSamazonka-wafZSamazonka-waf
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.WAF.Types.RegexMatchSetSummary

Description

 
Synopsis

Documentation

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

Returned by ListRegexMatchSets. Each RegexMatchSetSummary object includes the Name and RegexMatchSetId for one RegexMatchSet.

See: newRegexMatchSetSummary smart constructor.

Constructors

RegexMatchSetSummary' 

Fields

  • regexMatchSetId :: Text

    The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.

    RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

  • name :: Text

    A friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.

Instances

Instances details
Eq RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

Read RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

Show RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

Generic RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

Associated Types

type Rep RegexMatchSetSummary :: Type -> Type #

NFData RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

Methods

rnf :: RegexMatchSetSummary -> () #

Hashable RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

FromJSON RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

type Rep RegexMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.RegexMatchSetSummary

type Rep RegexMatchSetSummary = D1 ('MetaData "RegexMatchSetSummary" "Amazonka.WAF.Types.RegexMatchSetSummary" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "RegexMatchSetSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regexMatchSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegexMatchSetSummary Source #

Create a value of RegexMatchSetSummary 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:regexMatchSetId:RegexMatchSetSummary', regexMatchSetSummary_regexMatchSetId - The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.

RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

$sel:name:RegexMatchSetSummary', regexMatchSetSummary_name - A friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.

regexMatchSetSummary_regexMatchSetId :: Lens' RegexMatchSetSummary Text Source #

The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.

RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

regexMatchSetSummary_name :: Lens' RegexMatchSetSummary Text Source #

A friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.