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;
}