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

GetSessionRequest

import type { GetSessionRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetSessionRequest {
Id: string;
RequestOrigin?: string | null;
}

§Properties

§
Id: string
[src]

The ID of the session.

§
RequestOrigin?: string | null
[src]

The origin of the request.