libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Description

 
Synopsis

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

Instances details
Eq SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Read SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Show SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Generic SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Associated Types

type Rep SingleInstanceHealth :: Type -> Type #

NFData SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Methods

rnf :: SingleInstanceHealth -> () #

Hashable SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

FromXML SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

type Rep SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

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_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_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_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.