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 #

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 #

See: deletePendingAggregationRequest smart constructor.

Instances
Eq DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Data DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

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 # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Show DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Generic DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Associated Types

type Rep DeletePendingAggregationRequest :: * -> * #

Hashable DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

ToJSON DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

AWSRequest DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Associated Types

type Rs DeletePendingAggregationRequest :: * #

ToHeaders DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

ToPath DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

ToQuery DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

NFData DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequest = D1 (MetaData "DeletePendingAggregationRequest" "Network.AWS.Config.DeletePendingAggregationRequest" "amazonka-config-1.6.0-42sMzZlHa4G221J3mzep9P" False) (C1 (MetaCons "DeletePendingAggregationRequest'" PrefixI True) (S1 (MetaSel (Just "_dparRequesterAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dparRequesterAWSRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeletePendingAggregationRequest # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Request Lenses

dparRequesterAccountId :: Lens' DeletePendingAggregationRequest Text #

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

dparRequesterAWSRegion :: Lens' DeletePendingAggregationRequest Text #

The region requesting to aggregate data.

Destructuring the Response

data DeletePendingAggregationRequestResponse #

Instances
Eq DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Data DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

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 # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Show DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Generic DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

Associated Types

type Rep DeletePendingAggregationRequestResponse :: * -> * #

NFData DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequestResponse # 
Instance details

Defined in Network.AWS.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequestResponse = D1 (MetaData "DeletePendingAggregationRequestResponse" "Network.AWS.Config.DeletePendingAggregationRequest" "amazonka-config-1.6.0-42sMzZlHa4G221J3mzep9P" False) (C1 (MetaCons "DeletePendingAggregationRequestResponse'" PrefixI False) (U1 :: * -> *))