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

CopyImageResponse

import type { CopyImageResponse } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CopyImageResponse {
DestinationImageName?: string | null;
}

§Properties

§
DestinationImageName?: string | null
[src]

The name of the destination image.