Smaws_Client_SSM.GetCommandInvocation
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
.
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 unit
| `InvalidInstanceId of invalid_instance_id
| `InvalidPluginName of unit
| `InvocationDoesNotExist of unit ])
Stdlib.result