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

Contents

Description

Returns an array of ActivatedRule objects.

Synopsis

Creating a Request

listActivatedRulesInRuleGroup :: ListActivatedRulesInRuleGroup Source #

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

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

  • larirgRuleGroupId - The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule objects.
  • larirgNextMarker - If you specify a value for Limit and you have more ActivatedRules than the value of Limit , AWS WAF returns a NextMarker value in the response that allows you to list another group of ActivatedRules . For the second and subsequent ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the previous response to get information about another batch of ActivatedRules .
  • larirgLimit - Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If you have more ActivatedRules than the number that you specify for Limit , the response includes a NextMarker value that you can use to get another batch of ActivatedRules .

data ListActivatedRulesInRuleGroup Source #

See: listActivatedRulesInRuleGroup smart constructor.

Instances
Eq ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Data ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Methods

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

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

toConstr :: ListActivatedRulesInRuleGroup -> Constr #

dataTypeOf :: ListActivatedRulesInRuleGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Show ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Generic ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Associated Types

type Rep ListActivatedRulesInRuleGroup :: Type -> Type #

Hashable ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

ToJSON ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

AWSRequest ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Associated Types

type Rs ListActivatedRulesInRuleGroup :: Type #

ToHeaders ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

ToPath ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

ToQuery ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

NFData ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

type Rep ListActivatedRulesInRuleGroup Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

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

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Request Lenses

larirgRuleGroupId :: Lens' ListActivatedRulesInRuleGroup (Maybe Text) Source #

The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule objects.

larirgNextMarker :: Lens' ListActivatedRulesInRuleGroup (Maybe Text) Source #

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

larirgLimit :: Lens' ListActivatedRulesInRuleGroup (Maybe Natural) Source #

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

Destructuring the Response

listActivatedRulesInRuleGroupResponse Source #

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

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

  • larirgrsNextMarker - If you have more ActivatedRules than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ActivatedRules , submit another ListActivatedRulesInRuleGroup request, and specify the NextMarker value from the response in the NextMarker value in the next request.
  • larirgrsActivatedRules - An array of ActivatedRules objects.
  • larirgrsResponseStatus - -- | The response status code.

data ListActivatedRulesInRuleGroupResponse Source #

Instances
Eq ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Data ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Methods

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

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

toConstr :: ListActivatedRulesInRuleGroupResponse -> Constr #

dataTypeOf :: ListActivatedRulesInRuleGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Show ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

Generic ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

NFData ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

type Rep ListActivatedRulesInRuleGroupResponse Source # 
Instance details

Defined in Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup

type Rep ListActivatedRulesInRuleGroupResponse = D1 (MetaData "ListActivatedRulesInRuleGroupResponse" "Network.AWS.WAFRegional.ListActivatedRulesInRuleGroup" "amazonka-waf-regional-1.6.1-IvDSn8aH4TMJoxm1GVf7Ug" False) (C1 (MetaCons "ListActivatedRulesInRuleGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_larirgrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_larirgrsActivatedRules") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ActivatedRule])) :*: S1 (MetaSel (Just "_larirgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

larirgrsNextMarker :: Lens' ListActivatedRulesInRuleGroupResponse (Maybe Text) Source #

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