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

CreateChannelResponse

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

§Properties

§
channelArn?: string | null
[src]

The ARN of the channel.

§
channelName?: string | null
[src]

The name of the channel.

§
retentionPeriod?: RetentionPeriod | null
[src]

How long, in days, message data is kept for the channel.