tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl

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 (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -182,6 +182,13 @@
182
182
  "output": "CreateTRTCSignaturesWithRoomIdResponse",
183
183
  "status": "online"
184
184
  },
185
+ "CreateTWeSeeRecognitionTask": {
186
+ "document": "创建 TWeSee 语义理解任务",
187
+ "input": "CreateTWeSeeRecognitionTaskRequest",
188
+ "name": "创建 TWeSee 语义理解任务",
189
+ "output": "CreateTWeSeeRecognitionTaskResponse",
190
+ "status": "online"
191
+ },
185
192
  "CreateTopicPolicy": {
186
193
  "document": "本接口(CreateTopicPolicy)用于创建一个Topic",
187
194
  "input": "CreateTopicPolicyRequest",
@@ -427,6 +434,13 @@
427
434
  "output": "DescribeCloudStorageUsersResponse",
428
435
  "status": "online"
429
436
  },
437
+ "DescribeCsReportCountDataInfo": {
438
+ "document": "获取云存上报统计信息",
439
+ "input": "DescribeCsReportCountDataInfoRequest",
440
+ "name": "获取云存上报统计信息",
441
+ "output": "DescribeCsReportCountDataInfoResponse",
442
+ "status": "online"
443
+ },
430
444
  "DescribeDevice": {
431
445
  "document": "用于查看某个设备的详细信息",
432
446
  "input": "DescribeDeviceRequest",
@@ -470,11 +484,11 @@
470
484
  "status": "online"
471
485
  },
472
486
  "DescribeDeviceLocationSolve": {
473
- "document": "获取实时位置解析",
487
+ "document": "获取实时位置解析依赖于teg位置服务,近30天调用只有2个个人账号调用,产品推下线\n\n获取实时位置解析",
474
488
  "input": "DescribeDeviceLocationSolveRequest",
475
489
  "name": "获取实时位置解析",
476
490
  "output": "DescribeDeviceLocationSolveResponse",
477
- "status": "online"
491
+ "status": "deprecated"
478
492
  },
479
493
  "DescribeDevicePackages": {
480
494
  "document": "根据设备信息拉取有效套餐列表",
@@ -630,6 +644,13 @@
630
644
  "output": "DescribeStudioProductResponse",
631
645
  "status": "online"
632
646
  },
647
+ "DescribeTWeSeeConfig": {
648
+ "document": "拉取 TWeSee 配置",
649
+ "input": "DescribeTWeSeeConfigRequest",
650
+ "name": "查询 TWeSee 配置",
651
+ "output": "DescribeTWeSeeConfigResponse",
652
+ "status": "online"
653
+ },
633
654
  "DescribeTopicPolicy": {
634
655
  "document": "本接口(DescribeTopicPolicy)用于查看Topic详细信息",
635
656
  "input": "DescribeTopicPolicyRequest",
@@ -819,6 +840,13 @@
819
840
  "output": "InheritCloudStorageUserResponse",
820
841
  "status": "online"
821
842
  },
843
+ "InvokeAISearchService": {
844
+ "document": "视频语义搜索",
845
+ "input": "InvokeAISearchServiceRequest",
846
+ "name": "视频语义搜索",
847
+ "output": "InvokeAISearchServiceResponse",
848
+ "status": "online"
849
+ },
822
850
  "InvokeCloudStorageAIServiceTask": {
823
851
  "document": "同步执行设备云存 AI 分析任务",
824
852
  "input": "InvokeCloudStorageAIServiceTaskRequest",
@@ -833,6 +861,13 @@
833
861
  "output": "InvokeExternalSourceAIServiceTaskResponse",
834
862
  "status": "online"
835
863
  },
864
+ "InvokeTWeSeeRecognitionTask": {
865
+ "document": "同步执行 TWeSee 语义理解任务",
866
+ "input": "InvokeTWeSeeRecognitionTaskRequest",
867
+ "name": "同步执行 TWeSee 语义理解任务",
868
+ "output": "InvokeTWeSeeRecognitionTaskResponse",
869
+ "status": "online"
870
+ },
836
871
  "ListEventHistory": {
837
872
  "document": "获取设备的历史事件",
838
873
  "input": "ListEventHistoryRequest",
@@ -945,6 +980,13 @@
945
980
  "output": "ModifyStudioProductResponse",
946
981
  "status": "online"
947
982
  },
983
+ "ModifyTWeSeeConfig": {
984
+ "document": "修改 TWeSee 配置",
985
+ "input": "ModifyTWeSeeConfigRequest",
986
+ "name": "修改 TWeSee 配置",
987
+ "output": "ModifyTWeSeeConfigResponse",
988
+ "status": "online"
989
+ },
948
990
  "ModifyTopicPolicy": {
949
991
  "document": "本接口(UpdateTopicPolicy)用于更新Topic信息",
950
992
  "input": "ModifyTopicPolicyRequest",
@@ -1942,7 +1984,7 @@
1942
1984
  {
1943
1985
  "disabled": false,
1944
1986
  "document": "订单号",
1945
- "example": "100",
1987
+ "example": "2024020213642",
1946
1988
  "member": "string",
1947
1989
  "name": "PkgId",
1948
1990
  "required": true,
@@ -2377,25 +2419,25 @@
2377
2419
  },
2378
2420
  {
2379
2421
  "disabled": false,
2380
- "document": "事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败\t\n注意:此字段可能返回 null,表示取不到有效值。",
2422
+ "document": "事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败\t",
2381
2423
  "example": "Finished",
2382
2424
  "member": "string",
2383
2425
  "name": "UploadStatus",
2384
2426
  "output_required": false,
2385
2427
  "required": false,
2386
2428
  "type": "string",
2387
- "value_allowed_null": true
2429
+ "value_allowed_null": false
2388
2430
  },
2389
2431
  {
2390
2432
  "disabled": false,
2391
- "document": "事件自定义数据\t\n注意:此字段可能返回 null,表示取不到有效值。",
2433
+ "document": "事件自定义数据\t",
2392
2434
  "example": "name",
2393
2435
  "member": "string",
2394
2436
  "name": "Data",
2395
2437
  "output_required": false,
2396
2438
  "required": false,
2397
2439
  "type": "string",
2398
- "value_allowed_null": true
2440
+ "value_allowed_null": false
2399
2441
  }
2400
2442
  ],
