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

StopSessionRequest

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

§Properties

§
Id: string
[src]

The ID of the session to be stopped.

§
RequestOrigin?: string | null
[src]

The origin of the request.