Values.CacheNodeUpdateStatusSourceThe status of the service update on the cache node
type nonrec t = {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>
*)}