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

UpdateSignalingChannelInput

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

§Properties

§
ChannelARN: string
[src]

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

§
CurrentVersion: string
[src]

The current version of the signaling channel that you want to update.

§
SingleMasterConfiguration?: SingleMasterConfiguration | null
[src]

The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that you want to update.