tencentcloud-sdk-nodejs-csip 4.0.966 → 4.0.968

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.
@@ -67,7 +67,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
67
67
  */
68
68
  DescribeRiskCenterServerRiskList(req: DescribeRiskCenterServerRiskListRequest, cb?: (error: string, rep: DescribeRiskCenterServerRiskListResponse) => void): Promise<DescribeRiskCenterServerRiskListResponse>;
69
69
  /**
70
- * cvm列表
70
+ * 获取cvm列表
71
71
  */
72
72
  DescribeCVMAssets(req: DescribeCVMAssetsRequest, cb?: (error: string, rep: DescribeCVMAssetsResponse) => void): Promise<DescribeCVMAssetsResponse>;
73
73
  /**
@@ -118,7 +118,7 @@ class Client extends TencentCloudCommon.AbstractClient {
118
118
  return this.request("DescribeRiskCenterServerRiskList", req, cb);
119
119
  }
120
120
  /**
121
- * cvm列表
121
+ * 获取cvm列表
122
122
  */
123
123
  async DescribeCVMAssets(req, cb) {
124
124
  return this.request("DescribeCVMAssets", req, cb);