Modifies the target of an existing maintenance window. You can't change the target type, but you can change the following:
ssm_update_maintenance_window_target(WindowId, WindowTargetId, Targets,
OwnerInformation, Name, Description, Replace)
[required] The maintenance window ID with which to modify the target.
[required] The target ID to modify.
The targets to add or replace.
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
A name for the update.
An optional description for the update.
If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow action are also required for this API request. Optional fields that are not specified are set to null.
svc$update_maintenance_window_target( WindowId = "string", WindowTargetId = "string", Targets = list( list( Key = "string", Values = list( "string" ) ) ), OwnerInformation = "string", Name = "string", Description = "string", Replace = TRUE|FALSE )
The target from being an ID target to a Tag target, or a Tag target to an ID target.
IDs for an ID target.
Tags for a Tag target.
Owner.
Name.
Description.
If a parameter is null, then the corresponding field is not modified.