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

UpdateModelManifestRequest

import type { UpdateModelManifestRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface UpdateModelManifestRequest {
description?: string | null;
name: string;
nodesToAdd?: string[] | null;
nodesToRemove?: string[] | null;
status?: ManifestStatus | null;
}

§Properties

§
description?: string | null
[src]

A brief description of the vehicle model.

§
name: string
[src]

The name of the vehicle model to update.

§
nodesToAdd?: string[] | null
[src]

A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

§
nodesToRemove?: string[] | null
[src]

A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

§
status?: ManifestStatus | null
[src]

The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.