| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.Types.CustomerMeCollectorInfo
Description
Synopsis
- data CustomerMeCollectorInfo = CustomerMeCollectorInfo' {}
- newCustomerMeCollectorInfo :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> CustomerMeCollectorInfo
- customerMeCollectorInfo_activeMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_healthyMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_denyListedMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_shutdownMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_unhealthyMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_totalMeCollectors :: Lens' CustomerMeCollectorInfo Int
- customerMeCollectorInfo_unknownMeCollectors :: Lens' CustomerMeCollectorInfo Int
Documentation
data CustomerMeCollectorInfo Source #
The inventory data for installed Migration Evaluator collectors.
See: newCustomerMeCollectorInfo smart constructor.
Constructors
| CustomerMeCollectorInfo' | |
Fields
| |
Instances
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.