Values.NodeGroupMemberUpdateStatusSourceThe status of the service update on the node group member
type nonrec t = {cacheClusterId : String_.t option;The cache cluster ID
*)cacheNodeId : String_.t option;The node ID of the cache cluster
*)nodeUpdateStatus : NodeUpdateStatus.t option;The update status of the node
*)nodeDeletionDate : TStamp.t option;The deletion date of the node
*)nodeUpdateStartDate : TStamp.t option;The start date of the update for a node
*)nodeUpdateEndDate : TStamp.t option;The end date of the update for a node
*)nodeUpdateInitiatedBy : NodeUpdateInitiatedBy.t option;Reflects whether the update was initiated by the customer or automatically applied
*)nodeUpdateInitiatedDate : TStamp.t option;The date when the update is triggered
*)nodeUpdateStatusModifiedDate : TStamp.t option;The date when the NodeUpdateStatus was last modified
*)}