Module Values_1.DescribeMaintenanceWindowTasksResultSource

Lists the tasks in a maintenance window. 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.

Sourcetype nonrec t = {
  1. tasks : MaintenanceWindowTaskList.t option;
    (*

    Information about the tasks in the maintenance window.

    *)
  2. nextToken : Values_0.NextToken.t option;
    (*

    The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    *)
}
Sourcetype nonrec error = [
  1. | `DoesNotExistException of Values_0.DoesNotExistException.t
  2. | `InternalServerError of Values_0.InternalServerError.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?tasks:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DoesNotExistException of Values_0.DoesNotExistException.t | `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DoesNotExistException of Values_0.DoesNotExistException.t | `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Values_0.MaintenanceWindowTaskPriority.t | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `Map of ([> `String of Values_0.MaintenanceWindowTaskParameterName.t ] * [> `Structure of (string * [> `List of [> `String of string ] list ]) list ]) list | `String of Values_0.MaintenanceWindowId.t | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.S3BucketName.t ]) list ]) list ] list | `String of Values_0.NextToken.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