amazonka-waf-1.3.3.1: Amazon WAF SDK.

Copyright(c) 2013-2015 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.ListIPSets

Contents

Description

Returns an array of IPSetSummary objects in the response.

See: AWS API Reference for ListIPSets.

Synopsis

Creating a Request

listIPSets Source

Arguments

:: Natural

lisLimit

-> ListIPSets 

Creates a value of ListIPSets with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

lisNextMarker :: Lens' ListIPSets (Maybe Text) Source

If you specify a value for Limit and you have more IPSets than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of IPSets. For the second and subsequent ListIPSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

lisLimit :: Lens' ListIPSets Natural Source

Specifies the number of IPSet objects that you want AWS WAF to return for this request. If you have more IPSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of IPSet objects.

Destructuring the Response

listIPSetsResponse Source

Creates a value of ListIPSetsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lisrsNextMarker :: Lens' ListIPSetsResponse (Maybe Text) Source

If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

lisrsIPSets :: Lens' ListIPSetsResponse [IPSetSummary] Source

An array of IPSetSummary objects.