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

ApplySchemaResponse

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

§Properties

§
AppliedSchemaArn?: string | null
[src]

The applied schema ARN that is associated with the copied schema in the "Directory". You can use this ARN to describe the schema information applied on this directory. For more information, see "arns".

§
DirectoryArn?: string | null
[src]

The ARN that is associated with the "Directory". For more information, see "arns".