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

TestAvailabilityConfigurationRequest

import type { TestAvailabilityConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface TestAvailabilityConfigurationRequest {
DomainName?: string | null;
EwsProvider?: EwsAvailabilityProvider | null;
LambdaProvider?: LambdaAvailabilityProvider | null;
OrganizationId: string;
}

§Properties

§
DomainName?: string | null
[src]

The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.

§
EwsProvider?: EwsAvailabilityProvider | null
[src]
§
LambdaProvider?: LambdaAvailabilityProvider | null
[src]
§
OrganizationId: string
[src]

The WorkMail organization where the availability provider will be tested.