Values.DescribeInstancesHealthResultSourceDetailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
type describeInstancesHealthResult = {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.
*)refreshedAt : RefreshedAt.t option;The date and time that the health information was retrieved.
*)nextToken : NextToken.t option;Pagination token for the next page of results, if available.
*)}and t = {describeInstancesHealthResult : describeInstancesHealthResult;responseMetaData : responseMetaData;}type error = [ | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]val 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 ]