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

ListSchemaVersionsInput

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

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

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
SchemaId: SchemaId
[src]

This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.
  • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.