2401
2443
  "usage": "both"
@@ -2686,6 +2728,72 @@
2686
2728
  ],
2687
2729
  "type": "object"
2688
2730
  },
2731
+ "CountDataInfo": {
2732
+ "document": "云存上报统计信息",
2733
+ "members": [
2734
+ {
2735
+ "disabled": false,
2736
+ "document": "视频上报异常次数",
2737
+ "example": "1",
2738
+ "member": "uint64",
2739
+ "name": "VideoExceptionNum",
2740
+ "output_required": false,
2741
+ "type": "int",
2742
+ "value_allowed_null": false
2743
+ },
2744
+ {
2745
+ "disabled": false,
2746
+ "document": "视频上报成功次数",
2747
+ "example": "99",
2748
+ "member": "uint64",
2749
+ "name": "VideoSuccessNum",
2750
+ "output_required": false,
2751
+ "type": "int",
2752
+ "value_allowed_null": false
2753
+ },
2754
+ {
2755
+ "disabled": false,
2756
+ "document": "视频上报成功率\n",
2757
+ "example": "99.00%",
2758
+ "member": "string",
2759
+ "name": "VideoSuccessRate",
2760
+ "output_required": false,
2761
+ "type": "string",
2762
+ "value_allowed_null": false
2763
+ },
2764
+ {
2765
+ "disabled": false,
2766
+ "document": "事件上报异常次数",
2767
+ "example": "1",
2768
+ "member": "uint64",
2769
+ "name": "EventExceptionNum",
2770
+ "output_required": false,
2771
+ "type": "int",
2772
+ "value_allowed_null": false
2773
+ },
2774
+ {
2775
+ "disabled": false,
2776
+ "document": "事件上报成功次数",
2777
+ "example": "99",
2778
+ "member": "uint64",
2779
+ "name": "EventSuccessNum",
2780
+ "output_required": false,
2781
+ "type": "int",
2782
+ "value_allowed_null": false
2783
+ },
2784
+ {
2785
+ "disabled": false,
2786
+ "document": "事件上报成功率",
2787
+ "example": "99.00%",
2788
+ "member": "string",
2789
+ "name": "EventSuccessRate",
2790
+ "output_required": false,
2791
+ "type": "string",
2792
+ "value_allowed_null": false
2793
+ }
2794
+ ],
2795
+ "usage": "out"
2796
+ },
2689
2797
  "CreateBatchProductionRequest": {
2690
2798
  "document": "CreateBatchProduction请求参数结构体",
2691
2799
  "members": [
@@ -4026,6 +4134,133 @@
4026
4134
  ],
4027
4135
  "type": "object"
4028
4136
  },
