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

ShareDirectoryRequest

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

§Properties

§
DirectoryId: string
[src]

Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.

§
ShareMethod: ShareMethod
[src]

The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a directory sharing request (HANDSHAKE).

§
ShareNotes?: string | null
[src]

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

§
ShareTarget: ShareTarget
[src]

Identifier for the directory consumer account with whom the directory is to be shared.