tencentcloud-sdk-nodejs 4.1.155 → 4.1.156
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/es/common/sdk_version.js +1 -1
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +20 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +0 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +0 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +15 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +31 -10
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +26 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +26 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +0 -22
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +82 -28
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +82 -28
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +12 -0
|
@@ -28,19 +28,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("trocket.tencentcloudapi.com", "2023-03-08", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 消息消费验证。
|
|
32
|
+
当前 API 适用集群:5.x 集群。4.x 集群的消息消费验证接口文档见 [VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)。
|
|
32
33
|
*/
|
|
33
34
|
async VerifyMessageConsumption(req, cb) {
|
|
34
35
|
return this.request("VerifyMessageConsumption", req, cb);
|
|
35
36
|
}
|
|
36
37
|
/**
|
|
37
|
-
*
|
|
38
|
+
* 下线trocket下mqtt接口
|
|
39
|
+
|
|
40
|
+
查询消息列表,如查询死信,请设置ConsumerGroup参数
|
|
38
41
|
*/
|
|
39
42
|
async DescribeMQTTMessageList(req, cb) {
|
|
40
43
|
return this.request("DescribeMQTTMessageList", req, cb);
|
|
41
44
|
}
|
|
42
45
|
/**
|
|
43
|
-
*
|
|
46
|
+
* 下线trocket下mqtt接口
|
|
47
|
+
|
|
48
|
+
更新MQTT集群绑定证书
|
|
44
49
|
参数传空,则为删除证书
|
|
45
50
|
*/
|
|
46
51
|
async ModifyMQTTInstanceCertBinding(req, cb) {
|
|
@@ -93,7 +98,9 @@ Filters示例:
|
|
|
93
98
|
return this.request("DescribeTopicListByGroup", req, cb);
|
|
94
99
|
}
|
|
95
100
|
/**
|
|
96
|
-
*
|
|
101
|
+
* 下线trocket下mqtt接口
|
|
102
|
+
|
|
103
|
+
修改主题属性
|
|
97
104
|
*/
|
|
98
105
|
async ModifyMQTTTopic(req, cb) {
|
|
99
106
|
return this.request("ModifyMQTTTopic", req, cb);
|
|
@@ -105,7 +112,9 @@ Filters示例:
|
|
|
105
112
|
return this.request("RemoveMigratingTopic", req, cb);
|
|
106
113
|
}
|
|
107
114
|
/**
|
|
108
|
-
*
|
|
115
|
+
* 下线trocket下mqtt接口
|
|
116
|
+
|
|
117
|
+
删除MQTT访问用户
|
|
109
118
|
*/
|
|
110
119
|
async DeleteMQTTUser(req, cb) {
|
|
111
120
|
return this.request("DeleteMQTTUser", req, cb);
|
|
@@ -141,7 +150,8 @@ Filters示例:
|
|
|
141
150
|
return this.request("DescribeSmoothMigrationTaskList", req, cb);
|
|
142
151
|
}
|
|
143
152
|
/**
|
|
144
|
-
* 发送 RocketMQ 消息,该接口仅用于控制台发送少量测试消息,不保证SLA,且云 API 存在限流,在真实业务场景下,请使用 RocketMQ SDK 发送消息。
|
|
153
|
+
* 发送 RocketMQ 消息,该接口仅用于控制台发送少量测试消息,不保证 SLA,且云 API 存在限流,在真实业务场景下,请使用 RocketMQ SDK 发送消息。
|
|
154
|
+
当前 API 适用集群:5.x 集群。4.x 集群的发送消息接口文档见 [SendRocketMQMessage](https://cloud.tencent.com/document/api/1179/94179)。
|
|
145
155
|
*/
|
|
146
156
|
async SendMessage(req, cb) {
|
|
147
157
|
return this.request("SendMessage", req, cb);
|
|
@@ -159,7 +169,9 @@ Filters示例:
|
|
|
159
169
|
return this.request("CreateConsumerGroup", req, cb);
|
|
160
170
|
}
|
|
161
171
|
/**
|
|
162
|
-
*
|
|
172
|
+
* 下线trocket下mqtt接口
|
|
173
|
+
|
|
174
|
+
获取产品售卖规格
|
|
163
175
|
*/
|
|
164
176
|
async DescribeMQTTProductSKUList(req, cb) {
|
|
165
177
|
return this.request("DescribeMQTTProductSKUList", req, cb);
|
|
@@ -196,7 +208,9 @@ Filters示例:
|
|
|
196
208
|
return this.request("DescribeMessage", req, cb);
|
|
197
209
|
}
|
|
198
210
|
/**
|
|
199
|
-
*
|
|
211
|
+
* 下线trocket下mqtt接口
|
|
212
|
+
|
|
213
|
+
查询用户列表,Filter参数使用说明如下:
|
|
200
214
|
|
|
201
215
|
1. Username,用户名称模糊搜索
|
|
202
216
|
*/
|
|
@@ -204,7 +218,9 @@ Filters示例:
|
|
|
204
218
|
return this.request("DescribeMQTTUserList", req, cb);
|
|
205
219
|
}
|
|
206
220
|
/**
|
|
207
|
-
*
|
|
221
|
+
* 下线trocket下mqtt接口
|
|
222
|
+
|
|
223
|
+
删除MQTT实例的公网接入点
|
|
208
224
|
*/
|
|
209
225
|
async DeleteMQTTInsPublicEndpoint(req, cb) {
|
|
210
226
|
return this.request("DeleteMQTTInsPublicEndpoint", req, cb);
|
|
@@ -222,7 +238,9 @@ Filters示例:
|
|
|
222
238
|
return this.request("DescribeRoleList", req, cb);
|
|
223
239
|
}
|
|
224
240
|
/**
|
|
225
|
-
*
|
|
241
|
+
* 下线trocket下mqtt接口
|
|
242
|
+
|
|
243
|
+
修改MQTT角色
|
|
226
244
|
*/
|
|
227
245
|
async ModifyMQTTUser(req, cb) {
|
|
228
246
|
return this.request("ModifyMQTTUser", req, cb);
|
|
@@ -237,6 +255,7 @@ Filters示例:
|
|
|
237
255
|
* 查询主题关联的生产者列表信息,Filters支持以下筛选条件:
|
|
238
256
|
- ClientIP,客户端IP
|
|
239
257
|
- ClientID,客户端ID
|
|
258
|
+
当前 API 适用集群:5.x 集群。4.x 集群的查询生产者客户端列表接口文档见 [DescribeRocketMQProducers](https://cloud.tencent.com/document/api/1179/122749)。
|
|
240
259
|
*/
|
|
241
260
|
async DescribeProducerList(req, cb) {
|
|
242
261
|
return this.request("DescribeProducerList", req, cb);
|
|
@@ -248,7 +267,9 @@ Filters示例:
|
|
|
248
267
|
return this.request("ModifyConsumerGroup", req, cb);
|
|
249
268
|
}
|
|
250
269
|
/**
|
|
251
|
-
*
|
|
270
|
+
* 下线trocket下mqtt接口
|
|
271
|
+
|
|
272
|
+
查询MQTT实例公网接入点
|
|
252
273
|
*/
|
|
253
274
|
async DescribeMQTTInsVPCEndpoints(req, cb) {
|
|
254
275
|
return this.request("DescribeMQTTInsVPCEndpoints", req, cb);
|
|
@@ -272,19 +293,25 @@ Filters示例:
|
|
|
272
293
|
return this.request("DeleteRole", req, cb);
|
|
273
294
|
}
|
|
274
295
|
/**
|
|
275
|
-
*
|
|
296
|
+
* 下线trocket下mqtt接口
|
|
297
|
+
|
|
298
|
+
删除MQTT实例
|
|
276
299
|
*/
|
|
277
300
|
async DeleteMQTTInstance(req, cb) {
|
|
278
301
|
return this.request("DeleteMQTTInstance", req, cb);
|
|
279
302
|
}
|
|
280
303
|
/**
|
|
281
|
-
*
|
|
304
|
+
* 下线trocket下mqtt接口
|
|
305
|
+
|
|
306
|
+
查询MQTT消息详情
|
|
282
307
|
*/
|
|
283
308
|
async DescribeMQTTMessage(req, cb) {
|
|
284
309
|
return this.request("DescribeMQTTMessage", req, cb);
|
|
285
310
|
}
|
|
286
311
|
/**
|
|
287
|
-
*
|
|
312
|
+
* 下线trocket下mqtt接口
|
|
313
|
+
|
|
314
|
+
更新MQTT实例公网接入点
|
|
288
315
|
*/
|
|
289
316
|
async ModifyMQTTInsPublicEndpoint(req, cb) {
|
|
290
317
|
return this.request("ModifyMQTTInsPublicEndpoint", req, cb);
|
|
@@ -302,7 +329,9 @@ Filters示例:
|
|
|
302
329
|
return this.request("DescribeConsumerLag", req, cb);
|
|
303
330
|
}
|
|
304
331
|
/**
|
|
305
|
-
*
|
|
332
|
+
* 下线trocket下mqtt接口
|
|
333
|
+
|
|
334
|
+
查询mqtt主题详情
|
|
306
335
|
*/
|
|
307
336
|
async DescribeMQTTTopic(req, cb) {
|
|
308
337
|
return this.request("DescribeMQTTTopic", req, cb);
|
|
@@ -344,7 +373,9 @@ Filters示例:
|
|
|
344
373
|
return this.request("ResetConsumerGroupOffset", req, cb);
|
|
345
374
|
}
|
|
346
375
|
/**
|
|
347
|
-
*
|
|
376
|
+
* 下线trocket下mqtt接口
|
|
377
|
+
|
|
378
|
+
获取主题列表,Filter参数使用说明如下:
|
|
348
379
|
|
|
349
380
|
1. TopicName,主题名称模糊搜索
|
|
350
381
|
2. TopicType,主题类型查询,支持多选,可选值:Normal,Order,Transaction,DelayScheduled
|
|
@@ -353,13 +384,17 @@ Filters示例:
|
|
|
353
384
|
return this.request("DescribeMQTTTopicList", req, cb);
|
|
354
385
|
}
|
|
355
386
|
/**
|
|
356
|
-
*
|
|
387
|
+
* 下线trocket下mqtt接口
|
|
388
|
+
|
|
389
|
+
查询实例信息
|
|
357
390
|
*/
|
|
358
391
|
async DescribeMQTTInstance(req, cb) {
|
|
359
392
|
return this.request("DescribeMQTTInstance", req, cb);
|
|
360
393
|
}
|
|
361
394
|
/**
|
|
362
|
-
*
|
|
395
|
+
* 下线trocket下mqtt接口
|
|
396
|
+
|
|
397
|
+
创建主题
|
|
363
398
|
*/
|
|
364
399
|
async CreateMQTTTopic(req, cb) {
|
|
365
400
|
return this.request("CreateMQTTTopic", req, cb);
|
|
@@ -371,7 +406,9 @@ Filters示例:
|
|
|
371
406
|
return this.request("CreateInstance", req, cb);
|
|
372
407
|
}
|
|
373
408
|
/**
|
|
374
|
-
*
|
|
409
|
+
* 下线trocket下mqtt接口
|
|
410
|
+
|
|
411
|
+
删除MQTT主题
|
|
375
412
|
*/
|
|
376
413
|
async DeleteMQTTTopic(req, cb) {
|
|
377
414
|
return this.request("DeleteMQTTTopic", req, cb);
|
|
@@ -401,31 +438,40 @@ Filters示例:
|
|
|
401
438
|
return this.request("DescribeTopicList", req, cb);
|
|
402
439
|
}
|
|
403
440
|
/**
|
|
404
|
-
*
|
|
441
|
+
* 重新发送死信消息。
|
|
442
|
+
当前 API 适用集群:5.x集群。4.x 集群的重发死信消息接口文档见 [RetryRocketMQDlqMessage](https://cloud.tencent.com/document/api/1179/114595)。
|
|
405
443
|
*/
|
|
406
444
|
async ResendDeadLetterMessage(req, cb) {
|
|
407
445
|
return this.request("ResendDeadLetterMessage", req, cb);
|
|
408
446
|
}
|
|
409
447
|
/**
|
|
410
|
-
*
|
|
448
|
+
* 下线trocket下mqtt接口
|
|
449
|
+
|
|
450
|
+
查询MQTT实例公网接入点
|
|
411
451
|
*/
|
|
412
452
|
async DescribeMQTTInsPublicEndpoints(req, cb) {
|
|
413
453
|
return this.request("DescribeMQTTInsPublicEndpoints", req, cb);
|
|
414
454
|
}
|
|
415
455
|
/**
|
|
416
|
-
*
|
|
456
|
+
* 下线trocket下mqtt接口
|
|
457
|
+
|
|
458
|
+
查询MQTT集群证书列表
|
|
417
459
|
*/
|
|
418
460
|
async DescribeMQTTInstanceCert(req, cb) {
|
|
419
461
|
return this.request("DescribeMQTTInstanceCert", req, cb);
|
|
420
462
|
}
|
|
421
463
|
/**
|
|
422
|
-
*
|
|
464
|
+
* 下线trocket下mqtt接口
|
|
465
|
+
|
|
466
|
+
修改实例属性
|
|
423
467
|
*/
|
|
424
468
|
async ModifyMQTTInstance(req, cb) {
|
|
425
469
|
return this.request("ModifyMQTTInstance", req, cb);
|
|
426
470
|
}
|
|
427
471
|
/**
|
|
428
|
-
*
|
|
472
|
+
* 下线trocket下mqtt接口
|
|
473
|
+
|
|
474
|
+
获取实例列表,Filters参数使用说明如下:
|
|
429
475
|
1. InstanceName, 名称模糊查询
|
|
430
476
|
2. InstanceId,实例ID查询
|
|
431
477
|
3. InstanceType, 实例类型查询,支持多选
|
|
@@ -451,7 +497,9 @@ Filters示例:
|
|
|
451
497
|
return this.request("DescribeConsumerGroupList", req, cb);
|
|
452
498
|
}
|
|
453
499
|
/**
|
|
454
|
-
*
|
|
500
|
+
* 下线trocket下mqtt接口
|
|
501
|
+
|
|
502
|
+
购买新的MQTT实例
|
|
455
503
|
*/
|
|
456
504
|
async CreateMQTTInstance(req, cb) {
|
|
457
505
|
return this.request("CreateMQTTInstance", req, cb);
|
|
@@ -490,7 +538,9 @@ Filters示例:
|
|
|
490
538
|
return this.request("DescribeFusionInstanceList", req, cb);
|
|
491
539
|
}
|
|
492
540
|
/**
|
|
493
|
-
*
|
|
541
|
+
* 下线trocket下mqtt接口
|
|
542
|
+
|
|
543
|
+
添加mqtt角色
|
|
494
544
|
*/
|
|
495
545
|
async CreateMQTTUser(req, cb) {
|
|
496
546
|
return this.request("CreateMQTTUser", req, cb);
|
|
@@ -502,7 +552,9 @@ Filters示例:
|
|
|
502
552
|
return this.request("ModifyRole", req, cb);
|
|
503
553
|
}
|
|
504
554
|
/**
|
|
505
|
-
*
|
|
555
|
+
* 下线trocket下mqtt接口
|
|
556
|
+
|
|
557
|
+
查询 MQTT 客户端详情
|
|
506
558
|
*/
|
|
507
559
|
async DescribeMQTTClient(req, cb) {
|
|
508
560
|
return this.request("DescribeMQTTClient", req, cb);
|
|
@@ -559,7 +611,9 @@ Type,根据任务类型精确查找
|
|
|
559
611
|
return this.request("RollbackMigratingTopicStage", req, cb);
|
|
560
612
|
}
|
|
561
613
|
/**
|
|
562
|
-
*
|
|
614
|
+
* 下线trocket下mqtt接口
|
|
615
|
+
|
|
616
|
+
为MQTT实例创建公网接入点
|
|
563
617
|
*/
|
|
564
618
|
async CreateMQTTInsPublicEndpoint(req, cb) {
|
|
565
619
|
return this.request("CreateMQTTInsPublicEndpoint", req, cb);
|
|
@@ -2349,11 +2349,11 @@ export interface DeleteMQTTInstanceResponse {
|
|
|
2349
2349
|
*/
|
|
2350
2350
|
export interface VerifyMessageConsumptionRequest {
|
|
2351
2351
|
/**
|
|
2352
|
-
* 实例ID
|
|
2352
|
+
* 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
|
|
2353
2353
|
*/
|
|
2354
2354
|
InstanceId: string;
|
|
2355
2355
|
/**
|
|
2356
|
-
*
|
|
2356
|
+
* 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
|
|
2357
2357
|
*/
|
|
2358
2358
|
Topic: string;
|
|
2359
2359
|
/**
|
|
@@ -2365,7 +2365,7 @@ export interface VerifyMessageConsumptionRequest {
|
|
|
2365
2365
|
*/
|
|
2366
2366
|
MsgId: string;
|
|
2367
2367
|
/**
|
|
2368
|
-
*
|
|
2368
|
+
* 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
|
|
2369
2369
|
*/
|
|
2370
2370
|
ConsumerGroup?: string;
|
|
2371
2371
|
}
|
|
@@ -775,6 +775,10 @@ export interface SecurityGroupPolicy {
|
|
|
775
775
|
* 安全组最近修改时间。
|
|
776
776
|
*/
|
|
777
777
|
ModifyTime?: string;
|
|
778
|
+
/**
|
|
779
|
+
* 安全组规则优先级,值会随着安全组规则的变更动态变化。使用Priority时,请先调用`DescribeSecurityGroupPolicies`获取到规则的Priority,并且结合返回值中的Version一起使用处理规则。
|
|
780
|
+
*/
|
|
781
|
+
Priority?: number;
|
|
778
782
|
}
|
|
779
783
|
/**
|
|
780
784
|
* DeleteVpnGatewaySslServer返回参数结构体
|
|
@@ -15030,6 +15030,10 @@ export interface UpdateWorkflowInfoRequest {
|
|
|
15030
15030
|
* 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
|
|
15031
15031
|
*/
|
|
15032
15032
|
GeneralTaskParams?: Array<GeneralTaskParam>;
|
|
15033
|
+
/**
|
|
15034
|
+
* 工作流依赖,yes/no。开启后表示当前任务依赖本工作流上个周期的所有任务。仅支持当前任务所在工作流的任务全部为同周期的情况,如果非同周期则不生效,请在工作流-统一调度上进行配置。
|
|
15035
|
+
*/
|
|
15036
|
+
DependencyWorkflow?: string;
|
|
15033
15037
|
}
|
|
15034
15038
|
/**
|
|
15035
15039
|
* 补录计划任务集合
|
|
@@ -17098,6 +17102,14 @@ export interface DescribeTestRunningRecordRequest {
|
|
|
17098
17102
|
* 分页索引
|
|
17099
17103
|
*/
|
|
17100
17104
|
PageIndex?: number;
|
|
17105
|
+
/**
|
|
17106
|
+
* 状态列表 LAUNCHED:等待运行 RUNNING:运行中 KILLING:终止中 KILLED:已终止 SUCCESS:成功 FAILED:失败 SKIP_RUNNING 跳过运行 NEVER_RUN:未运行
|
|
17107
|
+
*/
|
|
17108
|
+
StatusList?: Array<string>;
|
|
17109
|
+
/**
|
|
17110
|
+
* 排序条件 排序的key:timeCost,startTime
|
|
17111
|
+
*/
|
|
17112
|
+
OrderConditionList?: Array<OrderCondition>;
|
|
17101
17113
|
}
|
|
17102
17114
|
/**
|
|
17103
17115
|
* 数据质量阈值
|