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

GetHLSStreamingSessionURLOutput

import type { GetHLSStreamingSessionURLOutput } from "https://aws-api.deno.dev/v0.3/services/kinesisvideoarchivedmedia.ts?docs=full";
interface GetHLSStreamingSessionURLOutput {
HLSStreamingSessionURL?: string | null;
}

§Properties

§
HLSStreamingSessionURL?: string | null
[src]

The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.