tencentcloud-sdk-nodejs 4.1.64 → 4.1.66

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 (88) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/bh/v20230418/bh_client.js +20 -2
  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/kms/v20190118/kms_client.js +59 -14
  9. package/es/services/lke/v20231130/lke_client.js +16 -4
  10. package/es/services/mqtt/v20240516/mqtt_client.js +3 -0
  11. package/es/services/trocket/v20230308/trocket_client.js +5 -2
  12. package/es/services/wedata/v20210820/wedata_client.js +13 -4
  13. package/package.json +1 -1
  14. package/tencentcloud/common/abstract_client.d.ts +111 -13
  15. package/tencentcloud/common/abstract_client.js +82 -15
  16. package/tencentcloud/common/common_client.d.ts +7 -0
  17. package/tencentcloud/common/common_client.js +7 -0
  18. package/tencentcloud/common/cvm_role_credential.d.ts +6 -0
  19. package/tencentcloud/common/cvm_role_credential.js +10 -1
  20. package/tencentcloud/common/http/http_connection.js +1 -2
  21. package/tencentcloud/common/interface.d.ts +35 -36
  22. package/tencentcloud/common/interface.js +1 -1
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/common/sign.js +1 -1
  26. package/tencentcloud/common/sse_response_model.d.ts +26 -2
  27. package/tencentcloud/common/sse_response_model.js +17 -2
  28. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +5 -95
  29. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  30. package/tencentcloud/services/bh/v20230418/bh_client.d.ts +27 -3
  31. package/tencentcloud/services/bh/v20230418/bh_client.js +39 -3
  32. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +311 -56
  33. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  34. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +27 -21
  35. package/tencentcloud/services/cdb/v20170320/cdb_client.js +27 -21
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +153 -113
  37. package/tencentcloud/services/ctem/index.d.ts +6 -0
  38. package/tencentcloud/services/ctem/index.js +7 -0
  39. package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +110 -0
  40. package/tencentcloud/services/ctem/v20231128/ctem_client.js +181 -0
  41. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +2733 -0
  42. package/tencentcloud/services/ctem/v20231128/ctem_models.js +18 -0
  43. package/tencentcloud/services/ctem/v20231128/index.d.ts +6 -0
  44. package/tencentcloud/services/ctem/v20231128/index.js +10 -0
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +44 -0
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +12 -0
  47. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +3 -1
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.js +3 -1
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -4
  50. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +1 -3
  51. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +1 -3
  52. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +93 -6
  53. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  54. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5703 -5666
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -2
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -1
  57. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -15
  58. package/tencentcloud/services/index.d.ts +1 -0
  59. package/tencentcloud/services/index.js +2 -0
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  61. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +2 -2
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +1 -1
  63. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +76 -16
  64. package/tencentcloud/services/kms/v20190118/kms_client.js +112 -22
  65. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +572 -53
  66. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +21 -5
  67. package/tencentcloud/services/lke/v20231130/lke_client.js +30 -6
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5087 -4539
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
  70. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +84 -9
  71. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +5 -1
  72. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +6 -0
  73. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +67 -0
  74. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  75. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +0 -4
  76. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
  77. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +14 -2
  78. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
  79. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -0
  80. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +12 -8
  81. package/tencentcloud/services/trocket/v20230308/trocket_client.js +14 -8
  82. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +272 -177
  83. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +61 -135
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  85. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -9
  86. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +19 -7
  87. package/tencentcloud/services/wedata/v20210820/wedata_client.js +26 -8
  88. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +322 -54
@@ -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
  /**
@@ -71,42 +73,34 @@ export interface ProductSKU {
71
73
  SkuCode?: string;
72
74
  /**
73
75
  * TPS上限
74
- 注意:此字段可能返回 null,表示取不到有效值。
75
76
  */
76
77
  TpsLimit?: number;
77
78
  /**
78
79
  * 弹性TPS上限
79
- 注意:此字段可能返回 null,表示取不到有效值。
80
80
  */
81
81
  ScaledTpsLimit?: number;
82
82
  /**
83
83
  * 主题数量上限默认值
84
- 注意:此字段可能返回 null,表示取不到有效值。
85
84
  */
86
85
  TopicNumLimit?: number;
87
86
  /**
88
87
  * 消费组数量上限
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
88
  */
91
89
  GroupNumLimit?: number;
92
90
  /**
93
91
  * 默认消息保留时间,小时为单位
94
- 注意:此字段可能返回 null,表示取不到有效值。
95
92
  */
96
93
  DefaultRetention?: number;
97
94
  /**
98
95
  * 可调整消息保留时间上限,小时为单位
99
- 注意:此字段可能返回 null,表示取不到有效值。
100
96
  */
101
97
  RetentionUpperLimit?: number;
102
98
  /**
103
99
  * 可调整消息保留时间下限,小时为单位
104
- 注意:此字段可能返回 null,表示取不到有效值。
105
100
  */
106
101
  RetentionLowerLimit?: number;
107
102
  /**
108
103
  * 延时消息最大时长,小时为单位
109
- 注意:此字段可能返回 null,表示取不到有效值。
110
104
  */
111
105
  MaxMessageDelay?: number;
112
106
  /**
@@ -119,7 +113,6 @@ export interface ProductSKU {
119
113
  PriceTags?: Array<PriceTag>;
120
114
  /**
121
115
  * 主题数量上限默认最大值
122
- 注意:此字段可能返回 null,表示取不到有效值。
123
116
  */
124
117
  TopicNumUpperLimit?: number;
125
118
  }
