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

Defined in Network.AWS.Config.StopConfigurationRecorder

Data StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

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

Defined in Network.AWS.Config.StopConfigurationRecorder

Show StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

Generic StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorder :: Type -> Type #

Hashable StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

ToJSON StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

AWSRequest StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

Associated Types

type Rs StopConfigurationRecorder :: Type #

ToHeaders StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

ToPath StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

ToQuery StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

NFData StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorder Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

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

Defined in Network.AWS.Config.StopConfigurationRecorder

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

Defined in Network.AWS.Config.StopConfigurationRecorder

Data StopConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

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

Defined in Network.AWS.Config.StopConfigurationRecorder

Show StopConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

Generic StopConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorderResponse :: Type -> Type #

NFData StopConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorderResponse Source # 
Instance details

Defined in Network.AWS.Config.StopConfigurationRecorder

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