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

ChannelActivity

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

The activity that determines the source of the messages to be processed.

interface ChannelActivity {
channelName: string;
name: string;
next?: string | null;
}

§Properties

§
channelName: string
[src]

The name of the channel from which the messages are processed.

§
name: string
[src]

The name of the channel activity.