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

Description

 
Synopsis

Documentation

data IPSetSummary 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 IPSet.

See: newIPSetSummary smart constructor.

Constructors

IPSetSummary' 

Fields

  • iPSetId :: Text

    The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

  • name :: Text

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

Instances

Instances details
Eq IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

Read IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

Show IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

Generic IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

Associated Types

type Rep IPSetSummary :: Type -> Type #

NFData IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

Methods

rnf :: IPSetSummary -> () #

Hashable IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

FromJSON IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

type Rep IPSetSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.IPSetSummary

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

newIPSetSummary Source #

Create a value of IPSetSummary 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:iPSetId:IPSetSummary', iPSetSummary_iPSetId - The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

$sel:name:IPSetSummary', iPSetSummary_name - A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

iPSetSummary_iPSetId :: Lens' IPSetSummary Text Source #

The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

iPSetSummary_name :: Lens' IPSetSummary Text Source #

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