import * as $dara from '@darabonba/typescript'; export declare class UpdateLiveTranscodeJobShrinkRequest extends $dara.Model { /** * @remarks * The job ID. * * This parameter is required. * * @example * ****20b48fb04483915d4f2cd8ac**** */ jobId?: string; /** * @remarks * The name of the job. * * @example * mytest3 */ name?: string; /** * @remarks * The information about the input stream. */ streamInputShrink?: string; /** * @remarks * The configuration of a timed transcoding job. */ timedConfigShrink?: string; /** * @remarks * The information about the transcoding output. */ transcodeOutputShrink?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }