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

Contents

Description

Deletes the configuration recorder.

After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder.

This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.

Synopsis

Creating a Request

deleteConfigurationRecorder Source #

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

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

  • dcrConfigurationRecorderName - The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

data DeleteConfigurationRecorder Source #

The request object for the DeleteConfigurationRecorder action.

See: deleteConfigurationRecorder smart constructor.

Instances

Eq DeleteConfigurationRecorder Source # 
Data DeleteConfigurationRecorder Source # 

Methods

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

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

toConstr :: DeleteConfigurationRecorder -> Constr #

dataTypeOf :: DeleteConfigurationRecorder -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dcrConfigurationRecorderName :: Lens' DeleteConfigurationRecorder Text Source #

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Destructuring the Response

deleteConfigurationRecorderResponse :: DeleteConfigurationRecorderResponse Source #

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

data DeleteConfigurationRecorderResponse Source #

See: deleteConfigurationRecorderResponse smart constructor.

Instances

Eq DeleteConfigurationRecorderResponse Source # 
Data DeleteConfigurationRecorderResponse Source # 

Methods

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

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

toConstr :: DeleteConfigurationRecorderResponse -> Constr #

dataTypeOf :: DeleteConfigurationRecorderResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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