import * as $dara from '@darabonba/typescript'; export declare class DescribePlanMaintenanceWindowsRequestTargetResourceTags extends $dara.Model { key?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePlanMaintenanceWindowsRequest extends $dara.Model { /** * @example * true */ enable?: boolean; /** * @example * 10 */ maxResults?: number; /** * @example * AAAAAdDWBF2 */ nextToken?: string; /** * @example * pw-bp1jarob1aup7yvlrdt6 */ planWindowId?: string; planWindowName?: string; /** * @remarks * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @example * rg-d85g5yocioezmdrll */ targetResourceGroupId?: string; targetResourceTags?: DescribePlanMaintenanceWindowsRequestTargetResourceTags; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }