tencentcloud-sdk-nodejs-tdmq 4.1.76 → 4.1.94

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.76",
3
+ "version": "4.1.94",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -442,10 +442,12 @@ export interface RocketMQGroup {
442
442
  ConsumerNum?: number;
443
443
  /**
444
444
  * 消费TPS
445
+ * @deprecated
445
446
  */
446
447
  TPS?: number;
447
448
  /**
448
449
  * 总堆积数量
450
+ * @deprecated
449
451
  */
450
452
  TotalAccumulative?: number;
451
453
  /**
@@ -507,6 +509,10 @@ export interface RocketMQGroup {
507
509
  注意:此字段可能返回 null,表示取不到有效值。
508
510
  */
509
511
  Namespace?: string;
512
+ /**
513
+ * 订阅的主题个数
514
+ */
515
+ SubscribeTopicNum?: number;
510
516
  }
511
517
  /**
512
518
  * ModifyRabbitMQUser请求参数结构体
@@ -7103,6 +7109,28 @@ export interface RocketMQClusterInfo {
7103
7109
  * 是否已冻结
7104
7110
  */
7105
7111
  IsFrozen?: boolean;
7112
+ /**
7113
+ * 是否开启自动创建主题
7114
+ */
7115
+ AutoCreateTopicEnabled?: boolean;
7116
+ /**
7117
+ * 是否开启集群Admin能力
7118
+ */
7119
+ AdminFeatureEnabled?: boolean;
7120
+ /**
7121
+ * Admin AK
7122
+ 注意:此字段可能返回 null,表示取不到有效值。
7123
+ */
7124
+ AdminAccessKey?: string;
7125
+ /**
7126
+ * Admin SK
7127
+ 注意:此字段可能返回 null,表示取不到有效值。
7128
+ */
7129
+ AdminSecretKey?: string;
7130
+ /**
7131
+ * 是否开启删除保护
7132
+ */
7133
+ EnableDeletionProtection?: boolean;
7106
7134
  }
7107
7135
  /**
7108
7136
  * ModifyRocketMQInstance返回参数结构体