amazonka-discovery-2.0: Amazon Application Discovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Discovery.Types.AgentInfo

Description

 
Synopsis

Documentation

data AgentInfo Source #

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.

Constructors

AgentInfo' 

Fields

Instances

Instances details
FromJSON 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 #

Read AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Show AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

NFData AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Methods

rnf :: AgentInfo -> () #

Eq AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

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

The agent or connector ID.

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

Agent's first registration timestamp in UTC.

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

The agent or connector version.