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

GetConsoleOutputResult

import type { GetConsoleOutputResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetConsoleOutputResult {
InstanceId?: string | null;
Output?: string | null;
Timestamp?: Date | number | null;
}

§Properties

§
InstanceId?: string | null
[src]

The ID of the instance.

§
Output?: string | null
[src]

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

§
Timestamp?: Date | number | null
[src]

The time at which the output was last updated.