4137
+ "CreateTWeSeeRecognitionTaskRequest": {
4138
+ "document": "CreateTWeSeeRecognitionTask请求参数结构体",
4139
+ "members": [
4140
+ {
4141
+ "disabled": false,
4142
+ "document": "产品ID",
4143
+ "example": "product",
4144
+ "member": "string",
4145
+ "name": "ProductId",
4146
+ "required": true,
4147
+ "type": "string"
4148
+ },
4149
+ {
4150
+ "disabled": false,
4151
+ "document": "设备名称",
4152
+ "example": "devicename",
4153
+ "member": "string",
4154
+ "name": "DeviceName",
4155
+ "required": true,
4156
+ "type": "string"
4157
+ },
4158
+ {
4159
+ "disabled": false,
4160
+ "document": "输入视频 / 图片的 URL",
4161
+ "example": "https://example.com/video.mp4",
4162
+ "member": "string",
4163
+ "name": "InputURL",
4164
+ "required": true,
4165
+ "type": "string"
4166
+ },
4167
+ {
4168
+ "disabled": false,
4169
+ "document": "自定义事件 ID",
4170
+ "example": "alarm",
4171
+ "member": "string",
4172
+ "name": "CustomId",
4173
+ "required": false,
4174
+ "type": "string"
4175
+ },
4176
+ {
4177
+ "disabled": false,
4178
+ "document": "是否保存该事件使其可被搜索",
4179
+ "example": "false",
4180
+ "member": "bool",
4181
+ "name": "EnableSearch",
4182
+ "required": false,
4183
+ "type": "bool"
4184
+ },
4185
+ {
4186
+ "disabled": false,
4187
+ "document": "事件起始时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)",
4188
+ "example": "1743650670000",
4189
+ "member": "uint64",
4190
+ "name": "StartTimeMs",
4191
+ "required": false,
4192
+ "type": "int"
4193
+ },
4194
+ {
4195
+ "disabled": false,
4196
+ "document": "事件结束时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)",
4197
+ "example": "1743650680500",
4198
+ "member": "uint64",
4199
+ "name": "EndTimeMs",
4200
+ "required": false,
4201
+ "type": "int"
4202
+ },
4203
+ {
4204
+ "disabled": false,
4205
+ "document": "算法配置",
4206
+ "example": "{\"config_key\":\"config_value\"}",
4207
+ "member": "string",
4208
+ "name": "Config",
4209
+ "required": false,
4210
+ "type": "string"
4211
+ },
4212
+ {
4213
+ "disabled": false,
4214
+ "document": "是否自定义设备,为 true 时不检查设备存在性,默认为 false",
4215
+ "example": "false",
4216
+ "member": "bool",
4217
+ "name": "IsCustomDevice",
4218
+ "required": false,
4219
+ "type": "bool"
4220
+ },
4221
+ {
4222
+ "disabled": false,
4223
+ "document": "输入类型。可选值:\n\n- `video`:视频(默认值)\n- `image`:图片",
4224
+ "example": "video",
4225
+ "member": "string",
4226
+ "name": "InputType",
4227
+ "required": false,
4228
+ "type": "string"
4229
+ },
4230
+ {
4231
+ "disabled": false,
4232
+ "document": "摘要服务质量。可选值:\n\n- `minutely`:分钟级(默认值)\n- `immediate`:立即",
4233
+ "example": "minutely",
4234
+ "member": "string",
4235
+ "name": "SummaryQOS",
4236
+ "required": false,
4237
+ "type": "string"
4238
+ }
4239
+ ],
4240
+ "type": "object"
4241
+ },
4242
+ "CreateTWeSeeRecognitionTaskResponse": {
4243
+ "document": "CreateTWeSeeRecognitionTask返回参数结构体",
4244
+ "members": [
4245
+ {
4246
+ "disabled": false,
4247
+ "document": "任务 ID",
4248
+ "example": "fb066d7a-baac-4706-acda-058f56f82759",
4249
+ "member": "string",
4250
+ "name": "TaskId",
4251
+ "output_required": true,
4252
+ "type": "string",
4253
+ "value_allowed_null": false
4254
+ },
4255
+ {
4256
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4257
+ "member": "string",
4258
+ "name": "RequestId",
4259
+ "type": "string"
4260
+ }
4261
+ ],
4262
+ "type": "object"
4263
+ },
4029
4264
  "CreateTopicPolicyRequest": {
4030
4265
  "document": "CreateTopicPolicy请求参数结构体",
4031
4266
  "members": [
@@ -6276,6 +6511,79 @@
6276
6511
  ],
6277
6512
  "type": "object"
6278
6513
  },
6514
+ "DescribeCsReportCountDataInfoRequest": {
6515
+ "document": "DescribeCsReportCountDataInfo请求参数结构体",
6516
+ "members": [
6517
+ {
6518
+ "disabled": false,
6519
+ "document": "产品id",
6520
+ "example": "PTROMP3AOB",
6521
+ "member": "string",
6522
+ "name": "ProductId",
6523
+ "required": true,
6524
+ "type": "string"
6525
+ },
6526
+ {
6527
+ "disabled": false,
6528
+ "document": "设备名",
6529
+ "example": "dfsdfsd",
6530
+ "member": "string",
6531
+ "name": "DeviceName",
6532
+ "required": true,
6533
+ "type": "string"
6534
+ },
6535
+ {
6536
+ "disabled": false,
6537
+ "document": "统计开始时间戳",
6538
+ "example": "1743587952",
6539
+ "member": "uint64",
6540
+ "name": "StartTime",
6541
+ "required": true,
6542
+ "type": "int"
6543
+ },
6544
+ {
6545
+ "disabled": false,
6546
+ "document": "统计结束时间戳",
6547
+ "example": "1743587952",
6548
+ "member": "uint64",
6549
+ "name": "EndTime",
6550
+ "required": true,
6551
+ "type": "int"
6552
+ },
6553
+ {
6554
+ "disabled": false,
6555
+ "document": "设备通道",
6556
+ "example": "1",
6557
+ "member": "uint64",
6558
+ "name": "ChannelId",
6559
+ "required": false,
6560
+ "type": "int"
6561
+ }
6562
+ ],
6563
+ "type": "object"
6564
+ },
6565
+ "DescribeCsReportCountDataInfoResponse": {
6566
+ "document": "DescribeCsReportCountDataInfo返回参数结构体",
6567
+ "members": [
6568
+ {
6569
+ "disabled": false,
6570
+ "document": "云存上报统计信息",
6571
+ "example": "无",
6572
+ "member": "CountDataInfo",
6573
+ "name": "Data",
6574
+ "output_required": true,
6575
+ "type": "object",
6576
+ "value_allowed_null": false
6577
+ },
6578
+ {
6579
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6580
+ "member": "string",
6581
+ "name": "RequestId",
6582
+ "type": "string"
6583
+ }
6584
+ ],
6585
+ "type": "object"
6586
+ },
6279
6587
  "DescribeDeviceBindGatewayRequest": {
6280
6588
  "document": "DescribeDeviceBindGateway请求参数结构体",
6281
6589
  "members": [
@@ -8289,13 +8597,13 @@
8289
8597
  ],
8290
8598
  "type": "object"
8291
8599
  },
