libZSservicesZSamazonka-inspectorZSamazonka-inspector
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.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
Eq AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Read AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Show 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 #

NFData AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

Methods

rnf :: AgentPreview -> () #

Hashable AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

FromJSON AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

type Rep AgentPreview Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentPreview

type Rep AgentPreview = D1 ('MetaData "AgentPreview" "Amazonka.Inspector.Types.AgentPreview" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "AgentPreview'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kernelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AgentHealth))) :*: (S1 ('MetaSel ('Just "ipv4Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:hostname:AgentPreview', agentPreview_hostname - The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

$sel:autoScalingGroup:AgentPreview', agentPreview_autoScalingGroup - The Auto Scaling group for the EC2 instance where the 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:agentVersion:AgentPreview', agentPreview_agentVersion - The version of the Amazon Inspector Agent.

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

$sel:ipv4Address:AgentPreview', agentPreview_ipv4Address - The IP address of 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_hostname :: Lens' AgentPreview (Maybe Text) Source #

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

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

The Auto Scaling group for the EC2 instance where the 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_agentVersion :: Lens' AgentPreview (Maybe Text) Source #

The version of the Amazon Inspector Agent.

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_agentHealth :: Lens' AgentPreview (Maybe AgentHealth) Source #

The health status of the Amazon Inspector Agent.

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

The IP address of 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.