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

ModifyHostsResult

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

§Properties

§
Successful: string[]
[src]

The IDs of the Dedicated Hosts that were successfully modified.

§
Unsuccessful: UnsuccessfulItem[]
[src]

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.