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

GreengrassOutputDetails

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

Information about the AWS IoT Greengrass component created by a model packaging job.

interface GreengrassOutputDetails {
ComponentName?: string | null;
ComponentVersion?: string | null;
ComponentVersionArn?: string | null;
}

§Properties

§
ComponentName?: string | null
[src]

The name of the component.

§
ComponentVersion?: string | null
[src]

The version of the component.

§
ComponentVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the component.