import * as $dara from '@darabonba/typescript'; export declare class CreateMediaConnectFlowRequest extends $dara.Model { /** * @remarks * The flow name. * * This parameter is required. * * @example * AliTestFlow */ flowName?: string; /** * @remarks * The region in which the flow resides. * * This parameter is required. * * @example * ap-southeast-1 */ flowRegion?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }