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

DeleteSchemaVersionsInput

import type { DeleteSchemaVersionsInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface DeleteSchemaVersionsInput {
SchemaId: SchemaId;
Versions: string;
}

§Properties

§
SchemaId: SchemaId
[src]

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

§
Versions: string
[src]

A version range may be supplied which may be of the format:

  • a single version number, 5
  • a range, 5-8 : deletes versions 5, 6, 7, 8