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

ImportComponentRequest

import type { ImportComponentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface ImportComponentRequest {
changeDescription?: string | null;
clientToken: string;
data?: string | null;
description?: string | null;
kmsKeyId?: string | null;
name: string;
platform: Platform;
semanticVersion: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
uri?: string | null;
}

§Properties

§
changeDescription?: string | null
[src]
§
clientToken: string
[src]
§
data?: string | null
[src]
§
description?: string | null
[src]
§
kmsKeyId?: string | null
[src]
§
name: string
[src]
§
platform: Platform
[src]
§
semanticVersion: string
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
uri?: string | null
[src]