Values.ClusterStatusSourceThe detailed status of the cluster.
type nonrec t = {state : ClusterState.t option;The current state of the cluster.
*)stateChangeReason : ClusterStateChangeReason.t option;The reason for the cluster status change.
*)timeline : ClusterTimeline.t option;A timeline that represents the status of a cluster over the lifetime of the cluster.
*)errorDetails : ErrorDetailList.t option;A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Map of
([> `String of String_.t ]
* [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Date.t ])
list ])
list ]