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

DeleteSessionRequest

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

§Properties

§
Id: string
[src]

The ID of the session to be deleted.

§
RequestOrigin?: string | null
[src]

The name of the origin of the delete session request.