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 AgentInfo = AgentInfo' {}
- newAgentInfo :: AgentInfo
- agentInfo_hostName :: Lens' AgentInfo (Maybe Text)
- agentInfo_lastHealthPingTime :: Lens' AgentInfo (Maybe Text)
- agentInfo_agentNetworkInfoList :: Lens' AgentInfo (Maybe [AgentNetworkInfo])
- agentInfo_connectorId :: Lens' AgentInfo (Maybe Text)
- agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus)
- agentInfo_agentId :: Lens' AgentInfo (Maybe Text)
- agentInfo_version :: Lens' AgentInfo (Maybe Text)
- agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text)
- agentInfo_registeredTime :: Lens' AgentInfo (Maybe Text)
- agentInfo_agentType :: Lens' AgentInfo (Maybe Text)
Documentation
Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.
See: newAgentInfo
smart constructor.
AgentInfo' | |
|
Instances
newAgentInfo :: AgentInfo Source #
Create a value of AgentInfo
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:hostName:AgentInfo'
, agentInfo_hostName
- The name of the host where the agent or connector resides. The host can
be a server or virtual machine.
$sel:lastHealthPingTime:AgentInfo'
, agentInfo_lastHealthPingTime
- Time since agent or connector health was reported.
$sel:agentNetworkInfoList:AgentInfo'
, agentInfo_agentNetworkInfoList
- Network details about the host where the agent or connector resides.
$sel:connectorId:AgentInfo'
, agentInfo_connectorId
- The ID of the connector.
$sel:health:AgentInfo'
, agentInfo_health
- The health of the agent or connector.
$sel:agentId:AgentInfo'
, agentInfo_agentId
- The agent or connector ID.
$sel:version:AgentInfo'
, agentInfo_version
- The agent or connector version.
$sel:collectionStatus:AgentInfo'
, agentInfo_collectionStatus
- Status of the collection process for an agent or connector.
$sel:registeredTime:AgentInfo'
, agentInfo_registeredTime
- Agent's first registration timestamp in UTC.
$sel:agentType:AgentInfo'
, agentInfo_agentType
- Type of agent.
agentInfo_hostName :: Lens' AgentInfo (Maybe Text) Source #
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
agentInfo_lastHealthPingTime :: Lens' AgentInfo (Maybe Text) Source #
Time since agent or connector health was reported.
agentInfo_agentNetworkInfoList :: Lens' AgentInfo (Maybe [AgentNetworkInfo]) Source #
Network details about the host where the agent or connector resides.
agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus) Source #
The health of the agent or connector.
agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text) Source #
Status of the collection process for an agent or connector.