amazonka-waf-regional-1.6.0: 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.ListRegexPatternSets

Contents

Description

Returns an array of RegexPatternSetSummary objects.

Synopsis

Creating a Request

listRegexPatternSets :: ListRegexPatternSets Source #

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

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

  • lrpsNextMarker - If you specify a value for Limit and you have more RegexPatternSet objects than the value of Limit , AWS WAF returns a NextMarker value in the response that allows you to list another group of RegexPatternSet objects. For the second and subsequent ListRegexPatternSets requests, specify the value of NextMarker from the previous response to get information about another batch of RegexPatternSet objects.
  • lrpsLimit - Specifies the number of RegexPatternSet objects that you want AWS WAF to return for this request. If you have more RegexPatternSet objects than the number you specify for Limit , the response includes a NextMarker value that you can use to get another batch of RegexPatternSet objects.

data ListRegexPatternSets Source #

See: listRegexPatternSets smart constructor.

Instances

Eq ListRegexPatternSets Source # 
Data ListRegexPatternSets Source # 

Methods

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

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

toConstr :: ListRegexPatternSets -> Constr #

dataTypeOf :: ListRegexPatternSets -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListRegexPatternSets -> () #

AWSRequest ListRegexPatternSets Source # 
ToHeaders ListRegexPatternSets Source # 
ToPath ListRegexPatternSets Source # 
ToQuery ListRegexPatternSets Source # 
type Rep ListRegexPatternSets Source # 
type Rep ListRegexPatternSets = D1 * (MetaData "ListRegexPatternSets" "Network.AWS.WAFRegional.ListRegexPatternSets" "amazonka-waf-regional-1.6.0-8hbXet7pAjcFZLYYuMOYQd" False) (C1 * (MetaCons "ListRegexPatternSets'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrpsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lrpsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListRegexPatternSets Source # 

Request Lenses

lrpsNextMarker :: Lens' ListRegexPatternSets (Maybe Text) Source #

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

lrpsLimit :: Lens' ListRegexPatternSets (Maybe Natural) Source #

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

Destructuring the Response

listRegexPatternSetsResponse Source #

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

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

  • lrpsrsRegexPatternSets - An array of RegexPatternSetSummary objects.
  • lrpsrsNextMarker - If you have more RegexPatternSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more RegexPatternSet objects, submit another ListRegexPatternSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
  • lrpsrsResponseStatus - -- | The response status code.

data ListRegexPatternSetsResponse Source #

See: listRegexPatternSetsResponse smart constructor.

Instances

Eq ListRegexPatternSetsResponse Source # 
Data ListRegexPatternSetsResponse Source # 

Methods

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

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

toConstr :: ListRegexPatternSetsResponse -> Constr #

dataTypeOf :: ListRegexPatternSetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListRegexPatternSetsResponse Source # 
Show ListRegexPatternSetsResponse Source # 
Generic ListRegexPatternSetsResponse Source # 
NFData ListRegexPatternSetsResponse Source # 
type Rep ListRegexPatternSetsResponse Source # 
type Rep ListRegexPatternSetsResponse = D1 * (MetaData "ListRegexPatternSetsResponse" "Network.AWS.WAFRegional.ListRegexPatternSets" "amazonka-waf-regional-1.6.0-8hbXet7pAjcFZLYYuMOYQd" False) (C1 * (MetaCons "ListRegexPatternSetsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrpsrsRegexPatternSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [RegexPatternSetSummary]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrpsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lrpsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lrpsrsNextMarker :: Lens' ListRegexPatternSetsResponse (Maybe Text) Source #

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