tencentcloud-sdk-nodejs-iotexplorer 4.0.823 → 4.0.837

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.
@@ -86,6 +86,27 @@ export interface DeleteProjectRequest {
86
86
  */
87
87
  ProjectId: string;
88
88
  }
89
+ /**
90
+ * DescribeCloudStorageAIService返回参数结构体
91
+ */
92
+ export interface DescribeCloudStorageAIServiceResponse {
93
+ /**
94
+ * 启用状态
95
+ */
96
+ Enabled?: boolean;
97
+ /**
98
+ * 视频分析区域
99
+ */
100
+ ROI?: string;
101
+ /**
102
+ * 云存 AI 服务的配置参数
103
+ */
104
+ Config?: string;
105
+ /**
106
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
107
+ */
108
+ RequestId?: string;
109
+ }
89
110
  /**
90
111
  * ListEventHistory返回参数结构体
91
112
  */
@@ -499,9 +520,13 @@ export interface DeleteLoRaFrequencyResponse {
499
520
  RequestId?: string;
500
521
  }
501
522
  /**
502
- * DescribeCloudStoragePackageConsumeDetails返回参数结构体
523
+ * DescribeCloudStorageMultiThumbnail返回参数结构体
503
524
  */
504
- export interface DescribeCloudStoragePackageConsumeDetailsResponse {
525
+ export interface DescribeCloudStorageMultiThumbnailResponse {
526
+ /**
527
+ * 缩略图访问地址
528
+ */
529
+ ThumbnailURLInfoList?: Array<ThumbnailURLInfoList>;
505
530
  /**
506
531
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
507
532
  */
@@ -988,53 +1013,13 @@ export interface FenceAlarmPoint {
988
1013
  Latitude: number;
989
1014
  }
990
1015
  /**
991
- * 子设备详情
1016
+ * DescribeCloudStoragePackageConsumeDetails返回参数结构体
992
1017
  */
993
- export interface FamilySubDevice {
994
- /**
995
- * 产品Id
996
- */
997
- ProductId: string;
998
- /**
999
- * 设备名称
1000
- */
1001
- DeviceName: string;
1002
- /**
1003
- * 设备ID
1004
- */
1005
- DeviceId: string;
1006
- /**
1007
- * 设备别名
1008
- 注意:此字段可能返回 null,表示取不到有效值。
1009
- */
1010
- AliasName: string;
1011
- /**
1012
- * 设备绑定的家庭ID
1013
- */
1014
- FamilyId: string;
1015
- /**
1016
- * 设备所在的房间ID,默认"0"
1017
- 注意:此字段可能返回 null,表示取不到有效值。
1018
- */
1019
- RoomId: string;
1020
- /**
1021
- * 图标
1022
- 注意:此字段可能返回 null,表示取不到有效值。
1023
- */
1024
- IconUrl: string;
1025
- /**
1026
- * grid图标
1027
- 注意:此字段可能返回 null,表示取不到有效值。
1028
- */
1029
- IconUrlGrid: string;
1030
- /**
1031
- * 设备绑定时间戳
1032
- */
1033
- CreateTime: number;
1018
+ export interface DescribeCloudStoragePackageConsumeDetailsResponse {
1034
1019
  /**
1035
- * 设备更新时间戳
1020
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1036
1021
  */
1037
- UpdateTime: number;
1022
+ RequestId?: string;
1038
1023
  }
1039
1024
  /**
1040
1025
  * DescribeCloudStoragePackageConsumeStats返回参数结构体
@@ -1100,6 +1085,15 @@ export interface PackageInfo {
1100
1085
  */
1101
1086
  CSUserId?: string;
1102
1087
  }
1088
+ /**
1089
+ * ModifyCloudStorageAIServiceCallback返回参数结构体
1090
+ */
1091
+ export interface ModifyCloudStorageAIServiceCallbackResponse {
1092
+ /**
1093
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1094
+ */
1095
+ RequestId?: string;
1096
+ }
1103
1097
  /**
1104
1098
  * DescribeCloudStorageUsers返回参数结构体
1105
1099
  */
@@ -1157,45 +1151,30 @@ export interface FenceBindProductItem {
1157
1151
  ProductId: string;
1158
1152
  }
1159
1153
  /**
1160
- * GetDeviceSumStatistics返回参数结构体
1154
+ * ModifyProductCloudStorageAIService返回参数结构体
1161
1155
  */
1162
- export interface GetDeviceSumStatisticsResponse {
1163
- /**
1164
- * 激活设备总数
1165
- */
1166
- ActivationCount?: number;
1167
- /**
1168
- * 在线设备总数
1169
- */
1170
- OnlineCount?: number;
1171
- /**
1172
- * 前一天激活设备数
1173
- */
1174
- ActivationBeforeDay?: number;
1175
- /**
1176
- * 前一天活跃设备数
1177
- */
1178
- ActiveBeforeDay?: number;
1156
+ export interface ModifyProductCloudStorageAIServiceResponse {
1179
1157
  /**
1180
- * 前一周激活设备数
1181
- */
1182
- ActivationWeekDayCount?: number;
1183
- /**
1184
- * 前一周活跃设备数
1158
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1185
1159
  */
1186
- ActiveWeekDayCount?: number;
1160
+ RequestId?: string;
1161
+ }
1162
+ /**
1163
+ * DescribeCloudStorageStreamData请求参数结构体
1164
+ */
1165
+ export interface DescribeCloudStorageStreamDataRequest {
1187
1166
  /**
1188
- * 上一周激活设备数
1167
+ * 产品ID
1189
1168
  */
1190
- ActivationBeforeWeekDayCount?: number;
1169
+ ProductId: string;
1191
1170
  /**
1192
- * 上一周活跃设备数
1171
+ * 设备名称
1193
1172
  */
1194
- ActiveBeforeWeekDayCount?: number;
1173
+ DeviceName: string;
1195
1174
  /**
1196
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1175
+ * 图片流事件开始时间
1197
1176
  */
1198
- RequestId?: string;
1177
+ StartTime: number;
1199
1178
  }
1200
1179
  /**
1201
1180
  * 设备位置详情
@@ -1299,6 +1278,47 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
1299
1278
  */
1300
1279
  RequestId?: string;
1301
1280
  }
1281
+ /**
1282
+ * GetDeviceSumStatistics返回参数结构体
1283
+ */
1284
+ export interface GetDeviceSumStatisticsResponse {
1285
+ /**
1286
+ * 激活设备总数
1287
+ */
1288
+ ActivationCount?: number;
1289
+ /**
1290
+ * 在线设备总数
1291
+ */
1292
+ OnlineCount?: number;
1293
+ /**
1294
+ * 前一天激活设备数
1295
+ */
1296
+ ActivationBeforeDay?: number;
1297
+ /**
1298
+ * 前一天活跃设备数
1299
+ */
1300
+ ActiveBeforeDay?: number;
1301
+ /**
1302
+ * 前一周激活设备数
1303
+ */
1304
+ ActivationWeekDayCount?: number;
1305
+ /**
1306
+ * 前一周活跃设备数
1307
+ */
1308
+ ActiveWeekDayCount?: number;
1309
+ /**
1310
+ * 上一周激活设备数
1311
+ */
1312
+ ActivationBeforeWeekDayCount?: number;
1313
+ /**
1314
+ * 上一周活跃设备数
1315
+ */
1316
+ ActiveBeforeWeekDayCount?: number;
1317
+ /**
1318
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1319
+ */
1320
+ RequestId?: string;
1321
+ }
1302
1322
  /**
1303
1323
  * DeletePositionSpace请求参数结构体
1304
1324
  */
@@ -1407,17 +1427,13 @@ export interface DeviceData {
1407
1427
  DevicePsk: string;
1408
1428
  }
1409
1429
  /**
1410
- * wifi定位信息
1430
+ * ModifyCloudStorageAIService返回参数结构体
1411
1431
  */
1412
- export interface WifiInfo {
1413
- /**
1414
- * mac地址
1415
- */
1416
- MAC: string;
1432
+ export interface ModifyCloudStorageAIServiceResponse {
1417
1433
  /**
1418
- * 信号强度
1434
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1419
1435
  */
1420
- RSSI: number;
1436
+ RequestId?: string;
1421
1437
  }
1422
1438
  /**
1423
1439
  * GetTopicRuleList请求参数结构体
@@ -1502,6 +1518,58 @@ export interface DescribeCloudStorageOrderRequest {
1502
1518
  */
1503
1519
  OrderId: string;
1504
1520
  }
1521
+ /**
1522
+ * 云存 AI 服务任务信息
1523
+ */
1524
+ export interface CloudStorageAIServiceTask {
1525
+ /**
1526
+ * 云存 AI 服务任务 ID
1527
+ */
1528
+ TaskId?: string;
1529
+ /**
1530
+ * 产品 ID
1531
+ */
1532
+ ProductId?: string;
1533
+ /**
1534
+ * 设备名称
1535
+ */
1536
+ DeviceName?: string;
1537
+ /**
1538
+ * 通道 ID
1539
+ */
1540
+ ChannelId?: number;
1541
+ /**
1542
+ * 对应云存视频的起始时间
1543
+ */
1544
+ StartTime?: number;
1545
+ /**
1546
+ * 对应云存视频的结束时间
1547
+ */
1548
+ EndTime?: number;
1549
+ /**
1550
+ * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)
1551
+ */
1552
+ Status?: number;
1553
+ /**
1554
+ * 任务结果
1555
+ */
1556
+ Result?: string;
1557
+ /**
1558
+ * 云存 AI 服务类型
1559
+ 注意:此字段可能返回 null,表示取不到有效值。
1560
+ */
1561
+ ServiceType?: string;
1562
+ /**
1563
+ * 创建时间
1564
+ 注意:此字段可能返回 null,表示取不到有效值。
1565
+ */
1566
+ CreateTime?: number;
1567
+ /**
1568
+ * 最后更新时间
1569
+ 注意:此字段可能返回 null,表示取不到有效值。
1570
+ */
1571
+ UpdateTime?: number;
1572
+ }
1505
1573
  /**
1506
1574
  * ModifyProject请求参数结构体
1507
1575
  */
@@ -1570,13 +1638,21 @@ export interface PublishRRPCMessageRequest {
1570
1638
  Payload: string;
1571
1639
  }
1572
1640
  /**
1573
- * ListTopicPolicy请求参数结构体
1641
+ * DescribeProductCloudStorageAIService返回参数结构体
1574
1642
  */
1575
- export interface ListTopicPolicyRequest {
1643
+ export interface DescribeProductCloudStorageAIServiceResponse {
1576
1644
  /**
1577
- * 产品ID
1645
+ * 开通状态
1578
1646
  */
1579
- ProductId: string;
1647
+ Enabled?: boolean;
1648
+ /**
1649
+ * 当前账号是否可开通
1650
+ */
1651
+ Available?: boolean;
1652
+ /**
1653
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1654
+ */
1655
+ RequestId?: string;
1580
1656
  }
1581
1657
  /**
1582
1658
  * 获取返回列表的详情。
@@ -1688,6 +1764,55 @@ export interface ListFirmwaresResponse {
1688
1764
  */
1689
1765
  RequestId?: string;
1690
1766
  }
1767
+ /**
1768
+ * 子设备详情
1769
+ */
1770
+ export interface FamilySubDevice {
1771
+ /**
1772
+ * 产品Id
1773
+ */
1774
+ ProductId: string;
1775
+ /**
1776
+ * 设备名称
1777
+ */
1778
+ DeviceName: string;
1779
+ /**
1780
+ * 设备ID
1781
+ */
1782
+ DeviceId: string;
1783
+ /**
1784
+ * 设备别名
1785
+ 注意:此字段可能返回 null,表示取不到有效值。
1786
+ */
1787
+ AliasName: string;
1788
+ /**
1789
+ * 设备绑定的家庭ID
1790
+ */
1791
+ FamilyId: string;
1792
+ /**
1793
+ * 设备所在的房间ID,默认"0"
1794
+ 注意:此字段可能返回 null,表示取不到有效值。
1795
+ */
1796
+ RoomId: string;
1797
+ /**
1798
+ * 图标
1799
+ 注意:此字段可能返回 null,表示取不到有效值。
1800
+ */
1801
+ IconUrl: string;
1802
+ /**
1803
+ * grid图标
1804
+ 注意:此字段可能返回 null,表示取不到有效值。
1805
+ */
1806
+ IconUrlGrid: string;
1807
+ /**
1808
+ * 设备绑定时间戳
1809
+ */
1810
+ CreateTime: number;
1811
+ /**
1812
+ * 设备更新时间戳
1813
+ */
1814
+ UpdateTime: number;
1815
+ }
1691
1816
  /**
1692
1817
  * ReleaseStudioProduct返回参数结构体
1693
1818
  */
@@ -2018,6 +2143,27 @@ export interface DescribeFenceEventListResponse {
2018
2143
  */
2019
2144
  RequestId?: string;
2020
2145
  }
2146
+ /**
2147
+ * ModifyCloudStorageAIServiceCallback请求参数结构体
2148
+ */
2149
+ export interface ModifyCloudStorageAIServiceCallbackRequest {
2150
+ /**
2151
+ * 产品ID
2152
+ */
2153
+ ProductId: string;
2154
+ /**
2155
+ * 推送类型。http:HTTP 回调
2156
+ */
2157
+ Type: string;
2158
+ /**
2159
+ * HTTP 回调 URL
2160
+ */
2161
+ CallbackUrl?: string;
2162
+ /**
2163
+ * HTTP 回调鉴权 Token
2164
+ */
2165
+ CallbackToken?: string;
2166
+ }
2021
2167
  /**
2022
2168
  * DescribeDeviceFirmWare请求参数结构体
2023
2169
  */
@@ -2227,6 +2373,31 @@ export interface CreateTopicPolicyResponse {
2227
2373
  */
2228
2374
  RequestId?: string;
2229
2375
  }
2376
+ /**
2377
+ * ModifyCloudStorageAIService请求参数结构体
2378
+ */
2379
+ export interface ModifyCloudStorageAIServiceRequest {
2380
+ /**
2381
+ * 产品ID
2382
+ */
2383
+ ProductId: string;
2384
+ /**
2385
+ * 设备名称
2386
+ */
2387
+ DeviceName: string;
2388
+ /**
2389
+ * 云存 AI 服务类型。可选值:PackageDetect
2390
+ */
2391
+ ServiceType: string;
2392
+ /**
2393
+ * 启用状态
2394
+ */
2395
+ Enabled?: boolean;
2396
+ /**
2397
+ * 视频分析区域
2398
+ */
2399
+ ROI?: string;
2400
+ }
2230
2401
  /**
2231
2402
  * CreateDevice返回参数结构体
2232
2403
  */
@@ -2521,6 +2692,35 @@ export interface DescribeDeviceLocationSolveResponse {
2521
2692
  */
2522
2693
  RequestId?: string;
2523
2694
  }
2695
+ /**
2696
+ * DescribeCloudStorageAIServiceTasks请求参数结构体
2697
+ */
2698
+ export interface DescribeCloudStorageAIServiceTasksRequest {
2699
+ /**
2700
+ * 产品 ID
2701
+ */
2702
+ ProductId: string;
2703
+ /**
2704
+ * 设备名称
2705
+ */
2706
+ DeviceName: string;
2707
+ /**
2708
+ * 云存 AI 服务类型。可选值:PackageDetect
2709
+ */
2710
+ ServiceType: string;
2711
+ /**
2712
+ * 分页拉取数量
2713
+ */
2714
+ Limit: number;
2715
+ /**
2716
+ * 分页拉取偏移
2717
+ */
2718
+ Offset?: number;
2719
+ /**
2720
+ * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;不传则查询全部状态的任务)
2721
+ */
2722
+ Status?: number;
2723
+ }
2524
2724
  /**
2525
2725
  * DescribeStudioProduct返回参数结构体
2526
2726
  */
@@ -2691,17 +2891,13 @@ export interface PublishMessageRequest {
2691
2891
  PayloadEncoding?: string;
2692
2892
  }
2693
2893
  /**
2694
- * DescribeCloudStorageMultiThumbnail返回参数结构体
2894
+ * DescribeProductCloudStorageAIService请求参数结构体
2695
2895
  */
2696
- export interface DescribeCloudStorageMultiThumbnailResponse {
2697
- /**
2698
- * 缩略图访问地址
2699
- */
2700
- ThumbnailURLInfoList?: Array<ThumbnailURLInfoList>;
2896
+ export interface DescribeProductCloudStorageAIServiceRequest {
2701
2897
  /**
2702
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2898
+ * 产品ID
2703
2899
  */
2704
- RequestId?: string;
2900
+ ProductId: string;
2705
2901
  }
2706
2902
  /**
2707
2903
  * ModifyTopicRule请求参数结构体
@@ -3292,25 +3488,13 @@ export interface DescribeFenceBindListRequest {
3292
3488
  Limit?: number;
3293
3489
  }
3294
3490
  /**
3295
- * TransferCloudStorage请求参数结构体
3491
+ * EnableTopicRule请求参数结构体
3296
3492
  */
3297
- export interface TransferCloudStorageRequest {
3298
- /**
3299
- * 产品ID
3300
- */
3301
- ProductId: string;
3302
- /**
3303
- * 已开通云存的设备名称
3304
- */
3305
- DeviceName: string;
3306
- /**
3307
- * 未开通云存的设备名称
3308
- */
3309
- ToDeviceName: string;
3493
+ export interface EnableTopicRuleRequest {
3310
3494
  /**
3311
- * 未开通云存的设备产品ID
3495
+ * 规则名称
3312
3496
  */
3313
- ToProductId?: string;
3497
+ RuleName: string;
3314
3498
  }
3315
3499
  /**
3316
3500
  * DescribeBindedProducts返回参数结构体
@@ -4380,6 +4564,23 @@ export interface GetProjectListRequest {
4380
4564
  */
4381
4565
  ProjectName?: string;
4382
4566
  }
4567
+ /**
4568
+ * DescribeCloudStorageAIServiceTasks返回参数结构体
4569
+ */
4570
+ export interface DescribeCloudStorageAIServiceTasksResponse {
4571
+ /**
4572
+ * 任务列表
4573
+ */
4574
+ Tasks?: Array<CloudStorageAIServiceTask>;
4575
+ /**
4576
+ * 任务数量
4577
+ */
4578
+ Total?: number;
4579
+ /**
4580
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4581
+ */
4582
+ RequestId?: string;
4583
+ }
4383
4584
  /**
4384
4585
  * DeletePositionSpace返回参数结构体
4385
4586
  */
@@ -4424,6 +4625,27 @@ export interface EnableTopicRuleResponse {
4424
4625
  */
4425
4626
  RequestId?: string;
4426
4627
  }
4628
+ /**
4629
+ * TransferCloudStorage请求参数结构体
4630
+ */
4631
+ export interface TransferCloudStorageRequest {
4632
+ /**
4633
+ * 产品ID
4634
+ */
4635
+ ProductId: string;
4636
+ /**
4637
+ * 已开通云存的设备名称
4638
+ */
4639
+ DeviceName: string;
4640
+ /**
4641
+ * 未开通云存的设备名称
4642
+ */
4643
+ ToDeviceName: string;
4644
+ /**
4645
+ * 未开通云存的设备产品ID
4646
+ */
4647
+ ToProductId?: string;
4648
+ }
4427
4649
  /**
4428
4650
  * GetGatewaySubDeviceList请求参数结构体
4429
4651
  */
@@ -4474,6 +4696,15 @@ export interface SearchStudioProductRequest {
4474
4696
  */
4475
4697
  ProductId?: string;
4476
4698
  }
4699
+ /**
4700
+ * ListTopicPolicy请求参数结构体
4701
+ */
4702
+ export interface ListTopicPolicyRequest {
4703
+ /**
4704
+ * 产品ID
4705
+ */
4706
+ ProductId: string;
4707
+ }
4477
4708
  /**
4478
4709
  * GenSingleDeviceSignatureOfPublic请求参数结构体
4479
4710
  */
@@ -4626,6 +4857,19 @@ export interface DescribeLoRaFrequencyRequest {
4626
4857
  */
4627
4858
  FreqId?: string;
4628
4859
  }
4860
+ /**
4861
+ * ModifyProductCloudStorageAIService请求参数结构体
4862
+ */
4863
+ export interface ModifyProductCloudStorageAIServiceRequest {
4864
+ /**
4865
+ * 产品ID
4866
+ */
4867
+ ProductId: string;
4868
+ /**
4869
+ * 开通状态
4870
+ */
4871
+ Enabled?: boolean;
4872
+ }
4629
4873
  /**
4630
4874
  * DescribeCloudStorage返回参数结构体
4631
4875
  */
@@ -4703,21 +4947,27 @@ export interface DescribeGatewayBindDevicesRequest {
4703
4947
  Limit: number;
4704
4948
  }
4705
4949
  /**
4706
- * DescribeCloudStorageStreamData请求参数结构体
4950
+ * DescribeCloudStorageAIServiceCallback返回参数结构体
4707
4951
  */
4708
- export interface DescribeCloudStorageStreamDataRequest {
4952
+ export interface DescribeCloudStorageAIServiceCallbackResponse {
4709
4953
  /**
4710
- * 产品ID
4954
+ * 推送类型。http:HTTP 回调
4711
4955
  */
4712
- ProductId: string;
4956
+ Type?: string;
4713
4957
  /**
4714
- * 设备名称
4958
+ * HTTP 回调 URL
4959
+ 注意:此字段可能返回 null,表示取不到有效值。
4715
4960
  */
4716
- DeviceName: string;
4961
+ CallbackUrl?: string;
4717
4962
  /**
4718
- * 图片流事件开始时间
4963
+ * HTTP 回调鉴权 Token
4964
+ 注意:此字段可能返回 null,表示取不到有效值。
4719
4965
  */
4720
- StartTime: number;
4966
+ CallbackToken?: string;
4967
+ /**
4968
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4969
+ */
4970
+ RequestId?: string;
4721
4971
  }
4722
4972
  /**
4723
4973
  * DescribeGatewaySubProducts请求参数结构体
@@ -4797,6 +5047,15 @@ export interface PublishMessageResponse {
4797
5047
  */
4798
5048
  RequestId?: string;
4799
5049
  }
5050
+ /**
5051
+ * DescribeCloudStorageAIServiceCallback请求参数结构体
5052
+ */
5053
+ export interface DescribeCloudStorageAIServiceCallbackRequest {
5054
+ /**
5055
+ * 产品ID
5056
+ */
5057
+ ProductId: string;
5058
+ }
4800
5059
  /**
4801
5060
  * ModifyTopicPolicy请求参数结构体
4802
5061
  */
@@ -4922,13 +5181,21 @@ export interface DescribeModelDefinitionRequest {
4922
5181
  ProductId: string;
4923
5182
  }
4924
5183
  /**
4925
- * EnableTopicRule请求参数结构体
5184
+ * DescribeCloudStorageAIService请求参数结构体
4926
5185
  */
4927
- export interface EnableTopicRuleRequest {
5186
+ export interface DescribeCloudStorageAIServiceRequest {
4928
5187
  /**
4929
- * 规则名称
5188
+ * 产品ID
4930
5189
  */
4931
- RuleName: string;
5190
+ ProductId: string;
5191
+ /**
5192
+ * 设备名称
5193
+ */
5194
+ DeviceName: string;
5195
+ /**
5196
+ * 云存 AI 服务类型。可选值:PackageDetect
5197
+ */
5198
+ ServiceType: string;
4932
5199
  }
4933
5200
  /**
4934
5201
  * DescribeCloudStorageUsers请求参数结构体
@@ -4951,6 +5218,19 @@ export interface DescribeCloudStorageUsersRequest {
4951
5218
  */
4952
5219
  Offset: number;
4953
5220
  }
5221
+ /**
5222
+ * wifi定位信息
5223
+ */
5224
+ export interface WifiInfo {
5225
+ /**
5226
+ * mac地址
5227
+ */
5228
+ MAC: string;
5229
+ /**
5230
+ * 信号强度
5231
+ */
5232
+ RSSI: number;
5233
+ }
4954
5234
  /**
4955
5235
  * CreateTopicRule返回参数结构体
4956
5236
  */