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

ListAvailabilityConfigurationsResponse

import type { ListAvailabilityConfigurationsResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListAvailabilityConfigurationsResponse {
AvailabilityConfigurations?: AvailabilityConfiguration[] | null;
NextToken?: string | null;
}

§Properties

§
AvailabilityConfigurations?: AvailabilityConfiguration[] | null
[src]

The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is null when there are no further results to return.