listCommandInvocations
inline suspend fun SsmClient.listCommandInvocations(crossinline block: ListCommandInvocationsRequest.Builder.() -> Unit): ListCommandInvocationsResponse
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 SendCommand
against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations
provide status about command execution.