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 |
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.
Returns an array of RegexMatchSetSummary objects.
Synopsis
- data ListRegexMatchSets = ListRegexMatchSets' {}
- newListRegexMatchSets :: ListRegexMatchSets
- listRegexMatchSets_nextMarker :: Lens' ListRegexMatchSets (Maybe Text)
- listRegexMatchSets_limit :: Lens' ListRegexMatchSets (Maybe Natural)
- data ListRegexMatchSetsResponse = ListRegexMatchSetsResponse' {}
- newListRegexMatchSetsResponse :: Int -> ListRegexMatchSetsResponse
- listRegexMatchSetsResponse_regexMatchSets :: Lens' ListRegexMatchSetsResponse (Maybe [RegexMatchSetSummary])
- listRegexMatchSetsResponse_nextMarker :: Lens' ListRegexMatchSetsResponse (Maybe Text)
- listRegexMatchSetsResponse_httpStatus :: Lens' ListRegexMatchSetsResponse Int
Creating a Request
data ListRegexMatchSets Source #
See: newListRegexMatchSets
smart constructor.
ListRegexMatchSets' | |
|
Instances
newListRegexMatchSets :: ListRegexMatchSets Source #
Create a value of ListRegexMatchSets
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:nextMarker:ListRegexMatchSets'
, listRegexMatchSets_nextMarker
- If you specify a value for Limit
and you have more RegexMatchSet
objects than the value of Limit
, AWS WAF returns a NextMarker
value
in the response that allows you to list another group of
ByteMatchSets
. For the second and subsequent ListRegexMatchSets
requests, specify the value of NextMarker
from the previous response
to get information about another batch of RegexMatchSet
objects.
$sel:limit:ListRegexMatchSets'
, listRegexMatchSets_limit
- Specifies the number of RegexMatchSet
objects that you want AWS WAF to
return for this request. If you have more RegexMatchSet
objects than
the number you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of RegexMatchSet
objects.
Request Lenses
listRegexMatchSets_nextMarker :: Lens' ListRegexMatchSets (Maybe Text) Source #
If you specify a value for Limit
and you have more RegexMatchSet
objects than the value of Limit
, AWS WAF returns a NextMarker
value
in the response that allows you to list another group of
ByteMatchSets
. For the second and subsequent ListRegexMatchSets
requests, specify the value of NextMarker
from the previous response
to get information about another batch of RegexMatchSet
objects.
listRegexMatchSets_limit :: Lens' ListRegexMatchSets (Maybe Natural) Source #
Specifies the number of RegexMatchSet
objects that you want AWS WAF to
return for this request. If you have more RegexMatchSet
objects than
the number you specify for Limit
, the response includes a NextMarker
value that you can use to get another batch of RegexMatchSet
objects.
Destructuring the Response
data ListRegexMatchSetsResponse Source #
See: newListRegexMatchSetsResponse
smart constructor.
ListRegexMatchSetsResponse' | |
|
Instances
newListRegexMatchSetsResponse Source #
Create a value of ListRegexMatchSetsResponse
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:regexMatchSets:ListRegexMatchSetsResponse'
, listRegexMatchSetsResponse_regexMatchSets
- An array of RegexMatchSetSummary objects.
$sel:nextMarker:ListRegexMatchSets'
, listRegexMatchSetsResponse_nextMarker
- If you have more RegexMatchSet
objects than the number that you
specified for Limit
in the request, the response includes a
NextMarker
value. To list more RegexMatchSet
objects, submit another
ListRegexMatchSets
request, and specify the NextMarker
value from
the response in the NextMarker
value in the next request.
$sel:httpStatus:ListRegexMatchSetsResponse'
, listRegexMatchSetsResponse_httpStatus
- The response's http status code.
Response Lenses
listRegexMatchSetsResponse_regexMatchSets :: Lens' ListRegexMatchSetsResponse (Maybe [RegexMatchSetSummary]) Source #
An array of RegexMatchSetSummary objects.
listRegexMatchSetsResponse_nextMarker :: Lens' ListRegexMatchSetsResponse (Maybe Text) Source #
If you have more RegexMatchSet
objects than the number that you
specified for Limit
in the request, the response includes a
NextMarker
value. To list more RegexMatchSet
objects, submit another
ListRegexMatchSets
request, and specify the NextMarker
value from
the response in the NextMarker
value in the next request.
listRegexMatchSetsResponse_httpStatus :: Lens' ListRegexMatchSetsResponse Int Source #
The response's http status code.