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

DescribeOrganizationResponse

import type { DescribeOrganizationResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DescribeOrganizationResponse {
Alias?: string | null;
ARN?: string | null;
CompletedDate?: Date | number | null;
DefaultMailDomain?: string | null;
DirectoryId?: string | null;
DirectoryType?: string | null;
ErrorMessage?: string | null;
OrganizationId?: string | null;
State?: string | null;
}

§Properties

§
Alias?: string | null
[src]

The alias for an organization.

§
ARN?: string | null
[src]

The Amazon Resource Name (ARN) of the organization.

§
CompletedDate?: Date | number | null
[src]

The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.

§
DefaultMailDomain?: string | null
[src]

The default mail domain associated with the organization.

§
DirectoryId?: string | null
[src]

The identifier for the directory associated with an WorkMail organization.

§
DirectoryType?: string | null
[src]

The type of directory associated with the WorkMail organization.

§
ErrorMessage?: string | null
[src]

(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.

§
OrganizationId?: string | null
[src]

The identifier of an organization.

§
State?: string | null
[src]

The state of an organization.