libZSservicesZSamazonka-discoveryZSamazonka-discovery
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.Discovery.Types.CustomerAgentInfo

Description

 
Synopsis

Documentation

data CustomerAgentInfo Source #

Inventory data for installed discovery agents.

See: newCustomerAgentInfo smart constructor.

Constructors

CustomerAgentInfo' 

Fields

Instances

Instances details
Eq CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Read CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Show CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Generic CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Associated Types

type Rep CustomerAgentInfo :: Type -> Type #

NFData CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Methods

rnf :: CustomerAgentInfo -> () #

Hashable CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

FromJSON CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

type Rep CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

type Rep CustomerAgentInfo = D1 ('MetaData "CustomerAgentInfo" "Amazonka.Discovery.Types.CustomerAgentInfo" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CustomerAgentInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "blackListedAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

customerAgentInfo_activeAgents :: Lens' CustomerAgentInfo Int Source #

Number of active discovery agents.

customerAgentInfo_healthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of healthy discovery agents

customerAgentInfo_blackListedAgents :: Lens' CustomerAgentInfo Int Source #

Number of blacklisted discovery agents.

customerAgentInfo_shutdownAgents :: Lens' CustomerAgentInfo Int Source #

Number of discovery agents with status SHUTDOWN.

customerAgentInfo_unhealthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of unhealthy discovery agents.

customerAgentInfo_totalAgents :: Lens' CustomerAgentInfo Int Source #

Total number of discovery agents.

customerAgentInfo_unknownAgents :: Lens' CustomerAgentInfo Int Source #

Number of unknown discovery agents.