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

StartSessionRequest

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

Specifies a request to start a new session.

interface StartSessionRequest {
LedgerName: string;
}

§Properties

§
LedgerName: string
[src]

The name of the ledger to start a new session against.