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

InputLocation

import type { InputLocation } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Input Location

interface InputLocation {
PasswordParam?: string | null;
Uri: string;
Username?: string | null;
}

§Properties

§
PasswordParam?: string | null
[src]

key used to extract the password from EC2 Parameter store

§
Uri: string
[src]

Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".

§
Username?: string | null
[src]

Documentation update needed