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

UnshareDirectoryRequest

import type { UnshareDirectoryRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface UnshareDirectoryRequest {
DirectoryId: string;
UnshareTarget: UnshareTarget;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the Managed Microsoft AD directory that you want to stop sharing.

§
UnshareTarget: UnshareTarget
[src]

Identifier for the directory consumer account with whom the directory has to be unshared.