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

GetSignalingChannelEndpointInput

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

§Properties

§
ChannelARN: string
[src]

The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.

§
SingleMasterChannelEndpointConfiguration?: SingleMasterChannelEndpointConfiguration | null
[src]

A structure containing the endpoint configuration for the SINGLE_MASTER channel type.