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

StopInstanceRequest

import type { StopInstanceRequest } from "https://aws-api.deno.dev/v0.4/services/lightsail.ts?docs=full";
interface StopInstanceRequest {
force?: boolean | null;
instanceName: string;
}

§Properties

§
force?: boolean | null
[src]

When set to True, forces a Lightsail instance that is stuck in a stopping state to stop.

! IMPORTANT: ! Only use the force parameter if your instance is stuck in the stopping state. ! In any other state, your instance should stop normally without adding this parameter to your API request.

§
instanceName: string
[src]

The name of the instance (a virtual private server) to stop.