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

Description

 
Synopsis

Documentation

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

Contains the identifier and the name of the GeoMatchSet.

See: newGeoMatchSetSummary smart constructor.

Constructors

GeoMatchSetSummary' 

Fields

  • geoMatchSetId :: Text

    The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

  • name :: Text

    A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.

Instances

Instances details
Eq GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

Read GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

Show GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

Generic GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

Associated Types

type Rep GeoMatchSetSummary :: Type -> Type #

NFData GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

Methods

rnf :: GeoMatchSetSummary -> () #

Hashable GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

FromJSON GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

type Rep GeoMatchSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.GeoMatchSetSummary

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

newGeoMatchSetSummary Source #

Create a value of GeoMatchSetSummary 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:geoMatchSetId:GeoMatchSetSummary', geoMatchSetSummary_geoMatchSetId - The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

$sel:name:GeoMatchSetSummary', geoMatchSetSummary_name - A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.

geoMatchSetSummary_geoMatchSetId :: Lens' GeoMatchSetSummary Text Source #

The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

geoMatchSetSummary_name :: Lens' GeoMatchSetSummary Text Source #

A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.