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

ListStatementsRequest

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

§Properties

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
RequestOrigin?: string | null
[src]

The origin of the request to list statements.

§
SessionId: string
[src]

The Session ID of the statements.