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

Contents

Description

Deletes pending authorization requests for a specified aggregator account in a specified region.

Synopsis

Creating a Request

deletePendingAggregationRequest Source #

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

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

data DeletePendingAggregationRequest Source #

See: deletePendingAggregationRequest smart constructor.

Instances

Eq DeletePendingAggregationRequest Source # 
Data DeletePendingAggregationRequest Source # 

Methods

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

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

toConstr :: DeletePendingAggregationRequest -> Constr #

dataTypeOf :: DeletePendingAggregationRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dparRequesterAccountId :: Lens' DeletePendingAggregationRequest Text Source #

The 12-digit account ID of the account requesting to aggregate data.

dparRequesterAWSRegion :: Lens' DeletePendingAggregationRequest Text Source #

The region requesting to aggregate data.

Destructuring the Response

data DeletePendingAggregationRequestResponse Source #

Instances

Eq DeletePendingAggregationRequestResponse Source # 
Data DeletePendingAggregationRequestResponse Source # 

Methods

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

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

toConstr :: DeletePendingAggregationRequestResponse -> Constr #

dataTypeOf :: DeletePendingAggregationRequestResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePendingAggregationRequestResponse Source # 
Show DeletePendingAggregationRequestResponse Source # 
Generic DeletePendingAggregationRequestResponse Source # 
NFData DeletePendingAggregationRequestResponse Source # 
type Rep DeletePendingAggregationRequestResponse Source # 
type Rep DeletePendingAggregationRequestResponse = D1 * (MetaData "DeletePendingAggregationRequestResponse" "Network.AWS.Config.DeletePendingAggregationRequest" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DeletePendingAggregationRequestResponse'" PrefixI False) (U1 *))