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

Contents

Description

Returns an array of XssMatchSet objects.

This operation returns paginated results.

Synopsis

Creating a Request

listXSSMatchSets :: ListXSSMatchSets Source #

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

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

  • lxmsNextMarker - If you specify a value for Limit and you have more XssMatchSet objects than the value of Limit , AWS WAF returns a NextMarker value in the response that allows you to list another group of XssMatchSets . For the second and subsequent ListXssMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of XssMatchSets .
  • lxmsLimit - Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet 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 ListXSSMatchSets Source #

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

See: listXSSMatchSets smart constructor.

Instances

Eq ListXSSMatchSets Source # 
Data ListXSSMatchSets Source # 

Methods

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

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

toConstr :: ListXSSMatchSets -> Constr #

dataTypeOf :: ListXSSMatchSets -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListXSSMatchSets -> () #

AWSPager ListXSSMatchSets Source # 
AWSRequest ListXSSMatchSets Source # 
ToHeaders ListXSSMatchSets Source # 
ToPath ListXSSMatchSets Source # 
ToQuery ListXSSMatchSets Source # 
type Rep ListXSSMatchSets Source # 
type Rep ListXSSMatchSets = D1 * (MetaData "ListXSSMatchSets" "Network.AWS.WAF.ListXSSMatchSets" "amazonka-waf-1.6.0-3fCImJDdtLm395kgBUHRQd" False) (C1 * (MetaCons "ListXSSMatchSets'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lxmsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lxmsLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListXSSMatchSets Source # 

Request Lenses

lxmsNextMarker :: Lens' ListXSSMatchSets (Maybe Text) Source #

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

lxmsLimit :: Lens' ListXSSMatchSets (Maybe Natural) Source #

Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more XssMatchSet 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

listXSSMatchSetsResponse Source #

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

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

  • lxmsrsXSSMatchSets - An array of XssMatchSetSummary objects.
  • lxmsrsNextMarker - If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
  • lxmsrsResponseStatus - -- | The response status code.

data ListXSSMatchSetsResponse Source #

The response to a ListXssMatchSets request.

See: listXSSMatchSetsResponse smart constructor.

Instances

Eq ListXSSMatchSetsResponse Source # 
Data ListXSSMatchSetsResponse Source # 

Methods

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

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

toConstr :: ListXSSMatchSetsResponse -> Constr #

dataTypeOf :: ListXSSMatchSetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListXSSMatchSetsResponse Source # 
Show ListXSSMatchSetsResponse Source # 
Generic ListXSSMatchSetsResponse Source # 
NFData ListXSSMatchSetsResponse Source # 
type Rep ListXSSMatchSetsResponse Source # 
type Rep ListXSSMatchSetsResponse = D1 * (MetaData "ListXSSMatchSetsResponse" "Network.AWS.WAF.ListXSSMatchSets" "amazonka-waf-1.6.0-3fCImJDdtLm395kgBUHRQd" False) (C1 * (MetaCons "ListXSSMatchSetsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lxmsrsXSSMatchSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [XSSMatchSetSummary]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lxmsrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lxmsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lxmsrsXSSMatchSets :: Lens' ListXSSMatchSetsResponse [XSSMatchSetSummary] Source #

An array of XssMatchSetSummary objects.

lxmsrsNextMarker :: Lens' ListXSSMatchSetsResponse (Maybe Text) Source #

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