/AWS1/CL_SSM=>DSCMAINTENANCEWINDOWEXTSKI00()
¶
About DescribeMaintenanceWindowExecutionTaskInvocations¶
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_WINDOWEXECUTIONID
TYPE /AWS1/SSMMAINTENANCEWINDOWEXID
/AWS1/SSMMAINTENANCEWINDOWEXID
¶
The ID of the maintenance window execution the task is part of.
IV_TASKID
TYPE /AWS1/SSMMAINTENANCEWINDOWEX02
/AWS1/SSMMAINTENANCEWINDOWEX02
¶
The ID of the specific task in the maintenance window task that should be retrieved.
Optional arguments:¶
IT_FILTERS
TYPE /AWS1/CL_SSMMAINTENANCEWINDO00=>TT_MAINTENANCEWINDOWFILTERLIST
TT_MAINTENANCEWINDOWFILTERLIST
¶
Optional filters used to scope down the returned task invocations. The supported filter key is
STATUS
with the corresponding valuesPENDING
,IN_PROGRESS
,SUCCESS
,FAILED
,TIMED_OUT
,CANCELLING
, andCANCELLED
.
IV_MAXRESULTS
TYPE /AWS1/SSMMAINTENANCEWINDOWMA00
/AWS1/SSMMAINTENANCEWINDOWMA00
¶
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.
IV_NEXTTOKEN
TYPE /AWS1/SSMNEXTTOKEN
/AWS1/SSMNEXTTOKEN
¶
The token for the next set of items to return. (You received this token from a previous call.)