Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AgentPreview = AgentPreview' {}
- newAgentPreview :: Text -> AgentPreview
- agentPreview_hostname :: Lens' AgentPreview (Maybe Text)
- agentPreview_autoScalingGroup :: Lens' AgentPreview (Maybe Text)
- agentPreview_operatingSystem :: Lens' AgentPreview (Maybe Text)
- agentPreview_agentVersion :: Lens' AgentPreview (Maybe Text)
- agentPreview_kernelVersion :: Lens' AgentPreview (Maybe Text)
- agentPreview_agentHealth :: Lens' AgentPreview (Maybe AgentHealth)
- agentPreview_ipv4Address :: Lens' AgentPreview (Maybe Text)
- agentPreview_agentId :: Lens' AgentPreview Text
Documentation
data AgentPreview Source #
Used as a response element in the PreviewAgents action.
See: newAgentPreview
smart constructor.
AgentPreview' | |
|
Instances
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.