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

ListSchemaVersionsResponse

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

§Properties

§
NextToken?: string | null
[src]

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

§
Schemas?: SchemaVersionListItem[] | null
[src]

An array of SchemaVersionList objects containing details of each schema version.