import * as $dara from '@darabonba/typescript'; export declare class DescribeInstanceDeductAmortizedCostByAmortizationPeriodRequest extends $dara.Model { billOwnerIdList?: string[]; billUserIdList?: string[]; /** * @example * 2023-04 */ billingCycle?: string; /** * @example * 123# */ costUnitCode?: string; instanceIdList?: string[]; /** * @example * 20 */ maxResults?: number; /** * @example * CAESEgoQCg4KCmdtdF9jcmVhdGUEARgBIkgKCQBwhGmPcAEAAAo7AzYAAAAxTDgwMDcxMjg3ZDJhNmM3ZDguTDgwMDAwMDAwMDAwMzE1MTIuTDgwMDcyZDMyZTJkYzg3N2U */ nextToken?: string; /** * @example * rds */ productCode?: string; /** * @example * rds */ productDetail?: string; /** * @example * PayAsYouGo */ subscriptionType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }