tencentcloud-sdk-nodejs 4.1.65 → 4.1.67

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.
Files changed (65) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/apm/v20210622/apm_client.js +3 -0
  3. package/es/services/ctem/index.js +4 -0
  4. package/es/services/ctem/v20231128/ctem_client.js +81 -0
  5. package/es/services/ctem/v20231128/ctem_models.js +0 -0
  6. package/es/services/ctem/v20231128/index.js +6 -0
  7. package/es/services/index.js +1 -0
  8. package/es/services/mongodb/v20190725/mongodb_client.js +7 -4
  9. package/es/services/mqtt/v20240516/mqtt_client.js +3 -0
  10. package/es/services/teo/v20220901/teo_client.js +17 -2
  11. package/es/services/wedata/v20210820/wedata_client.js +3 -0
  12. package/package.json +1 -1
  13. package/tencentcloud/common/sdk_version.d.ts +1 -1
  14. package/tencentcloud/common/sdk_version.js +1 -1
  15. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +5 -95
  16. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  17. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  18. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +167 -113
  19. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  20. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
  21. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -7
  22. package/tencentcloud/services/ctem/index.d.ts +6 -0
  23. package/tencentcloud/services/ctem/index.js +7 -0
  24. package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +110 -0
  25. package/tencentcloud/services/ctem/v20231128/ctem_client.js +181 -0
  26. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +2733 -0
  27. package/tencentcloud/services/ctem/v20231128/ctem_models.js +18 -0
  28. package/tencentcloud/services/ctem/v20231128/index.d.ts +6 -0
  29. package/tencentcloud/services/ctem/v20231128/index.js +10 -0
  30. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +3 -1
  31. package/tencentcloud/services/dlc/v20210125/dlc_client.js +3 -1
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -4
  33. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +21 -7
  34. package/tencentcloud/services/ecm/v20190719/ecm_client.js +21 -7
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  37. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -1
  38. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -15
  39. package/tencentcloud/services/index.d.ts +1 -0
  40. package/tencentcloud/services/index.js +2 -0
  41. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  42. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +2 -2
  43. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +1 -1
  44. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +9 -1
  45. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +9 -5
  46. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +12 -6
  47. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +91 -0
  48. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +84 -9
  49. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +5 -1
  50. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +6 -0
  51. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +67 -0
  52. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  53. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  54. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +24 -4
  55. package/tencentcloud/services/teo/v20220901/teo_client.js +34 -4
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +288 -46
  57. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -0
  58. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +5 -32
  59. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +2 -2
  60. package/tencentcloud/services/trocket/v20230308/trocket_client.js +2 -2
  61. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +82 -65
  62. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +61 -135
  63. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  64. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  65. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +66 -0
