Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {
[key: string]: string | null | undefined;
}
| null;
type?: ComponentType | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
changeDescription?: string | null
[src]
§
data?: string | null
[src]
§
dateCreated?: string | null
[src]
§
description?: string | null
[src]
§
encrypted?: boolean | null
[src]
§
kmsKeyId?: string | null
[src]
§
name?: string | null
[src]
§
owner?: string | null
[src]
§
parameters?: ComponentParameterDetail[] | null
[src]
§
platform?: Platform | null
[src]
§
supportedOsVersions?: string[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
type?: ComponentType | null
[src]
§
version?: string | null
[src]