Returns detailed information about command execution for an invocation or plugin.
ssm_get_command_invocation(CommandId, InstanceId, PluginName)
[required] (Required) The parent command ID of the invocation plugin.
[required] (Required) The ID of the managed instance targeted by the command. A managed instance can be an EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
(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.
svc$get_command_invocation( CommandId = "string", InstanceId = "string", PluginName = "string" )