amazonka-config-1.6.1: 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.DeleteConfigurationAggregator

Contents

Description

Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.

Synopsis

Creating a Request

deleteConfigurationAggregator #

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

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

data DeleteConfigurationAggregator #

See: deleteConfigurationAggregator smart constructor.

Instances
Eq DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Data DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Methods

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

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

toConstr :: DeleteConfigurationAggregator -> Constr #

dataTypeOf :: DeleteConfigurationAggregator -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Show DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Generic DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Associated Types

type Rep DeleteConfigurationAggregator :: Type -> Type #

Hashable DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

ToJSON DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

AWSRequest DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Associated Types

type Rs DeleteConfigurationAggregator :: Type #

ToHeaders DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

ToPath DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

ToQuery DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

NFData DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregator = D1 (MetaData "DeleteConfigurationAggregator" "Network.AWS.Config.DeleteConfigurationAggregator" "amazonka-config-1.6.1-Gsj5TaxqJhS1yHf2ox0U52" True) (C1 (MetaCons "DeleteConfigurationAggregator'" PrefixI True) (S1 (MetaSel (Just "_dcaConfigurationAggregatorName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationAggregator # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Request Lenses

dcaConfigurationAggregatorName :: Lens' DeleteConfigurationAggregator Text #

The name of the configuration aggregator.

Destructuring the Response

deleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse #

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

data DeleteConfigurationAggregatorResponse #

Instances
Eq DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Data DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Methods

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

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

toConstr :: DeleteConfigurationAggregatorResponse -> Constr #

dataTypeOf :: DeleteConfigurationAggregatorResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Show DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

Generic DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

NFData DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregatorResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregatorResponse = D1 (MetaData "DeleteConfigurationAggregatorResponse" "Network.AWS.Config.DeleteConfigurationAggregator" "amazonka-config-1.6.1-Gsj5TaxqJhS1yHf2ox0U52" False) (C1 (MetaCons "DeleteConfigurationAggregatorResponse'" PrefixI False) (U1 :: Type -> Type))