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

Contents

Description

Returns an array of IPSetSummary objects in the response.

Synopsis

Creating a Request

listIPSets :: ListIPSets Source #

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

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

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

data ListIPSets Source #

See: listIPSets smart constructor.

Instances
Eq ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Data ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Methods

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

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

toConstr :: ListIPSets -> Constr #

dataTypeOf :: ListIPSets -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Show ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Generic ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Associated Types

type Rep ListIPSets :: Type -> Type #

Hashable ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

ToJSON ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

AWSRequest ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Associated Types

type Rs ListIPSets :: Type #

ToHeaders ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Methods

toHeaders :: ListIPSets -> [Header] #

ToPath ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

ToQuery ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

NFData ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Methods

rnf :: ListIPSets -> () #

type Rep ListIPSets Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

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

Defined in Network.AWS.WAFRegional.ListIPSets

Request Lenses

lisNextMarker :: Lens' ListIPSets (Maybe Text) Source #

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

lisLimit :: Lens' ListIPSets (Maybe Natural) Source #

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

Destructuring the Response

listIPSetsResponse Source #

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

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

  • lisrsNextMarker - If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
  • lisrsIPSets - An array of IPSetSummary objects.
  • lisrsResponseStatus - -- | The response status code.

data ListIPSetsResponse Source #

See: listIPSetsResponse smart constructor.

Instances
Eq ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Data ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Methods

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

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

toConstr :: ListIPSetsResponse -> Constr #

dataTypeOf :: ListIPSetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Show ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Generic ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Associated Types

type Rep ListIPSetsResponse :: Type -> Type #

NFData ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

Methods

rnf :: ListIPSetsResponse -> () #

type Rep ListIPSetsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListIPSets

type Rep ListIPSetsResponse = D1 (MetaData "ListIPSetsResponse" "Network.AWS.WAFRegional.ListIPSets" "amazonka-waf-regional-1.6.1-IvDSn8aH4TMJoxm1GVf7Ug" False) (C1 (MetaCons "ListIPSetsResponse'" PrefixI True) (S1 (MetaSel (Just "_lisrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lisrsIPSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [IPSetSummary])) :*: S1 (MetaSel (Just "_lisrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lisrsNextMarker :: Lens' ListIPSetsResponse (Maybe Text) Source #

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

lisrsResponseStatus :: Lens' ListIPSetsResponse Int Source #

  • - | The response status code.