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

EgressEndpoint

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

The endpoint URL used to access an Asset using one PackagingConfiguration.

interface EgressEndpoint {
PackagingConfigurationId?: string | null;
Status?: string | null;
Url?: string | null;
}

§Properties

§
PackagingConfigurationId?: string | null
[src]

The ID of the PackagingConfiguration being applied to the Asset.

§
Status?: string | null
[src]

The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

§
Url?: string | null
[src]

The URL of the parent manifest for the repackaged Asset.