Values.DomainNodesStatusSourceContainer for information about nodes on the domain.
type nonrec t = {nodeId : NodeId.t option;The ID of the node.
*)nodeType : NodeType.t option;Indicates whether the nodes is a data, master, or UltraWarm node.
*)availabilityZone : AvailabilityZone.t option;The Availability Zone of the node.
*)instanceType : OpenSearchPartitionInstanceType.t option;The instance type information of the node.
*)nodeStatus : NodeStatus.t option;Indicates if the node is active or in standby.
*)storageType : StorageTypeName.t option;Indicates if the node has EBS or instance storage.
*)storageVolumeType : VolumeType.t option;If the nodes has EBS storage, indicates if the volume type is gp2 or gp3. Only applicable for data nodes.
*)storageSize : VolumeSize.t option;The storage size of the node, in GiB.
*)}