tencentcloud-sdk-nodejs-tdmq 4.1.7 → 4.1.9
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
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
861
|
-
|
|
864
|
+
* 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
|
|
865
|
+
|
|
866
|
+
平滑迁移过程获取源集群group列表接口
|
|
867
|
+
*/
|
|
862
868
|
async DescribeRocketMQSourceClusterGroupList(req, cb) {
|
|
863
869
|
return this.request("DescribeRocketMQSourceClusterGroupList", req, cb);
|
|
864
870
|
}
|
|
@@ -621,6 +621,10 @@ export interface RabbitMQVipInstance {
|
|
|
621
621
|
* 实例类型,0 专享版、1 Serverless 版
|
|
622
622
|
*/
|
|
623
623
|
InstanceType?: number;
|
|
624
|
+
/**
|
|
625
|
+
* 隔离时间,毫秒为单位
|
|
626
|
+
*/
|
|
627
|
+
IsolatedTime?: number;
|
|
624
628
|
}
|
|
625
629
|
/**
|
|
626
630
|
* RabbiteMQ集群基本信息
|
|
@@ -723,6 +727,14 @@ export interface RabbitMQClusterInfo {
|
|
|
723
727
|
* 实例类型,0 专享版、1 Serverless 版
|
|
724
728
|
*/
|
|
725
729
|
InstanceType?: number;
|
|
730
|
+
/**
|
|
731
|
+
* 开始隔离时间
|
|
732
|
+
*/
|
|
733
|
+
IsolatedTime?: number;
|
|
734
|
+
/**
|
|
735
|
+
* 是否为容器实例,默认 true
|
|
736
|
+
*/
|
|
737
|
+
Container?: boolean;
|
|
726
738
|
}
|
|
727
739
|
/**
|
|
728
740
|
* vhost概览统计信息
|