Values_0.DeregisterTaskFromMaintenanceWindowResultSourceRemoves a task from a maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t option;The ID of the maintenance window the task was removed from.
*)windowTaskId : MaintenanceWindowTaskId.t option;The ID of the task removed from the maintenance window.
*)}type nonrec error = [ | `DoesNotExistException of DoesNotExistException.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of DoesNotExistException.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]