Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Instructs the specified agents or connectors to stop collecting data.
Synopsis
- data StopDataCollectionByAgentIds = StopDataCollectionByAgentIds' {}
- newStopDataCollectionByAgentIds :: StopDataCollectionByAgentIds
- stopDataCollectionByAgentIds_agentIds :: Lens' StopDataCollectionByAgentIds [Text]
- data StopDataCollectionByAgentIdsResponse = StopDataCollectionByAgentIdsResponse' {}
- newStopDataCollectionByAgentIdsResponse :: Int -> StopDataCollectionByAgentIdsResponse
- stopDataCollectionByAgentIdsResponse_agentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse (Maybe [AgentConfigurationStatus])
- stopDataCollectionByAgentIdsResponse_httpStatus :: Lens' StopDataCollectionByAgentIdsResponse Int
Creating a Request
data StopDataCollectionByAgentIds Source #
See: newStopDataCollectionByAgentIds
smart constructor.
Instances
newStopDataCollectionByAgentIds :: StopDataCollectionByAgentIds Source #
Create a value of StopDataCollectionByAgentIds
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentIds:StopDataCollectionByAgentIds'
, stopDataCollectionByAgentIds_agentIds
- The IDs of the agents or connectors from which to stop collecting data.
Request Lenses
stopDataCollectionByAgentIds_agentIds :: Lens' StopDataCollectionByAgentIds [Text] Source #
The IDs of the agents or connectors from which to stop collecting data.
Destructuring the Response
data StopDataCollectionByAgentIdsResponse Source #
See: newStopDataCollectionByAgentIdsResponse
smart constructor.
StopDataCollectionByAgentIdsResponse' | |
|
Instances
newStopDataCollectionByAgentIdsResponse Source #
Create a value of StopDataCollectionByAgentIdsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentsConfigurationStatus:StopDataCollectionByAgentIdsResponse'
, stopDataCollectionByAgentIdsResponse_agentsConfigurationStatus
- Information about the agents or connector that were instructed to stop
collecting data. Information includes the agent/connector ID, a
description of the operation performed, and whether the agent/connector
configuration was updated.
$sel:httpStatus:StopDataCollectionByAgentIdsResponse'
, stopDataCollectionByAgentIdsResponse_httpStatus
- The response's http status code.
Response Lenses
stopDataCollectionByAgentIdsResponse_agentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse (Maybe [AgentConfigurationStatus]) Source #
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
stopDataCollectionByAgentIdsResponse_httpStatus :: Lens' StopDataCollectionByAgentIdsResponse Int Source #
The response's http status code.