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

AddOnRequest

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

Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.

Note: An additional cost may be associated with enabling add-ons. For more information, see the Lightsail pricing page.

interface AddOnRequest {
addOnType: AddOnType;
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest | null;
}

§Properties

§
addOnType: AddOnType
[src]

The add-on type.

§
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest | null
[src]

An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.