tencentcloud-sdk-nodejs-svp 4.1.145 → 4.1.165

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-svp",
3
- "version": "4.1.145",
3
+ "version": "4.1.165",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -449,43 +449,47 @@ export interface DescribeSavingPlanOverviewRequest {
449
449
  */
450
450
  export interface SavingPlanUsageDetail {
451
451
  /**
452
- * 节省计划类型
452
+ * <p>节省计划资源id</p>
453
+ */
454
+ SpId?: string;
455
+ /**
456
+ * <p>节省计划类型</p>
453
457
  */
454
458
  SpType?: string;
455
459
  /**
456
- * 节省计划状态
460
+ * <p>节省计划状态</p>枚举值:<ul><li> 1: 生效</li><li> 2: 失效 </li><li> 3: 作废</li></ul>
457
461
  */
458
462
  Status?: number;
459
463
  /**
460
- * 累计抵扣的金额(单位:元)
464
+ * <p>累计抵扣的金额(单位:元)</p>
461
465
  */
462
466
  DeductAmount?: string;
463
467
  /**
464
- * 累计承诺消费金额(单位:元)
468
+ * <p>累计承诺消费金额(单位:元)</p>
465
469
  */
466
470
  PromiseAmount?: string;
467
471
  /**
468
- * 累计净节省金额(单位:元)
472
+ * <p>累计净节省金额(单位:元)</p>
469
473
  */
470
474
  NetSavings?: string;
471
475
  /**
472
- * 使用率
476
+ * <p>使用率</p>
473
477
  */
474
478
  UtilizationRate?: number;
475
479
  /**
476
- * 累计流失金额(单位:元)
480
+ * <p>累计流失金额(单位:元)</p>
477
481
  */
478
482
  LossAmount?: string;
479
483
  /**
480
- * 累计按量计费预期金额(单位:元)
484
+ * <p>累计按量计费预期金额(单位:元)</p>
481
485
  */
482
486
  DosageAmount?: string;
483
487
  /**
484
- * 累计成本金额(单位:元)
488
+ * <p>累计成本金额(单位:元)</p>
485
489
  */
486
490
  CostAmount?: string;
487
491
  /**
488
- * 地域
492
+ * <p>地域</p>
489
493
  */
490
494
  Region?: Array<string>;
491
495
  }