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

PutSchemaVersionMetadataResponse

import type { PutSchemaVersionMetadataResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface PutSchemaVersionMetadataResponse {
LatestVersion?: boolean | null;
MetadataKey?: string | null;
MetadataValue?: string | null;
RegistryName?: string | null;
SchemaArn?: string | null;
SchemaName?: string | null;
SchemaVersionId?: string | null;
VersionNumber?: number | null;
}

§Properties

§
LatestVersion?: boolean | null
[src]

The latest version of the schema.

§
MetadataKey?: string | null
[src]

The metadata key.

§
MetadataValue?: string | null
[src]

The value of the metadata key.

§
RegistryName?: string | null
[src]

The name for the registry.

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) for the schema.

§
SchemaName?: string | null
[src]

The name for the schema.

§
SchemaVersionId?: string | null
[src]

The unique version ID of the schema version.

§
VersionNumber?: number | null
[src]

The version number of the schema.