| 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.ListXSSMatchSets
Description
Returns an array of XssMatchSet objects.
This operation returns paginated results.
Synopsis
- listXSSMatchSets :: ListXSSMatchSets
- data ListXSSMatchSets
- lxmsNextMarker :: Lens' ListXSSMatchSets (Maybe Text)
- lxmsLimit :: Lens' ListXSSMatchSets (Maybe Natural)
- listXSSMatchSetsResponse :: Int -> ListXSSMatchSetsResponse
- data ListXSSMatchSetsResponse
- lxmsrsXSSMatchSets :: Lens' ListXSSMatchSetsResponse [XSSMatchSetSummary]
- lxmsrsNextMarker :: Lens' ListXSSMatchSetsResponse (Maybe Text)
- lxmsrsResponseStatus :: Lens' ListXSSMatchSetsResponse Int
Creating a Request
listXSSMatchSets :: ListXSSMatchSets Source #
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:
lxmsNextMarker- If you specify a value forLimitand you have moreXssMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.lxmsLimit- Specifies the number ofXssMatchSetobjects that you want AWS WAF to return for this request. If you have moreXssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.
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 (Maybe 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:
lxmsrsXSSMatchSets- An array ofXssMatchSetSummaryobjects.lxmsrsNextMarker- If you have moreXssMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lxmsrsResponseStatus- -- | The response status code.
data ListXSSMatchSetsResponse Source #
The response to a ListXssMatchSets request.
See: listXSSMatchSetsResponse smart constructor.
Instances
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.