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

SendSerialConsoleSSHPublicKeyResponse

import type { SendSerialConsoleSSHPublicKeyResponse } from "https://aws-api.deno.dev/v0.3/services/ec2instanceconnect.ts?docs=full";
interface SendSerialConsoleSSHPublicKeyResponse {
RequestId?: string | null;
Success?: boolean | null;
}

§Properties

§
RequestId?: string | null
[src]

The ID of the request. Please provide this ID when contacting AWS Support for assistance.

§
Success?: boolean | null
[src]

Is true if the request succeeds and an error otherwise.