Lists the commands requested by users of the Amazon Web Services account
Source:R/ssm_operations.R
ssm_list_commands.RdLists the commands requested by users of the Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/ssm_list_commands/ for full documentation.
Usage
ssm_list_commands(
CommandId = NULL,
InstanceId = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- CommandId
(Optional) If provided, lists only the specified command.
- InstanceId
(Optional) Lists commands issued against this managed node ID.
You can't specify a managed node ID in the same command that you specify
Status=Pending. This is because the command hasn't reached the managed node yet.- MaxResults
(Optional) 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
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
- Filters
(Optional) One or more filters. Use a filter to return a more specific list of results.