/** * @export * @class LiveEncodingHeartbeatUrlResponse */ export declare class LiveEncodingHeartbeatUrlResponse { /** * Presigned S3 URL to download the final heartbeat JSON of the live encoding. Valid for 10 minutes. (required) * @type {string} * @memberof LiveEncodingHeartbeatUrlResponse */ url?: string; constructor(obj?: Partial); } export default LiveEncodingHeartbeatUrlResponse;