amazonka-waf-1.6.1: Amazon WAF 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.WAF.ListRegexPatternSets

Contents

Description

Returns an array of RegexPatternSetSummary objects.

Synopsis

Creating a Request

listRegexPatternSets :: ListRegexPatternSets #

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 #

See: listRegexPatternSets smart constructor.

Instances
Eq ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Data ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

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

Defined in Network.AWS.WAF.ListRegexPatternSets

Show ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Generic ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Associated Types

type Rep ListRegexPatternSets :: Type -> Type #

Hashable ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

ToJSON ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

AWSRequest ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Associated Types

type Rs ListRegexPatternSets :: Type #

ToHeaders ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

ToPath ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

ToQuery ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

NFData ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Methods

rnf :: ListRegexPatternSets -> () #

type Rep ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

type Rep ListRegexPatternSets = D1 (MetaData "ListRegexPatternSets" "Network.AWS.WAF.ListRegexPatternSets" "amazonka-waf-1.6.1-58qiOW5VcwnIkfAeSj6srS" False) (C1 (MetaCons "ListRegexPatternSets'" PrefixI True) (S1 (MetaSel (Just "_lrpsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lrpsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListRegexPatternSets # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Request Lenses

lrpsNextMarker :: Lens' ListRegexPatternSets (Maybe Text) #

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) #

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 #

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 #

See: listRegexPatternSetsResponse smart constructor.

Instances
Eq ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Data ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

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

Defined in Network.AWS.WAF.ListRegexPatternSets

Show ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Generic ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

Associated Types

type Rep ListRegexPatternSetsResponse :: Type -> Type #

NFData ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

type Rep ListRegexPatternSetsResponse # 
Instance details

Defined in Network.AWS.WAF.ListRegexPatternSets

type Rep ListRegexPatternSetsResponse = D1 (MetaData "ListRegexPatternSetsResponse" "Network.AWS.WAF.ListRegexPatternSets" "amazonka-waf-1.6.1-58qiOW5VcwnIkfAeSj6srS" False) (C1 (MetaCons "ListRegexPatternSetsResponse'" PrefixI True) (S1 (MetaSel (Just "_lrpsrsRegexPatternSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RegexPatternSetSummary])) :*: (S1 (MetaSel (Just "_lrpsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lrpsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lrpsrsNextMarker :: Lens' ListRegexPatternSetsResponse (Maybe Text) #

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.