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

GetTableVersionsResponse

import type { GetTableVersionsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetTableVersionsResponse {
NextToken?: string | null;
TableVersions?: TableVersion[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if the list of available versions does not include the last one.

§
TableVersions?: TableVersion[] | null
[src]

A list of strings identifying available versions of the specified table.