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

DescribeChannelResponse

import type { DescribeChannelResponse } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DescribeChannelResponse {
channel?: Channel | null;
statistics?: ChannelStatistics | null;
}

§Properties

§
channel?: Channel | null
[src]

An object that contains information about the channel.

§
statistics?: ChannelStatistics | null
[src]

Statistics about the channel. Included if the includeStatistics parameter is set to true in the request.