ssm_list_commands: Lists the commands requested by users of the Amazon Web...

View source: R/ssm_operations.R

ssm_list_commandsR Documentation

Lists the commands requested by users of the Amazon Web Services account

Description

Lists 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.