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.ListXSSMatchSets

Contents

Description

Returns an array of XssMatchSet objects.

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

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Data ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

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

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Show ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Generic ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Associated Types

type Rep ListXSSMatchSets :: Type -> Type #

Hashable ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

ToJSON ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

AWSRequest ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Associated Types

type Rs ListXSSMatchSets :: Type #

ToHeaders ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

ToPath ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

ToQuery ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

NFData ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Methods

rnf :: ListXSSMatchSets -> () #

type Rep ListXSSMatchSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

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

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

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

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Data ListXSSMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

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

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Show ListXSSMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Generic ListXSSMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

Associated Types

type Rep ListXSSMatchSetsResponse :: Type -> Type #

NFData ListXSSMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

type Rep ListXSSMatchSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListXSSMatchSets

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