Module Values_1.GetMaintenanceWindowExecutionTaskRequestSource

Retrieves the details about a specific task run as part of a maintenance window execution.

Sourcetype nonrec t = {
  1. windowExecutionId : Values_0.MaintenanceWindowExecutionId.t;
    (*

    The ID of the maintenance window execution that includes the task.

    *)
  2. taskId : Values_0.MaintenanceWindowExecutionTaskId.t;
    (*

    The ID of the specific task execution in the maintenance window task that should be retrieved.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.MaintenanceWindowExecutionId.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