UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

13 lines (12 loc) 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MediaLiveServiceException = exports.__ServiceException = void 0; const client_1 = require("@smithy/core/client"); Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } }); class MediaLiveServiceException extends client_1.ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, MediaLiveServiceException.prototype); } } exports.MediaLiveServiceException = MediaLiveServiceException;