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

TableVersion

import type { TableVersion } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Specifies a version of a table.

interface TableVersion {
Table?: Table | null;
VersionId?: string | null;
}

§Properties

§
Table?: Table | null
[src]

The table in question.

§
VersionId?: string | null
[src]

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.