Values_0.NodeAdditionResultSourceInformation about a node that was successfully added to the cluster.
type nonrec t = {nodeLogicalId : ClusterNodeLogicalId.t option;A unique identifier assigned to the node that can be used to track its provisioning status through the DescribeClusterNode operation.
*)instanceGroupName : ClusterInstanceGroupName.t option;The name of the instance group to which the node was added.
*)status : ClusterInstanceStatus.t option;The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.
*)availabilityZones : ClusterAvailabilityZones.t option;The availability zones associated with the successfully added node.
*)instanceTypes : ClusterInstanceTypes.t option;The instance types associated with the successfully added node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string | `String of ClusterAvailabilityZone.t ] list
| `String of ClusterNodeLogicalId.t ])
list ]