amazonka-config-1.5.0: Amazon Config SDK.

Copyright(c) 2013-2017 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.StopConfigurationRecorder

Contents

Description

Stops recording configurations of the AWS resources you have selected to record in your AWS account.

Synopsis

Creating a Request

stopConfigurationRecorder Source #

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

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

data StopConfigurationRecorder Source #

The input for the StopConfigurationRecorder action.

See: stopConfigurationRecorder smart constructor.

Instances

Eq StopConfigurationRecorder Source # 
Data StopConfigurationRecorder Source # 

Methods

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

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

toConstr :: StopConfigurationRecorder -> Constr #

dataTypeOf :: StopConfigurationRecorder -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopConfigurationRecorder Source # 
Show StopConfigurationRecorder Source # 
Generic StopConfigurationRecorder Source # 
Hashable StopConfigurationRecorder Source # 
ToJSON StopConfigurationRecorder Source # 
NFData StopConfigurationRecorder Source # 
AWSRequest StopConfigurationRecorder Source # 
ToQuery StopConfigurationRecorder Source # 
ToPath StopConfigurationRecorder Source # 
ToHeaders StopConfigurationRecorder Source # 
type Rep StopConfigurationRecorder Source # 
type Rep StopConfigurationRecorder = D1 (MetaData "StopConfigurationRecorder" "Network.AWS.Config.StopConfigurationRecorder" "amazonka-config-1.5.0-2Fgj67GIa59CyLznjGxu6Y" True) (C1 (MetaCons "StopConfigurationRecorder'" PrefixI True) (S1 (MetaSel (Just Symbol "_scrConfigurationRecorderName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopConfigurationRecorder Source # 

Request Lenses

scrConfigurationRecorderName :: Lens' StopConfigurationRecorder Text Source #

The name of the recorder object that records each configuration change made to the resources.

Destructuring the Response

stopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #

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

data StopConfigurationRecorderResponse Source #

See: stopConfigurationRecorderResponse smart constructor.

Instances

Eq StopConfigurationRecorderResponse Source # 
Data StopConfigurationRecorderResponse Source # 

Methods

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

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

toConstr :: StopConfigurationRecorderResponse -> Constr #

dataTypeOf :: StopConfigurationRecorderResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopConfigurationRecorderResponse Source # 
Show StopConfigurationRecorderResponse Source # 
Generic StopConfigurationRecorderResponse Source # 
NFData StopConfigurationRecorderResponse Source # 
type Rep StopConfigurationRecorderResponse Source # 
type Rep StopConfigurationRecorderResponse = D1 (MetaData "StopConfigurationRecorderResponse" "Network.AWS.Config.StopConfigurationRecorder" "amazonka-config-1.5.0-2Fgj67GIa59CyLznjGxu6Y" False) (C1 (MetaCons "StopConfigurationRecorderResponse'" PrefixI False) U1)