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

CreateStreamingURLResult

import type { CreateStreamingURLResult } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CreateStreamingURLResult {
Expires?: Date | number | null;
StreamingURL?: string | null;
}

§Properties

§
Expires?: Date | number | null
[src]

The elapsed time, in seconds after the Unix epoch, when this URL expires.

§
StreamingURL?: string | null
[src]

The URL to start the AppStream 2.0 streaming session.