tencentcloud-sdk-nodejs 4.1.261 → 4.1.263

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/adp/v20260520/adp_client.js +63 -12
  3. package/es/services/cfw/v20190904/cfw_client.js +12 -0
  4. package/es/services/ess/v20201111/ess_client.js +6 -0
  5. package/es/services/essbasic/v20210526/essbasic_client.js +6 -0
  6. package/es/services/fwm/index.js +4 -0
  7. package/es/services/fwm/v20250611/fwm_client.js +138 -0
  8. package/es/services/fwm/v20250611/fwm_models.js +1 -0
  9. package/es/services/fwm/v20250611/index.js +6 -0
  10. package/es/services/index.js +1 -0
  11. package/es/services/tcb/v20180608/tcb_client.js +0 -3
  12. package/es/services/tke/v20180525/tke_client.js +5 -2
  13. package/es/services/trocket/v20230308/trocket_client.js +27 -3
  14. package/es/services/vclm/v20240523/vclm_client.js +8 -41
  15. package/package.json +1 -1
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +81 -13
  19. package/tencentcloud/services/adp/v20260520/adp_client.js +120 -18
  20. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +781 -179
  21. package/tencentcloud/services/as/v20180419/as_models.d.ts +5 -7
  22. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +2 -2
  23. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +19 -3
  24. package/tencentcloud/services/cfw/v20190904/cfw_client.js +25 -1
  25. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +597 -303
  26. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +131 -65
  27. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +70 -54
  28. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +27 -11
  29. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  30. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +136 -61
  31. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +216 -190
  32. package/tencentcloud/services/es/v20180416/es_models.d.ts +18 -1
  33. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -1
  34. package/tencentcloud/services/ess/v20201111/ess_client.js +29 -0
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +139 -82
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -1
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +29 -0
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +126 -162
  39. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +14 -23
  40. package/tencentcloud/services/fwm/index.d.ts +6 -0
  41. package/tencentcloud/services/fwm/index.js +7 -0
  42. package/tencentcloud/services/fwm/v20250611/fwm_client.d.ts +186 -0
  43. package/tencentcloud/services/fwm/v20250611/fwm_client.js +295 -0
  44. package/tencentcloud/services/fwm/v20250611/fwm_models.d.ts +3080 -0
  45. package/tencentcloud/services/fwm/v20250611/fwm_models.js +18 -0
  46. package/tencentcloud/services/fwm/v20250611/index.d.ts +6 -0
  47. package/tencentcloud/services/fwm/v20250611/index.js +10 -0
  48. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +35 -17
  49. package/tencentcloud/services/index.d.ts +1 -0
  50. package/tencentcloud/services/index.js +6 -4
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
  52. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +96 -89
  53. package/tencentcloud/services/live/v20180801/live_models.d.ts +109 -182
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +5 -11
  55. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
  56. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
  57. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +20 -21
  58. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +64 -34
  59. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +4 -0
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +38 -22
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -2
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  64. package/tencentcloud/services/rce/v20250425/rce_models.d.ts +131 -13
  65. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  66. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +14 -11
  67. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +1 -5
  68. package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -6
  69. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +8 -50
  70. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +62 -67
  71. package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +20 -0
  72. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9 -23
  73. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
  74. package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +44 -15
  76. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +18 -6
  77. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +1 -1
  78. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +371 -126
  79. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +38 -6
  80. package/tencentcloud/services/trocket/v20230308/trocket_client.js +55 -7
  81. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +459 -140
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  83. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +9 -53
  84. package/tencentcloud/services/vclm/v20240523/vclm_client.js +12 -78
  85. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1169 -1666
  86. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +121 -18
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -18
@@ -1,3 +1,64 @@
1
+ /**
2
+ * 商品售卖信息
3
+ */
4
+ export interface ProductSKU {
5
+ /**
6
+ * 产品类型,
7
+ EXPERIMENT,体验版
8
+ BASIC,基础版
9
+ PRO,专业版
10
+ PLATINUM,铂金版
11
+ */
12
+ InstanceType?: string;
13
+ /**
14
+ * 规格代码
15
+ */
16
+ SkuCode?: string;
17
+ /**
18
+ * TPS上限
19
+ */
20
+ TpsLimit?: number;
21
+ /**
22
+ * 弹性TPS上限
23
+ */
24
+ ScaledTpsLimit?: number;
25
+ /**
26
+ * 主题数量上限默认值
27
+ */
28
+ TopicNumLimit?: number;
29
+ /**
30
+ * 消费组数量上限
31
+ */
32
+ GroupNumLimit?: number;
33
+ /**
34
+ * 默认消息保留时间,小时为单位
35
+ */
36
+ DefaultRetention?: number;
37
+ /**
38
+ * 可调整消息保留时间上限,小时为单位
39
+ */
40
+ RetentionUpperLimit?: number;
41
+ /**
42
+ * 可调整消息保留时间下限,小时为单位
43
+ */
44
+ RetentionLowerLimit?: number;
45
+ /**
46
+ * 延时消息最大时长,小时为单位
47
+ */
48
+ MaxMessageDelay?: number;
49
+ /**
50
+ * 是否可购买
51
+ */
52
+ OnSale?: boolean;
53
+ /**
54
+ * 计费项信息
55
+ */
56
+ PriceTags?: Array<PriceTag>;
57
+ /**
58
+ * 主题数量上限默认最大值
59
+ */
60
+ TopicNumUpperLimit?: number;
61
+ }
1
62
  /**
2
63
  * Topic&Group维度的权限配置
3
64
  */
