getCommandInvocation
inline suspend fun SsmClient.getCommandInvocation(crossinline block: GetCommandInvocationRequest.Builder.() -> Unit): GetCommandInvocationResponse
Returns detailed information about command execution for an invocation or plugin.
GetCommandInvocation
only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.