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 |
Synopsis
- data AgentConfigurationStatus = AgentConfigurationStatus' {}
- newAgentConfigurationStatus :: AgentConfigurationStatus
- agentConfigurationStatus_agentId :: Lens' AgentConfigurationStatus (Maybe Text)
- agentConfigurationStatus_operationSucceeded :: Lens' AgentConfigurationStatus (Maybe Bool)
- agentConfigurationStatus_description :: Lens' AgentConfigurationStatus (Maybe Text)
Documentation
data AgentConfigurationStatus Source #
Information about agents or connectors that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation, and whether the agent/connector configuration was updated.
See: newAgentConfigurationStatus
smart constructor.
AgentConfigurationStatus' | |
|
Instances
newAgentConfigurationStatus :: AgentConfigurationStatus Source #
Create a value of AgentConfigurationStatus
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:agentId:AgentConfigurationStatus'
, agentConfigurationStatus_agentId
- The agent/connector ID.
$sel:operationSucceeded:AgentConfigurationStatus'
, agentConfigurationStatus_operationSucceeded
- Information about the status of the StartDataCollection
and
StopDataCollection
operations. The system has recorded the data
collection operation. The agent/connector receives this command the
next time it polls for a new command.
$sel:description:AgentConfigurationStatus'
, agentConfigurationStatus_description
- A description of the operation performed.
agentConfigurationStatus_agentId :: Lens' AgentConfigurationStatus (Maybe Text) Source #
The agent/connector ID.
agentConfigurationStatus_operationSucceeded :: Lens' AgentConfigurationStatus (Maybe Bool) Source #
Information about the status of the StartDataCollection
and
StopDataCollection
operations. The system has recorded the data
collection operation. The agent/connector receives this command the
next time it polls for a new command.
agentConfigurationStatus_description :: Lens' AgentConfigurationStatus (Maybe Text) Source #
A description of the operation performed.