Smaws_Client_SSM.ListCommandInvocations
val request :
Smaws_Lib.Context.t ->
list_command_invocations_request ->
(list_command_invocations_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `InvalidCommandId of invalid_command_id
| `InvalidFilterKey of invalid_filter_key
| `InvalidInstanceId of invalid_instance_id
| `InvalidNextToken of invalid_next_token ])
Stdlib.result
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.