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.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 # 
Data 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 # 
Show DeleteConfigurationAggregator # 
Generic DeleteConfigurationAggregator # 
Hashable DeleteConfigurationAggregator # 
ToJSON DeleteConfigurationAggregator # 
NFData DeleteConfigurationAggregator # 
AWSRequest DeleteConfigurationAggregator # 
ToHeaders DeleteConfigurationAggregator # 
ToPath DeleteConfigurationAggregator # 
ToQuery DeleteConfigurationAggregator # 
type Rep DeleteConfigurationAggregator # 
type Rep DeleteConfigurationAggregator = D1 * (MetaData "DeleteConfigurationAggregator" "Network.AWS.Config.DeleteConfigurationAggregator" "amazonka-config-1.6.0-BQWWAOBXDMaLRM4ns599nE" True) (C1 * (MetaCons "DeleteConfigurationAggregator'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcaConfigurationAggregatorName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs 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 # 
Data DeleteConfigurationAggregatorResponse # 

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 # 
Show DeleteConfigurationAggregatorResponse # 
Generic DeleteConfigurationAggregatorResponse # 
NFData DeleteConfigurationAggregatorResponse # 
type Rep DeleteConfigurationAggregatorResponse # 
type Rep DeleteConfigurationAggregatorResponse = D1 * (MetaData "DeleteConfigurationAggregatorResponse" "Network.AWS.Config.DeleteConfigurationAggregator" "amazonka-config-1.6.0-BQWWAOBXDMaLRM4ns599nE" False) (C1 * (MetaCons "DeleteConfigurationAggregatorResponse'" PrefixI False) (U1 *))