Component
import type { Component } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface Component {
arn?: string | null;
changeDescription?: string | null;
data?: string | null;
dateCreated?: string | null;
description?: string | null;
encrypted?: boolean | null;
kmsKeyId?: string | null;
name?: string | null;
owner?: string | null;
parameters?: ComponentParameterDetail[] | null;
platform?: Platform | null;
supportedOsVersions?: string[] | null;
tags?: {} | null;
[key: string]: string | null | undefined;
type?: ComponentType | null;
version?: string | null;
}