UNPKG

awscdk-construct-scte-scheduler

Version:

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

12 lines (11 loc) 230 B
import { Stringable } from "./stringable"; /** * @internal * * Represents an XML text value. */ export declare class XmlText implements Stringable { private value; constructor(value: string); toString(): string; }