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.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

Contains information about a component.

interface Component {
arn?: string | null;
componentName?: string | null;
latestVersion?: ComponentLatestVersion | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the component version.

§
componentName?: string | null
[src]

The name of the component.

§
latestVersion?: ComponentLatestVersion | null
[src]

The latest version of the component and its details.