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

CreateUpdatedImageResult

import type { CreateUpdatedImageResult } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface CreateUpdatedImageResult {
canUpdateImage?: boolean | null;
image?: Image | null;
}

§Properties

§
canUpdateImage?: boolean | null
[src]

Indicates whether a new image can be created.

§
image?: Image | null
[src]