@@ -64,6 +125,27 @@ export interface ResetConsumerGroupOffsetResponse {
64
125
  */
65
126
  RequestId?: string;
66
127
  }
128
+ /**
129
+ * 路由规则版本
130
+ */
131
+ export interface RouteRuleVersion {
132
+ /**
133
+ * <p>版本号</p>
134
+ */
135
+ Version?: number;
136
+ /**
137
+ * <p>切流时间戳</p><p>单位:毫秒(ms)</p>
138
+ */
139
+ CutTimestamp?: number;
140
+ /**
141
+ * <p>更新时间戳</p><p>单位:毫秒(ms)</p>
142
+ */
143
+ UpdatedAt?: number;
144
+ /**
145
+ * <p>路由规则列表</p>
146
+ */
147
+ Rules?: Array<RouteRule>;
148
+ }
67
149
  /**
68
150
  * DescribeSmoothMigrationTaskList请求参数结构体
69
151
  */
@@ -82,82 +164,76 @@ export interface DescribeSmoothMigrationTaskListRequest {
82
164
  Filters?: Array<Filter>;
83
165
  }
84
166
  /**
85
- * 商品售卖信息
167
+ * DescribeConsumerRouteVersionList返回参数结构体
86
168
  */
87
- export interface ProductSKU {
169
+ export interface DescribeConsumerRouteVersionListResponse {
88
170
  /**
89
- * 产品类型,
90
- EXPERIMENT,体验版
91
- BASIC,基础版
92
- PRO,专业版
93
- PLATINUM,铂金版
94
- */
95
- InstanceType?: string;
96
- /**
97
- * 规格代码
98
- */
99
- SkuCode?: string;
100
- /**
101
- * TPS上限
171
+ * 查询总数
102
172
  */
103
- TpsLimit?: number;
173
+ TotalCount?: number;
104
174
  /**
105
- * 弹性TPS上限
175
+ * <p>版本列表</p>
106
176
  */
107
- ScaledTpsLimit?: number;
177
+ Versions?: Array<RouteRuleVersion>;
108
178
  /**
109
- * 主题数量上限默认值
179
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
110
180
  */
111
- TopicNumLimit?: number;
181
+ RequestId?: string;
182
+ }
183
+ /**
184
+ * DescribeRoleList返回参数结构体
185
+ */
186
+ export interface DescribeRoleListResponse {
112
187
  /**
113
- * 消费组数量上限
188
+ * 查询总数
114
189
  */
115
- GroupNumLimit?: number;
190
+ TotalCount?: number;
116
191
  /**
117
- * 默认消息保留时间,小时为单位
192
+ * 角色信息列表
118
193
  */
119
- DefaultRetention?: number;
194
+ Data?: Array<RoleItem>;
120
195
  /**
121
- * 可调整消息保留时间上限,小时为单位
196
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
122
197
  */
123
- RetentionUpperLimit?: number;
198
+ RequestId?: string;
199
+ }
200
+ /**
201
+ * CreateConsumerLabel返回参数结构体
202
+ */
203
+ export interface CreateConsumerLabelResponse {
124
204
  /**
125
- * 可调整消息保留时间下限,小时为单位
205
+ * <p>实例 ID</p>
126
206
  */
127
- RetentionLowerLimit?: number;
207
+ InstanceId?: string;
128
208
  /**
129
- * 延时消息最大时长,小时为单位
209
+ * <p>消费组</p>
130
210
  */
131
- MaxMessageDelay?: number;
211
+ Group?: string;
132
212
  /**
133
- * 是否可购买
213
+ * <p>标签</p>
134
214
  */
135
- OnSale?: boolean;
215
+ Label?: string;
136
216
  /**
137
- * 计费项信息
138
- */
139
- PriceTags?: Array<PriceTag>;
140
- /**
141
- * 主题数量上限默认最大值
217
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
142
218
  */
143
- TopicNumUpperLimit?: number;
219
+ RequestId?: string;
144
220
  }
145
221
  /**
146
- * DescribeRoleList返回参数结构体
222
+ * DescribeConsumerRouteConfig请求参数结构体
147
223
  */
148
- export interface DescribeRoleListResponse {
224
+ export interface DescribeConsumerRouteConfigRequest {
149
225
  /**
150
- * 查询总数
226
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
151
227
  */
152
- TotalCount?: number;
228
+ Topic: string;
153
229
  /**
154
- * 角色信息列表
230
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
155
231
  */
156
- Data?: Array<RoleItem>;
232
+ InstanceId: string;
157
233
  /**
158
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
234
+ * <p>消费组</p>
159
235
  */
160
- RequestId?: string;
236
+ Group: string;
161
237
  }
162
238
  /**
163
239
  * CreateInstance返回参数结构体
@@ -806,6 +882,55 @@ export interface DescribeTopicStatsRequest {
806
882
  */
807
883
  Limit?: number;
808
884
  }
885
+ /**
886
+ * 迁移中的主题
887
+ */
888
+ export interface MigratingTopic {
889
+ /**
890
+ * 主题名称
891
+ */
892
+ TopicName?: string;
893
+ /**
894
+ * 迁移状态
895
+ S_RW_D_NA 源集群读写,
896
+ S_RW_D_R 源集群读写目标集群读,
897
+ S_RW_D_RW 源集群读写目标集群读写,
898
+ S_R_D_RW 源集群读目标集群读写,
899
+ S_NA_D_RW 目标集群读写
900
+ */
901
+ MigrationStatus?: string;
902
+ /**
903
+ * 是否完成健康检查
904
+ */
905
+ HealthCheckPassed?: boolean;
906
+ /**
907
+ * 上次健康检查返回的错误信息,仅在HealthCheckPassed为false时有效。 NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,
908
+ */
909
+ HealthCheckError?: string;
910
+ /**
911
+ * 命名空间,仅4.x集群有效
912
+ */
913
+ Namespace?: string;
914
+ /**
915
+ * 4.x的命名空间
916
+ 注意:此字段可能返回 null,表示取不到有效值。
917
+ */
918
+ NamespaceV4?: string;
919
+ /**
920
+ * 4.x的主题名称
921
+ 注意:此字段可能返回 null,表示取不到有效值。
922
+ */
923
+ TopicNameV4?: string;
924
+ /**
925
+ * 4.x的完整命名空间
926
+ 注意:此字段可能返回 null,表示取不到有效值。
927
+ */
928
+ FullNamespaceV4?: string;
929
+ /**
930
+ * 上次健康检查返回的错误列表
931
+ */
932
+ HealthCheckErrorList?: Array<string>;
933
+ }
809
934
  /**
810
935
  * DescribeSmoothMigrationTaskList返回参数结构体
811
936
  */
@@ -855,6 +980,15 @@ export interface VpcInfo {
855
980
  */
856
981
  SubnetId: string;
857
982
  }
983
+ /**
984
+ * DeleteConsumerRouteConfig返回参数结构体
985
+ */
986
+ export interface DeleteConsumerRouteConfigResponse {
987
+ /**
988
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
989
+ */
990
+ RequestId?: string;
991
+ }
858
992
  /**
859
993
  * DescribeRoleList请求参数结构体
860
994
  */
@@ -1091,6 +1225,23 @@ export interface ModifyInstanceResponse {
1091
1225
  */
1092
1226
  RequestId?: string;
1093
1227
  }
1228
+ /**
1229
+ * 消费组标签
1230
+ */
1231
+ export interface ConsumerLabel {
1232
+ /**
1233
+ * <p>标签</p>
1234
+ */
1235
+ Label?: string;
1236
+ /**
1237
+ * <p>标签状态</p><p>枚举值:</p><ul><li>ACTIVE: 生效中</li><li>DELETING: 删除中</li><li>UNKNOWN: 未知</li></ul>
1238
+ */
1239
+ State?: string;
1240
+ /**
1241
+ * <p>更新时间</p><p>单位:毫秒(ms)</p>
1242
+ */
1243
+ UpdatedAt?: number;
1244
+ }
1094
1245
  /**
1095
1246
  * CreateConsumerGroup请求参数结构体
1096
1247
  */
@@ -1193,25 +1344,25 @@ export interface DescribeSourceClusterGroupListRequest {
1193
1344
  Filters?: Array<Filter>;
1194
1345
  }
1195
1346
  /**
1196
- * DescribeInstanceList请求参数结构体
1347
+ * DescribeConsumerRouteConfig返回参数结构体
1197
1348
  */
1198
- export interface DescribeInstanceListRequest {
1349
+ export interface DescribeConsumerRouteConfigResponse {
1199
1350
  /**
1200
- * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
1351
+ * <p>版本号</p>
1201
1352
  */
1202
- Filters?: Array<Filter>;
1353
+ Version?: number;
1203
1354
  /**
1204
- * 标签过滤器
1355
+ * <p>路由规格</p>
1205
1356
  */
1206
- TagFilters?: Array<TagFilter>;
1357
+ Rules?: Array<RouteRule>;
1207
1358
  /**
1208
- * 查询起始位置,默认为0。
1359
+ * <p>切流时间戳</p>
1209
1360
  */
1210
- Offset?: number;
1361
+ CutTimestamp?: number;
1211
1362
  /**
1212
- * 查询结果限制数量,默认20
1363
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
1213
1364
  */
1214
- Limit?: number;
1365
+ RequestId?: string;
1215
1366
  }
1216
1367
  /**
1217
1368
  * DescribeMigrationTaskList请求参数结构体
@@ -1279,6 +1430,27 @@ export interface ImportSourceClusterTopicsRequest {
1279
1430
  */
1280
1431
  TopicList: Array<SourceClusterTopicConfig>;
1281
1432
  }
1433
+ /**
1434
+ * DescribeFusionInstanceList请求参数结构体
1435
+ */
1436
+ export interface DescribeFusionInstanceListRequest {
1437
+ /**
1438
+ * 查询起始位置,默认为0。
1439
+ */
1440
+ Offset?: number;
1441
+ /**
1442
+ * 查询结果限制数量,默认20。
1443
+ */
1444
+ Limit?: number;
1445
+ /**
1446
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
1447
+ */
1448
+ Filters?: Array<Filter>;
1449
+ /**
1450
+ * 标签过滤器
1451
+ */
1452
+ TagFilters?: Array<TagFilter>;
1453
+ }
1282
1454
  /**
1283
1455
  * 消费组配置信息
1284
1456
  */
@@ -2189,6 +2361,19 @@ export interface DescribeTopicListRequest {
2189
2361
  */
2190
2362
  FromGroup?: string;
2191
2363
  }
2364
+ /**
2365
+ * DescribeConsumerLabelList请求参数结构体
2366
+ */
2367
+ export interface DescribeConsumerLabelListRequest {
2368
+ /**
2369
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
2370
+ */
2371
+ InstanceId: string;
2372
+ /**
2373
+ * <p>消费组</p>
2374
+ */
2375
+ Group: string;
2376
+ }
2192
2377
  /**
2193
2378
  * ModifyConsumerGroup请求参数结构体
2194
2379
  */
@@ -2569,33 +2754,21 @@ export interface MessageTraceItem {
2569
2754
  Data?: string;
2570
2755
  }
2571
2756
  /**
2572
- * DescribeConsumerClient请求参数结构体
2757
+ * DescribeProducerList返回参数结构体
2573
2758
  */
2574
- export interface DescribeConsumerClientRequest {
2575
- /**
2576
- * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
2577
- */
2578
- InstanceId: string;
2579
- /**
2580
- * 客户端ID,从 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140) 接口中的 [ConsumerClient](https://cloud.tencent.com/document/api/1493/96031#ConsumerClient) 出参中获得。
2581
- */
2582
- ClientId: string;
2583
- /**
2584
- * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2585
- */
2586
- Filters?: Array<Filter>;
2759
+ export interface DescribeProducerListResponse {
2587
2760
  /**
2588
- * 查询起始位置,默认为0。
2761
+ * 查询总数
2589
2762
  */
2590
- Offset?: number;
2763
+ TotalCount?: number;
2591
2764
  /**
2592
- * 查询结果限制数量,默认20。
2765
+ * 生产者信息列表
2593
2766
  */
2594
- Limit?: number;
2767
+ ProducerList?: Array<ProducerInfo>;
2595
2768
  /**
2596
- * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
2769
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2597
2770
  */
2598
- ConsumerGroup?: string;
2771
+ RequestId?: string;
2599
2772
  }
2600
2773
  /**
2601
2774
  * ModifyTopic返回参数结构体
@@ -2685,6 +2858,19 @@ export interface DescribeTopicListByGroupRequest {
2685
2858
  */
2686
2859
  Filters?: Array<Filter>;
2687
2860
  }
2861
+ /**
2862
+ * DescribeConsumerLabel返回参数结构体
2863
+ */
2864
+ export interface DescribeConsumerLabelResponse {
2865
+ /**
2866
+ * <p>标签详情</p>
2867
+ */
2868
+ Label?: ConsumerLabel;
2869
+ /**
2870
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2871
+ */
2872
+ RequestId?: string;
2873
+ }
2688
2874
  /**
2689
2875
  * DescribeMigratingTopicList请求参数结构体
2690
2876
  */
@@ -2979,21 +3165,46 @@ export interface MessageTrackItem {
2979
3165
  ConsumeStatusSource?: string;
2980
3166
  }
2981
3167
  /**
2982
- * DescribeProducerList返回参数结构体
3168
+ * DescribeConsumerClient请求参数结构体
2983
3169
  */
2984
- export interface DescribeProducerListResponse {
3170
+ export interface DescribeConsumerClientRequest {
2985
3171
  /**
2986
- * 查询总数
3172
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
2987
3173
  */
2988
- TotalCount?: number;
3174
+ InstanceId: string;
2989
3175
  /**
2990
- * 生产者信息列表
3176
+ * 客户端ID,从 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140) 接口中的 [ConsumerClient](https://cloud.tencent.com/document/api/1493/96031#ConsumerClient) 出参中获得。
2991
3177
  */
2992
- ProducerList?: Array<ProducerInfo>;
3178
+ ClientId: string;
2993
3179
  /**
2994
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3180
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
2995
3181
  */
2996
- RequestId?: string;
3182
+ Filters?: Array<Filter>;
3183
+ /**
3184
+ * 查询起始位置,默认为0。
3185
+ */
3186
+ Offset?: number;
3187
+ /**
3188
+ * 查询结果限制数量,默认20。
3189
+ */
3190
+ Limit?: number;
3191
+ /**
3192
+ * 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
3193
+ */
3194
+ ConsumerGroup?: string;
3195
+ }
3196
+ /**
3197
+ * 消费组路由规格
3198
+ */
3199
+ export interface RouteRule {
3200
+ /**
3201
+ * <p>路由匹配条件</p>
3202
+ */
3203
+ MatchCondition?: string;
3204
+ /**
3205
+ * <p>标签</p>
3206
+ */
3207
+ TargetConsumerLabel?: string;
2997
3208
  }
2998
3209
  /**
2999
3210
  * ResendDeadLetterMessage请求参数结构体
@@ -3013,34 +3224,43 @@ export interface ResendDeadLetterMessageRequest {
3013
3224
  ConsumerGroup?: string;
3014
3225
  }
3015
3226
  /**
3016
- * RollbackMigratingTopicStage返回参数结构体
3227
+ * DescribeConsumerLabelList返回参数结构体
3017
3228
  */
3018
- export interface RollbackMigratingTopicStageResponse {
3229
+ export interface DescribeConsumerLabelListResponse {
3230
+ /**
3231
+ * 查询总数
3232
+ */
3233
+ TotalCount?: number;
3234
+ /**
3235
+ * <p>标签列表</p>
3236
+ */
3237
+ Labels?: Array<ConsumerLabel>;
3019
3238
  /**
3020
3239
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3021
3240
  */
3022
3241
  RequestId?: string;
3023
3242
  }
3024
3243
  /**
3025
- * DescribeFusionInstanceList请求参数结构体
3244
+ * RollbackMigratingTopicStage返回参数结构体
3026
3245
  */
3027
- export interface DescribeFusionInstanceListRequest {
3028
- /**
3029
- * 查询起始位置,默认为0。
3030
- */
3031
- Offset?: number;
3246
+ export interface RollbackMigratingTopicStageResponse {
3032
3247
  /**
3033
- * 查询结果限制数量,默认20
3248
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
3034
3249
  */
3035
- Limit?: number;
3250
+ RequestId?: string;
3251
+ }
3252
+ /**
3253
+ * CreateRole返回参数结构体
3254
+ */
3255
+ export interface CreateRoleResponse {
3036
3256
  /**
3037
- * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3257
+ * 角色名
3038
3258
  */
3039
- Filters?: Array<Filter>;
3259
+ Role?: string;
3040
3260
  /**
3041
- * 标签过滤器
3261
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3042
3262
  */
3043
- TagFilters?: Array<TagFilter>;
3263
+ RequestId?: string;
3044
3264
  }
3045
3265
  /**
3046
3266
  * DoHealthCheckOnMigratingTopic返回参数结构体
@@ -3078,13 +3298,26 @@ export interface DoHealthCheckOnMigratingTopicResponse {
3078
3298
  RequestId?: string;
3079
3299
  }
3080
3300
  /**
3081
- * CreateRole返回参数结构体
3301
+ * DeleteConsumerRouteConfig请求参数结构体
3082
3302
  */
3083
- export interface CreateRoleResponse {
3303
+ export interface DeleteConsumerRouteConfigRequest {
3084
3304
  /**
3085
- * 角色名
3305
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
3086
3306
  */
3087
- Role?: string;
3307
+ Topic: string;
3308
+ /**
3309
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3310
+ */
3311
+ InstanceId: string;
3312
+ /**
3313
+ * <p>消费组</p>
3314
+ */
3315
+ Group: string;
3316
+ }
3317
+ /**
3318
+ * DeleteConsumerLabel返回参数结构体
3319
+ */
3320
+ export interface DeleteConsumerLabelResponse {
3088
3321
  /**
3089
3322
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3090
3323
  */
@@ -3125,6 +3358,23 @@ export interface CreateMigrationTaskResponse {
3125
3358
  */
3126
3359
  RequestId?: string;
3127
3360
  }
3361
+ /**
3362
+ * CreateConsumerLabel请求参数结构体
3363
+ */
3364
+ export interface CreateConsumerLabelRequest {
3365
+ /**
3366
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3367
+ */
3368
+ InstanceId: string;
3369
+ /**
3370
+ * <p>标签</p>
3371
+ */
3372
+ Label: string;
3373
+ /**
3374
+ * <p>消费组</p>
3375
+ */
3376
+ Group: string;
3377
+ }
3128
3378
  /**
3129
3379
  * DescribeTopicList返回参数结构体
3130
3380
  */
@@ -3142,6 +3392,31 @@ export interface DescribeTopicListResponse {
3142
3392
  */
3143
3393
  RequestId?: string;
3144
3394
  }
3395
+ /**
3396
+ * PutConsumerRouteConfig返回参数结构体
3397
+ */
3398
+ export interface PutConsumerRouteConfigResponse {
3399
+ /**
3400
+ * <p>实例 ID</p>
3401
+ */
3402
+ InstanceId?: string;
3403
+ /**
3404
+ * <p>主题</p>
3405
+ */
3406
+ Topic?: string;
3407
+ /**
3408
+ * <p>消费组</p>
3409
+ */
3410
+ Group?: string;
3411
+ /**
3412
+ * <p>版本号</p>
3413
+ */
3414
+ Version?: number;
3415
+ /**
3416
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3417
+ */
3418
+ RequestId?: string;
3419
+ }
3145
3420
  /**
3146
3421
  * DescribeConsumerClientList请求参数结构体
3147
3422
  */
@@ -3168,53 +3443,25 @@ export interface DescribeConsumerClientListRequest {
3168
3443
  Limit?: number;
3169
3444
  }
3170
3445
  /**
3171
- * 迁移中的主题
3446
+ * DescribeInstanceList请求参数结构体
3172
3447
  */
3173
- export interface MigratingTopic {
3174
- /**
3175
- * 主题名称
3176
- */
3177
- TopicName?: string;
3178
- /**
3179
- * 迁移状态
3180
- S_RW_D_NA 源集群读写,
3181
- S_RW_D_R 源集群读写目标集群读,
3182
- S_RW_D_RW 源集群读写目标集群读写,
3183
- S_R_D_RW 源集群读目标集群读写,
3184
- S_NA_D_RW 目标集群读写
3185
- */
3186
- MigrationStatus?: string;
3187
- /**
3188
- * 是否完成健康检查
3189
- */
3190
- HealthCheckPassed?: boolean;
3191
- /**
3192
- * 上次健康检查返回的错误信息,仅在HealthCheckPassed为false时有效。 NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,
3193
- */
3194
- HealthCheckError?: string;
3195
- /**
3196
- * 命名空间,仅4.x集群有效
3197
- */
3198
- Namespace?: string;
3448
+ export interface DescribeInstanceListRequest {
3199
3449
  /**
3200
- * 4.x的命名空间
3201
- 注意:此字段可能返回 null,表示取不到有效值。
3450
+ * 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3202
3451
  */
3203
- NamespaceV4?: string;
3452
+ Filters?: Array<Filter>;
3204
3453
  /**
3205
- * 4.x的主题名称
3206
- 注意:此字段可能返回 null,表示取不到有效值。
3454
+ * 标签过滤器
3207
3455
  */
3208
- TopicNameV4?: string;
3456
+ TagFilters?: Array<TagFilter>;
3209
3457
  /**
3210
- * 4.x的完整命名空间
3211
- 注意:此字段可能返回 null,表示取不到有效值。
3458
+ * 查询起始位置,默认为0。
3212
3459
  */
3213
- FullNamespaceV4?: string;
3460
+ Offset?: number;
3214
3461
  /**
3215
- * 上次健康检查返回的错误列表
3462
+ * 查询结果限制数量,默认20。
3216
3463
  */
3217
- HealthCheckErrorList?: Array<string>;
3464
+ Limit?: number;
3218
3465
  }
3219
3466
  /**
3220
3467
  * CreateRole请求参数结构体
@@ -3270,6 +3517,23 @@ export interface DeleteConsumerGroupResponse {
3270
3517
  */
3271
3518
  RequestId?: string;
3272
3519
  }
3520
+ /**
3521
+ * DescribeConsumerLabel请求参数结构体
3522
+ */
3523
+ export interface DescribeConsumerLabelRequest {
3524
+ /**
3525
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3526
+ */
3527
+ InstanceId: string;
3528
+ /**
3529
+ * <p>消费组</p>
3530
+ */
3531
+ Group: string;
3532
+ /**
3533
+ * <p>标签</p>
3534
+ */
3535
+ Label: string;
3536
+ }
3273
3537
  /**
3274
3538
  * 接入点信息
3275
3539
  */
@@ -3329,6 +3593,23 @@ export interface Endpoint {
3329
3593
  */
3330
3594
  BillingFlow?: boolean;
3331
3595
  }
3596
+ /**
3597
+ * DescribeConsumerRouteVersionList请求参数结构体
3598
+ */
3599
+ export interface DescribeConsumerRouteVersionListRequest {
3600
+ /**
3601
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
3602
+ */
3603
+ Topic: string;
3604
+ /**
3605
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3606
+ */
3607
+ InstanceId: string;
3608
+ /**
3609
+ * <p>消费组</p>
3610
+ */
3611
+ Group: string;
3612
+ }
3332
3613
  /**
3333
3614
  * 消息记录
3334
3615
  */
@@ -3459,6 +3740,27 @@ export interface PriceTag {
3459
3740
  */
3460
3741
  Step?: number;
3461
3742
  }
3743
+ /**
3744
+ * PutConsumerRouteConfig请求参数结构体
3745
+ */
3746
+ export interface PutConsumerRouteConfigRequest {
3747
+ /**
3748
+ * 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
3749
+ */
3750
+ Topic: string;
3751
+ /**
3752
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3753
+ */
3754
+ InstanceId: string;
3755
+ /**
3756
+ * <p>消费组</p>
3757
+ */
3758
+ Group: string;
3759
+ /**
3760
+ * <p>路由规则</p>
3761
+ */
3762
+ Rules: Array<RouteRule>;
3763
+ }
3462
3764
  /**
3463
3765
  * 生产者信息
3464
3766
  */
@@ -3577,6 +3879,23 @@ export interface IpRule {
3577
3879
  */
3578
3880
  Remark: string;
3579
3881
  }
3882
+ /**
3883
+ * DeleteConsumerLabel请求参数结构体
3884
+ */
3885
+ export interface DeleteConsumerLabelRequest {
3886
+ /**
3887
+ * 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
3888
+ */
3889
+ InstanceId: string;
3890
+ /**
3891
+ * <p>消费组</p>
3892
+ */
3893
+ Group: string;
3894
+ /**
3895
+ * <p>标签</p>
3896
+ */
3897
+ Label: string;
3898
+ }
3580
3899
  /**
3581
3900
  * ResetConsumerGroupOffset请求参数结构体
3582
3901
  */