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

ExportSchemaRequest

import type { ExportSchemaRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface ExportSchemaRequest {
RegistryName: string;
SchemaName: string;
SchemaVersion?: string | null;
Type: string;
}

§Properties

§
RegistryName: string
[src]

The name of the registry.

§
SchemaName: string
[src]

The name of the schema.

§
SchemaVersion?: string | null
[src]

Specifying this limits the results to only this schema version.

§
Type: string
[src]