| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.WAF.ListRegexMatchSets
Description
Returns an array of RegexMatchSetSummary objects.
Synopsis
- listRegexMatchSets :: ListRegexMatchSets
- data ListRegexMatchSets
- lrmsNextMarker :: Lens' ListRegexMatchSets (Maybe Text)
- lrmsLimit :: Lens' ListRegexMatchSets (Maybe Natural)
- listRegexMatchSetsResponse :: Int -> ListRegexMatchSetsResponse
- data ListRegexMatchSetsResponse
- lrmsrsRegexMatchSets :: Lens' ListRegexMatchSetsResponse [RegexMatchSetSummary]
- lrmsrsNextMarker :: Lens' ListRegexMatchSetsResponse (Maybe Text)
- lrmsrsResponseStatus :: Lens' ListRegexMatchSetsResponse Int
Creating a Request
listRegexMatchSets :: ListRegexMatchSets Source #
Creates a value of ListRegexMatchSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrmsNextMarker- If you specify a value forLimitand you have moreRegexMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets. For the second and subsequentListRegexMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofRegexMatchSetobjects.lrmsLimit- Specifies the number ofRegexMatchSetobjects that you want AWS WAF to return for this request. If you have moreRegexMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRegexMatchSetobjects.
data ListRegexMatchSets Source #
See: listRegexMatchSets smart constructor.
Instances
Request Lenses
lrmsNextMarker :: 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.
lrmsLimit :: 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
listRegexMatchSetsResponse Source #
Arguments
| :: Int | |
| -> ListRegexMatchSetsResponse |
Creates a value of ListRegexMatchSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrmsrsRegexMatchSets- An array ofRegexMatchSetSummaryobjects.lrmsrsNextMarker- If you have moreRegexMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRegexMatchSetobjects, submit anotherListRegexMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lrmsrsResponseStatus- -- | The response status code.
data ListRegexMatchSetsResponse Source #
See: listRegexMatchSetsResponse smart constructor.
Instances
Response Lenses
lrmsrsRegexMatchSets :: Lens' ListRegexMatchSetsResponse [RegexMatchSetSummary] Source #
An array of RegexMatchSetSummary objects.
lrmsrsNextMarker :: 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.
lrmsrsResponseStatus :: Lens' ListRegexMatchSetsResponse Int Source #
- - | The response status code.