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

RunStatementRequest

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

§Properties

§
Code: string
[src]

The statement code to be run.

§
RequestOrigin?: string | null
[src]

The origin of the request.

§
SessionId: string
[src]

The Session Id of the statement to be run.