| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.Types.AgentConfigurationStatus
Description
Synopsis
- data AgentConfigurationStatus = AgentConfigurationStatus' {}
- newAgentConfigurationStatus :: AgentConfigurationStatus
- agentConfigurationStatus_agentId :: Lens' AgentConfigurationStatus (Maybe Text)
- agentConfigurationStatus_description :: Lens' AgentConfigurationStatus (Maybe Text)
- agentConfigurationStatus_operationSucceeded :: Lens' AgentConfigurationStatus (Maybe Bool)
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.
Constructors
| AgentConfigurationStatus' | |
Fields
| |
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:description:AgentConfigurationStatus', agentConfigurationStatus_description - A description of the operation performed.
$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.
agentConfigurationStatus_agentId :: Lens' AgentConfigurationStatus (Maybe Text) Source #
The agent/connector ID.
agentConfigurationStatus_description :: Lens' AgentConfigurationStatus (Maybe Text) Source #
A description of the operation performed.
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.