8292
- "DescribeTopicPolicyRequest": {
8293
- "document": "DescribeTopicPolicy请求参数结构体",
8600
+ "DescribeTWeSeeConfigRequest": {
8601
+ "document": "DescribeTWeSeeConfig请求参数结构体",
8294
8602
  "members": [
8295
8603
  {
8296
8604
  "disabled": false,
8297
8605
  "document": "产品ID",
8298
- "example": "4ON538D9AX",
8606
+ "example": "product",
8299
8607
  "member": "string",
8300
8608
  "name": "ProductId",
8301
8609
  "required": true,
@@ -8303,28 +8611,112 @@
8303
8611
  },
8304
8612
  {
8305
8613
  "disabled": false,
8306
- "document": "Topic名字",
8307
- "example": "$thing/up/raw/4ON538D9AX/dev",
8614
+ "document": "设备名称",
8615
+ "example": "device",
8308
8616
  "member": "string",
8309
- "name": "TopicName",
8617
+ "name": "DeviceName",
8310
8618
  "required": true,
8311
8619
  "type": "string"
8312
- }
8313
- ],
8314
- "type": "object"
8315
- },
8316
- "DescribeTopicPolicyResponse": {
8317
- "document": "DescribeTopicPolicy返回参数结构体",
8318
- "members": [
8620
+ },
8319
8621
  {
8320
8622
  "disabled": false,
8321
- "document": "产品ID",
8322
- "example": "4ON538D9AX",
8623
+ "document": "用户ID",
8624
+ "example": "username",
8323
8625
  "member": "string",
8324
- "name": "ProductId",
8325
- "output_required": true,
8326
- "type": "string",
8327
- "value_allowed_null": false
8626
+ "name": "UserId",
8627
+ "required": false,
8628
+ "type": "string"
8629
+ },
8630
+ {
8631
+ "disabled": false,
8632
+ "document": "通道ID",
8633
+ "example": "1",
8634
+ "member": "uint64",
8635
+ "name": "ChannelId",
8636
+ "required": false,
8637
+ "type": "int"
8638
+ }
8639
+ ],
8640
+ "type": "object"
8641
+ },
8642
+ "DescribeTWeSeeConfigResponse": {
8643
+ "document": "DescribeTWeSeeConfig返回参数结构体",
8644
+ "members": [
8645
+ {
8646
+ "disabled": false,
8647
+ "document": "是否开启视频摘要",
8648
+ "example": "true",
8649
+ "member": "bool",
8650
+ "name": "EnableSummary",
8651
+ "output_required": false,
8652
+ "type": "bool",
8653
+ "value_allowed_null": false
8654
+ },
8655
+ {
8656
+ "disabled": false,
8657
+ "document": "是否开启视频搜索",
8658
+ "example": "false",
8659
+ "member": "bool",
8660
+ "name": "EnableSearch",
8661
+ "output_required": false,
8662
+ "type": "bool",
8663
+ "value_allowed_null": false
8664
+ },
8665
+ {
8666
+ "disabled": false,
8667
+ "document": "配置参数",
8668
+ "example": "{\"type\":\"data\"}",
8669
+ "member": "string",
8670
+ "name": "Config",
8671
+ "output_required": false,
8672
+ "type": "string",
8673
+ "value_allowed_null": false
8674
+ },
8675
+ {
8676
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8677
+ "member": "string",
8678
+ "name": "RequestId",
8679
+ "type": "string"
8680
+ }
8681
+ ],
8682
+ "type": "object"
8683
+ },
8684
+ "DescribeTopicPolicyRequest": {
8685
+ "document": "DescribeTopicPolicy请求参数结构体",
8686
+ "members": [
8687
+ {
8688
+ "disabled": false,
8689
+ "document": "产品ID",
8690
+ "example": "4ON538D9AX",
8691
+ "member": "string",
8692
+ "name": "ProductId",
8693
+ "required": true,
8694
+ "type": "string"
8695
+ },
8696
+ {
8697
+ "disabled": false,
8698
+ "document": "Topic名字",
8699
+ "example": "$thing/up/raw/4ON538D9AX/dev",
8700
+ "member": "string",
8701
+ "name": "TopicName",
8702
+ "required": true,
8703
+ "type": "string"
8704
+ }
8705
+ ],
8706
+ "type": "object"
8707
+ },
8708
+ "DescribeTopicPolicyResponse": {
8709
+ "document": "DescribeTopicPolicy返回参数结构体",
8710
+ "members": [
8711
+ {
8712
+ "disabled": false,
8713
+ "document": "产品ID",
8714
+ "example": "4ON538D9AX",
8715
+ "member": "string",
8716
+ "name": "ProductId",
8717
+ "output_required": true,
8718
+ "type": "string",
8719
+ "value_allowed_null": false
8328
8720
  },
8329
8721
  {
8330
8722
  "disabled": false,
@@ -8966,40 +9358,40 @@
8966
9358
  {
8967
9359
  "disabled": false,
8968
9360
  "document": "设备名称",
8969
- "example": "",
9361
+ "example": "dev",
8970
9362
  "member": "string",
8971
9363
  "name": "DeviceName",
8972
- "required": true,
9364
+ "output_required": true,
8973
9365
  "type": "string",
8974
9366
  "value_allowed_null": false
8975
9367
  },
8976
9368
  {
8977
9369
  "disabled": false,
8978
9370
  "document": "位置信息时间",
8979
- "example": "",
9371
+ "example": "1702300100",
8980
9372
  "member": "int64",
8981
9373
  "name": "CreateTime",
8982
- "required": true,
9374
+ "output_required": true,
8983
9375
  "type": "int",
8984
9376
  "value_allowed_null": false
8985
9377
  },
8986
9378
  {
8987
9379
  "disabled": false,
8988
9380
  "document": "设备经度信息",
8989
- "example": "",
9381
+ "example": "20.30",
8990
9382
  "member": "float",
8991
9383
  "name": "Longitude",
8992
- "required": true,
9384
+ "output_required": true,
8993
9385
  "type": "float",
8994
9386
  "value_allowed_null": false
8995
9387
  },
8996
9388
  {
8997
9389
  "disabled": false,
8998
9390
  "document": "设备纬度信息",
8999
- "example": "",
9391
+ "example": "60.30",
9000
9392
  "member": "float",
9001
9393
  "name": "Latitude",
9002
- "required": true,
9394
+ "output_required": true,
9003
9395
  "type": "float",
9004
9396
  "value_allowed_null": false
9005
9397
  }
@@ -9012,20 +9404,20 @@
9012
9404
  {
9013
9405
  "disabled": false,
9014
9406
  "document": "设备名",
9015
- "example": "",
9407
+ "example": "dev",
9016
9408
  "member": "string",
9017
9409
  "name": "DeviceName",
9018
- "required": true,
9410
+ "output_required": true,
9019
9411
  "type": "string",
9020
9412
  "value_allowed_null": false
9021
9413
  },
9022
9414
  {
9023
9415
  "disabled": false,
9024
9416
  "document": "设备签名",
9025
- "example": "",
9417
+ "example": "eagrv==",
9026
9418
  "member": "string",
9027
9419
  "name": "DeviceSignature",
9028
- "required": true,
9420
+ "output_required": true,
9029
9421
  "type": "string",
9030
9422
  "value_allowed_null": false
9031
9423
  }
@@ -9481,9 +9873,10 @@
9481
9873
  {
9482
9874
  "disabled": false,
9483
9875
  "document": "设备名称",
9484
- "example": "",
9876
+ "example": "dev",
9485
9877
  "member": "string",
9486
9878
  "name": "DeviceName",
9879
+ "output_required": true,
9487
9880
  "required": true,
9488
9881
  "type": "string",
9489
9882
  "value_allowed_null": false
@@ -9491,9 +9884,10 @@
9491
9884
  {
9492
9885
  "disabled": false,
9493
9886
  "document": "告警条件(In,进围栏报警;Out,出围栏报警;InOrOut,进围栏或者出围栏均报警)",
9494
- "example": "",
9887
+ "example": "dev>1",
9495
9888
  "member": "string",
9496
9889
  "name": "AlertCondition",
9890
+ "output_required": true,
9497
9891
  "required": true,
9498
9892
  "type": "string",
9499
9893
  "value_allowed_null": false
@@ -9501,9 +9895,10 @@
9501
9895
  {
9502
9896
  "disabled": false,
9503
9897
  "document": "是否使能围栏(true,使能;false,禁用)",
9504
- "example": "",
9898
+ "example": "false",
9505
9899
  "member": "bool",
9506
9900
  "name": "FenceEnable",
9901
+ "output_required": true,
9507
9902
  "required": true,
9508
9903
  "type": "bool",
9509
9904
  "value_allowed_null": false
@@ -9511,9 +9906,10 @@
9511
9906
  {
9512
9907
  "disabled": false,
9513
9908
  "document": "告警处理方法",
9514
- "example": "",
9909
+ "example": "report",
9515
9910
  "member": "string",
9516
9911
  "name": "Method",
9912
+ "output_required": true,
9517
9913
  "required": true,
9518
9914
  "type": "string",
9519
9915
  "value_allowed_null": false
@@ -9527,9 +9923,10 @@
9527
9923
  {
9528
9924
  "disabled": false,
9529
9925
  "document": "围栏绑定的设备信息",
9530
- "example": "",
9926
+ "example": "",
9531
9927
  "member": "FenceBindDeviceItem",
9532
9928
  "name": "Devices",
9929
+ "output_required": true,
9533
9930
  "required": true,
9534
9931
  "type": "list",
9535
9932
  "value_allowed_null": false
@@ -9537,9 +9934,10 @@
9537
9934
  {
9538
9935
  "disabled": false,
9539
9936
  "document": "围栏绑定的产品Id",
9540
- "example": "",
9937
+ "example": "E45CV67",
9541
9938
  "member": "string",
9542
9939
  "name": "ProductId",
9940
+ "output_required": true,
9543
9941
  "required": true,
9544
9942
  "type": "string",
9545
9943
  "value_allowed_null": false
@@ -11283,6 +11681,80 @@
11283
11681
  ],
11284
11682
  "usage": "out"
11285
11683
  },
11684
+ "InvokeAISearchServiceRequest": {
11685
+ "document": "InvokeAISearchService请求参数结构体",
11686
+ "members": [
11687
+ {
11688
+ "disabled": false,
11689
+ "document": "产品ID",
11690
+ "example": "MVTYMD8YCD",
11691
+ "member": "string",
11692
+ "name": "ProductId",
11693
+ "required": true,
11694
+ "type": "string"
11695
+ },
11696
+ {
11697
+ "disabled": false,
11698
+ "document": "设备名称",
11699
+ "example": "dev001",
11700
+ "member": "string",
11701
+ "name": "DeviceName",
11702
+ "required": true,
11703
+ "type": "string"
11704
+ },
11705
+ {
11706
+ "disabled": false,
11707
+ "document": "自然语言查询",
11708
+ "example": "今天发生了什么?",
11709
+ "member": "string",
11710
+ "name": "Query",
11711
+ "required": true,
11712
+ "type": "string"
11713
+ },
11714
+ {
11715
+ "disabled": false,
11716
+ "document": "搜索结果总结的语言类型,支持的类型有:en-US、zh-CN、id-ID、th-TH",
11717
+ "example": "zh-CN",
11718
+ "member": "string",
11719
+ "name": "SummaryLang",
11720
+ "required": false,
11721
+ "type": "string"
11722
+ }
11723
+ ],
11724
+ "type": "object"
11725
+ },
11726
+ "InvokeAISearchServiceResponse": {
11727
+ "document": "InvokeAISearchService返回参数结构体",
11728
+ "members": [
11729
+ {
11730
+ "disabled": false,
11731
+ "document": "基于搜索结果的总结",
11732
+ "example": "What happened on April 1st",
11733
+ "member": "string",
11734
+ "name": "Summary",
11735
+ "output_required": false,
11736
+ "type": "string",
11737
+ "value_allowed_null": false
11738
+ },
11739
+ {
11740
+ "disabled": false,
11741
+ "document": "视频结果集",
11742
+ "example": "无",
11743
+ "member": "TargetInfo",
11744
+ "name": "Targets",
11745
+ "output_required": false,
11746
+ "type": "list",
11747
+ "value_allowed_null": false
11748
+ },
11749
+ {
11750
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11751
+ "member": "string",
11752
+ "name": "RequestId",
11753
+ "type": "string"
11754
+ }
11755
+ ],
11756
+ "type": "object"
11757
+ },
11286
11758
  "InvokeCloudStorageAIServiceTaskRequest": {
11287
11759
  "document": "InvokeCloudStorageAIServiceTask请求参数结构体",
11288
11760
  "members": [
@@ -11523,6 +11995,153 @@
11523
11995
  ],
11524
11996
  "type": "object"
11525
11997
  },
11998
+ "InvokeTWeSeeRecognitionTaskRequest": {
11999
+ "document": "InvokeTWeSeeRecognitionTask请求参数结构体",
12000
+ "members": [
12001
+ {
12002
+ "disabled": false,
12003
+ "document": "产品ID",
12004
+ "example": "product",
12005
+ "member": "string",
12006
+ "name": "ProductId",
12007
+ "required": true,
12008
+ "type": "string"
12009
+ },
12010
+ {
12011
+ "disabled": false,
12012
+ "document": "设备名称",
12013
+ "example": "devicename",
12014
+ "member": "string",
12015
+ "name": "DeviceName",
12016
+ "required": true,
12017
+ "type": "string"
12018
+ },
12019
+ {
12020
+ "disabled": false,
12021
+ "document": "输入视频 / 图片的 URL",
12022
+ "example": "https://example.com/video.mp4",
12023
+ "member": "string",
12024
+ "name": "InputURL",
12025
+ "required": true,
12026
+ "type": "string"
12027
+ },
12028
+ {
12029
+ "disabled": false,
12030
+ "document": "自定义事件 ID",
12031
+ "example": "alarm",
12032
+ "member": "string",
12033
+ "name": "CustomId",
12034
+ "required": false,
12035
+ "type": "string"
12036
+ },
12037
+ {
12038
+ "disabled": false,
12039
+ "document": "是否保存该事件使其可被搜索",
12040
+ "example": "false",
12041
+ "member": "bool",
12042
+ "name": "EnableSearch",
12043
+ "required": false,
12044
+ "type": "bool"
12045
+ },
12046
+ {
12047
+ "disabled": false,
12048
+ "document": "事件起始时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)",
12049
+ "example": "1743650670000",
12050
+ "member": "uint64",
12051
+ "name": "StartTimeMs",
12052
+ "required": false,
12053
+ "type": "int"
12054
+ },
12055
+ {
12056
+ "disabled": false,
12057
+ "document": "事件结束时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)",
12058
+ "example": "1743650680500",
12059
+ "member": "uint64",
12060
+ "name": "EndTimeMs",
12061
+ "required": false,
12062
+ "type": "int"
12063
+ },
12064
+ {
12065
+ "disabled": false,
12066
+ "document": "算法配置",
12067
+ "example": "{\"config_key\":\"config_value\"}",
12068
+ "member": "string",
12069
+ "name": "Config",
12070
+ "required": false,
12071
+ "type": "string"
12072
+ },
12073
+ {
12074
+ "disabled": false,
12075
+ "document": "是否自定义设备,为 true 时不检查设备存在性,默认为 false",
12076
+ "example": "false",
12077
+ "member": "bool",
12078
+ "name": "IsCustomDevice",
12079
+ "required": false,
12080
+ "type": "bool"
12081
+ },
12082
+ {
12083
+ "disabled": false,
12084
+ "document": "输入类型。可选值:\n\n- `video`:视频(默认值)\n- `image`:图片",
12085
+ "example": "video",
12086
+ "member": "string",
12087
+ "name": "InputType",
12088
+ "required": false,
12089
+ "type": "string"
12090
+ },
12091
+ {
12092
+ "disabled": false,
12093
+ "document": "摘要服务质量。可选值:\n\n- `minutely`:分钟级(默认值)\n- `immediate`:立即",
12094
+ "example": "minutely",
12095
+ "member": "string",
12096
+ "name": "SummaryQOS",
12097
+ "required": false,
12098
+ "type": "string"
12099
+ }
12100
+ ],
12101
+ "type": "object"
12102
+ },
12103
+ "InvokeTWeSeeRecognitionTaskResponse": {
12104
+ "document": "InvokeTWeSeeRecognitionTask返回参数结构体",
12105
+ "members": [
12106
+ {
12107
+ "disabled": false,
12108
+ "document": "任务 ID",
12109
+ "example": "fb066d7a-baac-4706-acda-058f56f82759",
12110
+ "member": "string",
12111
+ "name": "TaskId",
12112
+ "output_required": true,
12113
+ "type": "string",
12114
+ "value_allowed_null": false
12115
+ },
12116
+ {
12117
+ "disabled": false,
12118
+ "document": "任务是否执行完成",
12119
+ "example": "true",
12120
+ "member": "bool",
12121
+ "name": "Completed",
12122
+ "output_required": true,
12123
+ "type": "bool",
12124
+ "value_allowed_null": false
12125
+ },
12126
+ {
12127
+ "disabled": false,
12128
+ "document": "语义理解任务结果(仅当 Completed 为 true 时包含该出参)",
12129
+ "example": "无",
12130
+ "member": "VisionRecognitionResult",
12131
+ "name": "Result",
12132
+ "output_required": false,
12133
+ "type": "object",
12134
+ "value_allowed_null": false
12135
+ },
12136
+ {
12137
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12138
+ "member": "string",
12139
+ "name": "RequestId",
12140
+ "type": "string"
12141
+ }
12142
+ ],
12143
+ "type": "object"
12144
+ },
11526
12145
  "IotApplication": {
11527
12146
  "document": "应用信息",
11528
12147
  "members": [
@@ -13222,7 +13841,7 @@
13222
13841
  {
13223
13842
  "disabled": false,
13224
13843
  "document": "是否打开二进制转Json功能, 取值为字符串 true/false",
13225
- "example": "\"\"",
13844
+ "example": "\"false\"",
13226
13845
  "member": "string",
13227
13846
  "name": "EnableProductScript",
13228
13847
  "required": false,
@@ -13249,6 +13868,7 @@
13249
13868
  "example": "无",
13250
13869
  "member": "ProductEntry",
13251
13870
  "name": "Product",
13871
+ "output_required": true,
13252
13872
  "type": "object",
13253
13873
  "value_allowed_null": false
13254
13874
  },
@@ -13261,6 +13881,87 @@
13261
13881
  ],
13262
13882
  "type": "object"
13263
13883
  },
13884
+ "ModifyTWeSeeConfigRequest": {
13885
+ "document": "ModifyTWeSeeConfig请求参数结构体",
13886
+ "members": [
13887
+ {
13888
+ "disabled": false,
13889
+ "document": "产品ID",
13890
+ "example": "TEKJFE",
13891
+ "member": "string",
13892
+ "name": "ProductId",
13893
+ "required": true,
13894
+ "type": "string"
13895
+ },
13896
+ {
13897
+ "disabled": false,
13898
+ "document": "设备名称",
13899
+ "example": "device",
13900
+ "member": "string",
13901
+ "name": "DeviceName",
13902
+ "required": true,
13903
+ "type": "string"
13904
+ },
13905
+ {
13906
+ "disabled": false,
13907
+ "document": "用户ID",
13908
+ "example": "username",
13909
+ "member": "string",
13910
+ "name": "UserId",
13911
+ "required": false,
13912
+ "type": "string"
13913
+ },
13914
+ {
13915
+ "disabled": false,
13916
+ "document": "通道ID",
13917
+ "example": "1",
13918
+ "member": "uint64",
13919
+ "name": "ChannelId",
13920
+ "required": false,
13921
+ "type": "int"
13922
+ },
13923
+ {
13924
+ "disabled": false,
13925
+ "document": "是否开启视频摘要,不传则不修改",
13926
+ "example": "true",
13927
+ "member": "bool",
13928
+ "name": "EnableSummary",
13929
+ "required": false,
13930
+ "type": "bool"
13931
+ },
13932
+ {
13933
+ "disabled": false,
13934
+ "document": "是否开启视频搜索,不传则不修改",
13935
+ "example": "true",
13936
+ "member": "bool",
13937
+ "name": "EnableSearch",
13938
+ "required": false,
13939
+ "type": "bool"
13940
+ },
13941
+ {
13942
+ "disabled": false,
13943
+ "document": "配置参数,不传则不修改",
13944
+ "example": "{\"type\":\"data\"}",
13945
+ "member": "string",
13946
+ "name": "Config",
13947
+ "required": false,
13948
+ "type": "string"
13949
+ }
13950
+ ],
13951
+ "type": "object"
13952
+ },
13953
+ "ModifyTWeSeeConfigResponse": {
13954
+ "document": "ModifyTWeSeeConfig返回参数结构体",
13955
+ "members": [
13956
+ {
13957
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13958
+ "member": "string",
13959
+ "name": "RequestId",
13960
+ "type": "string"
13961
+ }
13962
+ ],
13963
+ "type": "object"
13964
+ },
13264
13965
  "ModifyTopicPolicyRequest": {
13265
13966
  "document": "ModifyTopicPolicy请求参数结构体",
13266
13967
  "members": [
@@ -13321,7 +14022,7 @@
13321
14022
  {
13322
14023
  "disabled": false,
13323
14024
  "document": "规则名称",
13324
- "example": "test_create",
14025
+ "example": "rule-name",
13325
14026
  "member": "string",
13326
14027
  "name": "RuleName",
13327
14028
  "required": true,
@@ -14456,7 +15157,7 @@
14456
15157
  {
14457
15158
  "disabled": false,
14458
15159
  "document": "产品ID",
14459
- "example": "",
15160
+ "example": "J2CRPPZ8J4",
14460
15161
  "member": "string",
14461
15162
  "name": "ProductId",
14462
15163
  "required": true,
@@ -14465,7 +15166,7 @@
14465
15166
  {
14466
15167
  "disabled": false,
14467
15168
  "document": "设备名称",
14468
- "example": "",
15169
+ "example": "d1",
14469
15170
  "member": "string",
14470
15171
  "name": "DeviceName",
14471
15172
  "required": true,
@@ -14474,7 +15175,7 @@
14474
15175
  {
14475
15176
  "disabled": false,
14476
15177
  "document": "消息发往的主题",
14477
- "example": "",
15178
+ "example": "$thing/down/J2CRPPZ8J4/d1",
14478
15179
  "member": "string",
14479
15180
  "name": "Topic",
14480
15181
  "required": true,
@@ -14483,7 +15184,7 @@
14483
15184
  {
14484
15185
  "disabled": false,
14485
15186
  "document": "云端下发到设备的控制报文",
14486
- "example": "",
15187
+ "example": "aearaggtagag",
14487
15188
  "member": "string",
14488
15189
  "name": "Payload",
14489
15190
  "required": true,
@@ -14492,7 +15193,7 @@
14492
15193
  {
14493
15194
  "disabled": false,
14494
15195
  "document": "消息服务质量等级,取值为0或1",
14495
- "example": "",
15196
+ "example": "1",
14496
15197
  "member": "uint64",
14497
15198
  "name": "Qos",
14498
15199
  "required": false,
@@ -14501,7 +15202,7 @@
14501
15202
  {
14502
15203
  "disabled": false,
14503
15204
  "document": "Payload的内容编码格式,取值为base64或空。base64表示云端将接收到的base64编码后的报文再转换成二进制报文下发至设备,为空表示不作转换,透传下发至设备",
14504
- "example": "",
15205
+ "example": "afgagterg",
14505
15206
  "member": "string",
14506
15207
  "name": "PayloadEncoding",
14507
15208
  "required": false,
@@ -15382,6 +16083,82 @@
15382
16083
  ],
15383
16084
  "usage": "both"
15384
16085
  },
16086
+ "TargetInfo": {
16087
+ "document": "视频语义搜索结果",
16088
+ "members": [
16089
+ {
16090
+ "disabled": false,
16091
+ "document": "视频唯一ID",
16092
+ "example": "unique",
16093
+ "member": "string",
16094
+ "name": "Id",
16095
+ "output_required": false,
16096
+ "type": "string",
16097
+ "value_allowed_null": false
16098
+ },
16099
+ {
16100
+ "disabled": false,
16101
+ "document": "产品ID",
16102
+ "example": "MVTYMD8YCD",
16103
+ "member": "string",
16104
+ "name": "ProductId",
16105
+ "output_required": false,
16106
+ "type": "string",
16107
+ "value_allowed_null": false
16108
+ },
16109
+ {
16110
+ "disabled": false,
16111
+ "document": "设备名称",
16112
+ "example": "dev001",
16113
+ "member": "string",
16114
+ "name": "DeviceName",
16115
+ "output_required": false,
16116
+ "type": "string",
16117
+ "value_allowed_null": false
16118
+ },
16119
+ {
16120
+ "disabled": false,
16121
+ "document": "视频起始时间(毫秒级Unix时间戳)",
16122
+ "example": "1744258527",
16123
+ "member": "int64",
16124
+ "name": "StartTimeMs",
16125
+ "output_required": false,
16126
+ "type": "int",
16127
+ "value_allowed_null": false
16128
+ },
16129
+ {
16130
+ "disabled": false,
16131
+ "document": "视频结束时间(毫秒级Unix时间戳)",
16132
+ "example": "1744258537",
16133
+ "member": "int64",
16134
+ "name": "EndTimeMs",
16135
+ "output_required": false,
16136
+ "type": "int",
16137
+ "value_allowed_null": false
16138
+ },
16139
+ {
16140
+ "disabled": false,
16141
+ "document": "用户自定义事件ID,后续扩展使用",
16142
+ "example": "alarm",
16143
+ "member": "string",
16144
+ "name": "EventId",
16145
+ "output_required": false,
16146
+ "type": "string",
16147
+ "value_allowed_null": false
16148
+ },
16149
+ {
16150
+ "disabled": false,
16151
+ "document": "视频内容摘要",
16152
+ "example": "Two cats and a dog eating",
16153
+ "member": "string",
16154
+ "name": "Summary",
16155
+ "output_required": false,
16156
+ "type": "string",
16157
+ "value_allowed_null": false
16158
+ }
16159
+ ],
16160
+ "usage": "out"
16161
+ },
15385
16162
  "ThumbnailURLInfoList": {
15386
16163
  "document": "缩略图信息",
15387
16164
  "members": [
@@ -16079,6 +16856,42 @@
16079
16856
  ],
16080
16857
  "usage": "out"
16081
16858
  },
16859
+ "VisionRecognitionResult": {
16860
+ "document": "TWeSee 语义理解结果",
16861
+ "members": [
16862
+ {
16863
+ "disabled": false,
16864
+ "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)",
16865
+ "example": "3",
16866
+ "member": "int64",
16867
+ "name": "Status",
16868
+ "output_required": true,
16869
+ "type": "int",
16870
+ "value_allowed_null": false
16871
+ },
16872
+ {
16873
+ "disabled": false,
16874
+ "document": "识别到的目标类型。可能取值:\n\n- `person`:人\n- `vehicle`:车辆\n- `dog`:狗\n- `cat`:猫\n- `fire`:火焰\n- `smoke`:烟雾\n- `package`:快递包裹\n- `license_plate`:车牌\n",
16875
+ "example": "[\"person\", \"vehicle\"]",
16876
+ "member": "string",
16877
+ "name": "DetectedClassifications",
16878
+ "output_required": false,
16879
+ "type": "list",
16880
+ "value_allowed_null": false
16881
+ },
16882
+ {
16883
+ "disabled": false,
16884
+ "document": "视频摘要文本",
16885
+ "example": "一人在水泥地面上行走",
16886
+ "member": "string",
16887
+ "name": "Summary",
16888
+ "output_required": false,
16889
+ "type": "string",
16890
+ "value_allowed_null": false
16891
+ }
16892
+ ],
16893
+ "usage": "out"
16894
+ },
16082
16895
  "WXDeviceInfo": {
16083
16896
  "document": "微信硬件设备信息",
16084
16897
  "members": [