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

CreateOrganizationRequest

import type { CreateOrganizationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workmail.ts";
interface CreateOrganizationRequest {
Alias: string;
ClientToken?: string | null;
DirectoryId?: string | null;
Domains?: Domain[] | null;
EnableInteroperability?: boolean | null;
KmsKeyArn?: string | null;
}

§Properties

§
Alias: string
[src]
§
ClientToken?: string | null
[src]
§
DirectoryId?: string | null
[src]
§
Domains?: Domain[] | null
[src]
§
EnableInteroperability?: boolean | null
[src]
§
KmsKeyArn?: string | null
[src]