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

RemoveSchemaVersionMetadataInput

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

§Properties

§
MetadataKeyValue: MetadataKeyValuePair
[src]

The value of the metadata key.

§
SchemaId?: SchemaId | null
[src]

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

§
SchemaVersionId?: string | null
[src]

The unique version ID of the schema version.

§
SchemaVersionNumber?: SchemaVersionNumber | null
[src]

The version number of the schema.