| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Discovery.StopDataCollectionByAgentIds
Description
Instructs the specified agents to stop collecting data.
- stopDataCollectionByAgentIds :: StopDataCollectionByAgentIds
- data StopDataCollectionByAgentIds
- sdcbaiAgentIds :: Lens' StopDataCollectionByAgentIds [Text]
- stopDataCollectionByAgentIdsResponse :: Int -> StopDataCollectionByAgentIdsResponse
- data StopDataCollectionByAgentIdsResponse
- sdcbairsAgentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse [AgentConfigurationStatus]
- sdcbairsResponseStatus :: Lens' StopDataCollectionByAgentIdsResponse Int
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 that you want to stop collecting data.
data StopDataCollectionByAgentIds Source #
See: stopDataCollectionByAgentIds smart constructor.
Instances
Request Lenses
sdcbaiAgentIds :: Lens' StopDataCollectionByAgentIds [Text] Source #
The IDs of the agents that you want 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 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 Source #
See: stopDataCollectionByAgentIdsResponse smart constructor.
Instances
Response Lenses
sdcbairsAgentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse [AgentConfigurationStatus] Source #
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 :: Lens' StopDataCollectionByAgentIdsResponse Int Source #
- - | The response status code.