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

Contents

Description

Returns an array of WebACLSummary objects in the response.

Synopsis

Creating a Request

listWebACLs :: ListWebACLs Source #

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

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

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

data ListWebACLs Source #

See: listWebACLs smart constructor.

Instances
Eq ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Data ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Methods

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

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

toConstr :: ListWebACLs -> Constr #

dataTypeOf :: ListWebACLs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Show ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Generic ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Associated Types

type Rep ListWebACLs :: Type -> Type #

Hashable ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

ToJSON ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

AWSRequest ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Associated Types

type Rs ListWebACLs :: Type #

ToHeaders ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Methods

toHeaders :: ListWebACLs -> [Header] #

ToPath ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

ToQuery ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

NFData ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Methods

rnf :: ListWebACLs -> () #

type Rep ListWebACLs Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

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

Defined in Network.AWS.WAFRegional.ListWebACLs

Request Lenses

lwaNextMarker :: Lens' ListWebACLs (Maybe Text) Source #

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

lwaLimit :: Lens' ListWebACLs (Maybe Natural) Source #

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

Destructuring the Response

listWebACLsResponse Source #

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

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

  • lwarsWebACLs - An array of WebACLSummary objects.
  • lwarsNextMarker - If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.
  • lwarsResponseStatus - -- | The response status code.

data ListWebACLsResponse Source #

See: listWebACLsResponse smart constructor.

Instances
Eq ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Data ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Methods

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

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

toConstr :: ListWebACLsResponse -> Constr #

dataTypeOf :: ListWebACLsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Show ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Generic ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Associated Types

type Rep ListWebACLsResponse :: Type -> Type #

NFData ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

Methods

rnf :: ListWebACLsResponse -> () #

type Rep ListWebACLsResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListWebACLs

type Rep ListWebACLsResponse = D1 (MetaData "ListWebACLsResponse" "Network.AWS.WAFRegional.ListWebACLs" "amazonka-waf-regional-1.6.1-IvDSn8aH4TMJoxm1GVf7Ug" False) (C1 (MetaCons "ListWebACLsResponse'" PrefixI True) (S1 (MetaSel (Just "_lwarsWebACLs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [WebACLSummary])) :*: (S1 (MetaSel (Just "_lwarsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lwarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lwarsNextMarker :: Lens' ListWebACLsResponse (Maybe Text) Source #

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

lwarsResponseStatus :: Lens' ListWebACLsResponse Int Source #

  • - | The response status code.