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

UpdateSignalCatalogRequest

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

§Properties

§
description?: string | null
[src]

A brief description of the signal catalog to update.

§
name: string
[src]

The name of the signal catalog to update.

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

A list of information about nodes to add to the signal catalog.

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

A list of fullyQualifiedName of nodes to remove from the signal catalog.

§
nodesToUpdate?: Node[] | null
[src]

A list of information about nodes to update in the signal catalog.