@@ -4,6 +4,8 @@
4
4
  export interface DetailedRolePerm {
5
5
  /**
6
6
  * 权限对应的资源
7
+ 可以是主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
8
+ 可以是消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
7
9
  */
8
10
  Resource: string;
9
11
  /**
@@ -712,11 +714,11 @@ export interface TopicStageChangeResult {
712
714
  */
713
715
  export interface DeleteTopicRequest {
714
716
  /**
715
- * 集群ID
717
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
716
718
  */
717
719
  InstanceId: string;
718
720
  /**
719
- * 主题名称
721
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
720
722
  */
721
723
  Topic: string;
722
724
  }
@@ -992,19 +994,19 @@ export declare type DescribeMQTTProductSKUListRequest = null;
992
994
  */
993
995
  export interface DescribeConsumerLagRequest {
994
996
  /**
995
- * 集群ID
997
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
996
998
  */
997
999
  InstanceId: string;
998
1000
  /**
999
- * 消费组名称
1001
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1000
1002
  */
1001
1003
  ConsumerGroup?: string;
1002
1004
  /**
1003
- * 命名空间,4.x集群必填
1005
+ * 命名空间,4.x集群必填,从 [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419) 接口或控制台获得。
1004
1006
  */
1005
1007
  Namespace?: string;
1006
1008
  /**
1007
- * 订阅主题,不为空则查询订阅了该主题的消费组的堆积
1009
+ * 订阅主题,不为空则查询订阅了该主题的消费组的堆积,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1008
1010
  */
1009
1011
  SubscribeTopic?: string;
1010
1012
  }
@@ -1247,11 +1249,11 @@ export interface ModifyInstanceResponse {
1247
1249
  */
1248
1250
  export interface CreateConsumerGroupRequest {
1249
1251
  /**
1250
- * 集群ID
1252
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1251
1253
  */
1252
1254
  InstanceId: string;
1253
1255
  /**
1254
- * 最大重试次数
1256
+ * 最大重试次数,取值范围0~1000
1255
1257
  */
1256
1258
  MaxRetryTimes: number;
1257
1259
  /**
@@ -1264,11 +1266,11 @@ export interface CreateConsumerGroupRequest {
1264
1266
  */
1265
1267
  ConsumeMessageOrderly: boolean;
1266
1268
  /**
1267
- * 消费组名称
1269
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1268
1270
  */
1269
1271
  ConsumerGroup?: string;
1270
1272
  /**
1271
- * 备注
1273
+ * 备注信息,最多 128 个字符
1272
1274
  */
1273
1275
  Remark?: string;
1274
1276
  /**
@@ -1715,11 +1717,11 @@ export interface DeleteInstanceRequest {
1715
1717
  */
1716
1718
  export interface ModifyRoleRequest {
1717
1719
  /**
1718
- * 集群ID
1720
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1719
1721
  */
1720
1722
  InstanceId: string;
1721
1723
  /**
1722
- * 角色名称
1724
+ * 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
1723
1725
  */
1724
1726
  Role: string;
1725
1727
  /**
@@ -1739,7 +1741,7 @@ export interface ModifyRoleRequest {
1739
1741
  */
1740
1742
  Remark?: string;
1741
1743
  /**
1742
- * Topic&Group维度权限配置
1744
+ * Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
1743
1745
  */
1744
1746
  DetailedPerms?: Array<DetailedRolePerm>;
1745
1747
  }
@@ -1774,11 +1776,11 @@ export interface DescribeFusionInstanceListResponse {
1774
1776
  */
1775
1777
  export interface CreateTopicRequest {
1776
1778
  /**
1777
- * 集群ID
1779
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1778
1780
  */
1779
1781
  InstanceId: string;
1780
1782
  /**
1781
- * 主题名称
1783
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1782
1784
  */
1783
1785
  Topic: string;
1784
1786
  /**
@@ -1791,15 +1793,15 @@ export interface CreateTopicRequest {
1791
1793
  */
1792
1794
  TopicType: string;
1793
1795
  /**
1794
- * 队列数量
1796
+ * 队列数量,取值范围3~16
1795
1797
  */
1796
1798
  QueueNum: number;
1797
1799
  /**
1798
- * 备注
1800
+ * 备注,最多 128 字符
1799
1801
  */
1800
1802
  Remark?: string;
1801
1803
  /**
1802
- * 消息保留时长
1804
+ * 消息保留时长(单位:小时)
1803
1805
  */
1804
1806
  MsgTTL?: number;
1805
1807
  /**
@@ -1845,11 +1847,11 @@ export interface DescribeMessageRequest {
1845
1847
  */
1846
1848
  export interface DeleteRoleRequest {
1847
1849
  /**
1848
- * 集群ID
1850
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1849
1851
  */
1850
1852
  InstanceId: string;
1851
1853
  /**
1852
- * 角色名称
1854
+ * 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
1853
1855
  */
1854
1856
  Role: string;
1855
1857
  }
@@ -1963,11 +1965,11 @@ export interface TagFilter {
1963
1965
  */
1964
1966
  export interface DeleteConsumerGroupRequest {
1965
1967
  /**
1966
- * 集群ID
1968
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1967
1969
  */
1968
1970
  InstanceId: string;
1969
1971
  /**
1970
- * 消费组名称
1972
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1971
1973
  */
1972
1974
  ConsumerGroup?: string;
1973
1975
  }
@@ -2265,23 +2267,23 @@ export interface DeleteMQTTInstanceResponse {
2265
2267
  */
2266
2268
  export interface DescribeTopicRequest {
2267
2269
  /**
2268
- * 集群ID
2270
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2269
2271
  */
2270
2272
  InstanceId: string;
2271
2273
  /**
2272
- * 主题名称
2274
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
2273
2275
  */
2274
2276
  Topic: string;
2275
2277
  /**
2276
- * 查询条件列表
2278
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2277
2279
  */
2278
2280
  Filters?: Array<Filter>;
2279
2281
  /**
2280
- * 查询起始位置
2282
+ * 查询起始位置,默认为0。
2281
2283
  */
2282
2284
  Offset?: number;
2283
2285
  /**
2284
- * 查询结果限制数量
2286
+ * 查询结果限制数量,默认20。
2285
2287
  */
2286
2288
  Limit?: number;
2287
2289
  }
@@ -2669,11 +2671,11 @@ export interface DescribeTopicListRequest {
2669
2671
  */
2670
2672
  export interface ModifyConsumerGroupRequest {
2671
2673
  /**
2672
- * 集群ID
2674
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2673
2675
  */
2674
2676
  InstanceId: string;
2675
2677
  /**
2676
- * 消费组名称
2678
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
2677
2679
  */
2678
2680
  ConsumerGroup?: string;
2679
2681
  /**
@@ -2686,11 +2688,11 @@ export interface ModifyConsumerGroupRequest {
2686
2688
  */
2687
2689
  ConsumeMessageOrderly?: boolean;
2688
2690
  /**
2689
- * 最大重试次数
2691
+ * 最大重试次数,取值范围0~1000
2690
2692
  */
2691
2693
  MaxRetryTimes?: number;
2692
2694
  /**
2693
- * 备注
2695
+ * 备注信息,最多 128 个字符
2694
2696
  */
2695
2697
  Remark?: string;
2696
2698
  }
@@ -2699,11 +2701,11 @@ export interface ModifyConsumerGroupRequest {
2699
2701
  */
2700
2702
  export interface DescribeConsumerGroupRequest {
2701
2703
  /**
2702
- * 集群ID
2704
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2703
2705
  */
2704
2706
  InstanceId: string;
2705
2707
  /**
2706
- * 消费组名称
2708
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
2707
2709
  */
2708
2710
  ConsumerGroup?: string;
2709
2711
  }
@@ -2757,7 +2759,7 @@ export interface TopicItem {
2757
2759
  */
2758
2760
  QueueNum?: number;
2759
2761
  /**
2760
- * 描述
2762
+ * 备注信息
2761
2763
  */
2762
2764
  Remark?: string;
2763
2765
  /**
@@ -2782,7 +2784,6 @@ export interface TopicItem {
2782
2784
  FullNamespaceV4?: string;
2783
2785
  /**
2784
2786
  * 消息保留时长
2785
- 注意:此字段可能返回 null,表示取不到有效值。
2786
2787
  */
2787
2788
  MsgTTL?: number;
2788
2789
  }
@@ -2821,7 +2822,11 @@ export interface SubscriptionData {
2821
2822
  */
2822
2823
  IsOnline?: boolean;
2823
2824
  /**
2824
- * 消费类型
2825
+ * 消费类型,枚举值如下:
2826
+
2827
+ - PULL:PULL 消费类型
2828
+ - PUSH:PUSH 消费类型
2829
+ - POP:POP 消费类型
2825
2830
  注意:此字段可能返回 null,表示取不到有效值。
2826
2831
  */
2827
2832
  ConsumeType?: string;
@@ -2836,7 +2841,10 @@ export interface SubscriptionData {
2836
2841
  */
2837
2842
  ExpressionType?: string;
2838
2843
  /**
2839
- * 订阅一致性
2844
+ * 订阅一致性,枚举如下:
2845
+
2846
+ - 0: 订阅一致
2847
+ - 1: 订阅不一致
2840
2848
  注意:此字段可能返回 null,表示取不到有效值。
2841
2849
  */
2842
2850
  Consistency?: number;
@@ -3009,11 +3017,15 @@ export interface DescribeConsumerGroupResponse {
3009
3017
  */
3010
3018
  ConsumerLag?: number;
3011
3019
  /**
3012
- * 消费者类型
3020
+ * 消费类型,枚举值如下:
3021
+
3022
+ - PULL:PULL 消费类型
3023
+ - PUSH:PUSH 消费类型
3024
+ - POP:POP 消费类型
3013
3025
  */
3014
3026
  ConsumeType?: string;
3015
3027
  /**
3016
- * 创建时间,秒为单位
3028
+ * 创建时间,**Unix时间戳(毫秒)**
3017
3029
  */
3018
3030
  CreatedTime?: number;
3019
3031
  /**
@@ -3049,27 +3061,27 @@ export interface DescribeConsumerGroupResponse {
3049
3061
  */
3050
3062
  export interface DescribeConsumerClientRequest {
3051
3063
  /**
3052
- * 集群ID
3064
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3053
3065
  */
3054
3066
  InstanceId: string;
3055
3067
  /**
3056
- * 客户端ID
3068
+ * 客户端ID,从 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140) 接口中的 [ConsumerClient](https://cloud.tencent.com/document/api/1493/96031#ConsumerClient) 出参中获得。
3057
3069
  */
3058
3070
  ClientId: string;
3059
3071
  /**
3060
- * 查询条件列表
3072
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3061
3073
  */
3062
3074
  Filters?: Array<Filter>;
3063
3075
  /**
3064
- * 查询起始位置
3076
+ * 查询起始位置,默认为0。
3065
3077
  */
3066
3078
  Offset?: number;
3067
3079
  /**
3068
- * 查询结果限制数量
3080
+ * 查询结果限制数量,默认20。
3069
3081
  */
3070
3082
  Limit?: number;
3071
3083
  /**
3072
- * 消费组名称
3084
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3073
3085
  */
3074
3086
  ConsumerGroup?: string;
3075
3087
  }
@@ -3118,23 +3130,23 @@ export interface DeleteRoleResponse {
3118
3130
  */
3119
3131
  export interface DescribeTopicListByGroupRequest {
3120
3132
  /**
3121
- * 集群ID
3133
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3122
3134
  */
3123
3135
  InstanceId: string;
3124
3136
  /**
3125
- * 查询起始位置
3137
+ * 查询起始位置,默认为0。
3126
3138
  */
3127
3139
  Offset?: number;
3128
3140
  /**
3129
- * 查询结果限制数量
3141
+ * 查询结果限制数量,默认20。
3130
3142
  */
3131
3143
  Limit?: number;
3132
3144
  /**
3133
- * 消费组名称
3145
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3134
3146
  */
3135
3147
  ConsumerGroup?: string;
3136
3148
  /**
3137
- * 查询条件列表
3149
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3138
3150
  */
3139
3151
  Filters?: Array<Filter>;
3140
3152
  }
@@ -3242,23 +3254,23 @@ export interface MessageTraceItem {
3242
3254
  */
3243
3255
  export interface ModifyTopicRequest {
3244
3256
  /**
3245
- * 集群ID
3257
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3246
3258
  */
3247
3259
  InstanceId: string;
3248
3260
  /**
3249
- * 主题名称
3261
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
3250
3262
  */
3251
3263
  Topic: string;
3252
3264
  /**
3253
- * 队列数量
3265
+ * 队列数量,取值范围3~16
3254
3266
  */
3255
3267
  QueueNum?: number;
3256
3268
  /**
3257
- * 备注信息
3269
+ * 备注信息,最多 128 个字符
3258
3270
  */
3259
3271
  Remark?: string;
3260
3272
  /**
3261
- * 消息保留时长
3273
+ * 消息保留时长(单位:小时)
3262
3274
  */
3263
3275
  MsgTTL?: number;
3264
3276
  }
@@ -3848,23 +3860,23 @@ export interface DescribeTopicListResponse {
3848
3860
  */
3849
3861
  export interface DescribeConsumerClientListRequest {
3850
3862
  /**
3851
- * 集群ID
3863
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3852
3864
  */
3853
3865
  InstanceId: string;
3854
3866
  /**
3855
- * 消费组名称
3867
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3856
3868
  */
3857
3869
  ConsumerGroup?: string;
3858
3870
  /**
3859
- * 查询条件列表
3871
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3860
3872
  */
3861
3873
  Filters?: Array<Filter>;
3862
3874
  /**
3863
- * 查询起始位置
3875
+ * 查询起始位置,默认为0。
3864
3876
  */
3865
3877
  Offset?: number;
3866
3878
  /**
3867
- * 查询结果限制数量
3879
+ * 查询结果限制数量,默认20。
3868
3880
  */
3869
3881
  Limit?: number;
3870
3882
  }
@@ -3877,7 +3889,12 @@ export interface TopicConsumeStats {
3877
3889
  */
3878
3890
  Topic?: string;
3879
3891
  /**
3880
- * 主题类型
3892
+ * 主题类型,枚举值如下:
3893
+
3894
+ - NORMAL:普通消息主题
3895
+ - FIFO:顺序消息主题
3896
+ - DELAY:延迟消息主题
3897
+ - TRANSACTION:事务消息主题
3881
3898
  */
3882
3899
  TopicType?: string;
3883
3900
  /**
@@ -3889,11 +3906,11 @@ export interface TopicConsumeStats {
3889
3906
  */
3890
3907
  ConsumerLag?: number;
3891
3908
  /**
3892
- * 订阅规则
3909
+ * 订阅规则,`*`表示订阅全部TAG
3893
3910
  */
3894
3911
  SubString?: string;
3895
3912
  /**
3896
- * 最后消费进度更新时间
3913
+ * 最后消费进度更新时间,**Unix时间戳(毫秒)**
3897
3914
  */
3898
3915
  LastUpdateTime?: number;
3899
3916
  }
@@ -3915,7 +3932,7 @@ export interface DescribeMQTTTopicRequest {
3915
3932
  */
3916
3933
  export interface CreateRoleRequest {
3917
3934
  /**
3918
- * 集群ID
3935
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3919
3936
  */
3920
3937
  InstanceId: string;
3921
3938
  /**
@@ -3939,7 +3956,7 @@ export interface CreateRoleRequest {
3939
3956
  */
3940
3957
  PermType?: string;
3941
3958
  /**
3942
- * Topic&Group维度权限配置
3959
+ * Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
3943
3960
  */
3944
3961
  DetailedPerms?: Array<DetailedRolePerm>;
3945
3962
  }