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

Contents

Description

Returns an array of SqlInjectionMatchSet objects.

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:

data ListSqlInjectionMatchSets Source #

A request to list the SqlInjectionMatchSet objects created by the current AWS account.

See: listSqlInjectionMatchSets smart constructor.

Instances

Eq ListSqlInjectionMatchSets Source # 
Data ListSqlInjectionMatchSets Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListSqlInjectionMatchSets -> c ListSqlInjectionMatchSets #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListSqlInjectionMatchSets #

toConstr :: ListSqlInjectionMatchSets -> Constr #

dataTypeOf :: ListSqlInjectionMatchSets -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListSqlInjectionMatchSets) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListSqlInjectionMatchSets) #

gmapT :: (forall b. Data b => b -> b) -> ListSqlInjectionMatchSets -> ListSqlInjectionMatchSets #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListSqlInjectionMatchSets -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListSqlInjectionMatchSets -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListSqlInjectionMatchSets -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListSqlInjectionMatchSets -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSets -> m ListSqlInjectionMatchSets #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSets -> m ListSqlInjectionMatchSets #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSets -> m ListSqlInjectionMatchSets #

Read ListSqlInjectionMatchSets Source # 
Show ListSqlInjectionMatchSets Source # 
Generic ListSqlInjectionMatchSets Source # 
ToJSON ListSqlInjectionMatchSets Source # 
Hashable ListSqlInjectionMatchSets Source # 
NFData ListSqlInjectionMatchSets Source # 
AWSRequest ListSqlInjectionMatchSets Source # 
ToPath ListSqlInjectionMatchSets Source # 
ToHeaders ListSqlInjectionMatchSets Source # 
ToQuery ListSqlInjectionMatchSets Source # 
type Rep ListSqlInjectionMatchSets Source # 
type Rep ListSqlInjectionMatchSets = D1 (MetaData "ListSqlInjectionMatchSets" "Network.AWS.WAF.ListSqlInjectionMatchSets" "amazonka-waf-1.4.3-HJkEVBX92ZdHK435qw2Wf" False) (C1 (MetaCons "ListSqlInjectionMatchSets'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lsimsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lsimsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))))
type Rs ListSqlInjectionMatchSets Source # 

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:

data ListSqlInjectionMatchSetsResponse Source #

The response to a ListSqlInjectionMatchSets request.

See: listSqlInjectionMatchSetsResponse smart constructor.

Instances

Eq ListSqlInjectionMatchSetsResponse Source # 
Data ListSqlInjectionMatchSetsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListSqlInjectionMatchSetsResponse -> c ListSqlInjectionMatchSetsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListSqlInjectionMatchSetsResponse #

toConstr :: ListSqlInjectionMatchSetsResponse -> Constr #

dataTypeOf :: ListSqlInjectionMatchSetsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListSqlInjectionMatchSetsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListSqlInjectionMatchSetsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListSqlInjectionMatchSetsResponse -> ListSqlInjectionMatchSetsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListSqlInjectionMatchSetsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListSqlInjectionMatchSetsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListSqlInjectionMatchSetsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListSqlInjectionMatchSetsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSetsResponse -> m ListSqlInjectionMatchSetsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSetsResponse -> m ListSqlInjectionMatchSetsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSqlInjectionMatchSetsResponse -> m ListSqlInjectionMatchSetsResponse #

Read ListSqlInjectionMatchSetsResponse Source # 
Show ListSqlInjectionMatchSetsResponse Source # 
Generic ListSqlInjectionMatchSetsResponse Source # 
NFData ListSqlInjectionMatchSetsResponse Source # 
type Rep ListSqlInjectionMatchSetsResponse Source # 
type Rep ListSqlInjectionMatchSetsResponse = D1 (MetaData "ListSqlInjectionMatchSetsResponse" "Network.AWS.WAF.ListSqlInjectionMatchSets" "amazonka-waf-1.4.3-HJkEVBX92ZdHK435qw2Wf" False) (C1 (MetaCons "ListSqlInjectionMatchSetsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lsimsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lsimsrsSqlInjectionMatchSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SqlInjectionMatchSetSummary]))) (S1 (MetaSel (Just Symbol "_lsimsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

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.