tencentcloud-sdk-nodejs 4.1.236 → 4.1.237
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/es/services/iotexplorer/v20190423/iotexplorer_client.js +74 -14
- package/es/services/mqtt/v20240516/mqtt_client.js +11 -5
- package/es/services/tdai/v20250717/tdai_client.js +50 -23
- 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/cvm/v20170312/cvm_models.d.ts +3 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +49 -32
- package/tencentcloud/services/es/v20180416/es_models.d.ts +70 -67
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +98 -16
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +144 -22
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1330 -172
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +17 -9
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +23 -11
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +114 -37
- package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +63 -27
- package/tencentcloud/services/tdai/v20250717/tdai_client.js +93 -39
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +454 -16
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +37 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +508 -526
|
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("iotexplorer.tencentcloudapi.com", "2019-04-23", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 查询 TWeSee 预付费新购价格
|
|
32
|
+
*/
|
|
33
|
+
async InquireTWeSeeSubscriptionCreatePrice(req, cb) {
|
|
34
|
+
return this.request("InquireTWeSeeSubscriptionCreatePrice", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 本接口(GetCOSURL)用于获取固件COS存储的上传请求URL地址
|
|
32
38
|
*/
|
|
@@ -51,6 +57,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
51
57
|
async DescribeFirmwareUpdateStatus(req, cb) {
|
|
52
58
|
return this.request("DescribeFirmwareUpdateStatus", req, cb);
|
|
53
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* 退订 TWeSee 预付费订阅
|
|
62
|
+
*/
|
|
63
|
+
async TerminateTWeSeeSubscription(req, cb) {
|
|
64
|
+
return this.request("TerminateTWeSeeSubscription", req, cb);
|
|
65
|
+
}
|
|
54
66
|
/**
|
|
55
67
|
* 获取视频语义异步搜索任务详情
|
|
56
68
|
*/
|
|
@@ -69,6 +81,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
69
81
|
async DescribeCloudStorageEventsWithAITasks(req, cb) {
|
|
70
82
|
return this.request("DescribeCloudStorageEventsWithAITasks", req, cb);
|
|
71
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* 获取某个时间段的视频内容关键字
|
|
86
|
+
*/
|
|
87
|
+
async InvokeVideosKeywordsAnalyzer(req, cb) {
|
|
88
|
+
return this.request("InvokeVideosKeywordsAnalyzer", req, cb);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* 续费 TWeSee 预付费订阅
|
|
92
|
+
*/
|
|
93
|
+
async RenewTWeSeeSubscription(req, cb) {
|
|
94
|
+
return this.request("RenewTWeSeeSubscription", req, cb);
|
|
95
|
+
}
|
|
72
96
|
/**
|
|
73
97
|
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
74
98
|
*/
|
|
@@ -81,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
81
105
|
async CreateCloudStorageAIService(req, cb) {
|
|
82
106
|
return this.request("CreateCloudStorageAIService", req, cb);
|
|
83
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* 创建 TWeSee 回调目标
|
|
110
|
+
*/
|
|
111
|
+
async CreateTWeSeeCallback(req, cb) {
|
|
112
|
+
return this.request("CreateTWeSeeCallback", req, cb);
|
|
113
|
+
}
|
|
84
114
|
/**
|
|
85
115
|
* 提供查询用户所创建的项目列表查询功能。
|
|
86
116
|
*/
|
|
@@ -291,6 +321,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
291
321
|
async DescribeCloudStorageAIService(req, cb) {
|
|
292
322
|
return this.request("DescribeCloudStorageAIService", req, cb);
|
|
293
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* 获取 TWeSee 任务统计数据
|
|
326
|
+
*/
|
|
327
|
+
async DescribeTWeSeeTaskStatistics(req, cb) {
|
|
328
|
+
return this.request("DescribeTWeSeeTaskStatistics", req, cb);
|
|
329
|
+
}
|
|
294
330
|
/**
|
|
295
331
|
* 获取围栏绑定信息列表。
|
|
296
332
|
*/
|
|
@@ -340,10 +376,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
340
376
|
return this.request("DescribeTWeTalkAIBot", req, cb);
|
|
341
377
|
}
|
|
342
378
|
/**
|
|
343
|
-
*
|
|
379
|
+
* 开通 TWeSee 后付费服务
|
|
344
380
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
381
|
+
async CreateTWeSeePostPaidService(req, cb) {
|
|
382
|
+
return this.request("CreateTWeSeePostPaidService", req, cb);
|
|
347
383
|
}
|
|
348
384
|
/**
|
|
349
385
|
* 拉取云存用户列表
|
|
@@ -358,11 +394,19 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
358
394
|
return this.request("TransferCloudStorage", req, cb);
|
|
359
395
|
}
|
|
360
396
|
/**
|
|
361
|
-
*
|
|
397
|
+
* DescribeLicenseOverView代替
|
|
398
|
+
|
|
399
|
+
用于查询视频激活码统计概览
|
|
362
400
|
*/
|
|
363
401
|
async DescribeVideoLicense(req, cb) {
|
|
364
402
|
return this.request("DescribeVideoLicense", req, cb);
|
|
365
403
|
}
|
|
404
|
+
/**
|
|
405
|
+
* 删除 TWeSee 回调目标
|
|
406
|
+
*/
|
|
407
|
+
async DeleteTWeSeeCallback(req, cb) {
|
|
408
|
+
return this.request("DeleteTWeSeeCallback", req, cb);
|
|
409
|
+
}
|
|
366
410
|
/**
|
|
367
411
|
* 本接口(BatchUpdateFirmware)用于批量更新设备固件
|
|
368
412
|
*/
|
|
@@ -388,10 +432,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
388
432
|
return this.request("SearchStudioProduct", req, cb);
|
|
389
433
|
}
|
|
390
434
|
/**
|
|
391
|
-
*
|
|
435
|
+
* 开通 TWeSee 预付费订阅
|
|
392
436
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
437
|
+
async CreateTWeSeeSubscription(req, cb) {
|
|
438
|
+
return this.request("CreateTWeSeeSubscription", req, cb);
|
|
395
439
|
}
|
|
396
440
|
/**
|
|
397
441
|
* 继承云存用户
|
|
@@ -423,6 +467,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
423
467
|
async TransferTWeCallDevice(req, cb) {
|
|
424
468
|
return this.request("TransferTWeCallDevice", req, cb);
|
|
425
469
|
}
|
|
470
|
+
/**
|
|
471
|
+
* 修改 TWeSee 回调目标
|
|
472
|
+
*/
|
|
473
|
+
async ModifyTWeSeeCallback(req, cb) {
|
|
474
|
+
return this.request("ModifyTWeSeeCallback", req, cb);
|
|
475
|
+
}
|
|
426
476
|
/**
|
|
427
477
|
* 本接口(ListFirmwares)用于获取固件列表
|
|
428
478
|
*/
|
|
@@ -453,6 +503,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
453
503
|
async CreateTWeTalkProductConfig(req, cb) {
|
|
454
504
|
return this.request("CreateTWeTalkProductConfig", req, cb);
|
|
455
505
|
}
|
|
506
|
+
/**
|
|
507
|
+
* 修改 TWeSee 预付费订阅
|
|
508
|
+
*/
|
|
509
|
+
async ModifyTWeSeeSubscription(req, cb) {
|
|
510
|
+
return this.request("ModifyTWeSeeSubscription", req, cb);
|
|
511
|
+
}
|
|
456
512
|
/**
|
|
457
513
|
* 删除围栏绑定信息。
|
|
458
514
|
*/
|
|
@@ -550,10 +606,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
550
606
|
return this.request("CreateTWeTalkProductConfigV2", req, cb);
|
|
551
607
|
}
|
|
552
608
|
/**
|
|
553
|
-
*
|
|
609
|
+
* 为用户提供新建项目的能力,用于集中管理产品和应用。
|
|
554
610
|
*/
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
611
|
+
async CreateProject(req, cb) {
|
|
612
|
+
return this.request("CreateProject", req, cb);
|
|
557
613
|
}
|
|
558
614
|
/**
|
|
559
615
|
* 提供给用户异步调用设备行为的能力
|
|
@@ -561,6 +617,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
561
617
|
async CallDeviceActionAsync(req, cb) {
|
|
562
618
|
return this.request("CallDeviceActionAsync", req, cb);
|
|
563
619
|
}
|
|
620
|
+
/**
|
|
621
|
+
* 调用 TWeSee 视觉理解算法
|
|
622
|
+
*/
|
|
623
|
+
async InvokeTWeSeeComprehension(req, cb) {
|
|
624
|
+
return this.request("InvokeTWeSeeComprehension", req, cb);
|
|
625
|
+
}
|
|
564
626
|
/**
|
|
565
627
|
* 修改LoRa自定义频点
|
|
566
628
|
*/
|
|
@@ -579,6 +641,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
579
641
|
async DeleteProject(req, cb) {
|
|
580
642
|
return this.request("DeleteProject", req, cb);
|
|
581
643
|
}
|
|
644
|
+
/**
|
|
645
|
+
* 查询 TWeSee 后付费服务
|
|
646
|
+
*/
|
|
647
|
+
async DescribeTWeSeePostPaidService(req, cb) {
|
|
648
|
+
return this.request("DescribeTWeSeePostPaidService", req, cb);
|
|
649
|
+
}
|
|
650
|
+
/**
|
|
651
|
+
* 查询 TWeSee 预付费订阅
|
|
652
|
+
*/
|
|
653
|
+
async DescribeTWeSeeSubscription(req, cb) {
|
|
654
|
+
return this.request("DescribeTWeSeeSubscription", req, cb);
|
|
655
|
+
}
|
|
582
656
|
/**
|
|
583
657
|
* 用于新增TWeTalk智能体。
|
|
584
658
|
*/
|
|
@@ -745,6 +819,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
745
819
|
async ModifyApplication(req, cb) {
|
|
746
820
|
return this.request("ModifyApplication", req, cb);
|
|
747
821
|
}
|
|
822
|
+
/**
|
|
823
|
+
* 修改 TWeSee 预付费订阅续费标识
|
|
824
|
+
*/
|
|
825
|
+
async ModifyTWeSeeSubscriptionRenewFlag(req, cb) {
|
|
826
|
+
return this.request("ModifyTWeSeeSubscriptionRenewFlag", req, cb);
|
|
827
|
+
}
|
|
748
828
|
/**
|
|
749
829
|
* 批量禁用启用设备
|
|
750
830
|
*/
|
|
@@ -793,6 +873,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
793
873
|
async ResetTWeCallDevice(req, cb) {
|
|
794
874
|
return this.request("ResetTWeCallDevice", req, cb);
|
|
795
875
|
}
|
|
876
|
+
/**
|
|
877
|
+
* 查询 TWeSee 预付费续费价格
|
|
878
|
+
*/
|
|
879
|
+
async InquireTWeSeeSubscriptionRenewPrice(req, cb) {
|
|
880
|
+
return this.request("InquireTWeSeeSubscriptionRenewPrice", req, cb);
|
|
881
|
+
}
|
|
796
882
|
/**
|
|
797
883
|
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
798
884
|
*/
|
|
@@ -811,6 +897,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
811
897
|
async UpdateFirmware(req, cb) {
|
|
812
898
|
return this.request("UpdateFirmware", req, cb);
|
|
813
899
|
}
|
|
900
|
+
/**
|
|
901
|
+
* 查询 TWeSee 回调目标详情
|
|
902
|
+
*/
|
|
903
|
+
async DescribeTWeSeeCallback(req, cb) {
|
|
904
|
+
return this.request("DescribeTWeSeeCallback", req, cb);
|
|
905
|
+
}
|
|
814
906
|
/**
|
|
815
907
|
* 用于查询TWeTalk服务连接产品配置信息。
|
|
816
908
|
*/
|
|
@@ -835,6 +927,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
835
927
|
async DescribeGatewaySubProducts(req, cb) {
|
|
836
928
|
return this.request("DescribeGatewaySubProducts", req, cb);
|
|
837
929
|
}
|
|
930
|
+
/**
|
|
931
|
+
* 查询 TWeSee 任务详情
|
|
932
|
+
*/
|
|
933
|
+
async DescribeTWeSeeTask(req, cb) {
|
|
934
|
+
return this.request("DescribeTWeSeeTask", req, cb);
|
|
935
|
+
}
|
|
838
936
|
/**
|
|
839
937
|
* TWeTalk设备激活接口。
|
|
840
938
|
*/
|
|
@@ -889,6 +987,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
889
987
|
async CreateBatchProduction(req, cb) {
|
|
890
988
|
return this.request("CreateBatchProduction", req, cb);
|
|
891
989
|
}
|
|
990
|
+
/**
|
|
991
|
+
* 销毁 TWeSee 预付费订阅
|
|
992
|
+
*/
|
|
993
|
+
async DestroyTWeSeeSubscription(req, cb) {
|
|
994
|
+
return this.request("DestroyTWeSeeSubscription", req, cb);
|
|
995
|
+
}
|
|
892
996
|
/**
|
|
893
997
|
* 创建设备云存 AI 分析任务
|
|
894
998
|
*/
|
|
@@ -944,10 +1048,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
944
1048
|
return this.request("DescribeModelDefinition", req, cb);
|
|
945
1049
|
}
|
|
946
1050
|
/**
|
|
947
|
-
*
|
|
1051
|
+
* 查询绑定到家庭的网关设备的子设备列表
|
|
948
1052
|
*/
|
|
949
|
-
async
|
|
950
|
-
return this.request("
|
|
1053
|
+
async DescribeGatewaySubDeviceList(req, cb) {
|
|
1054
|
+
return this.request("DescribeGatewaySubDeviceList", req, cb);
|
|
951
1055
|
}
|
|
952
1056
|
/**
|
|
953
1057
|
* 获取量产详情信息。
|
|
@@ -998,10 +1102,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
998
1102
|
return this.request("CheckFirmwareUpdate", req, cb);
|
|
999
1103
|
}
|
|
1000
1104
|
/**
|
|
1001
|
-
*
|
|
1105
|
+
* 拉取多个云存事件缩略图
|
|
1002
1106
|
*/
|
|
1003
|
-
async
|
|
1004
|
-
return this.request("
|
|
1107
|
+
async DescribeCloudStorageMultiThumbnail(req, cb) {
|
|
1108
|
+
return this.request("DescribeCloudStorageMultiThumbnail", req, cb);
|
|
1005
1109
|
}
|
|
1006
1110
|
/**
|
|
1007
1111
|
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
@@ -1111,6 +1215,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1111
1215
|
async DeleteTopicPolicy(req, cb) {
|
|
1112
1216
|
return this.request("DeleteTopicPolicy", req, cb);
|
|
1113
1217
|
}
|
|
1218
|
+
/**
|
|
1219
|
+
* 短摘要列表查询
|
|
1220
|
+
*/
|
|
1221
|
+
async ListTWeSeeTasks(req, cb) {
|
|
1222
|
+
return this.request("ListTWeSeeTasks", req, cb);
|
|
1223
|
+
}
|
|
1114
1224
|
/**
|
|
1115
1225
|
* 用于查询某个产品下的设备列表
|
|
1116
1226
|
*/
|
|
@@ -1130,10 +1240,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1130
1240
|
return this.request("DescribeCloudStorageAIServiceTask", req, cb);
|
|
1131
1241
|
}
|
|
1132
1242
|
/**
|
|
1133
|
-
*
|
|
1243
|
+
* 上传文件并同步执行 TWeSee 语义理解任务
|
|
1134
1244
|
*/
|
|
1135
|
-
async
|
|
1136
|
-
return this.request("
|
|
1245
|
+
async InvokeTWeSeeRecognitionTaskWithFile(req, cb) {
|
|
1246
|
+
return this.request("InvokeTWeSeeRecognitionTaskWithFile", req, cb);
|
|
1137
1247
|
}
|
|
1138
1248
|
/**
|
|
1139
1249
|
* 公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
|
|
@@ -1189,6 +1299,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1189
1299
|
async DescribeCloudStorageAIServiceTasks(req, cb) {
|
|
1190
1300
|
return this.request("DescribeCloudStorageAIServiceTasks", req, cb);
|
|
1191
1301
|
}
|
|
1302
|
+
/**
|
|
1303
|
+
* 查询 TWeSee 回调目标列表
|
|
1304
|
+
*/
|
|
1305
|
+
async ListTWeSeeCallback(req, cb) {
|
|
1306
|
+
return this.request("ListTWeSeeCallback", req, cb);
|
|
1307
|
+
}
|
|
1192
1308
|
/**
|
|
1193
1309
|
* 搜索规则
|
|
1194
1310
|
*/
|
|
@@ -1256,10 +1372,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1256
1372
|
return this.request("CreateFenceBind", req, cb);
|
|
1257
1373
|
}
|
|
1258
1374
|
/**
|
|
1259
|
-
*
|
|
1375
|
+
* 查询 TWeSee 语义理解任务
|
|
1260
1376
|
*/
|
|
1261
|
-
async
|
|
1262
|
-
return this.request("
|
|
1377
|
+
async DescribeTWeSeeRecognitionTask(req, cb) {
|
|
1378
|
+
return this.request("DescribeTWeSeeRecognitionTask", req, cb);
|
|
1263
1379
|
}
|
|
1264
1380
|
/**
|
|
1265
1381
|
* 获取云存套餐包消耗详细记录
|
|
@@ -1267,5 +1383,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1267
1383
|
async DescribeCloudStoragePackageConsumeDetails(req, cb) {
|
|
1268
1384
|
return this.request("DescribeCloudStoragePackageConsumeDetails", req, cb);
|
|
1269
1385
|
}
|
|
1386
|
+
/**
|
|
1387
|
+
* 修改规则
|
|
1388
|
+
*/
|
|
1389
|
+
async ModifyTopicRule(req, cb) {
|
|
1390
|
+
return this.request("ModifyTopicRule", req, cb);
|
|
1391
|
+
}
|
|
1270
1392
|
}
|
|
1271
1393
|
exports.Client = Client;
|