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

HttpConfiguration

import type { HttpConfiguration } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";

The HTTP configuration for the source location.

interface HttpConfiguration {
BaseUrl: string;
}

§Properties

§
BaseUrl: string
[src]

The base URL for the source location host server. This string must include the protocol, such as https://.