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

CopyImageRequest

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

§Properties

§
DestinationImageDescription?: string | null
[src]

The description that the image will have when it is copied to the destination.

§
DestinationImageName: string
[src]

The name that the image will have when it is copied to the destination.

§
DestinationRegion: string
[src]

The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

§
SourceImageName: string
[src]

The name of the image to copy.