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

DeleteInstanceRequest

import type { DeleteInstanceRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface DeleteInstanceRequest {
DeleteElasticIp?: boolean | null;
DeleteVolumes?: boolean | null;
InstanceId: string;
}

§Properties

§
DeleteElasticIp?: boolean | null
[src]

Whether to delete the instance Elastic IP address.

§
DeleteVolumes?: boolean | null
[src]

Whether to delete the instance's Amazon EBS volumes.

§
InstanceId: string
[src]

The instance ID.