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

PublishSchemaRequest

import type { PublishSchemaRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface PublishSchemaRequest {
DevelopmentSchemaArn: string;
MinorVersion?: string | null;
Name?: string | null;
Version: string;
}

§Properties

§
DevelopmentSchemaArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see "arns".

§
MinorVersion?: string | null
[src]

The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

§
Name?: string | null
[src]

The new name under which the schema will be published. If this is not provided, the development schema is considered.

§
Version: string
[src]

The major version under which the schema will be published. Schemas have both a major and minor version associated with them.