amazonka-discovery-2.0: Amazon Application Discovery Service 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.Discovery.Types.CustomerMeCollectorInfo

Description

 
Synopsis

Documentation

data CustomerMeCollectorInfo Source #

The inventory data for installed Migration Evaluator collectors.

See: newCustomerMeCollectorInfo smart constructor.

Constructors

CustomerMeCollectorInfo' 

Fields

Instances

Instances details
FromJSON CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Generic CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Associated Types

type Rep CustomerMeCollectorInfo :: Type -> Type #

Read CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Show CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

NFData CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Methods

rnf :: CustomerMeCollectorInfo -> () #

Eq CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Hashable CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

type Rep CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

type Rep CustomerMeCollectorInfo = D1 ('MetaData "CustomerMeCollectorInfo" "Amazonka.Discovery.Types.CustomerMeCollectorInfo" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "CustomerMeCollectorInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "denyListedMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCustomerMeCollectorInfo Source #

Create a value of CustomerMeCollectorInfo 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:activeMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_activeMeCollectors - The number of active Migration Evaluator collectors.

$sel:healthyMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_healthyMeCollectors - The number of healthy Migration Evaluator collectors.

$sel:denyListedMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_denyListedMeCollectors - The number of deny-listed Migration Evaluator collectors.

$sel:shutdownMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_shutdownMeCollectors - The number of Migration Evaluator collectors with SHUTDOWN status.

$sel:unhealthyMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_unhealthyMeCollectors - The number of unhealthy Migration Evaluator collectors.

$sel:totalMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_totalMeCollectors - The total number of Migration Evaluator collectors.

$sel:unknownMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_unknownMeCollectors - The number of unknown Migration Evaluator collectors.

customerMeCollectorInfo_activeMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of active Migration Evaluator collectors.

customerMeCollectorInfo_healthyMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of healthy Migration Evaluator collectors.

customerMeCollectorInfo_denyListedMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of deny-listed Migration Evaluator collectors.

customerMeCollectorInfo_shutdownMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of Migration Evaluator collectors with SHUTDOWN status.

customerMeCollectorInfo_unhealthyMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of unhealthy Migration Evaluator collectors.

customerMeCollectorInfo_totalMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The total number of Migration Evaluator collectors.

customerMeCollectorInfo_unknownMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of unknown Migration Evaluator collectors.