amazonka-config-1.4.5: Amazon Config SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 #

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 #

The request object for the DeleteConfigurationRecorder action.

See: deleteConfigurationRecorder smart constructor.

Instances

Eq DeleteConfigurationRecorder # 
Data DeleteConfigurationRecorder # 

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 # 
Show DeleteConfigurationRecorder # 
Generic DeleteConfigurationRecorder # 
Hashable DeleteConfigurationRecorder # 
ToJSON DeleteConfigurationRecorder # 
NFData DeleteConfigurationRecorder # 
AWSRequest DeleteConfigurationRecorder # 
ToQuery DeleteConfigurationRecorder # 
ToPath DeleteConfigurationRecorder # 
ToHeaders DeleteConfigurationRecorder # 
type Rep DeleteConfigurationRecorder # 
type Rep DeleteConfigurationRecorder = D1 (MetaData "DeleteConfigurationRecorder" "Network.AWS.Config.DeleteConfigurationRecorder" "amazonka-config-1.4.5-6okYkGmQ3l6FTRqeDLduhb" True) (C1 (MetaCons "DeleteConfigurationRecorder'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcrConfigurationRecorderName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationRecorder # 

Request Lenses

dcrConfigurationRecorderName :: Lens' DeleteConfigurationRecorder Text #

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 #

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

data DeleteConfigurationRecorderResponse #

See: deleteConfigurationRecorderResponse smart constructor.

Instances

Eq DeleteConfigurationRecorderResponse # 
Data DeleteConfigurationRecorderResponse # 

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 # 
Show DeleteConfigurationRecorderResponse # 
Generic DeleteConfigurationRecorderResponse # 
NFData DeleteConfigurationRecorderResponse # 
type Rep DeleteConfigurationRecorderResponse # 
type Rep DeleteConfigurationRecorderResponse = D1 (MetaData "DeleteConfigurationRecorderResponse" "Network.AWS.Config.DeleteConfigurationRecorder" "amazonka-config-1.4.5-6okYkGmQ3l6FTRqeDLduhb" False) (C1 (MetaCons "DeleteConfigurationRecorderResponse'" PrefixI False) U1)