Smaws_Client_SSM.GetCommandInvocation
val request :
Smaws_Lib.Context.t ->
get_command_invocation_request ->
(get_command_invocation_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `InvalidCommandId of invalid_command_id
| `InvalidInstanceId of invalid_instance_id
| `InvalidPluginName of invalid_plugin_name
| `InvocationDoesNotExist of invocation_does_not_exist ])
Stdlib.result
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
.