amazonka-discovery-1.4.5: Amazon Application Discovery Service 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.Discovery.StopDataCollectionByAgentIds

Contents

Description

Instructs the specified agents to stop collecting data.

Synopsis

Creating a Request

stopDataCollectionByAgentIds :: StopDataCollectionByAgentIds #

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

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

  • sdcbaiAgentIds - The IDs of the agents that you want to stop collecting data.

data StopDataCollectionByAgentIds #

See: stopDataCollectionByAgentIds smart constructor.

Instances

Eq StopDataCollectionByAgentIds # 
Data StopDataCollectionByAgentIds # 

Methods

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

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

toConstr :: StopDataCollectionByAgentIds -> Constr #

dataTypeOf :: StopDataCollectionByAgentIds -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopDataCollectionByAgentIds # 
Show StopDataCollectionByAgentIds # 
Generic StopDataCollectionByAgentIds # 
Hashable StopDataCollectionByAgentIds # 
ToJSON StopDataCollectionByAgentIds # 
NFData StopDataCollectionByAgentIds # 
AWSRequest StopDataCollectionByAgentIds # 
ToQuery StopDataCollectionByAgentIds # 
ToPath StopDataCollectionByAgentIds # 
ToHeaders StopDataCollectionByAgentIds # 
type Rep StopDataCollectionByAgentIds # 
type Rep StopDataCollectionByAgentIds = D1 (MetaData "StopDataCollectionByAgentIds" "Network.AWS.Discovery.StopDataCollectionByAgentIds" "amazonka-discovery-1.4.5-14IMFK6azHZ16g41xJUm5E" True) (C1 (MetaCons "StopDataCollectionByAgentIds'" PrefixI True) (S1 (MetaSel (Just Symbol "_sdcbaiAgentIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs StopDataCollectionByAgentIds # 

Request Lenses

sdcbaiAgentIds :: Lens' StopDataCollectionByAgentIds [Text] #

The IDs of the agents that you want to stop collecting data.

Destructuring the Response

stopDataCollectionByAgentIdsResponse #

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

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

  • sdcbairsAgentsConfigurationStatus - Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
  • sdcbairsResponseStatus - -- | The response status code.

data StopDataCollectionByAgentIdsResponse #

See: stopDataCollectionByAgentIdsResponse smart constructor.

Instances

Eq StopDataCollectionByAgentIdsResponse # 
Data StopDataCollectionByAgentIdsResponse # 

Methods

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

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

toConstr :: StopDataCollectionByAgentIdsResponse -> Constr #

dataTypeOf :: StopDataCollectionByAgentIdsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopDataCollectionByAgentIdsResponse # 
Show StopDataCollectionByAgentIdsResponse # 
Generic StopDataCollectionByAgentIdsResponse # 
NFData StopDataCollectionByAgentIdsResponse # 
type Rep StopDataCollectionByAgentIdsResponse # 
type Rep StopDataCollectionByAgentIdsResponse = D1 (MetaData "StopDataCollectionByAgentIdsResponse" "Network.AWS.Discovery.StopDataCollectionByAgentIds" "amazonka-discovery-1.4.5-14IMFK6azHZ16g41xJUm5E" False) (C1 (MetaCons "StopDataCollectionByAgentIdsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sdcbairsAgentsConfigurationStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AgentConfigurationStatus]))) (S1 (MetaSel (Just Symbol "_sdcbairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

sdcbairsAgentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse [AgentConfigurationStatus] #

Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.