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

SharedDirectory

import type { SharedDirectory } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface SharedDirectory {
CreatedDateTime?: Date | number | null;
LastUpdatedDateTime?: Date | number | null;
OwnerAccountId?: string | null;
OwnerDirectoryId?: string | null;
SharedAccountId?: string | null;
SharedDirectoryId?: string | null;
ShareMethod?: ShareMethod | null;
ShareNotes?: string | null;
ShareStatus?: ShareStatus | null;
}

§Properties

§
CreatedDateTime?: Date | number | null
[src]
§
LastUpdatedDateTime?: Date | number | null
[src]
§
OwnerAccountId?: string | null
[src]
§
OwnerDirectoryId?: string | null
[src]
§
SharedAccountId?: string | null
[src]
§
SharedDirectoryId?: string | null
[src]
§
ShareMethod?: ShareMethod | null
[src]
§
ShareNotes?: string | null
[src]
§
ShareStatus?: ShareStatus | null
[src]