libZSservicesZSamazonka-discoveryZSamazonka-discovery
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Discovery.Types.AgentInfo

Description

 
Synopsis

Documentation

data AgentInfo Source #

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.

Constructors

AgentInfo' 

Fields

Instances

Instances details
Eq AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Read AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Show AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Generic AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Associated Types

type Rep AgentInfo :: Type -> Type #

NFData AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Methods

rnf :: AgentInfo -> () #

Hashable AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

FromJSON AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

type Rep AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

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_connectorId :: Lens' AgentInfo (Maybe Text) Source #

The ID of the connector.

agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus) Source #

The health of the agent or connector.

agentInfo_agentId :: Lens' AgentInfo (Maybe Text) Source #

The agent or connector ID.

agentInfo_version :: Lens' AgentInfo (Maybe Text) Source #

The agent or connector version.

agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text) Source #

Status of the collection process for an agent or connector.

agentInfo_registeredTime :: Lens' AgentInfo (Maybe Text) Source #

Agent's first registration timestamp in UTC.