tencentcloud-sdk-nodejs-billing 4.0.1053 → 4.0.1054
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -4
- package/src/services/billing/v20180709/billing_client.ts +4 -2
- package/src/services/billing/v20180709/billing_models.ts +55 -136
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +4 -2
- package/tencentcloud/services/billing/v20180709/billing_client.js +4 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +55 -136
|
@@ -20,8 +20,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
20
20
|
*/
|
|
21
21
|
DescribeBillList(req: DescribeBillListRequest, cb?: (error: string, rep: DescribeBillListResponse) => void): Promise<DescribeBillListResponse>;
|
|
22
22
|
/**
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
* 当前接口已迁移至svp产品
|
|
24
|
+
|
|
25
|
+
查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
26
|
+
*/
|
|
25
27
|
DescribeSavingPlanCoverage(req: DescribeSavingPlanCoverageRequest, cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void): Promise<DescribeSavingPlanCoverageResponse>;
|
|
26
28
|
/**
|
|
27
29
|
* 查询分账账单按资源汇总
|
|
@@ -47,8 +47,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
47
47
|
return this.request("DescribeBillList", req, cb);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
* 当前接口已迁移至svp产品
|
|
51
|
+
|
|
52
|
+
查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
53
|
+
*/
|
|
52
54
|
async DescribeSavingPlanCoverage(req, cb) {
|
|
53
55
|
return this.request("DescribeSavingPlanCoverage", req, cb);
|
|
54
56
|
}
|