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]§
ImageErrors?: ResourceError[] | null
[src]§
ImagePermissions?: ImagePermissions | null
[src]§
Platform?: PlatformType | null
[src]§
State?: ImageState | null
[src]§
StateChangeReason?: ImageStateChangeReason | null
[src]§
Visibility?: VisibilityType | null
[src]