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

AvailabilityConfiguration

import type { AvailabilityConfiguration } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

List all the AvailabilityConfiguration's for the given WorkMail organization.

interface AvailabilityConfiguration {
DateCreated?: Date | number | null;
DateModified?: Date | number | null;
DomainName?: string | null;
EwsProvider?: RedactedEwsAvailabilityProvider | null;
LambdaProvider?: LambdaAvailabilityProvider | null;
ProviderType?: AvailabilityProviderType | null;
}

§Properties

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

The date and time at which the availability configuration was created.

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

The date and time at which the availability configuration was last modified.

§
DomainName?: string | null
[src]

Displays the domain to which the provider applies.

§

If ProviderType is EWS, then this field contains RedactedEwsAvailabilityProvider. Otherwise, it is not required.

§
LambdaProvider?: LambdaAvailabilityProvider | null
[src]

If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider. Otherwise, it is not required.

§
ProviderType?: AvailabilityProviderType | null
[src]

Displays the provider type that applies to this domain.