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

Description

 
Synopsis

Documentation

data RuleGroupSummary 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 friendly name or description of the RuleGroup.

See: newRuleGroupSummary smart constructor.

Constructors

RuleGroupSummary' 

Fields

  • ruleGroupId :: Text

    A unique identifier for a RuleGroup. You use RuleGroupId to get more information about a RuleGroup (see GetRuleGroup), update a RuleGroup (see UpdateRuleGroup), insert a RuleGroup into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a RuleGroup from AWS WAF (see DeleteRuleGroup).

    RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.

  • name :: Text

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

Instances

Instances details
Eq RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

Read RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

Show RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

Generic RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

Associated Types

type Rep RuleGroupSummary :: Type -> Type #

NFData RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

Methods

rnf :: RuleGroupSummary -> () #

Hashable RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

FromJSON RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

type Rep RuleGroupSummary Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.RuleGroupSummary

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

newRuleGroupSummary Source #

Create a value of RuleGroupSummary 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:ruleGroupId:RuleGroupSummary', ruleGroupSummary_ruleGroupId - A unique identifier for a RuleGroup. You use RuleGroupId to get more information about a RuleGroup (see GetRuleGroup), update a RuleGroup (see UpdateRuleGroup), insert a RuleGroup into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a RuleGroup from AWS WAF (see DeleteRuleGroup).

RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.

$sel:name:RuleGroupSummary', ruleGroupSummary_name - A friendly name or description of the RuleGroup. You can't change the name of a RuleGroup after you create it.

ruleGroupSummary_ruleGroupId :: Lens' RuleGroupSummary Text Source #

A unique identifier for a RuleGroup. You use RuleGroupId to get more information about a RuleGroup (see GetRuleGroup), update a RuleGroup (see UpdateRuleGroup), insert a RuleGroup into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a RuleGroup from AWS WAF (see DeleteRuleGroup).

RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.

ruleGroupSummary_name :: Lens' RuleGroupSummary Text Source #

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