Values_0.DescribeMaintenanceWindowExecutionTasksRequestSourceFor a given maintenance window execution, lists the tasks that were run.
type nonrec t = {windowExecutionId : MaintenanceWindowExecutionId.t;The ID of the maintenance window execution whose task executions should be retrieved.
*)filters : MaintenanceWindowFilterList.t option;Optional filters used to scope down the returned tasks. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
*)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:??? ->
windowExecutionId:MaintenanceWindowExecutionId.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 MaintenanceWindowExecutionId.t ])
list ]