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

Esam

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

Esam

interface Esam {
AcquisitionPointId: string;
AdAvailOffset?: number | null;
PasswordParam?: string | null;
PoisEndpoint: string;
Username?: string | null;
ZoneIdentity?: string | null;
}

§Properties

§
AcquisitionPointId: string
[src]

Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.

§
AdAvailOffset?: number | null
[src]

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

§
PasswordParam?: string | null
[src]

Documentation update needed

§
PoisEndpoint: string
[src]

The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.

§
Username?: string | null
[src]

Documentation update needed

§
ZoneIdentity?: string | null
[src]

Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.