| 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.CustomerAgentInfo
Description
Synopsis
- data CustomerAgentInfo = CustomerAgentInfo' {}
- newCustomerAgentInfo :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> CustomerAgentInfo
- customerAgentInfo_activeAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_healthyAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_blackListedAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_shutdownAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_unhealthyAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_totalAgents :: Lens' CustomerAgentInfo Int
- customerAgentInfo_unknownAgents :: Lens' CustomerAgentInfo Int
Documentation
data CustomerAgentInfo Source #
Inventory data for installed discovery agents.
See: newCustomerAgentInfo smart constructor.
Constructors
| CustomerAgentInfo' | |
Fields
| |
Instances
Create a value of CustomerAgentInfo 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:activeAgents:CustomerAgentInfo', customerAgentInfo_activeAgents - Number of active discovery agents.
$sel:healthyAgents:CustomerAgentInfo', customerAgentInfo_healthyAgents - Number of healthy discovery agents
$sel:blackListedAgents:CustomerAgentInfo', customerAgentInfo_blackListedAgents - Number of blacklisted discovery agents.
$sel:shutdownAgents:CustomerAgentInfo', customerAgentInfo_shutdownAgents - Number of discovery agents with status SHUTDOWN.
$sel:unhealthyAgents:CustomerAgentInfo', customerAgentInfo_unhealthyAgents - Number of unhealthy discovery agents.
$sel:totalAgents:CustomerAgentInfo', customerAgentInfo_totalAgents - Total number of discovery agents.
$sel:unknownAgents:CustomerAgentInfo', customerAgentInfo_unknownAgents - Number of unknown discovery agents.
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.