amazonka-inspector-2.0: Amazon Inspector 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.Inspector.Types.AgentPreview

Description

 
Synopsis

Documentation

data AgentPreview Source #

Used as a response element in the PreviewAgents action.

See: newAgentPreview smart constructor.

Constructors

AgentPreview' 

Fields

Instances

Instances details
FromJSON AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Generic AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Associated Types

type Rep AgentPreview :: Type -> Type #

Read AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Show AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

NFData AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Methods

rnf :: AgentPreview -> () #

Eq AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Hashable AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

type Rep AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

newAgentPreview Source #

Create a value of AgentPreview 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:agentHealth:AgentPreview', agentPreview_agentHealth - The health status of the Amazon Inspector Agent.

$sel:agentVersion:AgentPreview', agentPreview_agentVersion - The version of the Amazon Inspector Agent.

$sel:autoScalingGroup:AgentPreview', agentPreview_autoScalingGroup - The Auto Scaling group for the EC2 instance where the agent is installed.

$sel:hostname:AgentPreview', agentPreview_hostname - The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

$sel:ipv4Address:AgentPreview', agentPreview_ipv4Address - The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

$sel:kernelVersion:AgentPreview', agentPreview_kernelVersion - The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

$sel:operatingSystem:AgentPreview', agentPreview_operatingSystem - The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

$sel:agentId:AgentPreview', agentPreview_agentId - The ID of the EC2 instance where the agent is installed.

agentPreview_agentHealth :: Lens' AgentPreview (Maybe AgentHealth) Source #

The health status of the Amazon Inspector Agent.

agentPreview_agentVersion :: Lens' AgentPreview (Maybe Text) Source #

The version of the Amazon Inspector Agent.

agentPreview_autoScalingGroup :: Lens' AgentPreview (Maybe Text) Source #

The Auto Scaling group for the EC2 instance where the agent is installed.

agentPreview_hostname :: Lens' AgentPreview (Maybe Text) Source #

The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

agentPreview_ipv4Address :: Lens' AgentPreview (Maybe Text) Source #

The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

agentPreview_kernelVersion :: Lens' AgentPreview (Maybe Text) Source #

The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

agentPreview_operatingSystem :: Lens' AgentPreview (Maybe Text) Source #

The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

agentPreview_agentId :: Lens' AgentPreview Text Source #

The ID of the EC2 instance where the agent is installed.