Values_0.DeregisterTaskFromMaintenanceWindowRequestSourceRemoves a task from a maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t;The ID of the maintenance window the task should be removed from.
*)windowTaskId : MaintenanceWindowTaskId.t;The ID of the task to remove from the maintenance window.
*)}val make :
windowId:MaintenanceWindowId.t ->
windowTaskId:MaintenanceWindowTaskId.t ->
unit ->
t