amazonka-waf-1.4.0: Amazon WAF SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.WAF.ListSizeConstraintSets

Contents

Description

Returns an array of SizeConstraintSetSummary objects.

Synopsis

Creating a Request

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:

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

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:

Response Lenses

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.