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

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Data DeleteConfigurationRecorder Source # 
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 Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Associated Types

type Rep DeleteConfigurationRecorder :: Type -> Type #

Hashable DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToJSON DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

AWSRequest DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Associated Types

type Rs DeleteConfigurationRecorder :: Type #

ToHeaders DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToPath DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

ToQuery DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Data DeleteConfigurationRecorderResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteConfigurationRecorder

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