import * as $dara from '@darabonba/typescript'; export declare class DeleteVpcRequest extends $dara.Model { ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the region where the VPC is located. Call the [DescribeRegions](~~DescribeRegions~~) operation to get the latest list of regions. */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The ID of the VPC to delete. * * This parameter is required. */ vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }