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

QuerySchemaVersionMetadataResponse

import type { QuerySchemaVersionMetadataResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface QuerySchemaVersionMetadataResponse {
MetadataInfoMap?: {
[key: string]: MetadataInfo | null | undefined;
}
| null;
NextToken?: string | null;
SchemaVersionId?: string | null;
}

§Properties

§
MetadataInfoMap?: {
[key: string]: MetadataInfo | null | undefined;
}
| null
[src]

A map of a metadata key and associated values.

§
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.

§
SchemaVersionId?: string | null
[src]

The unique version ID of the schema version.