Values.NodeInfoSourceThe node information object.
type nonrec t = {addedToClusterTime : string option;The start time.
*)brokerNodeInfo : BrokerNodeInfo.t option;The broker node info.
*)controllerNodeInfo : ControllerNodeInfo.t option;The ControllerNodeInfo.
*)instanceType : string option;The instance type.
*)nodeARN : string option;The Amazon Resource Name (ARN) of the node.
*)nodeType : NodeType.t option;The node type.
*)zookeeperNodeInfo : ZookeeperNodeInfo.t option;The ZookeeperNodeInfo.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Double of float
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t | `String of string ])
list ])
list ])
list ]