amazonka-waf-1.4.2: 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:

data ListSizeConstraintSets Source #

See: listSizeConstraintSets smart constructor.

Instances

Eq ListSizeConstraintSets Source # 
Data ListSizeConstraintSets Source # 

Methods

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

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

toConstr :: ListSizeConstraintSets -> Constr #

dataTypeOf :: ListSizeConstraintSets -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListSizeConstraintSets Source # 
Show ListSizeConstraintSets Source # 
Generic ListSizeConstraintSets Source # 
ToJSON ListSizeConstraintSets Source # 
Hashable ListSizeConstraintSets Source # 
NFData ListSizeConstraintSets Source # 

Methods

rnf :: ListSizeConstraintSets -> () #

AWSRequest ListSizeConstraintSets Source # 
ToPath ListSizeConstraintSets Source # 
ToHeaders ListSizeConstraintSets Source # 
ToQuery ListSizeConstraintSets Source # 
type Rep ListSizeConstraintSets Source # 
type Rep ListSizeConstraintSets = D1 (MetaData "ListSizeConstraintSets" "Network.AWS.WAF.ListSizeConstraintSets" "amazonka-waf-1.4.2-GUOLg0Y7f3KJKVyTZ0nfG8" False) (C1 (MetaCons "ListSizeConstraintSets'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lscsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lscsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))))
type Rs ListSizeConstraintSets Source # 

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:

data ListSizeConstraintSetsResponse Source #

See: listSizeConstraintSetsResponse smart constructor.

Instances

Eq ListSizeConstraintSetsResponse Source # 
Data ListSizeConstraintSetsResponse Source # 

Methods

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

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

toConstr :: ListSizeConstraintSetsResponse -> Constr #

dataTypeOf :: ListSizeConstraintSetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListSizeConstraintSetsResponse Source # 
Show ListSizeConstraintSetsResponse Source # 
Generic ListSizeConstraintSetsResponse Source # 
NFData ListSizeConstraintSetsResponse Source # 
type Rep ListSizeConstraintSetsResponse Source # 
type Rep ListSizeConstraintSetsResponse = D1 (MetaData "ListSizeConstraintSetsResponse" "Network.AWS.WAF.ListSizeConstraintSets" "amazonka-waf-1.4.2-GUOLg0Y7f3KJKVyTZ0nfG8" False) (C1 (MetaCons "ListSizeConstraintSetsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lscsrsSizeConstraintSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SizeConstraintSetSummary]))) ((:*:) (S1 (MetaSel (Just Symbol "_lscsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lscsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

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.