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

CreateSignalCatalogRequest

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

§Properties

§
description?: string | null
[src]

A brief description of the signal catalog.

§
name: string
[src]

The name of the signal catalog to create.

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

A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.

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

Metadata that can be used to manage the signal catalog.