tencentcloud-sdk-nodejs-tdmq 4.1.9 → 4.1.16
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
|
@@ -463,6 +463,16 @@ export interface RocketMQGroup {
|
|
|
463
463
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
464
464
|
*/
|
|
465
465
|
RetryMaxTimes?: number;
|
|
466
|
+
/**
|
|
467
|
+
* 实例ID
|
|
468
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
469
|
+
*/
|
|
470
|
+
InstanceId?: string;
|
|
471
|
+
/**
|
|
472
|
+
* 命名空间
|
|
473
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
474
|
+
*/
|
|
475
|
+
Namespace?: string;
|
|
466
476
|
}
|
|
467
477
|
/**
|
|
468
478
|
* ModifyRabbitMQUser请求参数结构体
|
|
@@ -8714,6 +8724,16 @@ export interface RocketMQTopic {
|
|
|
8714
8724
|
* 创建时间,以毫秒为单位
|
|
8715
8725
|
*/
|
|
8716
8726
|
UpdateTime?: number;
|
|
8727
|
+
/**
|
|
8728
|
+
* 实例ID
|
|
8729
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8730
|
+
*/
|
|
8731
|
+
InstanceId?: string;
|
|
8732
|
+
/**
|
|
8733
|
+
* 命名空间
|
|
8734
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8735
|
+
*/
|
|
8736
|
+
Namespace?: string;
|
|
8717
8737
|
/**
|
|
8718
8738
|
* 最后写入时间,单位为秒
|
|
8719
8739
|
注意:此字段可能返回 null,表示取不到有效值。
|