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

ImportSignalCatalogRequest

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

§Properties

§
description?: string | null
[src]

A brief description of the signal catalog.

§
name: string
[src]

The name of the signal catalog to import.

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

Metadata that can be used to manage the signal catalog.

§
vss?: FormattedVss | null
[src]

The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.