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

QuerySchemaVersionMetadataInput

import type { QuerySchemaVersionMetadataInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface QuerySchemaVersionMetadataInput {
MaxResults?: number | null;
MetadataList?: MetadataKeyValuePair[] | null;
NextToken?: string | null;
SchemaId?: SchemaId | null;
SchemaVersionId?: string | null;
SchemaVersionNumber?: SchemaVersionNumber | null;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

§
MetadataList?: MetadataKeyValuePair[] | null
[src]

Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

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