import * as $dara from '@darabonba/typescript'; export declare class DescribeInstanceDeductAmortizedCostByAmortizationPeriodResponseBodyDataItems extends $dara.Model { /** * @example * 2022-10 */ amortizationPeriod?: string; /** * @example * 2022-10-10 */ amortizationPeriodDay?: string; /** * @example * amortized */ amortizationStatus?: string; /** * @example * 185xxxxx489 */ billAccountID?: number; /** * @example * test@test.aliyunid.com */ billAccountName?: string; /** * @example * 185xxxxx489 */ billOwnerID?: number; /** * @example * test@test.aliyunid.com */ billOwnerName?: string; /** * @example * trusteeship */ bizType?: string; /** * @example * 2022-10 */ consumePeriod?: string; costUnit?: string; /** * @example * 1234 */ costUnitCode?: string; /** * @example * 0 */ currentAmortizationDeductedByCoupons?: number; /** * @example * 0 */ currentAmortizationInvoiceDiscount?: number; /** * @example * 10 */ currentAmortizationPretaxAmount?: number; /** * @example * 10 */ currentAmortizationPretaxGrossAmount?: number; /** * @example * 0 */ currentAmortizationRoundDownDiscount?: number; /** * @example * 0 */ deductedByCoupons?: number; /** * @example * CPU:12 */ instanceConfig?: string; /** * @example * i-kjhdskjgshfdlkjfdh */ instanceID?: string; /** * @example * 34.xx.x.x */ internetIP?: string; /** * @example * 192.xx.xx.xx */ intranetIP?: string; /** * @example * 0 */ invoiceDiscount?: number; /** * @example * 100 */ pretaxAmount?: number; /** * @example * 100 */ pretaxGrossAmount?: number; /** * @example * rds */ productCode?: string; productDetail?: string; /** * @example * rds */ productDetailCode?: string; productName?: string; /** * @example * spn-001 */ referFrInstanceID?: string; /** * @example * 185xxxxx489 */ referFrOwnerID?: string; /** * @example * savingplan_common_public_cn */ referFrProductDetailCode?: string; region?: string; resourceGroup?: string; /** * @example * 0 */ roundDownDiscount?: number; /** * @example * 12@test.com */ splitAccountName?: string; /** * @example * i-28bycvyb4 */ splitItemID?: string; /** * @example * iZ28bycvyb4Z */ splitItemName?: string; /** * @example * rds */ splitProductDetail?: string; /** * @example * PayAsYouGo */ subscriptionType?: string; /** * @example * key:testKey value:testValue; key:testKey1 value:testValues1 */ tag?: string; /** * @example * 0 */ unusedAmortizationDeductedByCoupons?: number; /** * @example * 0 */ unusedAmortizationInvoiceDiscount?: number; /** * @example * 0 */ unusedAmortizationPretaxAmount?: number; /** * @example * 0 */ unusedAmortizationPretaxGrossAmount?: number; /** * @example * 0 */ unusedAmortizationRoundDownDiscount?: number; zone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeInstanceDeductAmortizedCostByAmortizationPeriodResponseBodyData extends $dara.Model { /** * @example * 185766xxxx */ accountID?: string; /** * @example * test@test.aliyunid.com */ accountName?: string; items?: DescribeInstanceDeductAmortizedCostByAmortizationPeriodResponseBodyDataItems[]; /** * @example * 20 */ maxResults?: number; /** * @example * CAESEgoQCg4KCmdtdF9jcmVhdGUEARgBIkgKCQBwhGmPcAEAAAo7AzYAAAAxTDgwMDcxMjg3ZDJhNmM3ZDguTDgwMDAwMDAwMDAwMzE1MTIuTDgwMDcyZDMyZTJkYzg3N2U */ nextToken?: string; /** * @example * 400 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeInstanceDeductAmortizedCostByAmortizationPeriodResponseBody extends $dara.Model { /** * @example * 200 */ code?: string; data?: DescribeInstanceDeductAmortizedCostByAmortizationPeriodResponseBodyData; /** * @example * Successful! */ message?: string; /** * @example * EAE08A27-386C-579E-966D-8853EC3C5D0E */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }