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

DescribeAvailabilityOptionsResponse

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

The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

interface DescribeAvailabilityOptionsResponse {
AvailabilityOptions?: AvailabilityOptionsStatus | null;
}

§Properties

§
AvailabilityOptions?: AvailabilityOptionsStatus | null
[src]

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