ssm_list_command_invocations: An invocation is copy of a command sent to a specific managed...

View source: R/ssm_operations.R

ssm_list_command_invocationsR Documentation

An invocation is copy of a command sent to a specific managed node

Description

An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs send_command against three managed nodes, then a command invocation is created for each requested managed node ID. list_command_invocations provide status about command execution.

See https://www.paws-r-sdk.com/docs/ssm_list_command_invocations/ for full documentation.

Usage

ssm_list_command_invocations(
  CommandId = NULL,
  InstanceId = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL,
  Details = NULL
)

Arguments

CommandId

(Optional) The invocations for a specific command ID.

InstanceId

(Optional) The command execution details for a specific managed node ID.

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.

Details

(Optional) If set this returns the response of the command executions and any command output. The default value is false.


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