import * as $dara from '@darabonba/typescript'; export declare class ModifyPlanMaintenanceWindowShrinkRequest extends $dara.Model { /** * @example * false */ enable?: boolean; /** * @remarks * This parameter is required. * * @example * pw-bp1au1w8v8a1yer65g5k */ planWindowId?: string; planWindowName?: string; /** * @remarks * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @example * Reboot */ supportMaintenanceAction?: string; targetResourceShrink?: string; timePeriodShrink?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }