tencentcloud-sdk-nodejs-tdmq 4.1.255 → 4.1.259
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
|
@@ -200,8 +200,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
200
200
|
*/
|
|
201
201
|
DescribeRocketMQTopic(req: DescribeRocketMQTopicRequest, cb?: (error: string, rep: DescribeRocketMQTopicResponse) => void): Promise<DescribeRocketMQTopicResponse>;
|
|
202
202
|
/**
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
* 历史接口,对应接口已迁移到trocket
|
|
204
|
+
|
|
205
|
+
查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
|
|
206
|
+
*/
|
|
205
207
|
DescribeRocketMQMigratingTopicList(req: DescribeRocketMQMigratingTopicListRequest, cb?: (error: string, rep: DescribeRocketMQMigratingTopicListResponse) => void): Promise<DescribeRocketMQMigratingTopicListResponse>;
|
|
206
208
|
/**
|
|
207
209
|
* 查询cmq订阅详情
|
|
@@ -253,8 +255,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
253
255
|
*/
|
|
254
256
|
DescribeRocketMQPublicAccessMonitorData(req: DescribeRocketMQPublicAccessMonitorDataRequest, cb?: (error: string, rep: DescribeRocketMQPublicAccessMonitorDataResponse) => void): Promise<DescribeRocketMQPublicAccessMonitorDataResponse>;
|
|
255
257
|
/**
|
|
256
|
-
|
|
257
|
-
|
|
258
|
+
* 历史接口,对应接口已迁移到trocket
|
|
259
|
+
|
|
260
|
+
导入topic列表
|
|
261
|
+
*/
|
|
258
262
|
ImportRocketMQTopics(req: ImportRocketMQTopicsRequest, cb?: (error: string, rep: ImportRocketMQTopicsResponse) => void): Promise<ImportRocketMQTopicsResponse>;
|
|
259
263
|
/**
|
|
260
264
|
* 开启或关闭公网访问、设置安全访问策略。
|
|
@@ -381,8 +385,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
381
385
|
*/
|
|
382
386
|
ModifyRocketMQInstanceSpec(req: ModifyRocketMQInstanceSpecRequest, cb?: (error: string, rep: ModifyRocketMQInstanceSpecResponse) => void): Promise<ModifyRocketMQInstanceSpecResponse>;
|
|
383
387
|
/**
|
|
384
|
-
|
|
385
|
-
|
|
388
|
+
* 历史接口,对应接口已迁移到trocket
|
|
389
|
+
|
|
390
|
+
输入迁移任务id和要导入的Group,导入后台
|
|
391
|
+
*/
|
|
386
392
|
ImportRocketMQConsumerGroups(req: ImportRocketMQConsumerGroupsRequest, cb?: (error: string, rep: ImportRocketMQConsumerGroupsResponse) => void): Promise<ImportRocketMQConsumerGroupsResponse>;
|
|
387
393
|
/**
|
|
388
394
|
* 查询 RocketMQ 4.x 集群列表。
|
|
@@ -480,8 +486,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
480
486
|
*/
|
|
481
487
|
SendCmqMsg(req: SendCmqMsgRequest, cb?: (error: string, rep: SendCmqMsgResponse) => void): Promise<SendCmqMsgResponse>;
|
|
482
488
|
/**
|
|
483
|
-
|
|
484
|
-
|
|
489
|
+
* 历史接口,对应接口已迁移到trocket
|
|
490
|
+
|
|
491
|
+
用于获取RocketMQ平滑迁移任务详情
|
|
492
|
+
*/
|
|
485
493
|
DescribeRocketMQSmoothMigrationTask(req: DescribeRocketMQSmoothMigrationTaskRequest, cb?: (error: string, rep: DescribeRocketMQSmoothMigrationTaskResponse) => void): Promise<DescribeRocketMQSmoothMigrationTaskResponse>;
|
|
486
494
|
/**
|
|
487
495
|
* 修改指定命名空间的属性值
|
|
@@ -310,8 +310,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
310
310
|
return this.request("DescribeRocketMQTopic", req, cb);
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
* 历史接口,对应接口已迁移到trocket
|
|
314
|
+
|
|
315
|
+
查询Topic迁移状态列表,源集群和目标集群客户端数量信息需要配合DescribeRocketMQSmoothMigrationTaskTopicInsNum接口查询
|
|
316
|
+
*/
|
|
315
317
|
async DescribeRocketMQMigratingTopicList(req, cb) {
|
|
316
318
|
return this.request("DescribeRocketMQMigratingTopicList", req, cb);
|
|
317
319
|
}
|
|
@@ -387,8 +389,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
387
389
|
return this.request("DescribeRocketMQPublicAccessMonitorData", req, cb);
|
|
388
390
|
}
|
|
389
391
|
/**
|
|
390
|
-
|
|
391
|
-
|
|
392
|
+
* 历史接口,对应接口已迁移到trocket
|
|
393
|
+
|
|
394
|
+
导入topic列表
|
|
395
|
+
*/
|
|
392
396
|
async ImportRocketMQTopics(req, cb) {
|
|
393
397
|
return this.request("ImportRocketMQTopics", req, cb);
|
|
394
398
|
}
|
|
@@ -573,8 +577,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
573
577
|
return this.request("ModifyRocketMQInstanceSpec", req, cb);
|
|
574
578
|
}
|
|
575
579
|
/**
|
|
576
|
-
|
|
577
|
-
|
|
580
|
+
* 历史接口,对应接口已迁移到trocket
|
|
581
|
+
|
|
582
|
+
输入迁移任务id和要导入的Group,导入后台
|
|
583
|
+
*/
|
|
578
584
|
async ImportRocketMQConsumerGroups(req, cb) {
|
|
579
585
|
return this.request("ImportRocketMQConsumerGroups", req, cb);
|
|
580
586
|
}
|
|
@@ -708,8 +714,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
708
714
|
return this.request("SendCmqMsg", req, cb);
|
|
709
715
|
}
|
|
710
716
|
/**
|
|
711
|
-
|
|
712
|
-
|
|
717
|
+
* 历史接口,对应接口已迁移到trocket
|
|
718
|
+
|
|
719
|
+
用于获取RocketMQ平滑迁移任务详情
|
|
720
|
+
*/
|
|
713
721
|
async DescribeRocketMQSmoothMigrationTask(req, cb) {
|
|
714
722
|
return this.request("DescribeRocketMQSmoothMigrationTask", req, cb);
|
|
715
723
|
}
|