Module Values_1.GetMaintenanceWindowTaskRequestSource

Retrieves the details of a maintenance window task. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored. To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.

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

    The maintenance window ID that includes the task to retrieve.

    *)
  2. windowTaskId : Values_0.MaintenanceWindowTaskId.t;
    (*

    The maintenance window task ID to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : windowId:Values_0.MaintenanceWindowId.t -> windowTaskId:Values_0.MaintenanceWindowTaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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