Retrieves details about a specific a maintenance window execution.
ssm_get_maintenance_window_execution(WindowExecutionId)
[required] The ID of the maintenance window execution that includes the task.
A list with the following syntax:
list( WindowExecutionId = "string", TaskIds = list( "string" ), Status = "PENDING"|"IN_PROGRESS"|"SUCCESS"|"FAILED"|"TIMED_OUT"|"CANCELLING"|"CANCELLED"|"SKIPPED_OVERLAPPING", StatusDetails = "string", StartTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ) )
svc$get_maintenance_window_execution( WindowExecutionId = "string" )