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

ImportVmImageResponse

import type { ImportVmImageResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ImportVmImageResponse {
clientToken?: string | null;
imageArn?: string | null;
requestId?: string | null;
}

§Properties

§
clientToken?: string | null
[src]

The idempotency token that was used for this request.

§
imageArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.