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

Description

 
Synopsis

Documentation

data ByteMatchSetSummary 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 ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and ByteMatchSetId for one ByteMatchSet.

See: newByteMatchSetSummary smart constructor.

Constructors

ByteMatchSetSummary' 

Fields

  • byteMatchSetId :: Text

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

    ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

  • name :: Text

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

Instances

Instances details
Eq ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

Read ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

Show ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

Generic ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

Associated Types

type Rep ByteMatchSetSummary :: Type -> Type #

NFData ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

Methods

rnf :: ByteMatchSetSummary -> () #

Hashable ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

FromJSON ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

type Rep ByteMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.ByteMatchSetSummary

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

newByteMatchSetSummary Source #

Create a value of ByteMatchSetSummary 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:byteMatchSetId:ByteMatchSetSummary', byteMatchSetSummary_byteMatchSetId - The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

$sel:name:ByteMatchSetSummary', byteMatchSetSummary_name - A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

byteMatchSetSummary_byteMatchSetId :: Lens' ByteMatchSetSummary Text Source #

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

ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

byteMatchSetSummary_name :: Lens' ByteMatchSetSummary Text Source #

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