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

ImportInstanceTaskDetails

import type { ImportInstanceTaskDetails } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes an import instance task.

interface ImportInstanceTaskDetails {
Description?: string | null;
InstanceId?: string | null;
Platform?: PlatformValues | null;
}

§Properties

§
Description?: string | null
[src]

A description of the task.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
Platform?: PlatformValues | null
[src]

The instance operating system.