| 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.ListSizeConstraintSets
Description
Returns an array of SizeConstraintSetSummary objects.
This operation returns paginated results.
- listSizeConstraintSets :: ListSizeConstraintSets
- data ListSizeConstraintSets
- lscsNextMarker :: Lens' ListSizeConstraintSets (Maybe Text)
- lscsLimit :: Lens' ListSizeConstraintSets (Maybe Natural)
- listSizeConstraintSetsResponse :: Int -> ListSizeConstraintSetsResponse
- data ListSizeConstraintSetsResponse
- lscsrsSizeConstraintSets :: Lens' ListSizeConstraintSetsResponse [SizeConstraintSetSummary]
- lscsrsNextMarker :: Lens' ListSizeConstraintSetsResponse (Maybe Text)
- lscsrsResponseStatus :: Lens' ListSizeConstraintSetsResponse Int
Creating a Request
listSizeConstraintSets :: ListSizeConstraintSets Source #
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:
lscsNextMarker- If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.lscsLimit- Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.
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 (Maybe 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:
lscsrsSizeConstraintSets- An array ofSizeConstraintSetSummaryobjects.lscsrsNextMarker- If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lscsrsResponseStatus- -- | The response status code.
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.