ImageRecipeSummary
import type { ImageRecipeSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface ImageRecipeSummary {
arn?: string | null;
dateCreated?: string | null;
name?: string | null;
owner?: string | null;
parentImage?: string | null;
platform?: Platform | null;
tags?: {} | null;
}[key: string]: string | null | undefined;