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

ChannelSummary

import type { ChannelSummary } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

A summary of information about a channel.

interface ChannelSummary {
channelName?: string | null;
channelStorage?: ChannelStorageSummary | null;
creationTime?: Date | number | null;
lastMessageArrivalTime?: Date | number | null;
lastUpdateTime?: Date | number | null;
status?: ChannelStatus | null;
}

§Properties

§
channelName?: string | null
[src]

The name of the channel.

§
channelStorage?: ChannelStorageSummary | null
[src]

Where channel data is stored.

§
creationTime?: Date | number | null
[src]

When the channel was created.

§
lastMessageArrivalTime?: Date | number | null
[src]

The last time when a new message arrived in the channel.

IoT Analytics updates this value at most once per minute for one channel. Hence, the lastMessageArrivalTime value is an approximation.

This feature only applies to messages that arrived in the data store after October 23, 2020.

§
lastUpdateTime?: Date | number | null
[src]

The last time the channel was updated.

§
status?: ChannelStatus | null
[src]

The status of the channel.