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

PutSchemaVersionMetadataInput

import type { PutSchemaVersionMetadataInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface PutSchemaVersionMetadataInput {
MetadataKeyValue: MetadataKeyValuePair;
SchemaId?: SchemaId | null;
SchemaVersionId?: string | null;
SchemaVersionNumber?: SchemaVersionNumber | null;
}

§Properties

§
MetadataKeyValue: MetadataKeyValuePair
[src]

The metadata key's corresponding value.

§
SchemaId?: SchemaId | null
[src]

The unique ID for the schema.

§
SchemaVersionId?: string | null
[src]

The unique version ID of the schema version.

§
SchemaVersionNumber?: SchemaVersionNumber | null
[src]

The version number of the schema.