Values_1.DescribeMaintenanceWindowTasksResultSourceLists 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.
type nonrec t = {tasks : MaintenanceWindowTaskList.t option;Information about the tasks in the maintenance window.
*)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.
*)}type nonrec error = [ | `DoesNotExistException of Values_0.DoesNotExistException.t| `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]