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