Values_0.DescribeMaintenanceWindowTasksRequestSourceLists 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 = {windowId : MaintenanceWindowId.t;The ID of the maintenance window whose tasks should be retrieved.
*)filters : MaintenanceWindowFilterList.t option;Optional filters used to narrow down the scope of the returned tasks. The supported filter keys are WindowTaskId, TaskArn, Priority, and TaskType.
*)maxResults : MaintenanceWindowMaxResults.t option;The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}val make :
?filters:??? ->
?maxResults:??? ->
?nextToken:??? ->
windowId:MaintenanceWindowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaintenanceWindowMaxResults.t
| `List of
[> `Structure of
(string
* [> `List of
[> `String of MaintenanceWindowFilterValue.t ] list
| `String of MaintenanceWindowFilterKey.t ])
list ]
list
| `String of MaintenanceWindowId.t ])
list ]