tencentcloud-sdk-nodejs-tcss 4.0.963 → 4.0.964

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.
@@ -497,7 +497,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
497
497
  */
498
498
  DescribeAgentInstallCommand(req: DescribeAgentInstallCommandRequest, cb?: (error: string, rep: DescribeAgentInstallCommandResponse) => void): Promise<DescribeAgentInstallCommandResponse>;
499
499
  /**
500
- * 查询导出任务的结果
500
+ * 查询导出接口进度
501
501
  */
502
502
  DescribeExportJobResult(req: DescribeExportJobResultRequest, cb?: (error: string, rep: DescribeExportJobResultResponse) => void): Promise<DescribeExportJobResultResponse>;
503
503
  /**
@@ -758,7 +758,7 @@ class Client extends TencentCloudCommon.AbstractClient {
758
758
  return this.request("DescribeAgentInstallCommand", req, cb);
759
759
  }
760
760
  /**
761
- * 查询导出任务的结果
761
+ * 查询导出接口进度
762
762
  */
763
763
  async DescribeExportJobResult(req, cb) {
764
764
  return this.request("DescribeExportJobResult", req, cb);