Module Values.DescribeInstancesHealthResultSource

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

Sourcetype describeInstancesHealthResult = {
  1. instanceHealthList : InstanceHealthList.t option;
    (*

    Detailed health information about each instance. The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

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

    The date and time that the health information was retrieved.

    *)
  3. nextToken : NextToken.t option;
    (*

    Pagination token for the next page of results, if available.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeInstancesHealthResult : describeInstancesHealthResult;
  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 : ?instanceHealthList:??? -> ?refreshedAt:??? -> ?nextToken:??? -> 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 * [> `List of [> `Structure of (string * [> `List of [> `String of Cause.t ] list | `String of InstanceId.t | `Structure of (string * [> `Integer of NullableInteger.t | `List of [> `Double of LoadAverageValue.t ] list | `Long of NullableLong.t | `String of String_.t | `Structure of (string * [> `Double of NullableDouble.t | `Integer of NullableInteger.t ]) list | `Timestamp of DeploymentTimestamp.t ]) list | `Timestamp of LaunchedAt.t ]) list ] list | `String of NextToken.t | `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