Module Values_1.UpdateMaintenanceWindowTargetRequestSource

Modifies 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.

Sourcetype nonrec t = {
  1. windowId : Values_0.MaintenanceWindowId.t;
    (*

    The maintenance window ID with which to modify the target.

    *)
  2. windowTargetId : Values_0.MaintenanceWindowTargetId.t;
    (*

    The target ID to modify.

    *)
  3. targets : Values_0.Targets.t option;
    (*

    The targets to add or replace.

    *)
  4. 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.

    *)
  5. name : Values_0.MaintenanceWindowName.t option;
    (*

    A name for the update.

    *)
  6. description : Values_0.MaintenanceWindowDescription.t option;
    (*

    An optional description for the update.

    *)
  7. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?targets:??? -> ?ownerInformation:??? -> ?name:??? -> ?description:??? -> ?replace:??? -> windowId:Values_0.MaintenanceWindowId.t -> windowTargetId:Values_0.MaintenanceWindowTargetId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t