Values_1.UpdateMaintenanceWindowTargetResultSourceModifies the target of an existing maintenance window. You can change the following: Name Description Owner IDs for an ID target Tags for a Tag target From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target. If a parameter is null, then the corresponding field isn't modified.
type nonrec t = {windowId : Values_0.MaintenanceWindowId.t option;The maintenance window ID specified in the update request.
*)windowTargetId : Values_0.MaintenanceWindowTargetId.t option;The target ID specified in the update request.
*)targets : Values_0.Targets.t option;The updated targets.
*)ownerInformation : Values_0.OwnerInformation.t option;The updated owner.
*)name : Values_0.MaintenanceWindowName.t option;The updated name.
*)description : Values_0.MaintenanceWindowDescription.t option;The updated description.
*)}type nonrec error = [ | `DoesNotExistException of Values_0.DoesNotExistException.t| `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_0.MaintenanceWindowId.t ])
list ]