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

DisableAddOnRequest

import type { DisableAddOnRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DisableAddOnRequest {
addOnType: AddOnType;
resourceName: string;
}

§Properties

§
addOnType: AddOnType
[src]

The add-on type to disable.

§
resourceName: string
[src]

The name of the source resource for which to disable the add-on.