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

Description

 
Synopsis

Documentation

data WebACLSummary 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 or description of the WebACL.

See: newWebACLSummary smart constructor.

Constructors

WebACLSummary' 

Fields

  • webACLId :: Text

    A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

    WebACLId is returned by CreateWebACL and by ListWebACLs.

  • name :: Text

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

Instances

Instances details
Eq WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

Read WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

Show WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

Generic WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

Associated Types

type Rep WebACLSummary :: Type -> Type #

NFData WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

Methods

rnf :: WebACLSummary -> () #

Hashable WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

FromJSON WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

type Rep WebACLSummary Source # 
Instance details

Defined in Amazonka.WAF.Types.WebACLSummary

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

newWebACLSummary Source #

Create a value of WebACLSummary 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:webACLId:WebACLSummary', webACLSummary_webACLId - A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

WebACLId is returned by CreateWebACL and by ListWebACLs.

$sel:name:WebACLSummary', webACLSummary_name - A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

webACLSummary_webACLId :: Lens' WebACLSummary Text Source #

A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

WebACLId is returned by CreateWebACL and by ListWebACLs.

webACLSummary_name :: Lens' WebACLSummary Text Source #

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