Values_1.UpdateMaintenanceWindowTargetRequestSourceModifies 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;The maintenance window ID with which to modify the target.
*)windowTargetId : Values_0.MaintenanceWindowTargetId.t;The target ID to modify.
*)targets : Values_0.Targets.t option;The targets to add or replace.
*)ownerInformation : Values_0.OwnerInformation.t option;User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
*)name : Values_0.MaintenanceWindowName.t option;A name for the update.
*)description : Values_0.MaintenanceWindowDescription.t option;An optional description for the update.
*)replace : Values_0.Boolean.t option;If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.
*)}val make :
?targets:??? ->
?ownerInformation:??? ->
?name:??? ->
?description:??? ->
?replace:??? ->
windowId:Values_0.MaintenanceWindowId.t ->
windowTargetId:Values_0.MaintenanceWindowTargetId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_0.MaintenanceWindowId.t ])
list ]