Module Smaws_Client_SSM.ResumeSession

val request : Smaws_Lib.Context.t -> resume_session_request -> (resume_session_response, [> Smaws_Lib.Protocols.AwsJson.error | `DoesNotExistException of does_not_exist_exception | `InternalServerError of internal_server_error ]) Stdlib.result

Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It isn't intended for any other use.