@@ -351,43 +344,43 @@ export interface ModifyRoleResponse {
351
344
  */
352
345
  export interface DescribeMessageListRequest {
353
346
  /**
354
- * 集群ID
347
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
355
348
  */
356
349
  InstanceId: string;
357
350
  /**
358
- * 主题名称
351
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
359
352
  */
360
353
  Topic: string;
361
354
  /**
362
- * 开始时间
355
+ * 要查询消息的开始时间,**Unix时间戳(毫秒)**
363
356
  */
364
357
  StartTime: number;
365
358
  /**
366
- * 结束时间
359
+ * 要查询消息的结束时间,**Unix时间戳(毫秒)**
367
360
  */
368
361
  EndTime: number;
369
362
  /**
370
- * 一次查询标识
363
+ * 一次查询标识。第一次查询可传空字符串,当查询结果涉及分页,请求下一页数据时该入参的值取上一次请求响应中的出参TaskRequestId 值即可。
371
364
  */
372
365
  TaskRequestId: string;
373
366
  /**
374
- * 查询起始位置
367
+ * 查询起始位置,默认为0。
375
368
  */
376
369
  Offset?: number;
377
370
  /**
378
- * 查询结果限制数量
371
+ * 查询结果限制数量,默认20。
379
372
  */
380
373
  Limit?: number;
381
374
  /**
382
- * 消费组名称
375
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
383
376
  */
384
377
  ConsumerGroup?: string;
385
378
  /**
386
- * 消息 ID
379
+ * 消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口或业务日志中获得。
387
380
  */
388
381
  MsgId?: string;
389
382
  /**
390
- * 消息 Key
383
+ * 消息 Key,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口或业务日志中获得。
391
384
  */
392
385
  MsgKey?: string;
393
386
  /**
@@ -395,11 +388,11 @@ export interface DescribeMessageListRequest {
395
388
  */
396
389
  RecentMessageNum?: number;
397
390
  /**
398
- * 是否查询死信消息
391
+ * 是否查询死信消息,默认为false
399
392
  */
400
393
  QueryDeadLetterMessage?: boolean;
401
394
  /**
402
- * 消息 Tag
395
+ * 消息 Tag,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口或业务日志中获得。
403
396
  */
404
397
  Tag?: string;
405
398
  }
@@ -417,15 +410,15 @@ export interface DeleteMQTTInsPublicEndpointRequest {
417
410
  */
418
411
  export interface ModifyInstanceRequest {
419
412
  /**
420
- * 集群ID
413
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
421
414
  */
422
415
  InstanceId: string;
423
416
  /**
424
- * 实例名称
417
+ * 实例名称,不能为空, 3-64个字符,只能包含数字、字母、“-”和“_”
425
418
  */
426
419
  Name?: string;
427
420
  /**
428
- * 备注信息
421
+ * 备注信息,最多 128 个字符
429
422
  */
430
423
  Remark?: string;
431
424
  /**
@@ -433,11 +426,15 @@ export interface ModifyInstanceRequest {
433
426
  */
434
427
  SendReceiveRatio?: number;
435
428
  /**
436
- * 调整实例规格的商品代号
429
+ * 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参获得。
437
430
  */
438
431
  SkuCode?: string;
439
432
  /**
440
- * 消息保留时长,小时为单位
433
+ * 消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参:
434
+
435
+ - 默认值:DefaultRetention 参数
436
+ - 最小值:RetentionLowerLimit 参数
437
+ - 最大值:RetentionUpperLimit 参数
441
438
  */
442
439
  MessageRetention?: number;
443
440
  /**
@@ -449,11 +446,14 @@ export interface ModifyInstanceRequest {
449
446
  */
450
447
  AclEnabled?: boolean;
451
448
  /**
452
- * 最大可创建主题数
449
+ * 最大可创建主题数,取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参:
450
+
451
+ - 最小值和默认值:TopicNumLimit 参数
452
+ - 最大值:TopicNumUpperLimit 参数
453
453
  */
454
454
  MaxTopicNum?: number;
455
455
  /**
456
- * 免费额度之外的主题个数
456
+ * 免费额度之外的主题个数,免费额度参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参中的 TopicNumLimit 参数。
457
457
  */
458
458
  ExtraTopicNum?: string;
459
459
  /**
@@ -542,13 +542,15 @@ export interface FusionInstanceItem {
542
542
  */
543
543
  GroupNumLimit?: number;
544
544
  /**
545
- * 计费模式,
546
- POSTPAID,按量计费
547
- PREPAID,包年包月
545
+ * 计费模式,枚举值如下:
546
+
547
+ - POSTPAID:按量计费
548
+
549
+ - PREPAID:包年包月
548
550
  */
549
551
  PayMode?: string;
550
552
  /**
551
- * 到期时间,秒为单位
553
+ * 到期时间,**Unix时间戳(毫秒)**
552
554
  注意:此字段可能返回 null,表示取不到有效值。
553
555
  */
554
556
  ExpiryTime?: number;
@@ -581,22 +583,21 @@ export interface FusionInstanceItem {
581
583
  TpsLimit?: number;
582
584
  /**
583
585
  * 弹性TPS限流值
584
- 注意:此字段可能返回 null,表示取不到有效值。
585
586
  */
586
587
  ScaledTpsLimit?: number;
587
588
  /**
588
589
  * 消息保留时间,小时为单位
589
- 注意:此字段可能返回 null,表示取不到有效值。
590
590
  */
591
591
  MessageRetention?: number;
592
592
  /**
593
593
  * 延迟消息最大时长,小时为单位
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
594
  */
596
595
  MaxMessageDelay?: number;
597
596
  /**
598
- * 是否自动续费
599
- 注意:此字段可能返回 null,表示取不到有效值。
597
+ * 预付费集群是否自动续费,枚举值如下:
598
+
599
+ - 0: 不自动续费
600
+ - 1: 自动续费
600
601
  */
601
602
  RenewFlag?: number;
602
603
  /**
@@ -605,12 +606,12 @@ export interface FusionInstanceItem {
605
606
  */
606
607
  InstanceItemExtraInfo?: InstanceItemExtraInfo;
607
608
  /**
608
- * 预销毁时间
609
+ * 预销毁时间,**Unix时间戳(毫秒)**
609
610
  注意:此字段可能返回 null,表示取不到有效值。
610
611
  */
611
612
  DestroyTime?: number;
612
613
  /**
613
- * 所属可用区列表
614
+ * 所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口。
614
615
  注意:此字段可能返回 null,表示取不到有效值。
615
616
  */
616
617
  ZoneIds?: Array<number | bigint>;
@@ -713,11 +714,11 @@ export interface TopicStageChangeResult {
713
714
  */
714
715
  export interface DeleteTopicRequest {
715
716
  /**
716
- * 集群ID
717
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
717
718
  */
718
719
  InstanceId: string;
719
720
  /**
720
- * 主题名称
721
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
721
722
  */
722
723
  Topic: string;
723
724
  }
@@ -863,19 +864,19 @@ export interface DescribeMQTTProductSKUListResponse {
863
864
  */
864
865
  export interface DescribeRoleListRequest {
865
866
  /**
866
- * 集群ID
867
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
867
868
  */
868
869
  InstanceId: string;
869
870
  /**
870
- * 查询起始位置
871
+ * 查询起始位置,默认为0。
871
872
  */
872
873
  Offset?: number;
873
874
  /**
874
- * 查询结果限制数量
875
+ * 查询结果限制数量,默认20。
875
876
  */
876
877
  Limit?: number;
877
878
  /**
878
- * 查询条件列表
879
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
879
880
  */
880
881
  Filters?: Array<Filter>;
881
882
  }
@@ -993,19 +994,19 @@ export declare type DescribeMQTTProductSKUListRequest = null;
993
994
  */
994
995
  export interface DescribeConsumerLagRequest {
995
996
  /**
996
- * 集群ID
997
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
997
998
  */
998
999
  InstanceId: string;
999
1000
  /**
1000
- * 消费组名称
1001
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1001
1002
  */
1002
1003
  ConsumerGroup?: string;
1003
1004
  /**
1004
- * 命名空间,4.x集群必填
1005
+ * 命名空间,4.x集群必填,从 [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419) 接口或控制台获得。
1005
1006
  */
1006
1007
  Namespace?: string;
1007
1008
  /**
1008
- * 订阅主题,不为空则查询订阅了该主题的消费组的堆积
1009
+ * 订阅主题,不为空则查询订阅了该主题的消费组的堆积,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1009
1010
  */
1010
1011
  SubscribeTopic?: string;
1011
1012
  }
@@ -1217,6 +1218,23 @@ export interface DescribeInstanceListResponse {
1217
1218
  */
1218
1219
  RequestId?: string;
1219
1220
  }
1221
+ /**
1222
+ * DescribeConsumerClientList返回参数结构体
1223
+ */
1224
+ export interface DescribeConsumerClientListResponse {
1225
+ /**
1226
+ * 查询总数
1227
+ */
1228
+ TotalCount?: number;
1229
+ /**
1230
+ * 消费客户端
1231
+ */
1232
+ Data?: Array<ConsumerClient>;
1233
+ /**
1234
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1235
+ */
1236
+ RequestId?: string;
1237
+ }
1220
1238
  /**
1221
1239
  * ModifyInstance返回参数结构体
1222
1240
  */
@@ -1231,11 +1249,11 @@ export interface ModifyInstanceResponse {
1231
1249
  */
1232
1250
  export interface CreateConsumerGroupRequest {
1233
1251
  /**
1234
- * 集群ID
1252
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1235
1253
  */
1236
1254
  InstanceId: string;
1237
1255
  /**
1238
- * 最大重试次数
1256
+ * 最大重试次数,取值范围0~1000
1239
1257
  */
1240
1258
  MaxRetryTimes: number;
1241
1259
  /**
@@ -1248,11 +1266,11 @@ export interface CreateConsumerGroupRequest {
1248
1266
  */
1249
1267
  ConsumeMessageOrderly: boolean;
1250
1268
  /**
1251
- * 消费组名称
1269
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1252
1270
  */
1253
1271
  ConsumerGroup?: string;
1254
1272
  /**
1255
- * 备注
1273
+ * 备注信息,最多 128 个字符
1256
1274
  */
1257
1275
  Remark?: string;
1258
1276
  /**
@@ -1385,7 +1403,7 @@ export interface DescribeMQTTInsPublicEndpointsResponse {
1385
1403
  */
1386
1404
  export interface DescribeInstanceListRequest {
1387
1405
  /**
1388
- * 查询条件列表
1406
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
1389
1407
  */
1390
1408
  Filters?: Array<Filter>;
1391
1409
  /**
@@ -1393,11 +1411,11 @@ export interface DescribeInstanceListRequest {
1393
1411
  */
1394
1412
  TagFilters?: Array<TagFilter>;
1395
1413
  /**
1396
- * 查询起始位置
1414
+ * 查询起始位置,默认为0。
1397
1415
  */
1398
1416
  Offset?: number;
1399
1417
  /**
1400
- * 查询结果限制数量
1418
+ * 查询结果限制数量,默认20。
1401
1419
  */
1402
1420
  Limit?: number;
1403
1421
  }
@@ -1690,7 +1708,7 @@ export interface DeleteMQTTInsPublicEndpointResponse {
1690
1708
  */
1691
1709
  export interface DeleteInstanceRequest {
1692
1710
  /**
1693
- * 集群ID
1711
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1694
1712
  */
1695
1713
  InstanceId: string;
1696
1714
  }
@@ -1699,11 +1717,11 @@ export interface DeleteInstanceRequest {
1699
1717
  */
1700
1718
  export interface ModifyRoleRequest {
1701
1719
  /**
1702
- * 集群ID
1720
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1703
1721
  */
1704
1722
  InstanceId: string;
1705
1723
  /**
1706
- * 角色名称
1724
+ * 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
1707
1725
  */
1708
1726
  Role: string;
1709
1727
  /**
@@ -1723,7 +1741,7 @@ export interface ModifyRoleRequest {
1723
1741
  */
1724
1742
  Remark?: string;
1725
1743
  /**
1726
- * Topic&Group维度权限配置
1744
+ * Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
1727
1745
  */
1728
1746
  DetailedPerms?: Array<DetailedRolePerm>;
1729
1747
  }
@@ -1758,11 +1776,11 @@ export interface DescribeFusionInstanceListResponse {
1758
1776
  */
1759
1777
  export interface CreateTopicRequest {
1760
1778
  /**
1761
- * 集群ID
1779
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1762
1780
  */
1763
1781
  InstanceId: string;
1764
1782
  /**
1765
- * 主题名称
1783
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1766
1784
  */
1767
1785
  Topic: string;
1768
1786
  /**
@@ -1775,15 +1793,15 @@ export interface CreateTopicRequest {
1775
1793
  */
1776
1794
  TopicType: string;
1777
1795
  /**
1778
- * 队列数量
1796
+ * 队列数量,取值范围3~16
1779
1797
  */
1780
1798
  QueueNum: number;
1781
1799
  /**
1782
- * 备注
1800
+ * 备注,最多 128 字符
1783
1801
  */
1784
1802
  Remark?: string;
1785
1803
  /**
1786
- * 消息保留时长
1804
+ * 消息保留时长(单位:小时)
1787
1805
  */
1788
1806
  MsgTTL?: number;
1789
1807
  /**
@@ -1796,31 +1814,31 @@ export interface CreateTopicRequest {
1796
1814
  */
1797
1815
  export interface DescribeMessageRequest {
1798
1816
  /**
1799
- * 集群ID
1817
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1800
1818
  */
1801
1819
  InstanceId: string;
1802
1820
  /**
1803
- * 主题名称
1821
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1804
1822
  */
1805
1823
  Topic: string;
1806
1824
  /**
1807
- * 消息ID
1825
+ * 消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口或业务日志中获得。
1808
1826
  */
1809
1827
  MsgId: string;
1810
1828
  /**
1811
- * 查询起始位置
1829
+ * 查询起始位置,默认为0。
1812
1830
  */
1813
1831
  Offset?: number;
1814
1832
  /**
1815
- * 查询结果限制数量
1833
+ * 查询结果限制数量,默认20。
1816
1834
  */
1817
1835
  Limit?: number;
1818
1836
  /**
1819
- * 是否是死信消息
1837
+ * 是否是死信消息,默认为false
1820
1838
  */
1821
1839
  QueryDeadLetterMessage?: boolean;
1822
1840
  /**
1823
- * 是否是延时消息
1841
+ * 是否是延时消息,默认为false
1824
1842
  */
1825
1843
  QueryDelayMessage?: boolean;
1826
1844
  }
@@ -1829,11 +1847,11 @@ export interface DescribeMessageRequest {
1829
1847
  */
1830
1848
  export interface DeleteRoleRequest {
1831
1849
  /**
1832
- * 集群ID
1850
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1833
1851
  */
1834
1852
  InstanceId: string;
1835
1853
  /**
1836
- * 角色名称
1854
+ * 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
1837
1855
  */
1838
1856
  Role: string;
1839
1857
  }
@@ -1947,11 +1965,11 @@ export interface TagFilter {
1947
1965
  */
1948
1966
  export interface DeleteConsumerGroupRequest {
1949
1967
  /**
1950
- * 集群ID
1968
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1951
1969
  */
1952
1970
  InstanceId: string;
1953
1971
  /**
1954
- * 消费组名称
1972
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1955
1973
  */
1956
1974
  ConsumerGroup?: string;
1957
1975
  }
@@ -2054,7 +2072,7 @@ export interface DescribeTopicListByGroupResponse {
2054
2072
  */
2055
2073
  export interface DescribeMessageTraceResponse {
2056
2074
  /**
2057
- * 展示Topic名
2075
+ * 主题名称
2058
2076
  */
2059
2077
  ShowTopicName?: string;
2060
2078
  /**
@@ -2180,13 +2198,15 @@ export interface InstanceItem {
2180
2198
  */
2181
2199
  GroupNumLimit?: number;
2182
2200
  /**
2183
- * 计费模式,
2184
- POSTPAID,按量计费
2185
- PREPAID,包年包月
2201
+ * 计费模式,枚举值如下:
2202
+
2203
+ - POSTPAID:按量计费
2204
+
2205
+ - PREPAID:包年包月
2186
2206
  */
2187
2207
  PayMode?: string;
2188
2208
  /**
2189
- * 到期时间,秒为单位
2209
+ * 到期时间戳,**Unix时间戳(毫秒)**
2190
2210
  注意:此字段可能返回 null,表示取不到有效值。
2191
2211
  */
2192
2212
  ExpiryTime?: number;
@@ -2214,27 +2234,22 @@ export interface InstanceItem {
2214
2234
  SkuCode?: string;
2215
2235
  /**
2216
2236
  * TPS限流值
2217
- 注意:此字段可能返回 null,表示取不到有效值。
2218
2237
  */
2219
2238
  TpsLimit?: number;
2220
2239
  /**
2221
2240
  * 弹性TPS限流值
2222
- 注意:此字段可能返回 null,表示取不到有效值。
2223
2241
  */
2224
2242
  ScaledTpsLimit?: number;
2225
2243
  /**
2226
2244
  * 消息保留时间,小时为单位
2227
- 注意:此字段可能返回 null,表示取不到有效值。
2228
2245
  */
2229
2246
  MessageRetention?: number;
2230
2247
  /**
2231
2248
  * 延迟消息最大时长,小时为单位
2232
- 注意:此字段可能返回 null,表示取不到有效值。
2233
2249
  */
2234
2250
  MaxMessageDelay?: number;
2235
2251
  /**
2236
- * 是否自动续费
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2252
+ * 是否自动续费,仅针对预付费集群(0: 不自动续费;1:自动续费)
2238
2253
  */
2239
2254
  RenewFlag?: number;
2240
2255
  }
@@ -2252,23 +2267,23 @@ export interface DeleteMQTTInstanceResponse {
2252
2267
  */
2253
2268
  export interface DescribeTopicRequest {
2254
2269
  /**
2255
- * 集群ID
2270
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2256
2271
  */
2257
2272
  InstanceId: string;
2258
2273
  /**
2259
- * 主题名称
2274
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
2260
2275
  */
2261
2276
  Topic: string;
2262
2277
  /**
2263
- * 查询条件列表
2278
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2264
2279
  */
2265
2280
  Filters?: Array<Filter>;
2266
2281
  /**
2267
- * 查询起始位置
2282
+ * 查询起始位置,默认为0。
2268
2283
  */
2269
2284
  Offset?: number;
2270
2285
  /**
2271
- * 查询结果限制数量
2286
+ * 查询结果限制数量,默认20。
2272
2287
  */
2273
2288
  Limit?: number;
2274
2289
  }
@@ -2286,23 +2301,23 @@ export interface DeleteMQTTInstanceRequest {
2286
2301
  */
2287
2302
  export interface DescribeMessageTraceRequest {
2288
2303
  /**
2289
- * 集群ID
2304
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2290
2305
  */
2291
2306
  InstanceId: string;
2292
2307
  /**
2293
- * 主题名称
2308
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
2294
2309
  */
2295
2310
  Topic: string;
2296
2311
  /**
2297
- * 消息ID
2312
+ * 消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口或业务日志中获得。
2298
2313
  */
2299
2314
  MsgId: string;
2300
2315
  /**
2301
- * 是否是死信消息
2316
+ * 是否是死信消息,默认为false
2302
2317
  */
2303
2318
  QueryDeadLetterMessage?: boolean;
2304
2319
  /**
2305
- * 是否是延时消息
2320
+ * 是否是延时消息,默认为false
2306
2321
  */
2307
2322
  QueryDelayMessage?: boolean;
2308
2323
  }
@@ -2564,7 +2579,7 @@ export interface DescribeMessageResponse {
2564
2579
  */
2565
2580
  MessageTracks?: Array<MessageTrackItem>;
2566
2581
  /**
2567
- * Topic
2582
+ * 主题名称
2568
2583
  */
2569
2584
  ShowTopicName?: string;
2570
2585
  /**
@@ -2635,19 +2650,19 @@ export interface ImportSourceClusterTopicsResponse {
2635
2650
  */
2636
2651
  export interface DescribeTopicListRequest {
2637
2652
  /**
2638
- * 集群ID
2653
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2639
2654
  */
2640
2655
  InstanceId: string;
2641
2656
  /**
2642
- * 查询条件列表
2657
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2643
2658
  */
2644
2659
  Filters?: Array<Filter>;
2645
2660
  /**
2646
- * 查询起始位置
2661
+ * 查询起始位置,默认为0。
2647
2662
  */
2648
2663
  Offset?: number;
2649
2664
  /**
2650
- * 查询结果限制数量
2665
+ * 查询结果限制数量,默认20。
2651
2666
  */
2652
2667
  Limit?: number;
2653
2668
  }
@@ -2656,11 +2671,11 @@ export interface DescribeTopicListRequest {
2656
2671
  */
2657
2672
  export interface ModifyConsumerGroupRequest {
2658
2673
  /**
2659
- * 集群ID
2674
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2660
2675
  */
2661
2676
  InstanceId: string;
2662
2677
  /**
2663
- * 消费组名称
2678
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
2664
2679
  */
2665
2680
  ConsumerGroup?: string;
2666
2681
  /**
@@ -2673,11 +2688,11 @@ export interface ModifyConsumerGroupRequest {
2673
2688
  */
2674
2689
  ConsumeMessageOrderly?: boolean;
2675
2690
  /**
2676
- * 最大重试次数
2691
+ * 最大重试次数,取值范围0~1000
2677
2692
  */
2678
2693
  MaxRetryTimes?: number;
2679
2694
  /**
2680
- * 备注
2695
+ * 备注信息,最多 128 个字符
2681
2696
  */
2682
2697
  Remark?: string;
2683
2698
  }
@@ -2686,11 +2701,11 @@ export interface ModifyConsumerGroupRequest {
2686
2701
  */
2687
2702
  export interface DescribeConsumerGroupRequest {
2688
2703
  /**
2689
- * 集群ID
2704
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2690
2705
  */
2691
2706
  InstanceId: string;
2692
2707
  /**
2693
- * 消费组名称
2708
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
2694
2709
  */
2695
2710
  ConsumerGroup?: string;
2696
2711
  }
@@ -2699,19 +2714,19 @@ export interface DescribeConsumerGroupRequest {
2699
2714
  */
2700
2715
  export interface DescribeConsumerGroupListRequest {
2701
2716
  /**
2702
- * 集群ID
2717
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
2703
2718
  */
2704
2719
  InstanceId: string;
2705
2720
  /**
2706
- * 查询条件列表
2721
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2707
2722
  */
2708
2723
  Filters?: Array<Filter>;
2709
2724
  /**
2710
- * 查询起始位置
2725
+ * 查询起始位置,默认为0。
2711
2726
  */
2712
2727
  Offset?: number;
2713
2728
  /**
2714
- * 查询结果限制数量
2729
+ * 查询结果限制数量,默认20。
2715
2730
  */
2716
2731
  Limit?: number;
2717
2732
  /**
@@ -2744,7 +2759,7 @@ export interface TopicItem {
2744
2759
  */
2745
2760
  QueueNum?: number;
2746
2761
  /**
2747
- * 描述
2762
+ * 备注信息
2748
2763
  */
2749
2764
  Remark?: string;
2750
2765
  /**
@@ -2769,7 +2784,6 @@ export interface TopicItem {
2769
2784
  FullNamespaceV4?: string;
2770
2785
  /**
2771
2786
  * 消息保留时长
2772
- 注意:此字段可能返回 null,表示取不到有效值。
2773
2787
  */
2774
2788
  MsgTTL?: number;
2775
2789
  }
@@ -2808,7 +2822,11 @@ export interface SubscriptionData {
2808
2822
  */
2809
2823
  IsOnline?: boolean;
2810
2824
  /**
2811
- * 消费类型
2825
+ * 消费类型,枚举值如下:
2826
+
2827
+ - PULL:PULL 消费类型
2828
+ - PUSH:PUSH 消费类型
2829
+ - POP:POP 消费类型
2812
2830
  注意:此字段可能返回 null,表示取不到有效值。
2813
2831
  */
2814
2832
  ConsumeType?: string;
@@ -2823,7 +2841,10 @@ export interface SubscriptionData {
2823
2841
  */
2824
2842
  ExpressionType?: string;
2825
2843
  /**
2826
- * 订阅一致性
2844
+ * 订阅一致性,枚举如下:
2845
+
2846
+ - 0: 订阅一致
2847
+ - 1: 订阅不一致
2827
2848
  注意:此字段可能返回 null,表示取不到有效值。
2828
2849
  */
2829
2850
  Consistency?: number;
@@ -2865,19 +2886,23 @@ export interface SubscriptionData {
2865
2886
  */
2866
2887
  export interface CreateInstanceRequest {
2867
2888
  /**
2868
- * 实例类型,
2869
- EXPERIMENT 体验版
2870
- BASIC 基础版
2871
- PRO 专业版
2872
- PLATINUM 铂金版
2889
+ * 实例类型,枚举值如下:
2890
+
2891
+ - EXPERIMENT:体验版
2892
+
2893
+ - BASIC:基础版
2894
+
2895
+ - PRO:专业版
2896
+
2897
+ - PLATINUM:铂金版
2873
2898
  */
2874
2899
  InstanceType: string;
2875
2900
  /**
2876
- * 集群名称
2901
+ * 集群名称,不能为空, 3-64个字符,只能包含数字、字母、“-”和“_”
2877
2902
  */
2878
2903
  Name: string;
2879
2904
  /**
2880
- * 商品规格,可用规格如下:experiment_500, basic_1k, basic_2k, basic_3k, basic_4k, basic_5k, basic_6k, basic_7k, basic_8k, basic_9k, basic_10k, pro_4k, pro_6k, pro_8k, pro_1w, pro_15k, pro_2w, pro_25k, pro_3w, pro_35k, pro_4w, pro_45k, pro_5w, pro_55k, pro_60k, pro_65k, pro_70k, pro_75k, pro_80k, pro_85k, pro_90k, pro_95k, pro_100k, platinum_1w, platinum_2w, platinum_3w, platinum_4w, platinum_5w, platinum_6w, platinum_7w, platinum_8w, platinum_9w, platinum_10w, platinum_12w, platinum_14w, platinum_16w, platinum_18w, platinum_20w, platinum_25w, platinum_30w, platinum_35w, platinum_40w, platinum_45w, platinum_50w, platinum_60w, platinum_70w, platinum_80w, platinum_90w, platinum_100w
2905
+ * 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参获得。
2881
2906
  */
2882
2907
  SkuCode: string;
2883
2908
  /**
@@ -2905,11 +2930,15 @@ export interface CreateInstanceRequest {
2905
2930
  */
2906
2931
  Bandwidth?: number;
2907
2932
  /**
2908
- * 公网访问白名单
2933
+ * 公网访问白名单,不填表示拒绝所有 IP 访问
2909
2934
  */
2910
2935
  IpRules?: Array<IpRule>;
2911
2936
  /**
2912
- * 消息保留时长(单位:小时)
2937
+ * 消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参:
2938
+
2939
+ - 默认值:DefaultRetention 参数
2940
+ - 最小值:RetentionLowerLimit 参数
2941
+ - 最大值:RetentionUpperLimit 参数
2913
2942
  */
2914
2943
  MessageRetention?: number;
2915
2944
  /**
@@ -2917,19 +2946,22 @@ export interface CreateInstanceRequest {
2917
2946
  */
2918
2947
  PayMode?: number;
2919
2948
  /**
2920
- * 是否自动续费(0: 不自动续费;1: 自动续费),默认值为0
2949
+ * 预付费集群是否自动续费(0: 不自动续费;1: 自动续费),默认值为0
2921
2950
  */
2922
2951
  RenewFlag?: number;
2923
2952
  /**
2924
- * 购买时长(单位:月),默认值为1
2953
+ * 预付费集群的购买时长(单位:月),取值范围为1~60,默认值为1
2925
2954
  */
2926
2955
  TimeSpan?: number;
2927
2956
  /**
2928
- * 最大可创建主题数
2957
+ * 最大可创建主题数,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参:
2958
+
2959
+ - 默认值和最小值:TopicNumLimit 参数
2960
+ - 最大值:TopicNumUpperLimit 参数
2929
2961
  */
2930
2962
  MaxTopicNum?: number;
2931
2963
  /**
2932
- * 部署可用区列表
2964
+ * 部署可用区列表,从 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口获得。
2933
2965
  */
2934
2966
  ZoneIds?: Array<number | bigint>;
2935
2967
  }
@@ -2959,7 +2991,12 @@ export interface ConsumerClient {
2959
2991
  */
2960
2992
  ConsumerLag?: number;
2961
2993
  /**
2962
- * 消费者客户端类型(grpc;remoting;http)
2994
+ * 消费者客户端类型,枚举值如下:
2995
+
2996
+ - grpc:GRPC协议
2997
+ - remoting:Remoting协议
2998
+ - http:HTTP协议
2999
+ 注意:此字段可能返回 null,表示取不到有效值。
2963
3000
  */
2964
3001
  ChannelProtocol?: string;
2965
3002
  }
@@ -2980,11 +3017,15 @@ export interface DescribeConsumerGroupResponse {
2980
3017
  */
2981
3018
  ConsumerLag?: number;
2982
3019
  /**
2983
- * 消费者类型
3020
+ * 消费类型,枚举值如下:
3021
+
3022
+ - PULL:PULL 消费类型
3023
+ - PUSH:PUSH 消费类型
3024
+ - POP:POP 消费类型
2984
3025
  */
2985
3026
  ConsumeType?: string;
2986
3027
  /**
2987
- * 创建时间,秒为单位
3028
+ * 创建时间,**Unix时间戳(毫秒)**
2988
3029
  */
2989
3030
  CreatedTime?: number;
2990
3031
  /**
@@ -3020,27 +3061,27 @@ export interface DescribeConsumerGroupResponse {
3020
3061
  */
3021
3062
  export interface DescribeConsumerClientRequest {
3022
3063
  /**
3023
- * 集群ID
3064
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3024
3065
  */
3025
3066
  InstanceId: string;
3026
3067
  /**
3027
- * 客户端ID
3068
+ * 客户端ID,从 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140) 接口中的 [ConsumerClient](https://cloud.tencent.com/document/api/1493/96031#ConsumerClient) 出参中获得。
3028
3069
  */
3029
3070
  ClientId: string;
3030
3071
  /**
3031
- * 查询条件列表
3072
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3032
3073
  */
3033
3074
  Filters?: Array<Filter>;
3034
3075
  /**
3035
- * 查询起始位置
3076
+ * 查询起始位置,默认为0。
3036
3077
  */
3037
3078
  Offset?: number;
3038
3079
  /**
3039
- * 查询结果限制数量
3080
+ * 查询结果限制数量,默认20。
3040
3081
  */
3041
3082
  Limit?: number;
3042
3083
  /**
3043
- * 消费组名称
3084
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3044
3085
  */
3045
3086
  ConsumerGroup?: string;
3046
3087
  }
@@ -3089,23 +3130,23 @@ export interface DeleteRoleResponse {
3089
3130
  */
3090
3131
  export interface DescribeTopicListByGroupRequest {
3091
3132
  /**
3092
- * 集群ID
3133
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3093
3134
  */
3094
3135
  InstanceId: string;
3095
3136
  /**
3096
- * 查询起始位置
3137
+ * 查询起始位置,默认为0。
3097
3138
  */
3098
3139
  Offset?: number;
3099
3140
  /**
3100
- * 查询结果限制数量
3141
+ * 查询结果限制数量,默认20。
3101
3142
  */
3102
3143
  Limit?: number;
3103
3144
  /**
3104
- * 消费组名称
3145
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3105
3146
  */
3106
3147
  ConsumerGroup?: string;
3107
3148
  /**
3108
- * 查询条件列表
3149
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3109
3150
  */
3110
3151
  Filters?: Array<Filter>;
3111
3152
  }
@@ -3192,7 +3233,13 @@ export interface MQTTClientSubscription {
3192
3233
  */
3193
3234
  export interface MessageTraceItem {
3194
3235
  /**
3195
- * 步骤
3236
+ * 消息处理阶段,枚举值如下:
3237
+
3238
+ - produce:消息生产
3239
+
3240
+ - persist:消息存储
3241
+
3242
+ - consume:消息消费
3196
3243
  注意:此字段可能返回 null,表示取不到有效值。
3197
3244
  */
3198
3245
  Stage?: string;
@@ -3207,23 +3254,23 @@ export interface MessageTraceItem {
3207
3254
  */
3208
3255
  export interface ModifyTopicRequest {
3209
3256
  /**
3210
- * 集群ID
3257
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3211
3258
  */
3212
3259
  InstanceId: string;
3213
3260
  /**
3214
- * 主题名称
3261
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
3215
3262
  */
3216
3263
  Topic: string;
3217
3264
  /**
3218
- * 队列数量
3265
+ * 队列数量,取值范围3~16
3219
3266
  */
3220
3267
  QueueNum?: number;
3221
3268
  /**
3222
- * 备注信息
3269
+ * 备注信息,最多 128 个字符
3223
3270
  */
3224
3271
  Remark?: string;
3225
3272
  /**
3226
- * 消息保留时长
3273
+ * 消息保留时长(单位:小时)
3227
3274
  */
3228
3275
  MsgTTL?: number;
3229
3276
  }
@@ -3288,7 +3335,7 @@ export interface DescribeInstanceResponse {
3288
3335
  */
3289
3336
  MaxMessageDelay?: number;
3290
3337
  /**
3291
- * 创建时间,秒为单位
3338
+ * 创建时间,**Unix时间戳(毫秒)**
3292
3339
  */
3293
3340
  CreatedTime?: number;
3294
3341
  /**
@@ -3318,7 +3365,17 @@ export interface DescribeInstanceResponse {
3318
3365
  */
3319
3366
  Remark?: string;
3320
3367
  /**
3321
- * 实例状态
3368
+ * 实例状态,枚举值如下:
3369
+
3370
+ - RUNNING:运行中
3371
+ - ABNORMAL:异常
3372
+ - OVERDUE:隔离中
3373
+ - DESTROYED:已销毁
3374
+ - CREATING:创建中
3375
+ - MODIFYING:变配中
3376
+ - CREATE_FAILURE:创建失败
3377
+ - MODIFY_FAILURE:变配失败
3378
+ - DELETING:删除中
3322
3379
  */
3323
3380
  InstanceStatus?: string;
3324
3381
  /**
@@ -3326,7 +3383,10 @@ export interface DescribeInstanceResponse {
3326
3383
  */
3327
3384
  SkuCode?: string;
3328
3385
  /**
3329
- * 计费模式
3386
+ * 计费模式,枚举值如下:
3387
+
3388
+ - POSTPAID:后付费按量计费
3389
+ - PREPAID:预付费包年包月
3330
3390
  */
3331
3391
  PayMode?: string;
3332
3392
  /**
@@ -3334,11 +3394,14 @@ export interface DescribeInstanceResponse {
3334
3394
  */
3335
3395
  ScaledTpsEnabled?: boolean;
3336
3396
  /**
3337
- * 是否自动续费
3397
+ * 预付费集群是否自动续费,枚举值如下:
3398
+
3399
+ - 0: 不自动续费
3400
+ - 1: 自动续费
3338
3401
  */
3339
3402
  RenewFlag?: number;
3340
3403
  /**
3341
- * 到期时间
3404
+ * 到期时间,**Unix时间戳(毫秒)**
3342
3405
  */
3343
3406
  ExpiryTime?: number;
3344
3407
  /**
@@ -3361,7 +3424,7 @@ export interface DescribeInstanceResponse {
3361
3424
  */
3362
3425
  TopicNumUpperLimit?: number;
3363
3426
  /**
3364
- * 可用区列表
3427
+ * 所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口。
3365
3428
  */
3366
3429
  ZoneIds?: Array<number | bigint>;
3367
3430
  /**
@@ -3517,15 +3580,15 @@ export interface RollbackMigratingTopicStageResponse {
3517
3580
  */
3518
3581
  export interface DescribeFusionInstanceListRequest {
3519
3582
  /**
3520
- * 查询起始位置
3583
+ * 查询起始位置,默认为0。
3521
3584
  */
3522
3585
  Offset?: number;
3523
3586
  /**
3524
- * 查询结果限制数量
3587
+ * 查询结果限制数量,默认20。
3525
3588
  */
3526
3589
  Limit?: number;
3527
3590
  /**
3528
- * 查询条件列表
3591
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3529
3592
  */
3530
3593
  Filters?: Array<Filter>;
3531
3594
  /**
@@ -3634,7 +3697,7 @@ export interface MQTTUserItem {
3634
3697
  */
3635
3698
  export interface ModifyInstanceEndpointRequest {
3636
3699
  /**
3637
- * 集群ID
3700
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3638
3701
  */
3639
3702
  InstanceId: string;
3640
3703
  /**
@@ -3792,6 +3855,31 @@ export interface DescribeTopicListResponse {
3792
3855
  */
3793
3856
  RequestId?: string;
3794
3857
  }
3858
+ /**
3859
+ * DescribeConsumerClientList请求参数结构体
3860
+ */
3861
+ export interface DescribeConsumerClientListRequest {
3862
+ /**
3863
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3864
+ */
3865
+ InstanceId: string;
3866
+ /**
3867
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3868
+ */
3869
+ ConsumerGroup?: string;
3870
+ /**
3871
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3872
+ */
3873
+ Filters?: Array<Filter>;
3874
+ /**
3875
+ * 查询起始位置,默认为0。
3876
+ */
3877
+ Offset?: number;
3878
+ /**
3879
+ * 查询结果限制数量,默认20。
3880
+ */
3881
+ Limit?: number;
3882
+ }
3795
3883
  /**
3796
3884
  * 主题消费进度
3797
3885
  */
@@ -3801,7 +3889,12 @@ export interface TopicConsumeStats {
3801
3889
  */
3802
3890
  Topic?: string;
3803
3891
  /**
3804
- * 主题类型
3892
+ * 主题类型,枚举值如下:
3893
+
3894
+ - NORMAL:普通消息主题
3895
+ - FIFO:顺序消息主题
3896
+ - DELAY:延迟消息主题
3897
+ - TRANSACTION:事务消息主题
3805
3898
  */
3806
3899
  TopicType?: string;
3807
3900
  /**
@@ -3813,11 +3906,11 @@ export interface TopicConsumeStats {
3813
3906
  */
3814
3907
  ConsumerLag?: number;
3815
3908
  /**
3816
- * 订阅规则
3909
+ * 订阅规则,`*`表示订阅全部TAG
3817
3910
  */
3818
3911
  SubString?: string;
3819
3912
  /**
3820
- * 最后消费进度更新时间
3913
+ * 最后消费进度更新时间,**Unix时间戳(毫秒)**
3821
3914
  */
3822
3915
  LastUpdateTime?: number;
3823
3916
  }
@@ -3839,7 +3932,7 @@ export interface DescribeMQTTTopicRequest {
3839
3932
  */
3840
3933
  export interface CreateRoleRequest {
3841
3934
  /**
3842
- * 集群ID
3935
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3843
3936
  */
3844
3937
  InstanceId: string;
3845
3938
  /**
@@ -3863,7 +3956,7 @@ export interface CreateRoleRequest {
3863
3956
  */
3864
3957
  PermType?: string;
3865
3958
  /**
3866
- * Topic&Group维度权限配置
3959
+ * Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
3867
3960
  */
3868
3961
  DetailedPerms?: Array<DetailedRolePerm>;
3869
3962
  }
@@ -3881,10 +3974,13 @@ export interface DeleteConsumerGroupResponse {
3881
3974
  */
3882
3975
  export interface Endpoint {
3883
3976
  /**
3884
- * 接入点类型,枚举值如下
3885
- VPC: VPC;
3886
- PUBLIC: 公网;
3887
- INTERNAL: 支撑网;
3977
+ * 接入点类型,枚举值如下:
3978
+
3979
+ - VPC:VPC 网络
3980
+
3981
+ - PUBLIC:公网
3982
+
3983
+ - INTERNAL:支撑网
3888
3984
  */
3889
3985
  Type?: string;
3890
3986
  /**
@@ -3973,12 +4069,11 @@ export interface IpRule {
3973
4069
  */
3974
4070
  Ip: string;
3975
4071
  /**
3976
- * 是否允许放行
4072
+ * 是否允许放行,默认为false表示拒绝
3977
4073
  */
3978
4074
  Allow: boolean;
3979
4075
  /**
3980
4076
  * 备注信息
3981
- 注意:此字段可能返回 null,表示取不到有效值。
3982
4077
  */
3983
4078
  Remark: string;
3984
4079
  }
@@ -4051,11 +4146,11 @@ export interface RoleItem {
4051
4146
  */
4052
4147
  Remark?: string;
4053
4148
  /**
4054
- * 创建时间,秒为单位
4149
+ * 角色的创建时间,**Unix时间戳(毫秒)**
4055
4150
  */
4056
4151
  CreatedTime?: number;
4057
4152
  /**
4058
- * 修改时间,秒为单位
4153
+ * 角色的更新时间,**Unix时间戳(毫秒)**
4059
4154
  */
4060
4155
  ModifiedTime?: number;
4061
4156
  /**
@@ -4234,7 +4329,7 @@ export interface ModifyInstanceEndpointResponse {
4234
4329
  */
4235
4330
  export interface DescribeInstanceRequest {
4236
4331
  /**
4237
- * 集群ID
4332
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
4238
4333
  */
4239
4334
  InstanceId: string;
4240
4335
  }
@@ -4299,19 +4394,19 @@ export interface DescribeMQTTMessageListRequest {
4299
4394
  */
4300
4395
  export interface ResetConsumerGroupOffsetRequest {
4301
4396
  /**
4302
- * 集群ID
4397
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
4303
4398
  */
4304
4399
  InstanceId: string;
4305
4400
  /**
4306
- * 主题名称
4401
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
4307
4402
  */
4308
4403
  Topic: string;
4309
4404
  /**
4310
- * 重置位点时间(单位:毫秒)-1表示重置到最新位点
4405
+ * 重置位点的时间戳(单位:毫秒),指定为 -1 时表示重置到最新位点
4311
4406
  */
4312
4407
  ResetTimestamp: number;
4313
4408
  /**
4314
- * 消费组名称
4409
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
4315
4410
  */
4316
4411
  ConsumerGroup?: string;
4317
4412
  }