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

CreateDirectoryResponse

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

§Properties

§
AppliedSchemaArn: string
[src]

The ARN of the published schema in the "Directory". Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see "arns".

§
DirectoryArn: string
[src]

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

§
Name: string
[src]

The name of the "Directory".

§
ObjectIdentifier: string
[src]

The root object node of the created directory.