tencentcloud-sdk-nodejs-iotexplorer 4.0.842 → 4.0.849

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.
@@ -478,6 +478,16 @@ export interface GetDeviceListResponse {
478
478
  RequestId?: string
479
479
  }
480
480
 
481
+ /**
482
+ * DismissRoomByStrRoomIdFromTRTC返回参数结构体
483
+ */
484
+ export interface DismissRoomByStrRoomIdFromTRTCResponse {
485
+ /**
486
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
487
+ */
488
+ RequestId?: string
489
+ }
490
+
481
491
  /**
482
492
  * GenerateSignedVideoURL请求参数结构体
483
493
  */
@@ -576,6 +586,26 @@ export interface DeleteLoRaFrequencyResponse {
576
586
  RequestId?: string
577
587
  }
578
588
 
589
+ /**
590
+ * DescribeGatewaySubDeviceList返回参数结构体
591
+ */
592
+ export interface DescribeGatewaySubDeviceListResponse {
593
+ /**
594
+ * 设备的总数
595
+ 注意:此字段可能返回 null,表示取不到有效值。
596
+ */
597
+ Total: number
598
+ /**
599
+ * 设备列表
600
+ 注意:此字段可能返回 null,表示取不到有效值。
601
+ */
602
+ DeviceList: Array<FamilySubDevice>
603
+ /**
604
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
605
+ */
606
+ RequestId?: string
607
+ }
608
+
579
609
  /**
580
610
  * DescribeCloudStorageMultiThumbnail返回参数结构体
581
611
  */
@@ -795,21 +825,27 @@ export interface CallDeviceActionSyncRequest {
795
825
  }
796
826
 
797
827
  /**
798
- * 产品设备位置信息
828
+ * 设备的用户
799
829
  */
