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

Contents

Description

Instructs the specified agents or connectors to stop collecting data.

Synopsis

Creating a Request

stopDataCollectionByAgentIds :: StopDataCollectionByAgentIds Source #

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 or connectors from which to stop collecting data.

data StopDataCollectionByAgentIds Source #

See: stopDataCollectionByAgentIds smart constructor.

Instances

Eq StopDataCollectionByAgentIds Source # 
Data StopDataCollectionByAgentIds Source # 

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 Source # 
Show StopDataCollectionByAgentIds Source # 
Generic StopDataCollectionByAgentIds Source # 
Hashable StopDataCollectionByAgentIds Source # 
ToJSON StopDataCollectionByAgentIds Source # 
NFData StopDataCollectionByAgentIds Source # 
AWSRequest StopDataCollectionByAgentIds Source # 
ToQuery StopDataCollectionByAgentIds Source # 
ToPath StopDataCollectionByAgentIds Source # 
ToHeaders StopDataCollectionByAgentIds Source # 
type Rep StopDataCollectionByAgentIds Source # 
type Rep StopDataCollectionByAgentIds = D1 (MetaData "StopDataCollectionByAgentIds" "Network.AWS.Discovery.StopDataCollectionByAgentIds" "amazonka-discovery-1.5.0-9zAudG659YgC8BiK47CJ9D" True) (C1 (MetaCons "StopDataCollectionByAgentIds'" PrefixI True) (S1 (MetaSel (Just Symbol "_sdcbaiAgentIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs StopDataCollectionByAgentIds Source # 

Request Lenses

sdcbaiAgentIds :: Lens' StopDataCollectionByAgentIds [Text] Source #

The IDs of the agents or connectors from which to stop collecting data.

Destructuring the Response

stopDataCollectionByAgentIdsResponse Source #

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 the agents or connector that were instructed to stop collecting data. Information includes the agentconnector ID, a description of the operation performed, and whether the agentconnector configuration was updated.
  • sdcbairsResponseStatus - -- | The response status code.

data StopDataCollectionByAgentIdsResponse Source #

See: stopDataCollectionByAgentIdsResponse smart constructor.

Instances

Eq StopDataCollectionByAgentIdsResponse Source # 
Data StopDataCollectionByAgentIdsResponse Source # 

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 Source # 
Show StopDataCollectionByAgentIdsResponse Source # 
Generic StopDataCollectionByAgentIdsResponse Source # 
NFData StopDataCollectionByAgentIdsResponse Source # 
type Rep StopDataCollectionByAgentIdsResponse Source # 
type Rep StopDataCollectionByAgentIdsResponse = D1 (MetaData "StopDataCollectionByAgentIdsResponse" "Network.AWS.Discovery.StopDataCollectionByAgentIds" "amazonka-discovery-1.5.0-9zAudG659YgC8BiK47CJ9D" False) (C1 (MetaCons "StopDataCollectionByAgentIdsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sdcbairsAgentsConfigurationStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AgentConfigurationStatus]))) (S1 (MetaSel (Just Symbol "_sdcbairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

sdcbairsAgentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse [AgentConfigurationStatus] Source #

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