tencentcloud-sdk-nodejs-tcss 4.0.687 → 4.0.688

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.
@@ -127,7 +127,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
127
127
  */
128
128
  DescribeVirusAutoIsolateSampleDownloadURL(req: DescribeVirusAutoIsolateSampleDownloadURLRequest, cb?: (error: string, rep: DescribeVirusAutoIsolateSampleDownloadURLResponse) => void): Promise<DescribeVirusAutoIsolateSampleDownloadURLResponse>;
129
129
  /**
130
- * 查询用户镜像仓库下的项目名称列表
130
+ * 查询用户镜像仓库下的命令空间列表
131
131
  */
132
132
  DescribeImageRegistryNamespaceList(req: DescribeImageRegistryNamespaceListRequest, cb?: (error: string, rep: DescribeImageRegistryNamespaceListResponse) => void): Promise<DescribeImageRegistryNamespaceListResponse>;
133
133
  /**
@@ -198,7 +198,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
198
198
  /**
199
199
  * 镜像仓库查询镜像统计信息
200
200
  */
201
- DescribeAssetImageRegistrySummary(req?: DescribeAssetImageRegistrySummaryRequest, cb?: (error: string, rep: DescribeAssetImageRegistrySummaryResponse) => void): Promise<DescribeAssetImageRegistrySummaryResponse>;
201
+ DescribeAssetImageRegistrySummary(req: DescribeAssetImageRegistrySummaryRequest, cb?: (error: string, rep: DescribeAssetImageRegistrySummaryResponse) => void): Promise<DescribeAssetImageRegistrySummaryResponse>;
202
202
  /**
203
203
  * 容器网络创建网络策略更新任务
204
204
  */
@@ -208,7 +208,7 @@ class Client extends TencentCloudCommon.AbstractClient {
208
208
  return this.request("DescribeVirusAutoIsolateSampleDownloadURL", req, cb);
209
209
  }
210
210
  /**
211
- * 查询用户镜像仓库下的项目名称列表
211
+ * 查询用户镜像仓库下的命令空间列表
212
212
  */
213
213
  async DescribeImageRegistryNamespaceList(req, cb) {
214
214
  return this.request("DescribeImageRegistryNamespaceList", req, cb);