tencentcloud-sdk-nodejs-tdmq 4.1.174 → 4.1.176

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.174",
3
+ "version": "4.1.176",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -994,6 +994,10 @@ export interface CreateEnvironmentRequest {
994
994
  * 离线订阅过期自动清理时间开关
995
995
  */
996
996
  SubscriptionExpirationTimeEnable?: boolean;
997
+ /**
998
+ * 命名空间标签
999
+ */
1000
+ Tags?: Array<Tag>;
997
1001
  }
998
1002
  /**
999
1003
  * CreateCmqSubscribe返回参数结构体
@@ -1464,6 +1468,14 @@ export interface CreateTopicRequest {
1464
1468
  * Pulsar主题消息类型0: 混合消息1:普通消息2:延迟消息
1465
1469
  */
1466
1470
  PulsarTopicMessageType?: number;
1471
+ /**
1472
+ * 主题标签
1473
+ */
1474
+ Tags?: Array<Tag>;
1475
+ /**
1476
+ * defaultPolicy/timingwheelPolicy不传默认是社区版本延迟消息策略
1477
+ */
1478
+ DelayMessagePolicy?: string;
1467
1479
  }
1468
1480
  /**
1469
1481
  * DescribeCmqTopics返回参数结构体
@@ -6423,7 +6435,7 @@ export interface PulsarProClusterSpecInfo {
6423
6435
  */
6424
6436
  MaxNamespaces?: number;
6425
6437
  /**
6426
- * 最大主题分区数
6438
+ * 可以创建的最大主题数
6427
6439
  */
6428
6440
  MaxTopics?: number;
6429
6441
  /**
@@ -6438,9 +6450,25 @@ export interface PulsarProClusterSpecInfo {
6438
6450
  */
6439
6451
  MaxPartitions?: number;
6440
6452
  /**
6441
- * 商品最大延迟消息数量。0代表没有限制
6453
+ * 最大延迟消息数量。0代表没有限制
6442
6454
  */
6443
6455
  MaxDelayedMessages?: number;
6456
+ /**
6457
+ * 可以创建的最大主题分区数
6458
+ */
6459
+ MaxTopicsPartitioned?: number;
6460
+ /**
6461
+ * 单broker最大链接数
6462
+ */
6463
+ BrokerMaxConnections?: number;
6464
+ /**
6465
+ * 单IP最大链接数
6466
+ */
6467
+ BrokerMaxConnectionsPerIp?: number;
6468
+ /**
6469
+ * 弹性存储集群最大存储规格;固定存储该值为0
6470
+ */
6471
+ MaximumElasticStorage?: number;
6444
6472
  }
6445
6473
  /**
6446
6474
  * 订阅者
@@ -9087,6 +9115,14 @@ export interface Topic {
9087
9115
  * Pulsar主题消息类型0: 混合消息1:普通消息2:延迟消息
9088
9116
  */
9089
9117
  PulsarTopicMessageType?: number;
9118
+ /**
9119
+ * 主题标签
9120
+ */
9121
+ Tags?: Array<Tag>;
9122
+ /**
9123
+ * defaultPolicy/timingwheelPolicy不传默认是社区版本延迟消息策略
9124
+ */
9125
+ DelayMessagePolicy?: string;
9090
9126
  }
9091
9127
  /**
9092
9128
  * ModifyRabbitMQPermission返回参数结构体
@@ -9732,6 +9768,10 @@ export interface Environment {
9732
9768
  * 离线订阅过期自动清理时间开关
9733
9769
  */
9734
9770
  SubscriptionExpirationTimeEnable?: boolean;
9771
+ /**
9772
+ * 命名空间标签
9773
+ */
9774
+ Tags?: Array<Tag>;
9735
9775
  }
9736
9776
  /**
9737
9777
  * 租户RocketMQ集群详细信息
@@ -10064,6 +10104,10 @@ export interface ModifyTopicRequest {
10064
10104
  * 消费者 Ack 超时时间,单位:秒,范围60-(3600*24
10065
10105
  */
10066
10106
  AckTimeOut?: number;
10107
+ /**
10108
+ * defaultPolicy/timingwheelPolicy不传默认是社区版本延迟消息策略
10109
+ */
10110
+ DelayMessagePolicy?: string;
10067
10111
  }
10068
10112
  /**
10069
10113
  * 消费者