For a given maintenance window execution, lists the tasks that were run.
ssm_describe_maintenance_window_execution_tasks(WindowExecutionId,
Filters, MaxResults, NextToken)
[required] The ID of the maintenance window execution whose task executions should be retrieved.
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.
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.
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_maintenance_window_execution_tasks( WindowExecutionId = "string", Filters = list( list( Key = "string", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )