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

UnshareDirectoryResult

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

§Properties

§
SharedDirectoryId?: string | null
[src]

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