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

Image

import type { Image } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface Image {
Applications?: Application[] | null;
AppstreamAgentVersion?: string | null;
Arn?: string | null;
BaseImageArn?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
DisplayName?: string | null;
ImageBuilderName?: string | null;
ImageBuilderSupported?: boolean | null;
ImageErrors?: ResourceError[] | null;
ImagePermissions?: ImagePermissions | null;
Name: string;
Platform?: PlatformType | null;
PublicBaseImageReleasedDate?: Date | number | null;
State?: ImageState | null;
StateChangeReason?: ImageStateChangeReason | null;
Visibility?: VisibilityType | null;
}

§Properties

§
Applications?: Application[] | null
[src]
§
AppstreamAgentVersion?: string | null
[src]
§
Arn?: string | null
[src]
§
BaseImageArn?: string | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DisplayName?: string | null
[src]
§
ImageBuilderName?: string | null
[src]
§
ImageBuilderSupported?: boolean | null
[src]
§
ImageErrors?: ResourceError[] | null
[src]
§
ImagePermissions?: ImagePermissions | null
[src]
§
Name: string
[src]
§
Platform?: PlatformType | null
[src]
§
PublicBaseImageReleasedDate?: Date | number | null
[src]
§
State?: ImageState | null
[src]
§
StateChangeReason?: ImageStateChangeReason | null
[src]
§
Visibility?: VisibilityType | null
[src]