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

ApplySchemaRequest

import type { ApplySchemaRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ApplySchemaRequest {
DirectoryArn: string;
PublishedSchemaArn: string;
}

§Properties

§
DirectoryArn: string
[src]

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

§
PublishedSchemaArn: string
[src]

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see "arns".