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 |
Synopsis
- data AgentInfo = AgentInfo' {}
- newAgentInfo :: AgentInfo
- agentInfo_agentId :: Lens' AgentInfo (Maybe Text)
- agentInfo_agentNetworkInfoList :: Lens' AgentInfo (Maybe [AgentNetworkInfo])
- agentInfo_agentType :: Lens' AgentInfo (Maybe Text)
- agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text)
- agentInfo_connectorId :: Lens' AgentInfo (Maybe Text)
- agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus)
- agentInfo_hostName :: Lens' AgentInfo (Maybe Text)
- agentInfo_lastHealthPingTime :: Lens' AgentInfo (Maybe Text)
- agentInfo_registeredTime :: Lens' AgentInfo (Maybe Text)
- agentInfo_version :: Lens' AgentInfo (Maybe Text)
Documentation
Information about agents or connectors associated with the user’s Amazon Web Services 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:agentId:AgentInfo'
, agentInfo_agentId
- The agent or connector ID.
$sel:agentNetworkInfoList:AgentInfo'
, agentInfo_agentNetworkInfoList
- Network details about the host where the agent or connector resides.
$sel:agentType:AgentInfo'
, agentInfo_agentType
- Type of agent.
$sel:collectionStatus:AgentInfo'
, agentInfo_collectionStatus
- Status of the collection process for an agent or connector.
$sel:connectorId:AgentInfo'
, agentInfo_connectorId
- The ID of the connector.
$sel:health:AgentInfo'
, agentInfo_health
- The health of the agent or connector.
$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:registeredTime:AgentInfo'
, agentInfo_registeredTime
- Agent's first registration timestamp in UTC.
$sel:version:AgentInfo'
, agentInfo_version
- The agent or connector version.
agentInfo_agentNetworkInfoList :: Lens' AgentInfo (Maybe [AgentNetworkInfo]) Source #
Network details about the host where the agent or connector resides.
agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text) Source #
Status of the collection process for an agent or connector.
agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus) Source #
The health of the agent or connector.
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.