Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data RegexMatchSetSummary 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 ListRegexMatchSets. Each RegexMatchSetSummary
object
includes the Name
and RegexMatchSetId
for one RegexMatchSet.
See: newRegexMatchSetSummary
smart constructor.
RegexMatchSetSummary' | |
|
Instances
newRegexMatchSetSummary Source #
:: Text | |
-> Text | |
-> RegexMatchSetSummary |
Create a value of RegexMatchSetSummary
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:regexMatchSetId:RegexMatchSetSummary'
, regexMatchSetSummary_regexMatchSetId
- The RegexMatchSetId
for a RegexMatchSet
. You use RegexMatchSetId
to get information about a RegexMatchSet
, update a RegexMatchSet
,
remove a RegexMatchSet
from a Rule
, and delete a RegexMatchSet
from AWS WAF.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
$sel:name:RegexMatchSetSummary'
, regexMatchSetSummary_name
- A friendly name or description of the RegexMatchSet. You can't change
Name
after you create a RegexMatchSet
.
regexMatchSetSummary_regexMatchSetId :: Lens' RegexMatchSetSummary Text Source #
The RegexMatchSetId
for a RegexMatchSet
. You use RegexMatchSetId
to get information about a RegexMatchSet
, update a RegexMatchSet
,
remove a RegexMatchSet
from a Rule
, and delete a RegexMatchSet
from AWS WAF.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
regexMatchSetSummary_name :: Lens' RegexMatchSetSummary Text Source #
A friendly name or description of the RegexMatchSet. You can't change
Name
after you create a RegexMatchSet
.