| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WAF.ListXSSMatchSets
Description
Returns an array of XssMatchSet objects.
- listXSSMatchSets :: Natural -> ListXSSMatchSets
- data ListXSSMatchSets
- lxmsNextMarker :: Lens' ListXSSMatchSets (Maybe Text)
- lxmsLimit :: Lens' ListXSSMatchSets Natural
- listXSSMatchSetsResponse :: Int -> ListXSSMatchSetsResponse
- data ListXSSMatchSetsResponse
- lxmsrsXSSMatchSets :: Lens' ListXSSMatchSetsResponse [XSSMatchSetSummary]
- lxmsrsNextMarker :: Lens' ListXSSMatchSetsResponse (Maybe Text)
- lxmsrsResponseStatus :: Lens' ListXSSMatchSetsResponse Int
Creating a Request
Arguments
| :: Natural | |
| -> ListXSSMatchSets |
Creates a value of ListXSSMatchSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListXSSMatchSets Source #
A request to list the XssMatchSet objects created by the current AWS account.
See: listXSSMatchSets smart constructor.
Instances
Request Lenses
lxmsNextMarker :: Lens' ListXSSMatchSets (Maybe Text) Source #
If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets.
lxmsLimit :: Lens' ListXSSMatchSets Natural Source #
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of Rules.
Destructuring the Response
listXSSMatchSetsResponse Source #
Arguments
| :: Int | |
| -> ListXSSMatchSetsResponse |
Creates a value of ListXSSMatchSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListXSSMatchSetsResponse Source #
The response to a ListXssMatchSets request.
See: listXSSMatchSetsResponse smart constructor.
Response Lenses
lxmsrsXSSMatchSets :: Lens' ListXSSMatchSetsResponse [XSSMatchSetSummary] Source #
An array of XssMatchSetSummary objects.
lxmsrsNextMarker :: Lens' ListXSSMatchSetsResponse (Maybe Text) Source #
If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
lxmsrsResponseStatus :: Lens' ListXSSMatchSetsResponse Int Source #
The response status code.