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

UpdateAvailabilityOptionsRequest

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

Container for the parameters to the "UpdateAvailabilityOptions" operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.

interface UpdateAvailabilityOptionsRequest {
DomainName: string;
MultiAZ: boolean;
}

§Properties

§
DomainName: string
[src]
§
MultiAZ: boolean
[src]

You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.