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.
@@ -108,6 +108,28 @@ export interface DeleteProjectRequest {
108
108
  ProjectId: string
109
109
  }
110
110
 
111
+ /**
112
+ * DescribeCloudStorageAIService返回参数结构体
113
+ */
114
+ export interface DescribeCloudStorageAIServiceResponse {
115
+ /**
116
+ * 启用状态
117
+ */
118
+ Enabled?: boolean
119
+ /**
120
+ * 视频分析区域
121
+ */
122
+ ROI?: string
123
+ /**
124
+ * 云存 AI 服务的配置参数
125
+ */
126
+ Config?: string
127
+ /**
128
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
129
+ */
130
+ RequestId?: string
131
+ }
132
+
111
133
  /**
112
134
  * ListEventHistory返回参数结构体
113
135
  */
@@ -541,9 +563,13 @@ export interface DeleteLoRaFrequencyResponse {
541
563
  }
542
564
 
543
565
  /**
544
- * DescribeCloudStoragePackageConsumeDetails返回参数结构体
566
+ * DescribeCloudStorageMultiThumbnail返回参数结构体
545
567
  */
546
- export interface DescribeCloudStoragePackageConsumeDetailsResponse {
568
+ export interface DescribeCloudStorageMultiThumbnailResponse {
569
+ /**
570
+ * 缩略图访问地址
571
+ */
572
+ ThumbnailURLInfoList?: Array<ThumbnailURLInfoList>
547
573
  /**
548
574
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
549
575
  */
@@ -1055,53 +1081,13 @@ export interface FenceAlarmPoint {
1055
1081
  }
1056
1082
 
1057
1083
  /**
1058
- * 子设备详情
1084
+ * DescribeCloudStoragePackageConsumeDetails返回参数结构体
1059
1085
  */
1060
- export interface FamilySubDevice {
1061
- /**
1062
- * 产品Id
1063
- */
1064
- ProductId: string
1065
- /**
1066
- * 设备名称
1067
- */
1068
- DeviceName: string
1069
- /**
1070
- * 设备ID
1071
- */
1072
- DeviceId: string
1073
- /**
1074
- * 设备别名
1075
- 注意:此字段可能返回 null,表示取不到有效值。
1076
- */
1077
- AliasName: string
1078
- /**
1079
- * 设备绑定的家庭ID
1080
- */
1081
- FamilyId: string
1082
- /**
1083
- * 设备所在的房间ID,默认"0"
1084
- 注意:此字段可能返回 null,表示取不到有效值。
1085
- */
1086
- RoomId: string
1087
- /**
1088
- * 图标
1089
- 注意:此字段可能返回 null,表示取不到有效值。
1090
- */
1091
- IconUrl: string
1092
- /**
1093
- * grid图标
1094
- 注意:此字段可能返回 null,表示取不到有效值。
1095
- */
1096
- IconUrlGrid: string
1097
- /**
1098
- * 设备绑定时间戳
1099
- */
1100
- CreateTime: number
1086
+ export interface DescribeCloudStoragePackageConsumeDetailsResponse {
1101
1087
  /**
1102
- * 设备更新时间戳
1088
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1103
1089
  */
1104
- UpdateTime: number
1090
+ RequestId?: string
1105
1091
  }
1106
1092
 
1107
1093
  /**
@@ -1170,6 +1156,16 @@ export interface PackageInfo {
1170
1156
  CSUserId?: string
1171
1157
  }
1172
1158
 
1159
+ /**
1160
+ * ModifyCloudStorageAIServiceCallback返回参数结构体
1161
+ */
1162
+ export interface ModifyCloudStorageAIServiceCallbackResponse {
1163
+ /**
1164
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1165
+ */
1166
+ RequestId?: string
1167
+ }
1168
+
1173
1169
  /**
1174
1170
  * DescribeCloudStorageUsers返回参数结构体
1175
1171
  */
@@ -1231,45 +1227,31 @@ export interface FenceBindProductItem {
1231
1227
  }
1232
1228
 
1233
1229
  /**
1234
- * GetDeviceSumStatistics返回参数结构体
1230
+ * ModifyProductCloudStorageAIService返回参数结构体
1235
1231
  */
1236
- export interface GetDeviceSumStatisticsResponse {
1237
- /**
1238
- * 激活设备总数
1239
- */
1240
- ActivationCount?: number
1241
- /**
1242
- * 在线设备总数
1243
- */
1244
- OnlineCount?: number
1232
+ export interface ModifyProductCloudStorageAIServiceResponse {
1245
1233
  /**
1246
- * 前一天激活设备数
1247
- */
1248
- ActivationBeforeDay?: number
1249
- /**
1250
- * 前一天活跃设备数
1251
- */
1252
- ActiveBeforeDay?: number
1253
- /**
1254
- * 前一周激活设备数
1255
- */
1256
- ActivationWeekDayCount?: number
1257
- /**
1258
- * 前一周活跃设备数
1234
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1259
1235
  */
1260
- ActiveWeekDayCount?: number
1236
+ RequestId?: string
1237
+ }
1238
+
1239
+ /**
1240
+ * DescribeCloudStorageStreamData请求参数结构体
1241
+ */
1242
+ export interface DescribeCloudStorageStreamDataRequest {
1261
1243
  /**
1262
- * 上一周激活设备数
1244
+ * 产品ID
1263
1245
  */
1264
- ActivationBeforeWeekDayCount?: number
1246
+ ProductId: string
1265
1247
  /**
1266
- * 上一周活跃设备数
1248
+ * 设备名称
1267
1249
  */
1268
- ActiveBeforeWeekDayCount?: number
1250
+ DeviceName: string
1269
1251
  /**
1270
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1252
+ * 图片流事件开始时间
1271
1253
  */
1272
- RequestId?: string
1254
+ StartTime: number
1273
1255
  }
1274
1256
 
1275
1257
  /**
@@ -1380,6 +1362,48 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
1380
1362
  RequestId?: string
1381
1363
  }
1382
1364
 
1365
+ /**
1366
+ * GetDeviceSumStatistics返回参数结构体
1367
+ */
1368
+ export interface GetDeviceSumStatisticsResponse {
1369
+ /**
1370
+ * 激活设备总数
1371
+ */
1372
+ ActivationCount?: number
1373
+ /**
1374
+ * 在线设备总数
1375
+ */
1376
+ OnlineCount?: number
1377
+ /**
1378
+ * 前一天激活设备数
1379
+ */
1380
+ ActivationBeforeDay?: number
1381
+ /**
1382
+ * 前一天活跃设备数
1383
+ */
1384
+ ActiveBeforeDay?: number
1385
+ /**
1386
+ * 前一周激活设备数
1387
+ */
1388
+ ActivationWeekDayCount?: number
1389
+ /**
1390
+ * 前一周活跃设备数
1391
+ */
1392
+ ActiveWeekDayCount?: number
1393
+ /**
1394
+ * 上一周激活设备数
1395
+ */
1396
+ ActivationBeforeWeekDayCount?: number
1397
+ /**
1398
+ * 上一周活跃设备数
1399
+ */
1400
+ ActiveBeforeWeekDayCount?: number
1401
+ /**
1402
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1403
+ */
1404
+ RequestId?: string
1405
+ }
1406
+
1383
1407
  /**
1384
1408
  * DeletePositionSpace请求参数结构体
1385
1409
  */
@@ -1495,17 +1519,13 @@ export interface DeviceData {
1495
1519
  }
1496
1520
 
1497
1521
  /**
1498
- * wifi定位信息
1522
+ * ModifyCloudStorageAIService返回参数结构体
1499
1523
  */
1500
- export interface WifiInfo {
1501
- /**
1502
- * mac地址
1503
- */
1504
- MAC: string
1524
+ export interface ModifyCloudStorageAIServiceResponse {
1505
1525
  /**
1506
- * 信号强度
1526
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1507
1527
  */
1508
- RSSI: number
1528
+ RequestId?: string
1509
1529
  }
1510
1530
 
1511
1531
  /**
@@ -1597,6 +1617,59 @@ export interface DescribeCloudStorageOrderRequest {
1597
1617
  OrderId: string
1598
1618
  }
1599
1619
 
1620
+ /**
1621
+ * 云存 AI 服务任务信息
1622
+ */
1623
+ export interface CloudStorageAIServiceTask {
1624
+ /**
1625
+ * 云存 AI 服务任务 ID
1626
+ */
1627
+ TaskId?: string
1628
+ /**
1629
+ * 产品 ID
1630
+ */
1631
+ ProductId?: string
1632
+ /**
1633
+ * 设备名称
1634
+ */
1635
+ DeviceName?: string
1636
+ /**
1637
+ * 通道 ID
1638
+ */
1639
+ ChannelId?: number
1640
+ /**
1641
+ * 对应云存视频的起始时间
1642
+ */
1643
+ StartTime?: number
1644
+ /**
1645
+ * 对应云存视频的结束时间
1646
+ */
1647
+ EndTime?: number
1648
+ /**
1649
+ * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)
1650
+ */
1651
+ Status?: number
1652
+ /**
1653
+ * 任务结果
1654
+ */
1655
+ Result?: string
1656
+ /**
1657
+ * 云存 AI 服务类型
1658
+ 注意:此字段可能返回 null,表示取不到有效值。
1659
+ */
1660
+ ServiceType?: string
1661
+ /**
1662
+ * 创建时间
1663
+ 注意:此字段可能返回 null,表示取不到有效值。
1664
+ */
1665
+ CreateTime?: number
1666
+ /**
1667
+ * 最后更新时间
1668
+ 注意:此字段可能返回 null,表示取不到有效值。
1669
+ */
1670
+ UpdateTime?: number
1671
+ }
1672
+
1600
1673
  /**
1601
1674
  * ModifyProject请求参数结构体
1602
1675
  */
@@ -1668,13 +1741,21 @@ export interface PublishRRPCMessageRequest {
1668
1741
  }
1669
1742
 
1670
1743
  /**
1671
- * ListTopicPolicy请求参数结构体
1744
+ * DescribeProductCloudStorageAIService返回参数结构体
1672
1745
  */
1673
- export interface ListTopicPolicyRequest {
1746
+ export interface DescribeProductCloudStorageAIServiceResponse {
1674
1747
  /**
1675
- * 产品ID
1748
+ * 开通状态
1676
1749
  */
1677
- ProductId: string
1750
+ Enabled?: boolean
1751
+ /**
1752
+ * 当前账号是否可开通
1753
+ */
1754
+ Available?: boolean
1755
+ /**
1756
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1757
+ */
1758
+ RequestId?: string
1678
1759
  }
1679
1760
 
1680
1761
  /**
@@ -1793,6 +1874,56 @@ export interface ListFirmwaresResponse {
1793
1874
  RequestId?: string
1794
1875
  }
1795
1876
 
1877
+ /**
1878
+ * 子设备详情
1879
+ */
1880
+ export interface FamilySubDevice {
1881
+ /**
1882
+ * 产品Id
1883
+ */
1884
+ ProductId: string
1885
+ /**
1886
+ * 设备名称
1887
+ */
1888
+ DeviceName: string
1889
+ /**
1890
+ * 设备ID
1891
+ */
1892
+ DeviceId: string
1893
+ /**
1894
+ * 设备别名
1895
+ 注意:此字段可能返回 null,表示取不到有效值。
1896
+ */
1897
+ AliasName: string
1898
+ /**
1899
+ * 设备绑定的家庭ID
1900
+ */
1901
+ FamilyId: string
1902
+ /**
1903
+ * 设备所在的房间ID,默认"0"
1904
+ 注意:此字段可能返回 null,表示取不到有效值。
1905
+ */
1906
+ RoomId: string
1907
+ /**
1908
+ * 图标
1909
+ 注意:此字段可能返回 null,表示取不到有效值。
1910
+ */
1911
+ IconUrl: string
1912
+ /**
1913
+ * grid图标
1914
+ 注意:此字段可能返回 null,表示取不到有效值。
1915
+ */
1916
+ IconUrlGrid: string
1917
+ /**
1918
+ * 设备绑定时间戳
1919
+ */
1920
+ CreateTime: number
1921
+ /**
1922
+ * 设备更新时间戳
1923
+ */
1924
+ UpdateTime: number
1925
+ }
1926
+
1796
1927
  /**
1797
1928
  * ReleaseStudioProduct返回参数结构体
1798
1929
  */
@@ -2138,6 +2269,28 @@ export interface DescribeFenceEventListResponse {
2138
2269
  RequestId?: string
2139
2270
  }
2140
2271
 
2272
+ /**
2273
+ * ModifyCloudStorageAIServiceCallback请求参数结构体
2274
+ */
2275
+ export interface ModifyCloudStorageAIServiceCallbackRequest {
2276
+ /**
2277
+ * 产品ID
2278
+ */
2279
+ ProductId: string
2280
+ /**
2281
+ * 推送类型。http:HTTP 回调
2282
+ */
2283
+ Type: string
2284
+ /**
2285
+ * HTTP 回调 URL
2286
+ */
2287
+ CallbackUrl?: string
2288
+ /**
2289
+ * HTTP 回调鉴权 Token
2290
+ */
2291
+ CallbackToken?: string
2292
+ }
2293
+
2141
2294
  /**
2142
2295
  * DescribeDeviceFirmWare请求参数结构体
2143
2296
  */
@@ -2359,6 +2512,32 @@ export interface CreateTopicPolicyResponse {
2359
2512
  RequestId?: string
2360
2513
  }
2361
2514
 
2515
+ /**
2516
+ * ModifyCloudStorageAIService请求参数结构体
2517
+ */
2518
+ export interface ModifyCloudStorageAIServiceRequest {
2519
+ /**
2520
+ * 产品ID
2521
+ */
2522
+ ProductId: string
2523
+ /**
2524
+ * 设备名称
2525
+ */
2526
+ DeviceName: string
2527
+ /**
2528
+ * 云存 AI 服务类型。可选值:PackageDetect
2529
+ */
2530
+ ServiceType: string
2531
+ /**
2532
+ * 启用状态
2533
+ */
2534
+ Enabled?: boolean
2535
+ /**
2536
+ * 视频分析区域
2537
+ */
2538
+ ROI?: string
2539
+ }
2540
+
2362
2541
  /**
2363
2542
  * CreateDevice返回参数结构体
2364
2543
  */
@@ -2665,6 +2844,36 @@ export interface DescribeDeviceLocationSolveResponse {
2665
2844
  RequestId?: string
2666
2845
  }
2667
2846
 
2847
+ /**
2848
+ * DescribeCloudStorageAIServiceTasks请求参数结构体
2849
+ */
2850
+ export interface DescribeCloudStorageAIServiceTasksRequest {
2851
+ /**
2852
+ * 产品 ID
2853
+ */
2854
+ ProductId: string
2855
+ /**
2856
+ * 设备名称
2857
+ */
2858
+ DeviceName: string
2859
+ /**
2860
+ * 云存 AI 服务类型。可选值:PackageDetect
2861
+ */
2862
+ ServiceType: string
2863
+ /**
2864
+ * 分页拉取数量
2865
+ */
2866
+ Limit: number
2867
+ /**
2868
+ * 分页拉取偏移
2869
+ */
2870
+ Offset?: number
2871
+ /**
2872
+ * 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;不传则查询全部状态的任务)
2873
+ */
2874
+ Status?: number
2875
+ }
2876
+
2668
2877
  /**
2669
2878
  * DescribeStudioProduct返回参数结构体
2670
2879
  */
@@ -2844,17 +3053,13 @@ export interface PublishMessageRequest {
2844
3053
  }
2845
3054
 
2846
3055
  /**
2847
- * DescribeCloudStorageMultiThumbnail返回参数结构体
3056
+ * DescribeProductCloudStorageAIService请求参数结构体
2848
3057
  */
2849
- export interface DescribeCloudStorageMultiThumbnailResponse {
3058
+ export interface DescribeProductCloudStorageAIServiceRequest {
2850
3059
  /**
2851
- * 缩略图访问地址
2852
- */
2853
- ThumbnailURLInfoList?: Array<ThumbnailURLInfoList>
2854
- /**
2855
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3060
+ * 产品ID
2856
3061
  */
2857
- RequestId?: string
3062
+ ProductId: string
2858
3063
  }
2859
3064
 
2860
3065
  /**
@@ -3477,25 +3682,13 @@ export interface DescribeFenceBindListRequest {
3477
3682
  }
3478
3683
 
3479
3684
  /**
3480
- * TransferCloudStorage请求参数结构体
3685
+ * EnableTopicRule请求参数结构体
3481
3686
  */
3482
- export interface TransferCloudStorageRequest {
3483
- /**
3484
- * 产品ID
3485
- */
3486
- ProductId: string
3487
- /**
3488
- * 已开通云存的设备名称
3489
- */
3490
- DeviceName: string
3491
- /**
3492
- * 未开通云存的设备名称
3493
- */
3494
- ToDeviceName: string
3687
+ export interface EnableTopicRuleRequest {
3495
3688
  /**
3496
- * 未开通云存的设备产品ID
3689
+ * 规则名称
3497
3690
  */
3498
- ToProductId?: string
3691
+ RuleName: string
3499
3692
  }
3500
3693
 
3501
3694
  /**
@@ -4621,6 +4814,24 @@ export interface GetProjectListRequest {
4621
4814
  ProjectName?: string
4622
4815
  }
4623
4816
 
4817
+ /**
4818
+ * DescribeCloudStorageAIServiceTasks返回参数结构体
4819
+ */
4820
+ export interface DescribeCloudStorageAIServiceTasksResponse {
4821
+ /**
4822
+ * 任务列表
4823
+ */
4824
+ Tasks?: Array<CloudStorageAIServiceTask>
4825
+ /**
4826
+ * 任务数量
4827
+ */
4828
+ Total?: number
4829
+ /**
4830
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4831
+ */
4832
+ RequestId?: string
4833
+ }
4834
+
4624
4835
  /**
4625
4836
  * DeletePositionSpace返回参数结构体
4626
4837
  */
@@ -4669,6 +4880,28 @@ export interface EnableTopicRuleResponse {
4669
4880
  RequestId?: string
4670
4881
  }
4671
4882
 
4883
+ /**
4884
+ * TransferCloudStorage请求参数结构体
4885
+ */
4886
+ export interface TransferCloudStorageRequest {
4887
+ /**
4888
+ * 产品ID
4889
+ */
4890
+ ProductId: string
4891
+ /**
4892
+ * 已开通云存的设备名称
4893
+ */
4894
+ DeviceName: string
4895
+ /**
4896
+ * 未开通云存的设备名称
4897
+ */
4898
+ ToDeviceName: string
4899
+ /**
4900
+ * 未开通云存的设备产品ID
4901
+ */
4902
+ ToProductId?: string
4903
+ }
4904
+
4672
4905
  /**
4673
4906
  * GetGatewaySubDeviceList请求参数结构体
4674
4907
  */
@@ -4721,6 +4954,16 @@ export interface SearchStudioProductRequest {
4721
4954
  ProductId?: string
4722
4955
  }
4723
4956
 
4957
+ /**
4958
+ * ListTopicPolicy请求参数结构体
4959
+ */
4960
+ export interface ListTopicPolicyRequest {
4961
+ /**
4962
+ * 产品ID
4963
+ */
4964
+ ProductId: string
4965
+ }
4966
+
4724
4967
  /**
4725
4968
  * GenSingleDeviceSignatureOfPublic请求参数结构体
4726
4969
  */
@@ -4881,6 +5124,20 @@ export interface DescribeLoRaFrequencyRequest {
4881
5124
  FreqId?: string
4882
5125
  }
4883
5126
 
5127
+ /**
5128
+ * ModifyProductCloudStorageAIService请求参数结构体
5129
+ */
5130
+ export interface ModifyProductCloudStorageAIServiceRequest {
5131
+ /**
5132
+ * 产品ID
5133
+ */
5134
+ ProductId: string
5135
+ /**
5136
+ * 开通状态
5137
+ */
5138
+ Enabled?: boolean
5139
+ }
5140
+
4884
5141
  /**
4885
5142
  * DescribeCloudStorage返回参数结构体
4886
5143
  */
@@ -4961,21 +5218,27 @@ export interface DescribeGatewayBindDevicesRequest {
4961
5218
  }
4962
5219
 
4963
5220
  /**
4964
- * DescribeCloudStorageStreamData请求参数结构体
5221
+ * DescribeCloudStorageAIServiceCallback返回参数结构体
4965
5222
  */
4966
- export interface DescribeCloudStorageStreamDataRequest {
5223
+ export interface DescribeCloudStorageAIServiceCallbackResponse {
4967
5224
  /**
4968
- * 产品ID
5225
+ * 推送类型。http:HTTP 回调
4969
5226
  */
4970
- ProductId: string
5227
+ Type?: string
4971
5228
  /**
4972
- * 设备名称
5229
+ * HTTP 回调 URL
5230
+ 注意:此字段可能返回 null,表示取不到有效值。
4973
5231
  */
4974
- DeviceName: string
5232
+ CallbackUrl?: string
4975
5233
  /**
4976
- * 图片流事件开始时间
5234
+ * HTTP 回调鉴权 Token
5235
+ 注意:此字段可能返回 null,表示取不到有效值。
4977
5236
  */
4978
- StartTime: number
5237
+ CallbackToken?: string
5238
+ /**
5239
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5240
+ */
5241
+ RequestId?: string
4979
5242
  }
4980
5243
 
4981
5244
  /**
@@ -5062,6 +5325,16 @@ export interface PublishMessageResponse {
5062
5325
  RequestId?: string
5063
5326
  }
5064
5327
 
5328
+ /**
5329
+ * DescribeCloudStorageAIServiceCallback请求参数结构体
5330
+ */
5331
+ export interface DescribeCloudStorageAIServiceCallbackRequest {
5332
+ /**
5333
+ * 产品ID
5334
+ */
5335
+ ProductId: string
5336
+ }
5337
+
5065
5338
  /**
5066
5339
  * ModifyTopicPolicy请求参数结构体
5067
5340
  */
@@ -5195,13 +5468,21 @@ export interface DescribeModelDefinitionRequest {
5195
5468
  }
5196
5469
 
5197
5470
  /**
5198
- * EnableTopicRule请求参数结构体
5471
+ * DescribeCloudStorageAIService请求参数结构体
5199
5472
  */
5200
- export interface EnableTopicRuleRequest {
5473
+ export interface DescribeCloudStorageAIServiceRequest {
5201
5474
  /**
5202
- * 规则名称
5475
+ * 产品ID
5203
5476
  */
5204
- RuleName: string
5477
+ ProductId: string
5478
+ /**
5479
+ * 设备名称
5480
+ */
5481
+ DeviceName: string
5482
+ /**
5483
+ * 云存 AI 服务类型。可选值:PackageDetect
5484
+ */
5485
+ ServiceType: string
5205
5486
  }
5206
5487
 
5207
5488
  /**
@@ -5226,6 +5507,20 @@ export interface DescribeCloudStorageUsersRequest {
5226
5507
  Offset: number
5227
5508
  }
5228
5509
 
5510
+ /**
5511
+ * wifi定位信息
5512
+ */
5513
+ export interface WifiInfo {
5514
+ /**
5515
+ * mac地址
5516
+ */
5517
+ MAC: string
5518
+ /**
5519
+ * 信号强度
5520
+ */
5521
+ RSSI: number
5522
+ }
5523
+
5229
5524
  /**
5230
5525
  * CreateTopicRule返回参数结构体
5231
5526
  */