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.3/services/opsworks.ts?docs=full";
interface StopInstanceRequest {
Force?: boolean | null;
InstanceId: string;
}

§Properties

§
Force?: boolean | null
[src]

Specifies whether to force an instance to stop. If the instance's root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the AWS OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the AWS OpsWorks Stacks instance with a new one.

§
InstanceId: string
[src]

The instance ID.