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

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Data DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.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 # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Associated Types

type Rep DeleteConfigurationRecorder :: Type -> Type #

Hashable DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToJSON DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

AWSRequest DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Associated Types

type Rs DeleteConfigurationRecorder :: Type #

ToHeaders DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToPath DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToQuery DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorder # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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

Defined in Network.AWS.Config.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 # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Data DeleteConfigurationRecorderResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorderResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorderResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorderResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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