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

CreateModelManifestRequest

import type { CreateModelManifestRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface CreateModelManifestRequest {
description?: string | null;
name: string;
nodes: string[];
signalCatalogArn: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

A brief description of the vehicle model.

§
name: string
[src]

The name of the vehicle model to create.

§
nodes: string[]
[src]

A list of nodes, which are a general abstraction of signals.

§
signalCatalogArn: string
[src]

The Amazon Resource Name (ARN) of a signal catalog.

§
tags?: Tag[] | null
[src]

Metadata that can be used to manage the vehicle model.