as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

EpgLineupInformation

Constructors

new EpgLineupInformation()

new EpgLineupInformation(): EpgLineupInformation

Returns

EpgLineupInformation

Methods

getLastCommittedChannelLineupVersion()

static getLastCommittedChannelLineupVersion(): Promise<string>

Gets the version of the most recently committed channel lineup.

Returns

Promise<string>

The version string for the most recent commit of Channel data.

Details

The channel lineup version can be checked to determine if the last persisted channel data needs to be replaced with a newer version. If no lineup has been previously committed, the fixed string "NO_VERSION" will be returned.

Throws

InternalError if there is any issue retrieving the last committed channel lineup version.


getLastCommittedLiveEventLineupVersion()

static getLastCommittedLiveEventLineupVersion(): Promise<string>

Gets the version of the most recently committed live events.

Returns

Promise<string>

The version string for the most recent commit of live event data.

Details

The live event version can be checked to determine if the last persisted live event data needs to be replaced with a newer version. Please refer to the developer guide for more information on how to use this value. If no version has been previously committed, the fixed string "NO_VERSION" will be returned.

Throws

Ff there is any issue retrieving the last committed live event lineup version.


getLastCommittedProgramLineupVersion()

static getLastCommittedProgramLineupVersion(): Promise<string>

Gets the version of the most recently committed program lineup.

Returns

Promise<string>

The version string for the most recent commit of Program data.

Details

The program lineup version can be checked to determine if the last persisted program data needs to be replaced with a newer version. If no lineup has been previously committed, the fixed string "NO_VERSION" will be returned.

Throws

InternalError if there is any issue retrieving the last committed program lineup version.


Last updated: Sep 30, 2025