Values.DescribeUpdateRequestSourceDescribes an update request.
type nonrec t = {name : String_.t;The name of the Amazon EKS cluster associated with the update.
*)updateId : String_.t;The ID of the update to describe.
*)nodegroupName : String_.t option;The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.
*)addonName : String_.t option;The name of the add-on. The name must match one of the names returned by ListAddons . This parameter is required if the update is an add-on update.
*)capabilityName : String_.t option;The name of the capability for which you want to describe updates.
*)}