800
- export interface ProductDevicesPositionItem {
830
+ export interface DeviceUser {
801
831
  /**
802
- * 设备位置列表
832
+ * 用户ID
803
833
  */
804
- Items: Array<DevicePositionItem>
834
+ UserId: string
805
835
  /**
806
- * 产品标识
836
+ * 用户角色 1所有者,0:其他分享者
807
837
  */
808
- ProductId: string
838
+ Role: number
809
839
  /**
810
- * 设备位置数量
840
+ * 家庭ID,所有者带该参数
841
+ 注意:此字段可能返回 null,表示取不到有效值。
811
842
  */
812
- Total: number
843
+ FamilyId?: string
844
+ /**
845
+ * 家庭名称,所有者带该参数
846
+ 注意:此字段可能返回 null,表示取不到有效值。
847
+ */
848
+ FamilyName?: string
813
849
  }
814
850
 
815
851
  /**
@@ -832,6 +868,16 @@ export interface GetProjectListResponse {
832
868
  RequestId?: string
833
869
  }
834
870
 
871
+ /**
872
+ * ModifyFenceBind返回参数结构体
873
+ */
874
+ export interface ModifyFenceBindResponse {
875
+ /**
876
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
877
+ */
878
+ RequestId?: string
879
+ }
880
+
835
881
  /**
836
882
  * DescribeDevicePositionList请求参数结构体
837
883
  */
@@ -1053,45 +1099,13 @@ export interface DeletePositionFenceResponse {
1053
1099
  }
1054
1100
 
1055
1101
  /**
1056
- * ModifyLoRaFrequency请求参数结构体
1102
+ * DescribeCloudStorageAIServiceTask请求参数结构体
1057
1103
  */
1058
- export interface ModifyLoRaFrequencyRequest {
1059
- /**
1060
- * 频点唯一ID
1061
- */
1062
- FreqId?: string
1063
- /**
1064
- * 频点名称
1065
- */
1066
- FreqName?: string
1067
- /**
1068
- * 频点描述
1069
- */
1070
- Description?: string
1071
- /**
1072
- * 数据上行信道
1073
- */
1074
- ChannelsDataUp?: Array<number | bigint>
1075
- /**
1076
- * 数据下行信道RX1
1077
- */
1078
- ChannelsDataRX1?: Array<number | bigint>
1079
- /**
1080
- * 数据下行信道RX2
1081
- */
1082
- ChannelsDataRX2?: Array<number | bigint>
1104
+ export interface DescribeCloudStorageAIServiceTaskRequest {
1083
1105
  /**
1084
- * 入网上行信道
1106
+ * 任务 ID
1085
1107
  */
1086
- ChannelsJoinUp?: Array<number | bigint>
1087
- /**
1088
- * 入网下行信道RX1
1089
- */
1090
- ChannelsJoinRX1?: Array<number | bigint>
1091
- /**
1092
- * 入网下行信道RX2
1093
- */
1094
- ChannelsJoinRX2?: Array<number | bigint>
1108
+ TaskId: string
1095
1109
  }
1096
1110
 
1097
1111
  /**
@@ -1188,6 +1202,16 @@ export interface PackageInfo {
1188
1202
  CSUserId?: string
1189
1203
  }
1190
1204
 
1205
+ /**
1206
+ * UnbindDevices返回参数结构体
1207
+ */
1208
+ export interface UnbindDevicesResponse {
1209
+ /**
1210
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1211
+ */
1212
+ RequestId?: string
1213
+ }
1214
+
1191
1215
  /**
1192
1216
  * ModifyCloudStorageAIServiceCallback返回参数结构体
1193
1217
  */
@@ -1596,6 +1620,24 @@ export interface FenceBindDeviceItem {
1596
1620
  Method: string
1597
1621
  }
1598
1622
 
1623
+ /**
1624
+ * GenerateCloudStorageAIServiceTaskFileURL返回参数结构体
1625
+ */
1626
+ export interface GenerateCloudStorageAIServiceTaskFileURLResponse {
1627
+ /**
1628
+ * 文件下载 URL
1629
+ */
1630
+ FileURL?: string
1631
+ /**
1632
+ * 过期时间 UNIX 时间戳
1633
+ */
1634
+ ExpireTime?: number
1635
+ /**
1636
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1637
+ */
1638
+ RequestId?: string
1639
+ }
1640
+
1599
1641
  /**
1600
1642
  * 设备历史数据结构
1601
1643
  */
@@ -1669,6 +1711,13 @@ export interface CloudStorageAIServiceTask {
1669
1711
  * 通道 ID
1670
1712
  */
1671
1713
  ChannelId?: number
1714
+ /**
1715
+ * 云存 AI 服务类型。可能取值:
1716
+
1717
+ - `PackageDetect`:包裹检测
1718
+ - `Highlight`:视频浓缩
1719
+ */
1720
+ ServiceType?: string
1672
1721
  /**
1673
1722
  * 对应云存视频的起始时间
1674
1723
  */
@@ -1678,7 +1727,7 @@ export interface CloudStorageAIServiceTask {
1678
1727
  */
1679
1728
  EndTime?: number
1680
1729
  /**
1681
- * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)
1730
+ * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;4:执行中)
1682
1731
  */
1683
1732
  Status?: number
1684
1733
  /**
@@ -1686,18 +1735,15 @@ export interface CloudStorageAIServiceTask {
1686
1735
  */
1687
1736
  Result?: string
1688
1737
  /**
1689
- * 云存 AI 服务类型
1690
- 注意:此字段可能返回 null,表示取不到有效值。
1738
+ * 任务输出文件列表
1691
1739
  */
1692
- ServiceType?: string
1740
+ Files?: Array<string>
1693
1741
  /**
1694
1742
  * 创建时间
1695
- 注意:此字段可能返回 null,表示取不到有效值。
1696
1743
  */
1697
1744
  CreateTime?: number
1698
1745
  /**
1699
1746
  * 最后更新时间
1700
- 注意:此字段可能返回 null,表示取不到有效值。
1701
1747
  */
1702
1748
  UpdateTime?: number
1703
1749
  }
@@ -2310,7 +2356,8 @@ export interface ModifyCloudStorageAIServiceCallbackRequest {
2310
2356
  */
2311
2357
  ProductId: string
2312
2358
  /**
2313
- * 推送类型。http:HTTP 回调
2359
+ * 推送类型。可选值:
2360
+ - `http`:HTTP 回调
2314
2361
  */
2315
2362
  Type: string
2316
2363
  /**
@@ -2466,6 +2513,32 @@ export interface CreateLoRaGatewayRequest {
2466
2513
  FrequencyId?: string
2467
2514
  }
2468
2515
 
2516
+ /**
2517
+ * TRTC 的参数 可以用来加入房间
2518
+ */
2519
+ export interface TRTCParams {
2520
+ /**
2521
+ * TRTC入参: TRTC的实例ID
2522
+ */
2523
+ SdkAppId: number
2524
+ /**
2525
+ * TRTC入参: 用户加入房间的ID
2526
+ */
2527
+ UserId: string
2528
+ /**
2529
+ * TRTC入参: 用户的签名用来鉴权
2530
+ */
2531
+ UserSig: string
2532
+ /**
2533
+ * TRTC入参: 加入的TRTC房间名称
2534
+ */
2535
+ StrRoomId: string
2536
+ /**
2537
+ * TRTC入参: 校验TRTC的KEY
2538
+ */
2539
+ PrivateKey: string
2540
+ }
2541
+
2469
2542
  /**
2470
2543
  * ReleaseStudioProduct请求参数结构体
2471
2544
  */
@@ -2557,7 +2630,9 @@ export interface ModifyCloudStorageAIServiceRequest {
2557
2630
  */
2558
2631
  DeviceName: string
2559
2632
  /**
2560
- * 云存 AI 服务类型。可选值:PackageDetect
2633
+ * 云存 AI 服务类型。可选值:
2634
+ - `PackageDetect`:包裹检测
2635
+ - `Highlight`:视频浓缩
2561
2636
  */
2562
2637
  ServiceType: string
2563
2638
  /**
@@ -2568,6 +2643,10 @@ export interface ModifyCloudStorageAIServiceRequest {
2568
2643
  * 视频分析区域
2569
2644
  */
2570
2645
  ROI?: string
2646
+ /**
2647
+ * 云存 AI 服务的配置参数
2648
+ */
2649
+ Config?: string
2571
2650
  }
2572
2651
 
2573
2652
  /**
@@ -2889,7 +2968,9 @@ export interface DescribeCloudStorageAIServiceTasksRequest {
2889
2968
  */
2890
2969
  DeviceName: string
2891
2970
  /**
2892
- * 云存 AI 服务类型。可选值:PackageDetect
2971
+ * 云存 AI 服务类型。可选值:
2972
+ - `PackageDetect`:包裹检测
2973
+ - `Highlight`:视频浓缩
2893
2974
  */
2894
2975
  ServiceType: string
2895
2976
  /**
@@ -2901,9 +2982,22 @@ export interface DescribeCloudStorageAIServiceTasksRequest {
2901
2982
  */
2902
2983
  Offset?: number
2903
2984
  /**
2904
- * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;不传则查询全部状态的任务)
2985
+ * 任务状态。可选值:
2986
+ - (不传):查询全部状态的任务
2987
+ - `1`:失败
2988
+ - `2`:成功但结果为空
2989
+ - `3`:成功且结果非空
2990
+ - `4`:执行中
2905
2991
  */
2906
2992
  Status?: number
2993
+ /**
2994
+ * 用户ID
2995
+ */
2996
+ UserId?: string
2997
+ /**
2998
+ * 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
2999
+ */
3000
+ ChannelId?: number
2907
3001
  }
2908
3002
 
2909
3003
  /**
@@ -3723,6 +3817,20 @@ export interface EnableTopicRuleRequest {
3723
3817
  RuleName: string
3724
3818
  }
3725
3819
 
3820
+ /**
3821
+ * RemoveUserByRoomIdFromTRTC请求参数结构体
3822
+ */
3823
+ export interface RemoveUserByRoomIdFromTRTCRequest {
3824
+ /**
3825
+ * 房间id
3826
+ */
3827
+ RoomId: string
3828
+ /**
3829
+ * 用户名称数组,数组元素不可重复,最长不超过 10 个。
3830
+ */
3831
+ TRTCUserIds: Array<string>
3832
+ }
3833
+
3726
3834
  /**
3727
3835
  * DescribeBindedProducts返回参数结构体
3728
3836
  */
@@ -3946,6 +4054,20 @@ export interface DirectBindDeviceInFamilyRequest {
3946
4054
  RoomId?: string
3947
4055
  }
3948
4056
 
4057
+ /**
4058
+ * DescribeCloudStorageAIServiceTask返回参数结构体
4059
+ */
4060
+ export interface DescribeCloudStorageAIServiceTaskResponse {
4061
+ /**
4062
+ * 任务信息
4063
+ */
4064
+ TaskInfo?: CloudStorageAIServiceTask
4065
+ /**
4066
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4067
+ */
4068
+ RequestId?: string
4069
+ }
4070
+
3949
4071
  /**
3950
4072
  * DescribeCloudStorageEvents返回参数结构体
3951
4073
  */
@@ -4064,23 +4186,17 @@ export interface DescribeInstanceResponse {
4064
4186
  }
4065
4187
 
4066
4188
  /**
4067
- * DescribeGatewaySubDeviceList返回参数结构体
4189
+ * CreateTRTCSignaturesWithRoomId请求参数结构体
4068
4190
  */
4069
- export interface DescribeGatewaySubDeviceListResponse {
4191
+ export interface CreateTRTCSignaturesWithRoomIdRequest {
4070
4192
  /**
4071
- * 设备的总数
4072
- 注意:此字段可能返回 null,表示取不到有效值。
4073
- */
4074
- Total: number
4075
- /**
4076
- * 设备列表
4077
- 注意:此字段可能返回 null,表示取不到有效值。
4193
+ * TRTC进房间的用户名称数组,数组元素不可重复,最长不超过 10 个。
4078
4194
  */
4079
- DeviceList: Array<FamilySubDevice>
4195
+ TRTCUserIds: Array<string>
4080
4196
  /**
4081
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4197
+ * 房间id
4082
4198
  */
4083
- RequestId?: string
4199
+ RoomId: string
4084
4200
  }
4085
4201
 
4086
4202
  /**
@@ -4192,9 +4308,9 @@ export interface DescribeProjectRequest {
4192
4308
  }
4193
4309
 
4194
4310
  /**
4195
- * UnbindDevices返回参数结构体
4311
+ * ModifyModelDefinition返回参数结构体
4196
4312
  */
4197
- export interface UnbindDevicesResponse {
4313
+ export interface ModifyModelDefinitionResponse {
4198
4314
  /**
4199
4315
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4200
4316
  */
@@ -4260,13 +4376,13 @@ lye1y30d:低功耗事件30天年套餐。
4260
4376
  }
4261
4377
 
4262
4378
  /**
4263
- * ModifyModelDefinition返回参数结构体
4379
+ * DismissRoomByStrRoomIdFromTRTC请求参数结构体
4264
4380
  */
4265
- export interface ModifyModelDefinitionResponse {
4381
+ export interface DismissRoomByStrRoomIdFromTRTCRequest {
4266
4382
  /**
4267
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4383
+ * 房间id
4268
4384
  */
4269
- RequestId?: string
4385
+ RoomId: string
4270
4386
  }
4271
4387
 
4272
4388
  /**
@@ -4846,6 +4962,48 @@ export interface GetProjectListRequest {
4846
4962
  ProjectName?: string
4847
4963
  }
4848
4964
 
4965
+ /**
4966
+ * ModifyLoRaFrequency请求参数结构体
4967
+ */
4968
+ export interface ModifyLoRaFrequencyRequest {
4969
+ /**
4970
+ * 频点唯一ID
4971
+ */
4972
+ FreqId?: string
4973
+ /**
4974
+ * 频点名称
4975
+ */
4976
+ FreqName?: string
4977
+ /**
4978
+ * 频点描述
4979
+ */
4980
+ Description?: string
4981
+ /**
4982
+ * 数据上行信道
4983
+ */
4984
+ ChannelsDataUp?: Array<number | bigint>
4985
+ /**
4986
+ * 数据下行信道RX1
4987
+ */
4988
+ ChannelsDataRX1?: Array<number | bigint>
4989
+ /**
4990
+ * 数据下行信道RX2
4991
+ */
4992
+ ChannelsDataRX2?: Array<number | bigint>
4993
+ /**
4994
+ * 入网上行信道
4995
+ */
4996
+ ChannelsJoinUp?: Array<number | bigint>
4997
+ /**
4998
+ * 入网下行信道RX1
4999
+ */
5000
+ ChannelsJoinRX1?: Array<number | bigint>
5001
+ /**
5002
+ * 入网下行信道RX2
5003
+ */
5004
+ ChannelsJoinRX2?: Array<number | bigint>
5005
+ }
5006
+
4849
5007
  /**
4850
5008
  * DescribeCloudStorageAIServiceTasks返回参数结构体
4851
5009
  */
@@ -4957,33 +5115,21 @@ export interface GetGatewaySubDeviceListRequest {
4957
5115
  }
4958
5116
 
4959
5117
  /**
4960
- * SearchStudioProduct请求参数结构体
5118
+ * 产品设备位置信息
4961
5119
  */
4962
- export interface SearchStudioProductRequest {
4963
- /**
4964
- * 项目ID
4965
- */
4966
- ProjectId?: string
4967
- /**
4968
- * 产品名称
4969
- */
4970
- ProductName?: string
4971
- /**
4972
- * 列表Limit
4973
- */
4974
- Limit?: number
5120
+ export interface ProductDevicesPositionItem {
4975
5121
  /**
4976
- * 列表Offset
5122
+ * 设备位置列表
4977
5123
  */
4978
- Offset?: number
5124
+ Items: Array<DevicePositionItem>
4979
5125
  /**
4980
- * 产品Status
5126
+ * 产品标识
4981
5127
  */
4982
- DevStatus?: string
5128
+ ProductId: string
4983
5129
  /**
4984
- * 产品ID
5130
+ * 设备位置数量
4985
5131
  */
4986
- ProductId?: string
5132
+ Total: number
4987
5133
  }
4988
5134
 
4989
5135
  /**
@@ -5512,7 +5658,10 @@ export interface DescribeCloudStorageAIServiceRequest {
5512
5658
  */
5513
5659
  DeviceName: string
5514
5660
  /**
5515
- * 云存 AI 服务类型。可选值:PackageDetect
5661
+ * 云存 AI 服务类型。可选值:
5662
+
5663
+ - `PackageDetect`:包裹检测
5664
+ - `Highlight`:视频浓缩
5516
5665
  */
5517
5666
  ServiceType: string
5518
5667
  }
@@ -5648,27 +5797,18 @@ export interface PublishRRPCMessageResponse {
5648
5797
  }
5649
5798
 
5650
5799
  /**
5651
- * 设备的用户
5800
+ * CreateTRTCSignaturesWithRoomId返回参数结构体
5652
5801
  */
5653
- export interface DeviceUser {
5654
- /**
5655
- * 用户ID
5656
- */
5657
- UserId: string
5802
+ export interface CreateTRTCSignaturesWithRoomIdResponse {
5658
5803
  /**
5659
- * 用户角色 1所有者,0:其他分享者
5660
- */
5661
- Role: number
5662
- /**
5663
- * 家庭ID,所有者带该参数
5804
+ * 返回参数数组
5664
5805
  注意:此字段可能返回 null,表示取不到有效值。
5665
5806
  */
5666
- FamilyId?: string
5807
+ TRTCParamList?: Array<TRTCParams>
5667
5808
  /**
5668
- * 家庭名称,所有者带该参数
5669
- 注意:此字段可能返回 null,表示取不到有效值。
5809
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5670
5810
  */
5671
- FamilyName?: string
5811
+ RequestId?: string
5672
5812
  }
5673
5813
 
5674
5814
  /**
@@ -5838,13 +5978,21 @@ export interface DeviceInfo {
5838
5978
  }
5839
5979
 
5840
5980
  /**
5841
- * ModifyFenceBind返回参数结构体
5981
+ * GenerateCloudStorageAIServiceTaskFileURL请求参数结构体
5842
5982
  */
5843
- export interface ModifyFenceBindResponse {
5983
+ export interface GenerateCloudStorageAIServiceTaskFileURLRequest {
5844
5984
  /**
5845
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5985
+ * 产品 ID
5846
5986
  */
5847
- RequestId?: string
5987
+ TaskId: string
5988
+ /**
5989
+ * 文件名
5990
+ */
5991
+ FileName: string
5992
+ /**
5993
+ * 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后)
5994
+ */
5995
+ ExpireTime?: number
5848
5996
  }
5849
5997
 
5850
5998
  /**
@@ -5980,6 +6128,46 @@ export interface InstanceDetail {
5980
6128
  MaxDeviceOnlineCount?: number
5981
6129
  }
5982
6130
 
6131
+ /**
6132
+ * SearchStudioProduct请求参数结构体
6133
+ */
6134
+ export interface SearchStudioProductRequest {
6135
+ /**
6136
+ * 项目ID
6137
+ */
6138
+ ProjectId?: string
6139
+ /**
6140
+ * 产品名称
6141
+ */
6142
+ ProductName?: string
6143
+ /**
6144
+ * 列表Limit
6145
+ */
6146
+ Limit?: number
6147
+ /**
6148
+ * 列表Offset
6149
+ */
6150
+ Offset?: number
6151
+ /**
6152
+ * 产品Status
6153
+ */
6154
+ DevStatus?: string
6155
+ /**
6156
+ * 产品ID
6157
+ */
6158
+ ProductId?: string
6159
+ }
6160
+
6161
+ /**
6162
+ * RemoveUserByRoomIdFromTRTC返回参数结构体
6163
+ */
6164
+ export interface RemoveUserByRoomIdFromTRTCResponse {
6165
+ /**
6166
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6167
+ */
6168
+ RequestId?: string
6169
+ }
6170
+
5983
6171
  /**
5984
6172
  * DescribeLoRaFrequency返回参数结构体
5985
6173
  */