import * as $dara from '@darabonba/typescript'; export declare class ResumeMediaConnectFlowOutputRequest extends $dara.Model { /** * @remarks * The ID of the MediaConnect flow. * * @example * 34900dc6-90ec-4968-af3c-fcd87f231a5f */ flowId?: string; /** * @remarks * The name of the output. * * @example * AliTestOutput */ outputName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }