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 SingleInstanceHealth = SingleInstanceHealth' {}
- newSingleInstanceHealth :: SingleInstanceHealth
- singleInstanceHealth_instanceId :: Lens' SingleInstanceHealth (Maybe Text)
- singleInstanceHealth_causes :: Lens' SingleInstanceHealth (Maybe [Text])
- singleInstanceHealth_system :: Lens' SingleInstanceHealth (Maybe SystemStatus)
- singleInstanceHealth_applicationMetrics :: Lens' SingleInstanceHealth (Maybe ApplicationMetrics)
- singleInstanceHealth_color :: Lens' SingleInstanceHealth (Maybe Text)
- singleInstanceHealth_instanceType :: Lens' SingleInstanceHealth (Maybe Text)
- singleInstanceHealth_availabilityZone :: Lens' SingleInstanceHealth (Maybe Text)
- singleInstanceHealth_healthStatus :: Lens' SingleInstanceHealth (Maybe Text)
- singleInstanceHealth_deployment :: Lens' SingleInstanceHealth (Maybe Deployment)
- singleInstanceHealth_launchedAt :: Lens' SingleInstanceHealth (Maybe UTCTime)
Documentation
data SingleInstanceHealth Source #
Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.
See: newSingleInstanceHealth
smart constructor.
SingleInstanceHealth' | |
|
Instances
newSingleInstanceHealth :: SingleInstanceHealth Source #
Create a value of SingleInstanceHealth
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:instanceId:SingleInstanceHealth'
, singleInstanceHealth_instanceId
- The ID of the Amazon EC2 instance.
$sel:causes:SingleInstanceHealth'
, singleInstanceHealth_causes
- Represents the causes, which provide more information about the current
health status.
$sel:system:SingleInstanceHealth'
, singleInstanceHealth_system
- Operating system metrics from the instance.
$sel:applicationMetrics:SingleInstanceHealth'
, singleInstanceHealth_applicationMetrics
- Request metrics from your application.
$sel:color:SingleInstanceHealth'
, singleInstanceHealth_color
- Represents the color indicator that gives you information about the
health of the EC2 instance. For more information, see
Health Colors and Statuses.
$sel:instanceType:SingleInstanceHealth'
, singleInstanceHealth_instanceType
- The instance's type.
$sel:availabilityZone:SingleInstanceHealth'
, singleInstanceHealth_availabilityZone
- The availability zone in which the instance runs.
$sel:healthStatus:SingleInstanceHealth'
, singleInstanceHealth_healthStatus
- Returns the health status of the specified instance. For more
information, see
Health Colors and Statuses.
$sel:deployment:SingleInstanceHealth'
, singleInstanceHealth_deployment
- Information about the most recent deployment to an instance.
$sel:launchedAt:SingleInstanceHealth'
, singleInstanceHealth_launchedAt
- The time at which the EC2 instance was launched.
singleInstanceHealth_instanceId :: Lens' SingleInstanceHealth (Maybe Text) Source #
The ID of the Amazon EC2 instance.
singleInstanceHealth_causes :: Lens' SingleInstanceHealth (Maybe [Text]) Source #
Represents the causes, which provide more information about the current health status.
singleInstanceHealth_system :: Lens' SingleInstanceHealth (Maybe SystemStatus) Source #
Operating system metrics from the instance.
singleInstanceHealth_applicationMetrics :: Lens' SingleInstanceHealth (Maybe ApplicationMetrics) Source #
Request metrics from your application.
singleInstanceHealth_color :: Lens' SingleInstanceHealth (Maybe Text) Source #
Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.
singleInstanceHealth_instanceType :: Lens' SingleInstanceHealth (Maybe Text) Source #
The instance's type.
singleInstanceHealth_availabilityZone :: Lens' SingleInstanceHealth (Maybe Text) Source #
The availability zone in which the instance runs.
singleInstanceHealth_healthStatus :: Lens' SingleInstanceHealth (Maybe Text) Source #
Returns the health status of the specified instance. For more information, see Health Colors and Statuses.
singleInstanceHealth_deployment :: Lens' SingleInstanceHealth (Maybe Deployment) Source #
Information about the most recent deployment to an instance.
singleInstanceHealth_launchedAt :: Lens' SingleInstanceHealth (Maybe UTCTime) Source #
The time at which the EC2 instance was launched.