import * as $dara from '@darabonba/typescript'; export declare class DeletePlanMaintenanceWindowRequest extends $dara.Model { /** * @remarks * The ID of the maintenance window to delete. * * This parameter is required. * * @example * pw-bp12kkvnebe7hksqnx9w */ planWindowId?: string; /** * @remarks * The ID of the region. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to retrieve the latest list of Alibaba Cloud regions. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }