Module Values.CreatePresignedNotebookUrlRequestSource

Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, CreatePresignedNotebookUrl must be called every 10 minutes to refresh the authentication token. For information about granting programmatic access, see Grant programmatic access.

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

    The session ID.

    *)
}
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