amazonka-waf-regional-1.6.1: Amazon WAF Regional SDK.

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

Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Contents

Description

Returns an array of SqlInjectionMatchSet objects.

Synopsis

Creating a Request

listSqlInjectionMatchSets :: 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:

  • lsimsNextMarker - 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 - 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 .

data ListSqlInjectionMatchSets Source #

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

See: listSqlInjectionMatchSets smart constructor.

Instances
Eq ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Data ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

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 # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Show ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Generic ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Associated Types

type Rep ListSqlInjectionMatchSets :: Type -> Type #

Hashable ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

ToJSON ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

AWSRequest ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Associated Types

type Rs ListSqlInjectionMatchSets :: Type #

ToHeaders ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

ToPath ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

ToQuery ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

NFData ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

type Rep ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

type Rep ListSqlInjectionMatchSets = D1 (MetaData "ListSqlInjectionMatchSets" "Network.AWS.WAFRegional.ListSqlInjectionMatchSets" "amazonka-waf-regional-1.6.1-IvDSn8aH4TMJoxm1GVf7Ug" False) (C1 (MetaCons "ListSqlInjectionMatchSets'" PrefixI True) (S1 (MetaSel (Just "_lsimsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lsimsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListSqlInjectionMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

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 (Maybe 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 # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Data ListSqlInjectionMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

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 # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Show ListSqlInjectionMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Generic ListSqlInjectionMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

Associated Types

type Rep ListSqlInjectionMatchSetsResponse :: Type -> Type #

NFData ListSqlInjectionMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

type Rep ListSqlInjectionMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListSqlInjectionMatchSets

type Rep ListSqlInjectionMatchSetsResponse = D1 (MetaData "ListSqlInjectionMatchSetsResponse" "Network.AWS.WAFRegional.ListSqlInjectionMatchSets" "amazonka-waf-regional-1.6.1-IvDSn8aH4TMJoxm1GVf7Ug" False) (C1 (MetaCons "ListSqlInjectionMatchSetsResponse'" PrefixI True) (S1 (MetaSel (Just "_lsimsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lsimsrsSqlInjectionMatchSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SqlInjectionMatchSetSummary])) :*: S1 (MetaSel (Just "_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.