Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartSessionResult

import type { StartSessionResult } from "https://aws-api.deno.dev/v0.3/services/qldbsession.ts?docs=full";

Contains the details of the started session.

interface StartSessionResult {
SessionToken?: string | null;
TimingInformation?: TimingInformation | null;
}

§Properties

§
SessionToken?: string | null
[src]

Session token of the started session. This SessionToken is required for every subsequent command that is issued during the current session.

§
TimingInformation?: TimingInformation | null
[src]

Contains server-side performance information for the command.