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

ResourceEndpointListItem

import type { ResourceEndpointListItem } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";

An object that describes the endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.

interface ResourceEndpointListItem {
Protocol?: ChannelProtocol | null;
ResourceEndpoint?: string | null;
}

§Properties

§
Protocol?: ChannelProtocol | null
[src]

The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.

§
ResourceEndpoint?: string | null
[src]

The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.