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

DeleteSignalingChannelInput

import type { DeleteSignalingChannelInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface DeleteSignalingChannelInput {
ChannelARN: string;
CurrentVersion?: string | null;
}

§Properties

§
ChannelARN: string
[src]

The Amazon Resource Name (ARN) of the signaling channel that you want to delete.

§
CurrentVersion?: string | null
[src]

The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel or ListSignalingChannels API operations.