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

UpdateAvailabilityOptionsResponse

import type { UpdateAvailabilityOptionsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudsearch.ts?docs=full";

The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

interface UpdateAvailabilityOptionsResponse {
AvailabilityOptions?: AvailabilityOptionsStatus | null;
}

§Properties

§
AvailabilityOptions?: AvailabilityOptionsStatus | null
[src]

The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.