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

UpdateAvailabilityConfigurationRequest

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

§Properties

§
DomainName: string
[src]

The domain to which the provider applies the availability configuration.

§
EwsProvider?: EwsAvailabilityProvider | null
[src]

The EWS availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.

§
LambdaProvider?: LambdaAvailabilityProvider | null
[src]

The Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.

§
OrganizationId: string
[src]

The WorkMail organization for which the AvailabilityConfiguration will be updated.