tencentcloud-sdk-nodejs-tcss 4.0.959 → 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.
@@ -214,7 +214,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
214
214
  /**
215
215
  * 镜像仓库仓库列表
216
216
  */
217
- DescribeAssetImageRegistryRegistryList(req?: DescribeAssetImageRegistryRegistryListRequest, cb?: (error: string, rep: DescribeAssetImageRegistryRegistryListResponse) => void): Promise<DescribeAssetImageRegistryRegistryListResponse>;
217
+ DescribeAssetImageRegistryRegistryList(req: DescribeAssetImageRegistryRegistryListRequest, cb?: (error: string, rep: DescribeAssetImageRegistryRegistryListResponse) => void): Promise<DescribeAssetImageRegistryRegistryListResponse>;
218
218
  /**
219
219
  * 运行时文件查杀事件列表导出
220
220
  */
@@ -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);