Module Values_1.ResumeSessionRequestSource

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.

Sourcetype nonrec t = {
  1. sessionId : SessionId.t;
    (*

    The ID of the disconnected session to resume.

    *)
}
Sourceval context_ : string
Sourceval make : sessionId:SessionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SessionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t