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

ReleaseHostsResult

import type { ReleaseHostsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ReleaseHostsResult {
Successful: string[];
Unsuccessful: UnsuccessfulItem[];
}

§Properties

§
Successful: string[]
[src]

The IDs of the Dedicated Hosts that were successfully released.

§
Unsuccessful: UnsuccessfulItem[]
[src]

The IDs of the Dedicated Hosts that could not be released, including an error message.