Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InstanceHealthSummary = InstanceHealthSummary' {}
- newInstanceHealthSummary :: InstanceHealthSummary
- instanceHealthSummary_ok :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_pending :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_severe :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_unknown :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_noData :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_warning :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_degraded :: Lens' InstanceHealthSummary (Maybe Int)
- instanceHealthSummary_info :: Lens' InstanceHealthSummary (Maybe Int)
Documentation
data InstanceHealthSummary Source #
Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.
See: newInstanceHealthSummary
smart constructor.
InstanceHealthSummary' | |
|
Instances
newInstanceHealthSummary :: InstanceHealthSummary Source #
Create a value of InstanceHealthSummary
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:ok:InstanceHealthSummary'
, instanceHealthSummary_ok
- Green. An instance is passing health checks and the health agent is
not reporting any problems.
$sel:pending:InstanceHealthSummary'
, instanceHealthSummary_pending
- Grey. An operation is in progress on an instance within the command
timeout.
$sel:severe:InstanceHealthSummary'
, instanceHealthSummary_severe
- Red. The health agent is reporting a very high number of request
failures or other issues for an instance or environment.
$sel:unknown:InstanceHealthSummary'
, instanceHealthSummary_unknown
- Grey. AWS Elastic Beanstalk and the health agent are reporting an
insufficient amount of data on an instance.
$sel:noData:InstanceHealthSummary'
, instanceHealthSummary_noData
- Grey. AWS Elastic Beanstalk and the health agent are reporting no
data on an instance.
$sel:warning:InstanceHealthSummary'
, instanceHealthSummary_warning
- Yellow. The health agent is reporting a moderate number of request
failures or other issues for an instance or environment.
$sel:degraded:InstanceHealthSummary'
, instanceHealthSummary_degraded
- Red. The health agent is reporting a high number of request failures
or other issues for an instance or environment.
$sel:info:InstanceHealthSummary'
, instanceHealthSummary_info
- Green. An operation is in progress on an instance.
instanceHealthSummary_ok :: Lens' InstanceHealthSummary (Maybe Int) Source #
Green. An instance is passing health checks and the health agent is not reporting any problems.
instanceHealthSummary_pending :: Lens' InstanceHealthSummary (Maybe Int) Source #
Grey. An operation is in progress on an instance within the command timeout.
instanceHealthSummary_severe :: Lens' InstanceHealthSummary (Maybe Int) Source #
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
instanceHealthSummary_unknown :: Lens' InstanceHealthSummary (Maybe Int) Source #
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
instanceHealthSummary_noData :: Lens' InstanceHealthSummary (Maybe Int) Source #
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
instanceHealthSummary_warning :: Lens' InstanceHealthSummary (Maybe Int) Source #
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
instanceHealthSummary_degraded :: Lens' InstanceHealthSummary (Maybe Int) Source #
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
instanceHealthSummary_info :: Lens' InstanceHealthSummary (Maybe Int) Source #
Green. An operation is in progress on an instance.