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

ComponentVersionListItem

import type { ComponentVersionListItem } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

Contains information about a component version in a list.

interface ComponentVersionListItem {
arn?: string | null;
componentName?: string | null;
componentVersion?: string | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the component version.

§
componentName?: string | null
[src]

The name of the component.

§
componentVersion?: string | null
[src]

The version of the component.