ComponentSummary
import type { ComponentSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface ComponentSummary {
arn?: string | null;
changeDescription?: string | null;
dateCreated?: string | null;
description?: string | null;
name?: string | null;
owner?: string | null;
platform?: Platform | null;
supportedOsVersions?: string[] | null;
tags?: {} | null;
[key: string]: string | null | undefined;
type?: ComponentType | null;
version?: string | null;
}§Properties
§
type?: ComponentType | null
[src]