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

ShareDirectoryResult

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

§Properties

§
SharedDirectoryId?: string | null
[src]

Identifier of the directory that is stored in the directory consumer account that is shared from the specified directory (DirectoryId).