amazonka-config-1.6.0: Amazon Config 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.Config.DescribePendingAggregationRequests

Contents

Description

Returns a list of all pending aggregation requests.

Synopsis

Creating a Request

describePendingAggregationRequests :: DescribePendingAggregationRequests Source #

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

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

  • dparNextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
  • dparLimit - The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

data DescribePendingAggregationRequests Source #

See: describePendingAggregationRequests smart constructor.

Instances

Eq DescribePendingAggregationRequests Source # 
Data DescribePendingAggregationRequests Source # 

Methods

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

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

toConstr :: DescribePendingAggregationRequests -> Constr #

dataTypeOf :: DescribePendingAggregationRequests -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePendingAggregationRequests Source # 
Show DescribePendingAggregationRequests Source # 
Generic DescribePendingAggregationRequests Source # 
Hashable DescribePendingAggregationRequests Source # 
ToJSON DescribePendingAggregationRequests Source # 
NFData DescribePendingAggregationRequests Source # 
AWSRequest DescribePendingAggregationRequests Source # 
ToHeaders DescribePendingAggregationRequests Source # 
ToPath DescribePendingAggregationRequests Source # 
ToQuery DescribePendingAggregationRequests Source # 
type Rep DescribePendingAggregationRequests Source # 
type Rep DescribePendingAggregationRequests = D1 * (MetaData "DescribePendingAggregationRequests" "Network.AWS.Config.DescribePendingAggregationRequests" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DescribePendingAggregationRequests'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dparNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dparLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs DescribePendingAggregationRequests Source # 

Request Lenses

dparNextToken :: Lens' DescribePendingAggregationRequests (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

dparLimit :: Lens' DescribePendingAggregationRequests (Maybe Natural) Source #

The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

Destructuring the Response

describePendingAggregationRequestsResponse Source #

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

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

data DescribePendingAggregationRequestsResponse Source #

Instances

Eq DescribePendingAggregationRequestsResponse Source # 
Data DescribePendingAggregationRequestsResponse Source # 

Methods

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

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

toConstr :: DescribePendingAggregationRequestsResponse -> Constr #

dataTypeOf :: DescribePendingAggregationRequestsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePendingAggregationRequestsResponse Source # 
Show DescribePendingAggregationRequestsResponse Source # 
Generic DescribePendingAggregationRequestsResponse Source # 
NFData DescribePendingAggregationRequestsResponse Source # 
type Rep DescribePendingAggregationRequestsResponse Source # 
type Rep DescribePendingAggregationRequestsResponse = D1 * (MetaData "DescribePendingAggregationRequestsResponse" "Network.AWS.Config.DescribePendingAggregationRequests" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DescribePendingAggregationRequestsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dparrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dparrsPendingAggregationRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [PendingAggregationRequest]))) (S1 * (MetaSel (Just Symbol "_dparrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dparrsNextToken :: Lens' DescribePendingAggregationRequestsResponse (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.