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

CreateImageBuilderStreamingURLResult

import type { CreateImageBuilderStreamingURLResult } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface CreateImageBuilderStreamingURLResult {
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.