ImageSummary
import type { ImageSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface ImageSummary {
arn?: string | null;
dateCreated?: string | null;
name?: string | null;
osVersion?: string | null;
outputResources?: OutputResources | null;
owner?: string | null;
platform?: Platform | null;
state?: ImageState | null;
tags?: {} | null;
[key: string]: string | null | undefined;
type?: ImageType | null;
version?: string | null;
}