tencentcloud-sdk-nodejs-tdmq 4.1.7 → 4.1.8

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-tdmq",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -207,8 +207,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
207
207
  */
208
208
  DeleteRabbitMQPermission(req: DeleteRabbitMQPermissionRequest, cb?: (error: string, rep: DeleteRabbitMQPermissionResponse) => void): Promise<DeleteRabbitMQPermissionResponse>;
209
209
  /**
210
- * 平滑迁移过程获取源集群topic列表接口
211
- */
210
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
211
+
212
+ 平滑迁移过程获取源集群topic列表接口
213
+ */
212
214
  DescribeRocketMQSourceClusterTopicList(req: DescribeRocketMQSourceClusterTopicListRequest, cb?: (error: string, rep: DescribeRocketMQSourceClusterTopicListResponse) => void): Promise<DescribeRocketMQSourceClusterTopicListResponse>;
213
215
  /**
214
216
  * 创建环境角色授权
@@ -323,8 +325,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
323
325
  */
324
326
  RetryRocketMQDlqMessage(req: RetryRocketMQDlqMessageRequest, cb?: (error: string, rep: RetryRocketMQDlqMessageResponse) => void): Promise<RetryRocketMQDlqMessageResponse>;
325
327
  /**
326
- * 用于查询RocketMQ平滑迁移任务列表
327
- */
328
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
329
+
330
+ 用于查询RocketMQ平滑迁移任务列表
331
+ */
328
332
  DescribeRocketMQSmoothMigrationTaskList(req: DescribeRocketMQSmoothMigrationTaskListRequest, cb?: (error: string, rep: DescribeRocketMQSmoothMigrationTaskListResponse) => void): Promise<DescribeRocketMQSmoothMigrationTaskListResponse>;
329
333
  /**
330
334
  * 导出RocketMQ消息详情
@@ -567,8 +571,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
567
571
  */
568
572
  DescribeCmqQueueDetail(req: DescribeCmqQueueDetailRequest, cb?: (error: string, rep: DescribeCmqQueueDetailResponse) => void): Promise<DescribeCmqQueueDetailResponse>;
569
573
  /**
570
- * 平滑迁移过程获取源集群group列表接口
571
- */
574
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
575
+
576
+ 平滑迁移过程获取源集群group列表接口
577
+ */
572
578
  DescribeRocketMQSourceClusterGroupList(req: DescribeRocketMQSourceClusterGroupListRequest, cb?: (error: string, rep: DescribeRocketMQSourceClusterGroupListResponse) => void): Promise<DescribeRocketMQSourceClusterGroupListResponse>;
573
579
  /**
574
580
  * 此接口仅用于测试发生消息,不能作为现网正式生产使用
@@ -329,8 +329,10 @@ class Client extends TencentCloudCommon.AbstractClient {
329
329
  return this.request("DeleteRabbitMQPermission", req, cb);
330
330
  }
331
331
  /**
332
- * 平滑迁移过程获取源集群topic列表接口
333
- */
332
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
333
+
334
+ 平滑迁移过程获取源集群topic列表接口
335
+ */
334
336
  async DescribeRocketMQSourceClusterTopicList(req, cb) {
335
337
  return this.request("DescribeRocketMQSourceClusterTopicList", req, cb);
336
338
  }
@@ -503,8 +505,10 @@ class Client extends TencentCloudCommon.AbstractClient {
503
505
  return this.request("RetryRocketMQDlqMessage", req, cb);
504
506
  }
505
507
  /**
506
- * 用于查询RocketMQ平滑迁移任务列表
507
- */
508
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
509
+
510
+ 用于查询RocketMQ平滑迁移任务列表
511
+ */
508
512
  async DescribeRocketMQSmoothMigrationTaskList(req, cb) {
509
513
  return this.request("DescribeRocketMQSmoothMigrationTaskList", req, cb);
510
514
  }
@@ -857,8 +861,10 @@ class Client extends TencentCloudCommon.AbstractClient {
857
861
  return this.request("DescribeCmqQueueDetail", req, cb);
858
862
  }
859
863
  /**
860
- * 平滑迁移过程获取源集群group列表接口
861
- */
864
+ * 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
865
+
866
+ 平滑迁移过程获取源集群group列表接口
867
+ */
862
868
  async DescribeRocketMQSourceClusterGroupList(req, cb) {
863
869
  return this.request("DescribeRocketMQSourceClusterGroupList", req, cb);
864
870
  }