amazonka-waf-1.3.3: 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.ListSqlInjectionMatchSets

Contents

Description

Returns an array of SqlInjectionMatchSet objects.

See: AWS API Reference for ListSqlInjectionMatchSets.

Synopsis

Creating a Request

listSqlInjectionMatchSets Source

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

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

Request Lenses

lsimsNextMarker :: Lens' ListSqlInjectionMatchSets (Maybe Text) Source

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

lsimsLimit :: Lens' ListSqlInjectionMatchSets Natural Source

Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet 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

listSqlInjectionMatchSetsResponse Source

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

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

Response Lenses

lsimsrsNextMarker :: Lens' ListSqlInjectionMatchSetsResponse (Maybe Text) Source

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