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

UpdateSchemaRequest

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

§Properties

§
ClientTokenId?: string | null
[src]

The ID of the client token.

§
Content?: string | null
[src]

The source of the schema definition.

§
Description?: string | null
[src]

The description of the schema.

§
RegistryName: string
[src]

The name of the registry.

§
SchemaName: string
[src]

The name of the schema.

§
Type?: Type | null
[src]

The schema type for the events schema.