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