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