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

DescribeSchemaRequest

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

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