| 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.ListSizeConstraintSets
Description
Returns an array of SizeConstraintSetSummary objects.
- listSizeConstraintSets :: Natural -> ListSizeConstraintSets
- data ListSizeConstraintSets
- lscsNextMarker :: Lens' ListSizeConstraintSets (Maybe Text)
- lscsLimit :: Lens' ListSizeConstraintSets Natural
- listSizeConstraintSetsResponse :: Int -> ListSizeConstraintSetsResponse
- data ListSizeConstraintSetsResponse
- lscsrsSizeConstraintSets :: Lens' ListSizeConstraintSetsResponse [SizeConstraintSetSummary]
- lscsrsNextMarker :: Lens' ListSizeConstraintSetsResponse (Maybe Text)
- lscsrsResponseStatus :: Lens' ListSizeConstraintSetsResponse Int
Creating a Request
listSizeConstraintSets Source #
Arguments
| :: Natural | |
| -> ListSizeConstraintSets |
Creates a value of ListSizeConstraintSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSizeConstraintSets Source #
See: listSizeConstraintSets smart constructor.
Instances
Request Lenses
lscsNextMarker :: Lens' ListSizeConstraintSets (Maybe Text) Source #
If you specify a value for Limit and you have more SizeConstraintSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SizeConstraintSets. For the second and subsequent ListSizeConstraintSets requests, specify the value of NextMarker from the previous response to get information about another batch of SizeConstraintSets.
lscsLimit :: Lens' ListSizeConstraintSets Natural Source #
Specifies the number of SizeConstraintSet objects that you want AWS WAF to return for this request. If you have more SizeConstraintSets objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of SizeConstraintSet objects.
Destructuring the Response
listSizeConstraintSetsResponse Source #
Arguments
| :: Int | |
| -> ListSizeConstraintSetsResponse |
Creates a value of ListSizeConstraintSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSizeConstraintSetsResponse Source #
See: listSizeConstraintSetsResponse smart constructor.
Instances
Response Lenses
lscsrsSizeConstraintSets :: Lens' ListSizeConstraintSetsResponse [SizeConstraintSetSummary] Source #
An array of SizeConstraintSetSummary objects.
lscsrsNextMarker :: Lens' ListSizeConstraintSetsResponse (Maybe Text) Source #
If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
lscsrsResponseStatus :: Lens' ListSizeConstraintSetsResponse Int Source #
The response status code.