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.AgentFilter

Description

 
Synopsis

Documentation

data AgentFilter Source #

Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.

See: newAgentFilter smart constructor.

Constructors

AgentFilter' 

Fields

Instances

Instances details
Eq AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

Read AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

Show AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

Generic AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

Associated Types

type Rep AgentFilter :: Type -> Type #

NFData AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

Methods

rnf :: AgentFilter -> () #

Hashable AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

ToJSON AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

type Rep AgentFilter Source # 
Instance details

Defined in Amazonka.Inspector.Types.AgentFilter

type Rep AgentFilter = D1 ('MetaData "AgentFilter" "Amazonka.Inspector.Types.AgentFilter" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "AgentFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentHealths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AgentHealth]) :*: S1 ('MetaSel ('Just "agentHealthCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AgentHealthCode])))

newAgentFilter :: AgentFilter Source #

Create a value of AgentFilter 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:agentHealths:AgentFilter', agentFilter_agentHealths - The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.

$sel:agentHealthCodes:AgentFilter', agentFilter_agentHealthCodes - The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.

agentFilter_agentHealths :: Lens' AgentFilter [AgentHealth] Source #

The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.

agentFilter_agentHealthCodes :: Lens' AgentFilter [AgentHealthCode] Source #

The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.