paws.management (version 0.1.0)

ssm_get_command_invocation: Returns detailed information about command execution for an invocation or plugin

Description

Returns detailed information about command execution for an invocation or plugin.

Usage

ssm_get_command_invocation(CommandId, InstanceId, PluginName)

Arguments

CommandId

[required] (Required) The parent command ID of the invocation plugin.

InstanceId

[required] (Required) The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.

PluginName

(Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned.

Request syntax

svc$get_command_invocation(
  CommandId = "string",
  InstanceId = "string",
  PluginName = "string"
)