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

GetDataEndpointOutput

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

§Properties

§
DataEndpoint?: string | null
[src]

The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.