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

DescribeChannelRequest

import type { DescribeChannelRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DescribeChannelRequest {
channelName: string;
includeStatistics?: boolean | null;
}

§Properties

§
channelName: string
[src]

The name of the channel whose information is retrieved.

§
includeStatistics?: boolean | null
[src]

If true, additional statistical information about the channel is included in the response. This feature can't be used with a channel whose S3 storage is customer-managed.