Module Values.DescribeEnvironmentHealthResultSource

Health details for an AWS Elastic Beanstalk environment.

Sourcetype describeEnvironmentHealthResult = {
  1. environmentName : EnvironmentName.t option;
    (*

    The environment's name.

    *)
  2. healthStatus : String_.t option;
    (*

    The health status of the environment. For example, Ok.

    *)
  3. status : EnvironmentHealth.t option;
    (*

    The environment's operational status. Ready, Launching, Updating, Terminating, or Terminated.

    *)
  4. color : String_.t option;
    (*

    The health color of the environment.

    *)
  5. causes : Causes.t option;
    (*

    Descriptions of the data that contributed to the environment's current health status.

    *)
  6. applicationMetrics : ApplicationMetrics.t option;
    (*

    Application request metrics for the environment.

    *)
  7. instancesHealth : InstanceHealthSummary.t option;
    (*

    Summary health information for the instances in the environment.

    *)
  8. refreshedAt : RefreshedAt.t option;
    (*

    The date and time that the health information was retrieved.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeEnvironmentHealthResult : describeEnvironmentHealthResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
  2. | `InvalidRequestException of InvalidRequestException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?environmentName:??? -> ?healthStatus:??? -> ?status:??? -> ?color:??? -> ?causes:??? -> ?applicationMetrics:??? -> ?instancesHealth:??? -> ?refreshedAt:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t | `InvalidRequestException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t | `InvalidRequestException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of Cause.t ] list | `String of EnvironmentName.t | `Structure of (string * [> `Integer of NullableInteger.t | `Structure of (string * [> `Double of NullableDouble.t | `Integer of NullableInteger.t ]) list ]) list | `Timestamp of RefreshedAt.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t