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