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

GetSignalCatalogResponse

import type { GetSignalCatalogResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface GetSignalCatalogResponse {
arn: string;
creationTime: Date | number;
description?: string | null;
lastModificationTime: Date | number;
name: string;
nodeCounts?: NodeCounts | null;
}

§Properties

§
arn: string
[src]

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

§
creationTime: Date | number
[src]

The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).

§
description?: string | null
[src]

A brief description of the signal catalog.

§
lastModificationTime: Date | number
[src]

The last time the signal catalog was modified.

§
name: string
[src]

The name of the signal catalog.

§
nodeCounts?: NodeCounts | null
[src]

The total number of network nodes specified in a signal catalog.