tencentcloud-sdk-nodejs 4.0.381 → 4.0.384
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +678 -0
- package/SERVICE_CHANGELOG.md +790 -41
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/cfg/v20210820/cfg_models.ts +18 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +108 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cls/v20201016/cls_models.ts +13 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -2
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/mps/v20190612/mps_client.ts +20 -1
- package/src/services/mps/v20190612/mps_models.ts +643 -29
- package/src/services/ocr/v20181119/ocr_client.ts +10 -5
- package/src/services/ocr/v20181119/ocr_models.ts +46 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +102 -27
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/ssm/v20190923/ssm_models.ts +5 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcm/v20210413/tcm_client.ts +3 -0
- package/src/services/tcm/v20210413/tcm_models.ts +106 -2
- package/src/services/tcss/v20201101/tcss_models.ts +6 -1
- package/src/services/teo/v20220106/teo_models.ts +1 -1
- package/src/services/tiems/v20190416/tiems_client.ts +100 -50
- package/src/services/tione/v20211111/tione_models.ts +10 -0
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_client.ts +12 -7
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/src/services/vpc/v20170312/vpc_models.ts +10 -0
- package/src/services/waf/v20180125/waf_client.ts +27 -2
- package/src/services/waf/v20180125/waf_models.ts +157 -27
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +92 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +565 -28
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +39 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +88 -26
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +91 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
- package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +10 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +132 -24
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/ckafka.v20190819.test.js +20 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/waf.v20180125.test.js +20 -0
|
@@ -15,6 +15,120 @@
|
|
|
15
15
|
* under the License.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* DescribeCloudStorageDate请求参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeCloudStorageDateRequest {
|
|
22
|
+
/**
|
|
23
|
+
* 产品ID
|
|
24
|
+
*/
|
|
25
|
+
ProductId: string
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 设备名称
|
|
29
|
+
*/
|
|
30
|
+
DeviceName: string
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 用户ID
|
|
34
|
+
*/
|
|
35
|
+
UserId?: string
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 云存时间轴接口返回数据
|
|
40
|
+
*/
|
|
41
|
+
export interface CloudStorageTimeData {
|
|
42
|
+
/**
|
|
43
|
+
* 云存时间轴信息列表
|
|
44
|
+
*/
|
|
45
|
+
TimeList: Array<CloudStorageTimeInfo>
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 播放地址
|
|
49
|
+
*/
|
|
50
|
+
VideoURL: string
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 云存套餐包消耗统计
|
|
55
|
+
*/
|
|
56
|
+
export interface PackageConsumeStat {
|
|
57
|
+
/**
|
|
58
|
+
* 云存套餐包id
|
|
59
|
+
*/
|
|
60
|
+
PackageId: string
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 云存套餐包名称
|
|
64
|
+
*/
|
|
65
|
+
PackageName: string
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 消耗个数
|
|
69
|
+
*/
|
|
70
|
+
Cnt: number
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 套餐包单价,单位分
|
|
74
|
+
*/
|
|
75
|
+
Price: number
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 消耗来源,1预付费
|
|
79
|
+
*/
|
|
80
|
+
Source: number
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* DescribeCloudStoragePackageConsumeDetails返回参数结构体
|
|
85
|
+
*/
|
|
86
|
+
export interface DescribeCloudStoragePackageConsumeDetailsResponse {
|
|
87
|
+
/**
|
|
88
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
89
|
+
*/
|
|
90
|
+
RequestId?: string
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* CreateCloudStorage请求参数结构体
|
|
95
|
+
*/
|
|
96
|
+
export interface CreateCloudStorageRequest {
|
|
97
|
+
/**
|
|
98
|
+
* 产品ID
|
|
99
|
+
*/
|
|
100
|
+
ProductId: string
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* 设备名称
|
|
104
|
+
*/
|
|
105
|
+
DeviceName: string
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* 云存套餐ID:
|
|
109
|
+
yc1m3d : 全时3天存储月套餐。
|
|
110
|
+
yc1m7d : 全时7天存储月套餐。
|
|
111
|
+
yc1m30d :全时30天存储月套餐。
|
|
112
|
+
yc1y3d :全时3天存储年套餐。
|
|
113
|
+
yc1y7d :全时7天存储年套餐。
|
|
114
|
+
yc1y30d :全时30天存储年套餐。
|
|
115
|
+
ye1m3d :事件3天存储月套餐。
|
|
116
|
+
ye1m7d :事件7天存储月套餐。
|
|
117
|
+
ye1m30d :事件30天存储月套餐 。
|
|
118
|
+
ye1y3d :事件3天存储年套餐。
|
|
119
|
+
ye1y7d :事件7天存储年套餐。
|
|
120
|
+
ye1y30d :事件30天存储年套餐。
|
|
121
|
+
yc1w7d : 全时7天存储周套餐。
|
|
122
|
+
ye1w7d : 事件7天存储周套餐。
|
|
123
|
+
*/
|
|
124
|
+
PackageId: string
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* 如果当前设备已开启云存套餐,Override=1会使用新套餐覆盖原有套餐。不传此参数则默认为0。
|
|
128
|
+
*/
|
|
129
|
+
Override?: number
|
|
130
|
+
}
|
|
131
|
+
|
|
18
132
|
/**
|
|
19
133
|
* 消息数量统计
|
|
20
134
|
*/
|
|
@@ -37,42 +151,4562 @@ export interface MessageCntStats {
|
|
|
37
151
|
DownMsgCnt: number
|
|
38
152
|
|
|
39
153
|
/**
|
|
40
|
-
* ntp消息数
|
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
42
|
-
*/
|
|
43
|
-
NtpMsgCnt: number
|
|
154
|
+
* ntp消息数
|
|
155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
156
|
+
*/
|
|
157
|
+
NtpMsgCnt: number
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* DescribeDeviceDataStats请求参数结构体
|
|
162
|
+
*/
|
|
163
|
+
export interface DescribeDeviceDataStatsRequest {
|
|
164
|
+
/**
|
|
165
|
+
* 开始日期
|
|
166
|
+
*/
|
|
167
|
+
StartDate: string
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* 结束日期
|
|
171
|
+
*/
|
|
172
|
+
EndDate: string
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* 产品id
|
|
176
|
+
*/
|
|
177
|
+
ProductId?: string
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* 批次元数据
|
|
182
|
+
*/
|
|
183
|
+
export interface VideoBatch {
|
|
184
|
+
/**
|
|
185
|
+
* 批次ID
|
|
186
|
+
*/
|
|
187
|
+
Id: number
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* 用户ID
|
|
191
|
+
*/
|
|
192
|
+
UserId: string
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* 产品ID
|
|
196
|
+
*/
|
|
197
|
+
ProductId: string
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* 状态:1:待创建设备 2:创建中 3:已完成
|
|
201
|
+
*/
|
|
202
|
+
Status: number
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 设备前缀
|
|
206
|
+
*/
|
|
207
|
+
DevPre: string
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* 设备数量
|
|
211
|
+
*/
|
|
212
|
+
DevNum: number
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* 已创建设备数量
|
|
216
|
+
*/
|
|
217
|
+
DevNumCreated: number
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* 批次下载地址
|
|
221
|
+
*/
|
|
222
|
+
BatchURL: string
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 创建时间。unix时间戳
|
|
226
|
+
*/
|
|
227
|
+
CreateTime: number
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 修改时间。unix时间戳
|
|
231
|
+
*/
|
|
232
|
+
UpdateTime: number
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* ImportModelDefinition返回参数结构体
|
|
237
|
+
*/
|
|
238
|
+
export interface ImportModelDefinitionResponse {
|
|
239
|
+
/**
|
|
240
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
241
|
+
*/
|
|
242
|
+
RequestId?: string
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* ApplyAIModel请求参数结构体
|
|
247
|
+
*/
|
|
248
|
+
export interface ApplyAIModelRequest {
|
|
249
|
+
/**
|
|
250
|
+
* AI模型ID
|
|
251
|
+
*/
|
|
252
|
+
ModelId: string
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* 产品ID
|
|
256
|
+
*/
|
|
257
|
+
ProductId: string
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* CreateBatch请求参数结构体
|
|
262
|
+
*/
|
|
263
|
+
export interface CreateBatchRequest {
|
|
264
|
+
/**
|
|
265
|
+
* 产品ID
|
|
266
|
+
*/
|
|
267
|
+
ProductId: string
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* 批次创建的设备数量
|
|
271
|
+
*/
|
|
272
|
+
DevNum: number
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* 批次创建的设备前缀。不超过24个字符
|
|
276
|
+
*/
|
|
277
|
+
DevPre: string
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* ModifyProductDynamicRegister返回参数结构体
|
|
282
|
+
*/
|
|
283
|
+
export interface ModifyProductDynamicRegisterResponse {
|
|
284
|
+
/**
|
|
285
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
286
|
+
*/
|
|
287
|
+
RegisterType: number
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* 动态注册产品密钥
|
|
291
|
+
*/
|
|
292
|
+
ProductSecret: string
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* 动态注册设备上限
|
|
296
|
+
*/
|
|
297
|
+
RegisterLimit: number
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
301
|
+
*/
|
|
302
|
+
RequestId?: string
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* CancelAIModelApplication返回参数结构体
|
|
307
|
+
*/
|
|
308
|
+
export interface CancelAIModelApplicationResponse {
|
|
309
|
+
/**
|
|
310
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
311
|
+
*/
|
|
312
|
+
RequestId?: string
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* DescribeCloudStorageTime返回参数结构体
|
|
317
|
+
*/
|
|
318
|
+
export interface DescribeCloudStorageTimeResponse {
|
|
319
|
+
/**
|
|
320
|
+
* 接口返回数据
|
|
321
|
+
*/
|
|
322
|
+
Data: CloudStorageTimeData
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
326
|
+
*/
|
|
327
|
+
RequestId?: string
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* DescribeDeviceStatusLog返回参数结构体
|
|
332
|
+
*/
|
|
333
|
+
export interface DescribeDeviceStatusLogResponse {
|
|
334
|
+
/**
|
|
335
|
+
* 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
|
|
336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
337
|
+
*/
|
|
338
|
+
Listover: boolean
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
|
342
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
343
|
+
*/
|
|
344
|
+
Context: string
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* 日志数据结果数组,返回对应时间点及取值。
|
|
348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
349
|
+
*/
|
|
350
|
+
Results: Array<DeviceStatusLogItem>
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* 日志数据结果总条数
|
|
354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
355
|
+
*/
|
|
356
|
+
TotalCount: number
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
360
|
+
*/
|
|
361
|
+
RequestId?: string
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* DescribePackageConsumeTask请求参数结构体
|
|
366
|
+
*/
|
|
367
|
+
export interface DescribePackageConsumeTaskRequest {
|
|
368
|
+
/**
|
|
369
|
+
* 任务id
|
|
370
|
+
*/
|
|
371
|
+
TaskId: number
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* ReportAliveDevice请求参数结构体
|
|
376
|
+
*/
|
|
377
|
+
export interface ReportAliveDeviceRequest {
|
|
378
|
+
/**
|
|
379
|
+
* 产品ID
|
|
380
|
+
*/
|
|
381
|
+
ProductId: string
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* 设备名称
|
|
385
|
+
*/
|
|
386
|
+
DeviceName: string
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* DescribeProducts请求参数结构体
|
|
391
|
+
*/
|
|
392
|
+
export interface DescribeProductsRequest {
|
|
393
|
+
/**
|
|
394
|
+
* 分页的大小,最大100
|
|
395
|
+
*/
|
|
396
|
+
Limit: number
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* 偏移量,Offset从0开始
|
|
400
|
+
*/
|
|
401
|
+
Offset: number
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* DescribeAIModelChannel返回参数结构体
|
|
406
|
+
*/
|
|
407
|
+
export interface DescribeAIModelChannelResponse {
|
|
408
|
+
/**
|
|
409
|
+
* 推送类型。ckafka:消息队列;forward:http/https推送
|
|
410
|
+
*/
|
|
411
|
+
Type: string
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* 第三方推送地址
|
|
415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
416
|
+
*/
|
|
417
|
+
ForwardAddress: string
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* 第三方推送密钥
|
|
421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
+
*/
|
|
423
|
+
ForwardKey: string
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* ckafka地域
|
|
427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
428
|
+
*/
|
|
429
|
+
CKafkaRegion: string
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* ckafka实例
|
|
433
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
434
|
+
*/
|
|
435
|
+
CKafkaInstance: string
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* ckafka订阅主题
|
|
439
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
440
|
+
*/
|
|
441
|
+
CKafkaTopic: string
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
445
|
+
*/
|
|
446
|
+
RequestId?: string
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* DescribeMessageDataStats返回参数结构体
|
|
451
|
+
*/
|
|
452
|
+
export interface DescribeMessageDataStatsResponse {
|
|
453
|
+
/**
|
|
454
|
+
* 消息数量列表
|
|
455
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
456
|
+
*/
|
|
457
|
+
Data: Array<MessageCntStats>
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* 总数
|
|
461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
462
|
+
*/
|
|
463
|
+
Total: number
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
467
|
+
*/
|
|
468
|
+
RequestId?: string
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* DescribeDeviceActionHistory请求参数结构体
|
|
473
|
+
*/
|
|
474
|
+
export interface DescribeDeviceActionHistoryRequest {
|
|
475
|
+
/**
|
|
476
|
+
* 产品Id
|
|
477
|
+
*/
|
|
478
|
+
ProductId: string
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* 设备名称
|
|
482
|
+
*/
|
|
483
|
+
DeviceName: string
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* 开始范围的 unix 毫秒时间戳
|
|
487
|
+
*/
|
|
488
|
+
MinTime: number
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* 结束范围的 unix 毫秒时间戳
|
|
492
|
+
*/
|
|
493
|
+
MaxTime: number
|
|
494
|
+
|
|
495
|
+
/**
|
|
496
|
+
* 动作Id
|
|
497
|
+
*/
|
|
498
|
+
ActionId?: string
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* 查询条数 默认为0 最大不超过500
|
|
502
|
+
*/
|
|
503
|
+
Limit?: number
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* 游标,标识查询位置。
|
|
507
|
+
*/
|
|
508
|
+
Context?: string
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* ModifyDataForward请求参数结构体
|
|
513
|
+
*/
|
|
514
|
+
export interface ModifyDataForwardRequest {
|
|
515
|
+
/**
|
|
516
|
+
* 产品ID。
|
|
517
|
+
*/
|
|
518
|
+
ProductId: string
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* 转发地址。如果有鉴权Token,则需要自行传入,例如 [{\"forward\":{\"api\":\"http://123.207.117.108:1080/sub.php\",\"token\":\"testtoken\"}}]
|
|
522
|
+
*/
|
|
523
|
+
ForwardAddr: string
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* 1-数据信息转发 2-设备上下线状态转发 3-数据信息转发&设备上下线状态转发
|
|
527
|
+
*/
|
|
528
|
+
DataChose?: number
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* DescribeDevices返回参数结构体
|
|
533
|
+
*/
|
|
534
|
+
export interface DescribeDevicesResponse {
|
|
535
|
+
/**
|
|
536
|
+
* 设备总数
|
|
537
|
+
*/
|
|
538
|
+
TotalCount: number
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* 设备详细信息列表
|
|
542
|
+
*/
|
|
543
|
+
Devices: Array<DeviceInfo>
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
547
|
+
*/
|
|
548
|
+
RequestId?: string
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* ModifyProduct返回参数结构体
|
|
553
|
+
*/
|
|
554
|
+
export interface ModifyProductResponse {
|
|
555
|
+
/**
|
|
556
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
557
|
+
*/
|
|
558
|
+
RequestId?: string
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* ModifyProduct请求参数结构体
|
|
563
|
+
*/
|
|
564
|
+
export interface ModifyProductRequest {
|
|
565
|
+
/**
|
|
566
|
+
* 产品id
|
|
567
|
+
*/
|
|
568
|
+
ProductId: string
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* 修改的产品名称 (支持中文、英文、数字、下划线组合,最多不超过20个字符)
|
|
572
|
+
*/
|
|
573
|
+
ProductName?: string
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* 修改的产品描述 (最多不超过128个字符)
|
|
577
|
+
*/
|
|
578
|
+
ProductDescription?: string
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* ModifyModelDefinition请求参数结构体
|
|
583
|
+
*/
|
|
584
|
+
export interface ModifyModelDefinitionRequest {
|
|
585
|
+
/**
|
|
586
|
+
* 产品ID
|
|
587
|
+
*/
|
|
588
|
+
ProductId: string
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* 数据模板定义
|
|
592
|
+
*/
|
|
593
|
+
ModelSchema: string
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* DescribeBatchs返回参数结构体
|
|
598
|
+
*/
|
|
599
|
+
export interface DescribeBatchsResponse {
|
|
600
|
+
/**
|
|
601
|
+
* 批次数量
|
|
602
|
+
*/
|
|
603
|
+
TotalCount: number
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* 批次列表详情
|
|
607
|
+
*/
|
|
608
|
+
Data: Array<VideoBatch>
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
612
|
+
*/
|
|
613
|
+
RequestId?: string
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* CancelAIModelApplication请求参数结构体
|
|
618
|
+
*/
|
|
619
|
+
export interface CancelAIModelApplicationRequest {
|
|
620
|
+
/**
|
|
621
|
+
* AI模型ID
|
|
622
|
+
*/
|
|
623
|
+
ModelId: string
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* 产品ID
|
|
627
|
+
*/
|
|
628
|
+
ProductId: string
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* TransferCloudStorage返回参数结构体
|
|
633
|
+
*/
|
|
634
|
+
export interface TransferCloudStorageResponse {
|
|
635
|
+
/**
|
|
636
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
637
|
+
*/
|
|
638
|
+
RequestId?: string
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* DescribeUser请求参数结构体
|
|
643
|
+
*/
|
|
644
|
+
export type DescribeUserRequest = null
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
* DescribeForwardRule返回参数结构体
|
|
648
|
+
*/
|
|
649
|
+
export interface DescribeForwardRuleResponse {
|
|
650
|
+
/**
|
|
651
|
+
* 腾讯云账号
|
|
652
|
+
*/
|
|
653
|
+
Endpoint: string
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* 队列名称
|
|
657
|
+
*/
|
|
658
|
+
QueueName: string
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* 产品ID
|
|
662
|
+
*/
|
|
663
|
+
ProductID: string
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* 消息类型 1设备上报信息 2设备状态变化通知 3为全选
|
|
667
|
+
*/
|
|
668
|
+
MsgType: number
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* 结果 2表示禁用 其他为成功
|
|
672
|
+
*/
|
|
673
|
+
Result: number
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* 角色名
|
|
677
|
+
*/
|
|
678
|
+
RoleName: string
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* 角色ID
|
|
682
|
+
*/
|
|
683
|
+
RoleID: number
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* 队列区域
|
|
687
|
+
*/
|
|
688
|
+
QueueRegion: string
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* 队列类型,0:CMQ,1:Ckafka
|
|
692
|
+
*/
|
|
693
|
+
QueueType: number
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* 实例id, 目前只有Ckafaka会用到
|
|
697
|
+
*/
|
|
698
|
+
InstanceId: string
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* 实例名称,目前只有Ckafaka会用到
|
|
702
|
+
*/
|
|
703
|
+
InstanceName: string
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* 错误消息
|
|
707
|
+
*/
|
|
708
|
+
ErrMsg: string
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
712
|
+
*/
|
|
713
|
+
RequestId?: string
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
* CallDeviceActionSync请求参数结构体
|
|
718
|
+
*/
|
|
719
|
+
export interface CallDeviceActionSyncRequest {
|
|
720
|
+
/**
|
|
721
|
+
* 产品Id
|
|
722
|
+
*/
|
|
723
|
+
ProductId: string
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* 设备名称
|
|
727
|
+
*/
|
|
728
|
+
DeviceName: string
|
|
729
|
+
|
|
730
|
+
/**
|
|
731
|
+
* 产品数据模板中行为功能的标识符,由开发者自行根据设备的应用场景定义
|
|
732
|
+
*/
|
|
733
|
+
ActionId: string
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* 输入参数
|
|
737
|
+
*/
|
|
738
|
+
InputParams?: string
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* ModifyDeviceLogLevel请求参数结构体
|
|
743
|
+
*/
|
|
744
|
+
export interface ModifyDeviceLogLevelRequest {
|
|
745
|
+
/**
|
|
746
|
+
* 产品ID
|
|
747
|
+
*/
|
|
748
|
+
ProductId: string
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* 设备名称
|
|
752
|
+
*/
|
|
753
|
+
DeviceName: string
|
|
754
|
+
|
|
755
|
+
/**
|
|
756
|
+
* 日志级别,0:关闭,1:错误,2:告警,3:信息,4:调试
|
|
757
|
+
*/
|
|
758
|
+
LogLevel: number
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
/**
|
|
762
|
+
* DescribeBatch请求参数结构体
|
|
763
|
+
*/
|
|
764
|
+
export interface DescribeBatchRequest {
|
|
765
|
+
/**
|
|
766
|
+
* 批次ID
|
|
767
|
+
*/
|
|
768
|
+
BatchId: number
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
/**
|
|
772
|
+
* DescribeForwardRule请求参数结构体
|
|
773
|
+
*/
|
|
774
|
+
export interface DescribeForwardRuleRequest {
|
|
775
|
+
/**
|
|
776
|
+
* 产品ID
|
|
777
|
+
*/
|
|
778
|
+
ProductID: string
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* 控制台Skey
|
|
782
|
+
*/
|
|
783
|
+
Skey: string
|
|
784
|
+
|
|
785
|
+
/**
|
|
786
|
+
* 队列类型,0:CMQ,1:Ckafka
|
|
787
|
+
*/
|
|
788
|
+
QueueType: number
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* 临时密钥
|
|
792
|
+
*/
|
|
793
|
+
Consecretid?: string
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
/**
|
|
797
|
+
* ModifyDevice请求参数结构体
|
|
798
|
+
*/
|
|
799
|
+
export interface ModifyDeviceRequest {
|
|
800
|
+
/**
|
|
801
|
+
* 设备所属产品id
|
|
802
|
+
*/
|
|
803
|
+
ProductId: string
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
* 设备名称
|
|
807
|
+
*/
|
|
808
|
+
DeviceName: string
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* 要设置的设备状态,1为启用,0为禁用
|
|
812
|
+
*/
|
|
813
|
+
EnableState?: number
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
/**
|
|
817
|
+
* CreateCOSCredentials返回参数结构体
|
|
818
|
+
*/
|
|
819
|
+
export interface CreateCOSCredentialsResponse {
|
|
820
|
+
/**
|
|
821
|
+
* COS存储桶名称
|
|
822
|
+
*/
|
|
823
|
+
StorageBucket: string
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* COS存储桶区域
|
|
827
|
+
*/
|
|
828
|
+
StorageRegion: string
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* COS存储桶路径
|
|
832
|
+
*/
|
|
833
|
+
StoragePath: string
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* COS上传用的SecretID
|
|
837
|
+
*/
|
|
838
|
+
SecretID: string
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* COS上传用的SecretKey
|
|
842
|
+
*/
|
|
843
|
+
SecretKey: string
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* COS上传用的Token
|
|
847
|
+
*/
|
|
848
|
+
Token: string
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* 密钥信息过期时间
|
|
852
|
+
*/
|
|
853
|
+
ExpiredTime: number
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
857
|
+
*/
|
|
858
|
+
RequestId?: string
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* 产品模型定义
|
|
863
|
+
*/
|
|
864
|
+
export interface ProductModelDefinition {
|
|
865
|
+
/**
|
|
866
|
+
* 产品ID
|
|
867
|
+
*/
|
|
868
|
+
ProductId: string
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* 模型定义
|
|
872
|
+
*/
|
|
873
|
+
ModelDefine: string
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* 更新时间,秒级时间戳
|
|
877
|
+
*/
|
|
878
|
+
UpdateTime: number
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* 创建时间,秒级时间戳
|
|
882
|
+
*/
|
|
883
|
+
CreateTime: number
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* 产品所属分类的模型快照(产品创建时刻的)
|
|
887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
888
|
+
*/
|
|
889
|
+
CategoryModel: string
|
|
890
|
+
|
|
891
|
+
/**
|
|
892
|
+
* 产品的连接类型的模型
|
|
893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
894
|
+
*/
|
|
895
|
+
NetTypeModel: string
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* 查询设备历史
|
|
900
|
+
*/
|
|
901
|
+
export interface ActionHistory {
|
|
902
|
+
/**
|
|
903
|
+
* 设备名称
|
|
904
|
+
*/
|
|
905
|
+
DeviceName: string
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* 动作Id
|
|
909
|
+
*/
|
|
910
|
+
ActionId: string
|
|
911
|
+
|
|
912
|
+
/**
|
|
913
|
+
* 动作名称
|
|
914
|
+
*/
|
|
915
|
+
ActionName: string
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* 请求时间
|
|
919
|
+
*/
|
|
920
|
+
ReqTime: number
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* 响应时间
|
|
924
|
+
*/
|
|
925
|
+
RspTime: number
|
|
926
|
+
|
|
927
|
+
/**
|
|
928
|
+
* 输入参数
|
|
929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
930
|
+
*/
|
|
931
|
+
InputParams: string
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* 输出参数
|
|
935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
936
|
+
*/
|
|
937
|
+
OutputParams: string
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* 调用方式
|
|
941
|
+
*/
|
|
942
|
+
Calling: string
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* 调用Id
|
|
946
|
+
*/
|
|
947
|
+
ClientToken: string
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* 调用状态
|
|
951
|
+
*/
|
|
952
|
+
Status: string
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* RetryDeviceFirmwareTask请求参数结构体
|
|
957
|
+
*/
|
|
958
|
+
export interface RetryDeviceFirmwareTaskRequest {
|
|
959
|
+
/**
|
|
960
|
+
* 产品ID
|
|
961
|
+
*/
|
|
962
|
+
ProductID: string
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* 设备名称
|
|
966
|
+
*/
|
|
967
|
+
DeviceName: string
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* 固件版本号
|
|
971
|
+
*/
|
|
972
|
+
FirmwareVersion: string
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* 固件升级任务ID
|
|
976
|
+
*/
|
|
977
|
+
TaskId: number
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* CreateDataForward返回参数结构体
|
|
982
|
+
*/
|
|
983
|
+
export interface CreateDataForwardResponse {
|
|
984
|
+
/**
|
|
985
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
986
|
+
*/
|
|
987
|
+
RequestId?: string
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* UploadFirmware请求参数结构体
|
|
992
|
+
*/
|
|
993
|
+
export interface UploadFirmwareRequest {
|
|
994
|
+
/**
|
|
995
|
+
* 产品ID
|
|
996
|
+
*/
|
|
997
|
+
ProductID: string
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* 固件版本号
|
|
1001
|
+
*/
|
|
1002
|
+
FirmwareVersion: string
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* 固件的MD5值
|
|
1006
|
+
*/
|
|
1007
|
+
Md5sum: string
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* 固件的大小
|
|
1011
|
+
*/
|
|
1012
|
+
FileSize: number
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* 固件名称
|
|
1016
|
+
*/
|
|
1017
|
+
FirmwareName?: string
|
|
1018
|
+
|
|
1019
|
+
/**
|
|
1020
|
+
* 固件描述
|
|
1021
|
+
*/
|
|
1022
|
+
FirmwareDescription?: string
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
/**
|
|
1026
|
+
* DescribeCloudStoragePackageConsumeStats返回参数结构体
|
|
1027
|
+
*/
|
|
1028
|
+
export interface DescribeCloudStoragePackageConsumeStatsResponse {
|
|
1029
|
+
/**
|
|
1030
|
+
* 统计列表详情
|
|
1031
|
+
*/
|
|
1032
|
+
Stats: Array<PackageConsumeStat>
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1036
|
+
*/
|
|
1037
|
+
RequestId?: string
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* DescribeFirmware请求参数结构体
|
|
1042
|
+
*/
|
|
1043
|
+
export interface DescribeFirmwareRequest {
|
|
1044
|
+
/**
|
|
1045
|
+
* 产品ID
|
|
1046
|
+
*/
|
|
1047
|
+
ProductID: string
|
|
1048
|
+
|
|
1049
|
+
/**
|
|
1050
|
+
* 固件版本号
|
|
1051
|
+
*/
|
|
1052
|
+
FirmwareVersion: string
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* DescribeCloudStorageUsers返回参数结构体
|
|
1057
|
+
*/
|
|
1058
|
+
export interface DescribeCloudStorageUsersResponse {
|
|
1059
|
+
/**
|
|
1060
|
+
* 用户总数
|
|
1061
|
+
*/
|
|
1062
|
+
TotalCount: number
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* 用户信息
|
|
1066
|
+
*/
|
|
1067
|
+
Users: Array<CloudStorageUserInfo>
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1071
|
+
*/
|
|
1072
|
+
RequestId?: string
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* DescribeProduct请求参数结构体
|
|
1077
|
+
*/
|
|
1078
|
+
export interface DescribeProductRequest {
|
|
1079
|
+
/**
|
|
1080
|
+
* 产品id
|
|
1081
|
+
*/
|
|
1082
|
+
ProductId: string
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* DescribeProducts返回参数结构体
|
|
1087
|
+
*/
|
|
1088
|
+
export interface DescribeProductsResponse {
|
|
1089
|
+
/**
|
|
1090
|
+
* 总数
|
|
1091
|
+
*/
|
|
1092
|
+
TotalCount: number
|
|
1093
|
+
|
|
1094
|
+
/**
|
|
1095
|
+
* 产品详情列表
|
|
1096
|
+
*/
|
|
1097
|
+
Data: Array<VideoProduct>
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1101
|
+
*/
|
|
1102
|
+
RequestId?: string
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* CheckForwardAuth请求参数结构体
|
|
1107
|
+
*/
|
|
1108
|
+
export interface CheckForwardAuthRequest {
|
|
1109
|
+
/**
|
|
1110
|
+
* 控制台Skey
|
|
1111
|
+
*/
|
|
1112
|
+
Skey: string
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* 队列类型 0.CMQ 1.Ckafka
|
|
1116
|
+
*/
|
|
1117
|
+
QueueType: number
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* DescribeDeviceData请求参数结构体
|
|
1122
|
+
*/
|
|
1123
|
+
export interface DescribeDeviceDataRequest {
|
|
1124
|
+
/**
|
|
1125
|
+
* 产品ID
|
|
1126
|
+
*/
|
|
1127
|
+
ProductId: string
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* 设备名称
|
|
1131
|
+
*/
|
|
1132
|
+
DeviceName: string
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* CreateBatch返回参数结构体
|
|
1137
|
+
*/
|
|
1138
|
+
export interface CreateBatchResponse {
|
|
1139
|
+
/**
|
|
1140
|
+
* 批次ID
|
|
1141
|
+
*/
|
|
1142
|
+
BatchId: number
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1146
|
+
*/
|
|
1147
|
+
RequestId?: string
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* DescribeDeviceActionHistory返回参数结构体
|
|
1152
|
+
*/
|
|
1153
|
+
export interface DescribeDeviceActionHistoryResponse {
|
|
1154
|
+
/**
|
|
1155
|
+
* 总条数
|
|
1156
|
+
*/
|
|
1157
|
+
TotalCounts: number
|
|
1158
|
+
|
|
1159
|
+
/**
|
|
1160
|
+
* 动作历史
|
|
1161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1162
|
+
*/
|
|
1163
|
+
ActionHistories: Array<ActionHistory>
|
|
1164
|
+
|
|
1165
|
+
/**
|
|
1166
|
+
* 用于标识查询结果的上下文,翻页用。
|
|
1167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1168
|
+
*/
|
|
1169
|
+
Context: string
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* 搜索结果是否已经结束。
|
|
1173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1174
|
+
*/
|
|
1175
|
+
Listover: boolean
|
|
1176
|
+
|
|
1177
|
+
/**
|
|
1178
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1179
|
+
*/
|
|
1180
|
+
RequestId?: string
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* DescribeCategory请求参数结构体
|
|
1185
|
+
*/
|
|
1186
|
+
export interface DescribeCategoryRequest {
|
|
1187
|
+
/**
|
|
1188
|
+
* Category ID。
|
|
1189
|
+
*/
|
|
1190
|
+
Id: number
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* CreateCOSCredentials请求参数结构体
|
|
1195
|
+
*/
|
|
1196
|
+
export interface CreateCOSCredentialsRequest {
|
|
1197
|
+
/**
|
|
1198
|
+
* 产品ID
|
|
1199
|
+
*/
|
|
1200
|
+
ProductId: string
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* 设备名称
|
|
1204
|
+
*/
|
|
1205
|
+
DeviceName: string
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* 设备通讯日志查询返回条目
|
|
1210
|
+
*/
|
|
1211
|
+
export interface DeviceCommLogItem {
|
|
1212
|
+
/**
|
|
1213
|
+
* 时间
|
|
1214
|
+
*/
|
|
1215
|
+
Time: string
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* 日志类型,device 设备上行,shadow 服务端下行。
|
|
1219
|
+
*/
|
|
1220
|
+
Type: string
|
|
1221
|
+
|
|
1222
|
+
/**
|
|
1223
|
+
* 通讯数据。
|
|
1224
|
+
*/
|
|
1225
|
+
Data: string
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
/**
|
|
1229
|
+
* DescribeBonuses返回参数结构体
|
|
1230
|
+
*/
|
|
1231
|
+
export interface DescribeBonusesResponse {
|
|
1232
|
+
/**
|
|
1233
|
+
* 资源包总数
|
|
1234
|
+
*/
|
|
1235
|
+
TotalCount: number
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* 资源包信息
|
|
1239
|
+
*/
|
|
1240
|
+
Bonuses: Array<BonusInfo>
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1244
|
+
*/
|
|
1245
|
+
RequestId?: string
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* GenSingleDeviceSignatureOfPublic返回参数结构体
|
|
1250
|
+
*/
|
|
1251
|
+
export interface GenSingleDeviceSignatureOfPublicResponse {
|
|
1252
|
+
/**
|
|
1253
|
+
* 设备签名信息
|
|
1254
|
+
*/
|
|
1255
|
+
DeviceSignature: DeviceSignatureInfo
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1259
|
+
*/
|
|
1260
|
+
RequestId?: string
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* DescribeDataForwardList返回参数结构体
|
|
1265
|
+
*/
|
|
1266
|
+
export interface DescribeDataForwardListResponse {
|
|
1267
|
+
/**
|
|
1268
|
+
* 数据转发列表。
|
|
1269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1270
|
+
*/
|
|
1271
|
+
DataForwardList: Array<DataForward>
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1275
|
+
*/
|
|
1276
|
+
RequestId?: string
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* DeleteFirmware返回参数结构体
|
|
1281
|
+
*/
|
|
1282
|
+
export interface DeleteFirmwareResponse {
|
|
1283
|
+
/**
|
|
1284
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1285
|
+
*/
|
|
1286
|
+
RequestId?: string
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
/**
|
|
1290
|
+
* 套餐包消耗任务列表
|
|
1291
|
+
*/
|
|
1292
|
+
export interface PackageConsumeTask {
|
|
1293
|
+
/**
|
|
1294
|
+
* 任务id
|
|
1295
|
+
*/
|
|
1296
|
+
TaskId: number
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* 任务创始时间
|
|
1300
|
+
*/
|
|
1301
|
+
CreateTime: string
|
|
1302
|
+
|
|
1303
|
+
/**
|
|
1304
|
+
* 任务状态,1待处理,2处理中,3已完成
|
|
1305
|
+
*/
|
|
1306
|
+
State: number
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
/**
|
|
1310
|
+
* CreateForwardRule返回参数结构体
|
|
1311
|
+
*/
|
|
1312
|
+
export interface CreateForwardRuleResponse {
|
|
1313
|
+
/**
|
|
1314
|
+
* 腾讯云账号
|
|
1315
|
+
*/
|
|
1316
|
+
Endpoint: string
|
|
1317
|
+
|
|
1318
|
+
/**
|
|
1319
|
+
* 队列名
|
|
1320
|
+
*/
|
|
1321
|
+
QueueName: string
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* 产品ID
|
|
1325
|
+
*/
|
|
1326
|
+
ProductID: string
|
|
1327
|
+
|
|
1328
|
+
/**
|
|
1329
|
+
* 消息类型
|
|
1330
|
+
*/
|
|
1331
|
+
MsgType: number
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* 结果
|
|
1335
|
+
*/
|
|
1336
|
+
Result: number
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* 角色名称
|
|
1340
|
+
*/
|
|
1341
|
+
RoleName: string
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* 角色ID
|
|
1345
|
+
*/
|
|
1346
|
+
RoleID: number
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* 队列区
|
|
1350
|
+
*/
|
|
1351
|
+
QueueRegion: string
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* 消息队列的类型。 0:CMQ,1:CKafaka
|
|
1355
|
+
*/
|
|
1356
|
+
QueueType: number
|
|
1357
|
+
|
|
1358
|
+
/**
|
|
1359
|
+
* 实例id, 目前只有Ckafaka会用到
|
|
1360
|
+
*/
|
|
1361
|
+
InstanceId: string
|
|
1362
|
+
|
|
1363
|
+
/**
|
|
1364
|
+
* 实例名称,目前只有Ckafaka会用到
|
|
1365
|
+
*/
|
|
1366
|
+
InstanceName: string
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* 错误消息
|
|
1370
|
+
*/
|
|
1371
|
+
ErrMsg: string
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1375
|
+
*/
|
|
1376
|
+
RequestId?: string
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
/**
|
|
1380
|
+
* BatchUpdateFirmware返回参数结构体
|
|
1381
|
+
*/
|
|
1382
|
+
export interface BatchUpdateFirmwareResponse {
|
|
1383
|
+
/**
|
|
1384
|
+
* 任务ID
|
|
1385
|
+
*/
|
|
1386
|
+
TaskId: number
|
|
1387
|
+
|
|
1388
|
+
/**
|
|
1389
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1390
|
+
*/
|
|
1391
|
+
RequestId?: string
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* DescribeModelDefinition返回参数结构体
|
|
1396
|
+
*/
|
|
1397
|
+
export interface DescribeModelDefinitionResponse {
|
|
1398
|
+
/**
|
|
1399
|
+
* 产品数据模板
|
|
1400
|
+
*/
|
|
1401
|
+
Model: ProductModelDefinition
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1405
|
+
*/
|
|
1406
|
+
RequestId?: string
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* DeleteProduct请求参数结构体
|
|
1411
|
+
*/
|
|
1412
|
+
export interface DeleteProductRequest {
|
|
1413
|
+
/**
|
|
1414
|
+
* 产品ID
|
|
1415
|
+
*/
|
|
1416
|
+
ProductId: string
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* 状态统计信息
|
|
1421
|
+
*/
|
|
1422
|
+
export interface StatusStatistic {
|
|
1423
|
+
/**
|
|
1424
|
+
* 任务状态
|
|
1425
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1426
|
+
*/
|
|
1427
|
+
Status: number
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* 统计总数
|
|
1431
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1432
|
+
*/
|
|
1433
|
+
Total: number
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
/**
|
|
1437
|
+
* PublishMessage返回参数结构体
|
|
1438
|
+
*/
|
|
1439
|
+
export interface PublishMessageResponse {
|
|
1440
|
+
/**
|
|
1441
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1442
|
+
*/
|
|
1443
|
+
RequestId?: string
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
/**
|
|
1447
|
+
* SetForwardAuth返回参数结构体
|
|
1448
|
+
*/
|
|
1449
|
+
export interface SetForwardAuthResponse {
|
|
1450
|
+
/**
|
|
1451
|
+
* 腾讯云账号
|
|
1452
|
+
*/
|
|
1453
|
+
Endpoint: string
|
|
1454
|
+
|
|
1455
|
+
/**
|
|
1456
|
+
* 结果
|
|
1457
|
+
*/
|
|
1458
|
+
Result: number
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* 角色名
|
|
1462
|
+
*/
|
|
1463
|
+
RoleName: string
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* 角色ID
|
|
1467
|
+
*/
|
|
1468
|
+
RoleID: number
|
|
1469
|
+
|
|
1470
|
+
/**
|
|
1471
|
+
* 消息队列类型 0.CMQ 1.CKafka
|
|
1472
|
+
*/
|
|
1473
|
+
QueueType: number
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* 错误消息
|
|
1477
|
+
*/
|
|
1478
|
+
ErrMsg: string
|
|
1479
|
+
|
|
1480
|
+
/**
|
|
1481
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1482
|
+
*/
|
|
1483
|
+
RequestId?: string
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* EditFirmware请求参数结构体
|
|
1488
|
+
*/
|
|
1489
|
+
export interface EditFirmwareRequest {
|
|
1490
|
+
/**
|
|
1491
|
+
* 产品ID。
|
|
1492
|
+
*/
|
|
1493
|
+
ProductID: string
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* 固件版本号。
|
|
1497
|
+
*/
|
|
1498
|
+
FirmwareVersion: string
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* 固件名称。
|
|
1502
|
+
*/
|
|
1503
|
+
FirmwareName: string
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* 固件描述。
|
|
1507
|
+
*/
|
|
1508
|
+
FirmwareDescription?: string
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
/**
|
|
1512
|
+
* DescribePushChannel返回参数结构体
|
|
1513
|
+
*/
|
|
1514
|
+
export interface DescribePushChannelResponse {
|
|
1515
|
+
/**
|
|
1516
|
+
* 推送类型。ckafka:消息队列;forward:http/https推送
|
|
1517
|
+
*/
|
|
1518
|
+
Type: string
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* 第三方推送地址
|
|
1522
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1523
|
+
*/
|
|
1524
|
+
ForwardAddress: string
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* 第三方推送密钥,为空表示不使用鉴权token。
|
|
1528
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1529
|
+
*/
|
|
1530
|
+
ForwardKey: string
|
|
1531
|
+
|
|
1532
|
+
/**
|
|
1533
|
+
* ckafka地域
|
|
1534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1535
|
+
*/
|
|
1536
|
+
CKafkaRegion: string
|
|
1537
|
+
|
|
1538
|
+
/**
|
|
1539
|
+
* ckafka实例
|
|
1540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1541
|
+
*/
|
|
1542
|
+
CKafkaInstance: string
|
|
1543
|
+
|
|
1544
|
+
/**
|
|
1545
|
+
* ckafka订阅主题
|
|
1546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1547
|
+
*/
|
|
1548
|
+
CKafkaTopic: string
|
|
1549
|
+
|
|
1550
|
+
/**
|
|
1551
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1552
|
+
*/
|
|
1553
|
+
RequestId?: string
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* ReportAliveDevice返回参数结构体
|
|
1558
|
+
*/
|
|
1559
|
+
export interface ReportAliveDeviceResponse {
|
|
1560
|
+
/**
|
|
1561
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1562
|
+
*/
|
|
1563
|
+
RequestId?: string
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
/**
|
|
1567
|
+
* DescribeDeviceEventHistory请求参数结构体
|
|
1568
|
+
*/
|
|
1569
|
+
export interface DescribeDeviceEventHistoryRequest {
|
|
1570
|
+
/**
|
|
1571
|
+
* 产品ID
|
|
1572
|
+
*/
|
|
1573
|
+
ProductId: string
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* 设备名称
|
|
1577
|
+
*/
|
|
1578
|
+
DeviceName: string
|
|
1579
|
+
|
|
1580
|
+
/**
|
|
1581
|
+
* 搜索的事件类型:alert 表示告警,fault 表示故障,info 表示信息,为空则表示查询上述所有类型事件
|
|
1582
|
+
*/
|
|
1583
|
+
Type?: string
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
|
|
1587
|
+
*/
|
|
1588
|
+
StartTime?: number
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
|
|
1592
|
+
*/
|
|
1593
|
+
EndTime?: number
|
|
1594
|
+
|
|
1595
|
+
/**
|
|
1596
|
+
* 搜索上下文, 用作查询游标
|
|
1597
|
+
*/
|
|
1598
|
+
Context?: string
|
|
1599
|
+
|
|
1600
|
+
/**
|
|
1601
|
+
* 单次获取的历史数据项目的最大数量, 缺省10
|
|
1602
|
+
*/
|
|
1603
|
+
Size?: number
|
|
1604
|
+
|
|
1605
|
+
/**
|
|
1606
|
+
* 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
|
|
1607
|
+
*/
|
|
1608
|
+
EventId?: string
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
/**
|
|
1612
|
+
* DescribeCategory返回参数结构体
|
|
1613
|
+
*/
|
|
1614
|
+
export interface DescribeCategoryResponse {
|
|
1615
|
+
/**
|
|
1616
|
+
* Category详情
|
|
1617
|
+
*/
|
|
1618
|
+
Data: ProductTemplate
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1622
|
+
*/
|
|
1623
|
+
RequestId?: string
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* DescribeSDKLog请求参数结构体
|
|
1628
|
+
*/
|
|
1629
|
+
export interface DescribeSDKLogRequest {
|
|
1630
|
+
/**
|
|
1631
|
+
* 日志开始时间
|
|
1632
|
+
*/
|
|
1633
|
+
MinTime: number
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* 日志结束时间
|
|
1637
|
+
*/
|
|
1638
|
+
MaxTime: number
|
|
1639
|
+
|
|
1640
|
+
/**
|
|
1641
|
+
* 查询关键字,可以同时支持键值查询和文本查询,
|
|
1642
|
+
例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。
|
|
1643
|
+
键值或文本可以包含多个,以空格隔开。
|
|
1644
|
+
其中可以索引的key包括:productid、devicename、loglevel
|
|
1645
|
+
一个典型的查询示例:productid:7JK1G72JNE devicename:name publish loglevel:WARN一个典型的查询示例:productid:ABCDE12345 devicename:test scene:SHADOW publish
|
|
1646
|
+
*/
|
|
1647
|
+
Keywords: string
|
|
1648
|
+
|
|
1649
|
+
/**
|
|
1650
|
+
* 日志检索上下文
|
|
1651
|
+
*/
|
|
1652
|
+
Context?: string
|
|
1653
|
+
|
|
1654
|
+
/**
|
|
1655
|
+
* 查询条数
|
|
1656
|
+
*/
|
|
1657
|
+
MaxNum?: number
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
/**
|
|
1661
|
+
* DescribeBalance请求参数结构体
|
|
1662
|
+
*/
|
|
1663
|
+
export interface DescribeBalanceRequest {
|
|
1664
|
+
/**
|
|
1665
|
+
* 账户类型:1-设备接入;2-云存。
|
|
1666
|
+
*/
|
|
1667
|
+
AccountType: number
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
/**
|
|
1671
|
+
* 运营活动资源包信息
|
|
1672
|
+
*/
|
|
1673
|
+
export interface BonusInfo {
|
|
1674
|
+
/**
|
|
1675
|
+
* 资源包ID
|
|
1676
|
+
*/
|
|
1677
|
+
BonusId: number
|
|
1678
|
+
|
|
1679
|
+
/**
|
|
1680
|
+
* 用户ID
|
|
1681
|
+
*/
|
|
1682
|
+
UserId: string
|
|
1683
|
+
|
|
1684
|
+
/**
|
|
1685
|
+
* 资源包配置ID
|
|
1686
|
+
*/
|
|
1687
|
+
PackageId: string
|
|
1688
|
+
|
|
1689
|
+
/**
|
|
1690
|
+
* 资源总数
|
|
1691
|
+
*/
|
|
1692
|
+
Total: number
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* 资源消耗总数
|
|
1696
|
+
*/
|
|
1697
|
+
Used: number
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* 资源包过期时间
|
|
1701
|
+
*/
|
|
1702
|
+
ExpireTime: number
|
|
1703
|
+
|
|
1704
|
+
/**
|
|
1705
|
+
* 资源包创建时间
|
|
1706
|
+
*/
|
|
1707
|
+
CreateTime: number
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* DescribeDataForwardList请求参数结构体
|
|
1712
|
+
*/
|
|
1713
|
+
export interface DescribeDataForwardListRequest {
|
|
1714
|
+
/**
|
|
1715
|
+
* 产品ID列表
|
|
1716
|
+
*/
|
|
1717
|
+
ProductIds: string
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
/**
|
|
1721
|
+
* DescribeDeviceCommLog返回参数结构体
|
|
1722
|
+
*/
|
|
1723
|
+
export interface DescribeDeviceCommLogResponse {
|
|
1724
|
+
/**
|
|
1725
|
+
* 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
|
|
1726
|
+
*/
|
|
1727
|
+
Listover: boolean
|
|
1728
|
+
|
|
1729
|
+
/**
|
|
1730
|
+
* 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
|
1731
|
+
*/
|
|
1732
|
+
Context: string
|
|
1733
|
+
|
|
1734
|
+
/**
|
|
1735
|
+
* 日志数据结果数组,返回对应时间点及取值。
|
|
1736
|
+
*/
|
|
1737
|
+
Results: Array<DeviceCommLogItem>
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1741
|
+
*/
|
|
1742
|
+
RequestId?: string
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* DeleteDevice请求参数结构体
|
|
1747
|
+
*/
|
|
1748
|
+
export interface DeleteDeviceRequest {
|
|
1749
|
+
/**
|
|
1750
|
+
* 产品ID。
|
|
1751
|
+
*/
|
|
1752
|
+
ProductId: string
|
|
1753
|
+
|
|
1754
|
+
/**
|
|
1755
|
+
* 设备名称。
|
|
1756
|
+
*/
|
|
1757
|
+
DeviceName: string
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
/**
|
|
1761
|
+
* GenerateSignedVideoURL返回参数结构体
|
|
1762
|
+
*/
|
|
1763
|
+
export interface GenerateSignedVideoURLResponse {
|
|
1764
|
+
/**
|
|
1765
|
+
* 视频防盗链播放URL
|
|
1766
|
+
*/
|
|
1767
|
+
SignedVideoURL: string
|
|
1768
|
+
|
|
1769
|
+
/**
|
|
1770
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1771
|
+
*/
|
|
1772
|
+
RequestId?: string
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* ControlDeviceData请求参数结构体
|
|
1777
|
+
*/
|
|
1778
|
+
export interface ControlDeviceDataRequest {
|
|
1779
|
+
/**
|
|
1780
|
+
* 产品ID
|
|
1781
|
+
*/
|
|
1782
|
+
ProductId: string
|
|
1783
|
+
|
|
1784
|
+
/**
|
|
1785
|
+
* 设备名称
|
|
1786
|
+
*/
|
|
1787
|
+
DeviceName: string
|
|
1788
|
+
|
|
1789
|
+
/**
|
|
1790
|
+
* 属性数据, JSON格式字符串, 注意字段需要在物模型属性里定义
|
|
1791
|
+
*/
|
|
1792
|
+
Data: string
|
|
1793
|
+
|
|
1794
|
+
/**
|
|
1795
|
+
* 请求类型 , 不填该参数或者 desired 表示下发属性给设备, reported 表示模拟设备上报属性
|
|
1796
|
+
*/
|
|
1797
|
+
Method?: string
|
|
1798
|
+
|
|
1799
|
+
/**
|
|
1800
|
+
* 上报数据UNIX时间戳(毫秒), 仅对Method:reported有效
|
|
1801
|
+
*/
|
|
1802
|
+
DataTimestamp?: number
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
/**
|
|
1806
|
+
* AI模型资源使用信息
|
|
1807
|
+
*/
|
|
1808
|
+
export interface AIModelUsageInfo {
|
|
1809
|
+
/**
|
|
1810
|
+
* 开通时间
|
|
1811
|
+
*/
|
|
1812
|
+
CreateTime: number
|
|
1813
|
+
|
|
1814
|
+
/**
|
|
1815
|
+
* 资源总量
|
|
1816
|
+
*/
|
|
1817
|
+
Total: number
|
|
1818
|
+
|
|
1819
|
+
/**
|
|
1820
|
+
* 已使用资源数量
|
|
1821
|
+
*/
|
|
1822
|
+
Used: number
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* GetAllFirmwareVersion请求参数结构体
|
|
1827
|
+
*/
|
|
1828
|
+
export interface GetAllFirmwareVersionRequest {
|
|
1829
|
+
/**
|
|
1830
|
+
* 产品ID
|
|
1831
|
+
*/
|
|
1832
|
+
ProductID: string
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
/**
|
|
1836
|
+
* DescribeFirmwareTaskDevices请求参数结构体
|
|
1837
|
+
*/
|
|
1838
|
+
export interface DescribeFirmwareTaskDevicesRequest {
|
|
1839
|
+
/**
|
|
1840
|
+
* 产品ID
|
|
1841
|
+
*/
|
|
1842
|
+
ProductID: string
|
|
1843
|
+
|
|
1844
|
+
/**
|
|
1845
|
+
* 固件版本
|
|
1846
|
+
*/
|
|
1847
|
+
FirmwareVersion?: string
|
|
1848
|
+
|
|
1849
|
+
/**
|
|
1850
|
+
* 筛选条件
|
|
1851
|
+
*/
|
|
1852
|
+
Filters?: Array<SearchKeyword>
|
|
1853
|
+
|
|
1854
|
+
/**
|
|
1855
|
+
* 查询偏移量 默认为0
|
|
1856
|
+
*/
|
|
1857
|
+
Offset?: number
|
|
1858
|
+
|
|
1859
|
+
/**
|
|
1860
|
+
* 查询的数量 默认为50
|
|
1861
|
+
*/
|
|
1862
|
+
Limit?: number
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
/**
|
|
1866
|
+
* DescribeFirmware返回参数结构体
|
|
1867
|
+
*/
|
|
1868
|
+
export interface DescribeFirmwareResponse {
|
|
1869
|
+
/**
|
|
1870
|
+
* 固件版本号
|
|
1871
|
+
*/
|
|
1872
|
+
Version: string
|
|
1873
|
+
|
|
1874
|
+
/**
|
|
1875
|
+
* 产品ID
|
|
1876
|
+
*/
|
|
1877
|
+
ProductId: string
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
* 固件名称
|
|
1881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1882
|
+
*/
|
|
1883
|
+
Name: string
|
|
1884
|
+
|
|
1885
|
+
/**
|
|
1886
|
+
* 固件描述
|
|
1887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1888
|
+
*/
|
|
1889
|
+
Description: string
|
|
1890
|
+
|
|
1891
|
+
/**
|
|
1892
|
+
* 固件Md5值
|
|
1893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1894
|
+
*/
|
|
1895
|
+
Md5sum: string
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* 固件上传的秒级时间戳
|
|
1899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1900
|
+
*/
|
|
1901
|
+
Createtime: number
|
|
1902
|
+
|
|
1903
|
+
/**
|
|
1904
|
+
* 产品名称
|
|
1905
|
+
*/
|
|
1906
|
+
ProductName: string
|
|
1907
|
+
|
|
1908
|
+
/**
|
|
1909
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1910
|
+
*/
|
|
1911
|
+
RequestId?: string
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
/**
|
|
1915
|
+
* DescribePackageConsumeTasks返回参数结构体
|
|
1916
|
+
*/
|
|
1917
|
+
export interface DescribePackageConsumeTasksResponse {
|
|
1918
|
+
/**
|
|
1919
|
+
* 总数
|
|
1920
|
+
*/
|
|
1921
|
+
TotalCount: number
|
|
1922
|
+
|
|
1923
|
+
/**
|
|
1924
|
+
* 任务列表
|
|
1925
|
+
*/
|
|
1926
|
+
List: Array<PackageConsumeTask>
|
|
1927
|
+
|
|
1928
|
+
/**
|
|
1929
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1930
|
+
*/
|
|
1931
|
+
RequestId?: string
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
/**
|
|
1935
|
+
* DescribeDeviceCommLog请求参数结构体
|
|
1936
|
+
*/
|
|
1937
|
+
export interface DescribeDeviceCommLogRequest {
|
|
1938
|
+
/**
|
|
1939
|
+
* 开始时间 13位时间戳 单位毫秒
|
|
1940
|
+
*/
|
|
1941
|
+
MinTime: number
|
|
1942
|
+
|
|
1943
|
+
/**
|
|
1944
|
+
* 结束时间 13位时间戳 单位毫秒
|
|
1945
|
+
*/
|
|
1946
|
+
MaxTime: number
|
|
1947
|
+
|
|
1948
|
+
/**
|
|
1949
|
+
* 产品ID
|
|
1950
|
+
*/
|
|
1951
|
+
ProductId: string
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* 设备名称
|
|
1955
|
+
*/
|
|
1956
|
+
DeviceName: string
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* 返回条数 默认为50
|
|
1960
|
+
*/
|
|
1961
|
+
Limit?: number
|
|
1962
|
+
|
|
1963
|
+
/**
|
|
1964
|
+
* 检索上下文
|
|
1965
|
+
*/
|
|
1966
|
+
Context?: string
|
|
1967
|
+
|
|
1968
|
+
/**
|
|
1969
|
+
* 类型:shadow 下行,device 上行 默认为空则全部查询
|
|
1970
|
+
*/
|
|
1971
|
+
Type?: string
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
/**
|
|
1975
|
+
* WakeUpDevice返回参数结构体
|
|
1976
|
+
*/
|
|
1977
|
+
export interface WakeUpDeviceResponse {
|
|
1978
|
+
/**
|
|
1979
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1980
|
+
*/
|
|
1981
|
+
RequestId?: string
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
/**
|
|
1985
|
+
* DeleteForwardRule请求参数结构体
|
|
1986
|
+
*/
|
|
1987
|
+
export interface DeleteForwardRuleRequest {
|
|
1988
|
+
/**
|
|
1989
|
+
* 产品ID
|
|
1990
|
+
*/
|
|
1991
|
+
ProductID: string
|
|
1992
|
+
|
|
1993
|
+
/**
|
|
1994
|
+
* 控制台Skey
|
|
1995
|
+
*/
|
|
1996
|
+
Skey: string
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* 队列类型
|
|
2000
|
+
*/
|
|
2001
|
+
QueueType: number
|
|
2002
|
+
|
|
2003
|
+
/**
|
|
2004
|
+
* 队列名称
|
|
2005
|
+
*/
|
|
2006
|
+
QueueName: string
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
/**
|
|
2010
|
+
* UpdateAIModelChannel返回参数结构体
|
|
2011
|
+
*/
|
|
2012
|
+
export interface UpdateAIModelChannelResponse {
|
|
2013
|
+
/**
|
|
2014
|
+
* 第三方推送密钥,如果选择自动生成则会返回此字段
|
|
2015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2016
|
+
*/
|
|
2017
|
+
ForwardKey: string
|
|
2018
|
+
|
|
2019
|
+
/**
|
|
2020
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2021
|
+
*/
|
|
2022
|
+
RequestId?: string
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
/**
|
|
2026
|
+
* 设备固件更新状态
|
|
2027
|
+
*/
|
|
2028
|
+
export interface DeviceUpdateStatus {
|
|
2029
|
+
/**
|
|
2030
|
+
* 设备名
|
|
2031
|
+
*/
|
|
2032
|
+
DeviceName: string
|
|
2033
|
+
|
|
2034
|
+
/**
|
|
2035
|
+
* 最后处理时间
|
|
2036
|
+
*/
|
|
2037
|
+
LastProcessTime: number
|
|
2038
|
+
|
|
2039
|
+
/**
|
|
2040
|
+
* 状态
|
|
2041
|
+
*/
|
|
2042
|
+
Status: number
|
|
2043
|
+
|
|
2044
|
+
/**
|
|
2045
|
+
* 错误消息
|
|
2046
|
+
*/
|
|
2047
|
+
ErrMsg: string
|
|
2048
|
+
|
|
2049
|
+
/**
|
|
2050
|
+
* 返回码
|
|
2051
|
+
*/
|
|
2052
|
+
Retcode: number
|
|
2053
|
+
|
|
2054
|
+
/**
|
|
2055
|
+
* 目标更新版本
|
|
2056
|
+
*/
|
|
2057
|
+
DstVersion: string
|
|
2058
|
+
|
|
2059
|
+
/**
|
|
2060
|
+
* 下载中状态时的下载进度
|
|
2061
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2062
|
+
*/
|
|
2063
|
+
Percent: number
|
|
2064
|
+
|
|
2065
|
+
/**
|
|
2066
|
+
* 原版本号
|
|
2067
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2068
|
+
*/
|
|
2069
|
+
OriVersion: string
|
|
2070
|
+
|
|
2071
|
+
/**
|
|
2072
|
+
* 任务ID
|
|
2073
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2074
|
+
*/
|
|
2075
|
+
TaskId: number
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
/**
|
|
2079
|
+
* DescribeAIModelUsage返回参数结构体
|
|
2080
|
+
*/
|
|
2081
|
+
export interface DescribeAIModelUsageResponse {
|
|
2082
|
+
/**
|
|
2083
|
+
* AI模型资源包总量
|
|
2084
|
+
*/
|
|
2085
|
+
TotalCount: number
|
|
2086
|
+
|
|
2087
|
+
/**
|
|
2088
|
+
* AI模型资源包信息数组
|
|
2089
|
+
*/
|
|
2090
|
+
UsageInfo: Array<AIModelUsageInfo>
|
|
2091
|
+
|
|
2092
|
+
/**
|
|
2093
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2094
|
+
*/
|
|
2095
|
+
RequestId?: string
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* DescribeBalanceTransactions请求参数结构体
|
|
2100
|
+
*/
|
|
2101
|
+
export interface DescribeBalanceTransactionsRequest {
|
|
2102
|
+
/**
|
|
2103
|
+
* 账户类型:1-设备接入;2-云存。
|
|
2104
|
+
*/
|
|
2105
|
+
AccountType: number
|
|
2106
|
+
|
|
2107
|
+
/**
|
|
2108
|
+
* 分页游标开始,默认为0开始拉取第一条。
|
|
2109
|
+
*/
|
|
2110
|
+
Offset: number
|
|
2111
|
+
|
|
2112
|
+
/**
|
|
2113
|
+
* 分页每页数量。
|
|
2114
|
+
*/
|
|
2115
|
+
Limit: number
|
|
2116
|
+
|
|
2117
|
+
/**
|
|
2118
|
+
* 流水类型:All-全部类型;Recharge-充值;CreateOrder-新购。默认为All
|
|
2119
|
+
*/
|
|
2120
|
+
Operation?: string
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
/**
|
|
2124
|
+
* BindCloudStorageUser请求参数结构体
|
|
2125
|
+
*/
|
|
2126
|
+
export interface BindCloudStorageUserRequest {
|
|
2127
|
+
/**
|
|
2128
|
+
* 产品ID
|
|
2129
|
+
*/
|
|
2130
|
+
ProductId: string
|
|
2131
|
+
|
|
2132
|
+
/**
|
|
2133
|
+
* 设备名称
|
|
2134
|
+
*/
|
|
2135
|
+
DeviceName: string
|
|
2136
|
+
|
|
2137
|
+
/**
|
|
2138
|
+
* 用户ID
|
|
2139
|
+
*/
|
|
2140
|
+
UserId: string
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/**
|
|
2144
|
+
* ModifyPushChannel返回参数结构体
|
|
2145
|
+
*/
|
|
2146
|
+
export interface ModifyPushChannelResponse {
|
|
2147
|
+
/**
|
|
2148
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2149
|
+
*/
|
|
2150
|
+
RequestId?: string
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
/**
|
|
2154
|
+
* CallDeviceActionSync返回参数结构体
|
|
2155
|
+
*/
|
|
2156
|
+
export interface CallDeviceActionSyncResponse {
|
|
2157
|
+
/**
|
|
2158
|
+
* 调用Id
|
|
2159
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2160
|
+
*/
|
|
2161
|
+
ClientToken: string
|
|
2162
|
+
|
|
2163
|
+
/**
|
|
2164
|
+
* 输出参数
|
|
2165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2166
|
+
*/
|
|
2167
|
+
OutputParams: string
|
|
2168
|
+
|
|
2169
|
+
/**
|
|
2170
|
+
* 返回状态,当设备不在线等部分情况,会通过该 Status 返回。
|
|
2171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2172
|
+
*/
|
|
2173
|
+
Status: string
|
|
2174
|
+
|
|
2175
|
+
/**
|
|
2176
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2177
|
+
*/
|
|
2178
|
+
RequestId?: string
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
/**
|
|
2182
|
+
* CreateProduct返回参数结构体
|
|
2183
|
+
*/
|
|
2184
|
+
export interface CreateProductResponse {
|
|
2185
|
+
/**
|
|
2186
|
+
* 产品详情
|
|
2187
|
+
*/
|
|
2188
|
+
Data: VideoProduct
|
|
2189
|
+
|
|
2190
|
+
/**
|
|
2191
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2192
|
+
*/
|
|
2193
|
+
RequestId?: string
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
/**
|
|
2197
|
+
* DescribeDeviceDataHistory返回参数结构体
|
|
2198
|
+
*/
|
|
2199
|
+
export interface DescribeDeviceDataHistoryResponse {
|
|
2200
|
+
/**
|
|
2201
|
+
* 属性字段名称,对应数据模板中功能属性的标识符
|
|
2202
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2203
|
+
*/
|
|
2204
|
+
FieldName: string
|
|
2205
|
+
|
|
2206
|
+
/**
|
|
2207
|
+
* 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
|
|
2208
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2209
|
+
*/
|
|
2210
|
+
Listover: boolean
|
|
2211
|
+
|
|
2212
|
+
/**
|
|
2213
|
+
* 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
|
2214
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2215
|
+
*/
|
|
2216
|
+
Context: string
|
|
2217
|
+
|
|
2218
|
+
/**
|
|
2219
|
+
* 历史数据结果数组,返回对应时间点及取值。
|
|
2220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2221
|
+
*/
|
|
2222
|
+
Results: Array<DeviceDataHistoryItem>
|
|
2223
|
+
|
|
2224
|
+
/**
|
|
2225
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2226
|
+
*/
|
|
2227
|
+
RequestId?: string
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
/**
|
|
2231
|
+
* ModifyDataForward返回参数结构体
|
|
2232
|
+
*/
|
|
2233
|
+
export interface ModifyDataForwardResponse {
|
|
2234
|
+
/**
|
|
2235
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2236
|
+
*/
|
|
2237
|
+
RequestId?: string
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
/**
|
|
2241
|
+
* CallDeviceActionAsync请求参数结构体
|
|
2242
|
+
*/
|
|
2243
|
+
export interface CallDeviceActionAsyncRequest {
|
|
2244
|
+
/**
|
|
2245
|
+
* 产品Id
|
|
2246
|
+
*/
|
|
2247
|
+
ProductId: string
|
|
2248
|
+
|
|
2249
|
+
/**
|
|
2250
|
+
* 设备名称
|
|
2251
|
+
*/
|
|
2252
|
+
DeviceName: string
|
|
2253
|
+
|
|
2254
|
+
/**
|
|
2255
|
+
* 产品数据模板中行为功能的标识符,由开发者自行根据设备的应用场景定义
|
|
2256
|
+
*/
|
|
2257
|
+
ActionId: string
|
|
2258
|
+
|
|
2259
|
+
/**
|
|
2260
|
+
* 输入参数
|
|
2261
|
+
*/
|
|
2262
|
+
InputParams?: string
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
/**
|
|
2266
|
+
* DescribeAIModels请求参数结构体
|
|
2267
|
+
*/
|
|
2268
|
+
export interface DescribeAIModelsRequest {
|
|
2269
|
+
/**
|
|
2270
|
+
* 模型ID
|
|
2271
|
+
*/
|
|
2272
|
+
ModelId: string
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
|
|
2276
|
+
*/
|
|
2277
|
+
Status: number
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* 偏移量,Offset从0开始
|
|
2281
|
+
*/
|
|
2282
|
+
Offset: number
|
|
2283
|
+
|
|
2284
|
+
/**
|
|
2285
|
+
* 分页的大小,最大100
|
|
2286
|
+
*/
|
|
2287
|
+
Limit: number
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
/**
|
|
2291
|
+
* RetryDeviceFirmwareTask返回参数结构体
|
|
2292
|
+
*/
|
|
2293
|
+
export interface RetryDeviceFirmwareTaskResponse {
|
|
2294
|
+
/**
|
|
2295
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2296
|
+
*/
|
|
2297
|
+
RequestId?: string
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
/**
|
|
2301
|
+
* GenSingleDeviceSignatureOfPublic请求参数结构体
|
|
2302
|
+
*/
|
|
2303
|
+
export interface GenSingleDeviceSignatureOfPublicRequest {
|
|
2304
|
+
/**
|
|
2305
|
+
* 设备所属的产品ID
|
|
2306
|
+
*/
|
|
2307
|
+
ProductId: string
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* 需要绑定的设备
|
|
2311
|
+
*/
|
|
2312
|
+
DeviceName: string
|
|
2313
|
+
|
|
2314
|
+
/**
|
|
2315
|
+
* 设备绑定签名的有效时间,以秒为单位。取值范围:0 < Expire <= 86400,Expire == -1(十年)
|
|
2316
|
+
*/
|
|
2317
|
+
Expire: number
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
/**
|
|
2321
|
+
* ResetCloudStorage返回参数结构体
|
|
2322
|
+
*/
|
|
2323
|
+
export interface ResetCloudStorageResponse {
|
|
2324
|
+
/**
|
|
2325
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2326
|
+
*/
|
|
2327
|
+
RequestId?: string
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
/**
|
|
2331
|
+
* InheritCloudStorageUser返回参数结构体
|
|
2332
|
+
*/
|
|
2333
|
+
export interface InheritCloudStorageUserResponse {
|
|
2334
|
+
/**
|
|
2335
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2336
|
+
*/
|
|
2337
|
+
RequestId?: string
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
/**
|
|
2341
|
+
* DescribeDeviceEventHistory返回参数结构体
|
|
2342
|
+
*/
|
|
2343
|
+
export interface DescribeDeviceEventHistoryResponse {
|
|
2344
|
+
/**
|
|
2345
|
+
* 搜索上下文, 用作查询游标
|
|
2346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2347
|
+
*/
|
|
2348
|
+
Context: string
|
|
2349
|
+
|
|
2350
|
+
/**
|
|
2351
|
+
* 搜索结果数量
|
|
2352
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2353
|
+
*/
|
|
2354
|
+
Total: number
|
|
2355
|
+
|
|
2356
|
+
/**
|
|
2357
|
+
* 搜索结果是否已经结束
|
|
2358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2359
|
+
*/
|
|
2360
|
+
Listover: boolean
|
|
2361
|
+
|
|
2362
|
+
/**
|
|
2363
|
+
* 搜集结果集
|
|
2364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2365
|
+
*/
|
|
2366
|
+
EventHistory: Array<EventHistoryItem>
|
|
2367
|
+
|
|
2368
|
+
/**
|
|
2369
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2370
|
+
*/
|
|
2371
|
+
RequestId?: string
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
/**
|
|
2375
|
+
* DescribeFirmwareTask返回参数结构体
|
|
2376
|
+
*/
|
|
2377
|
+
export interface DescribeFirmwareTaskResponse {
|
|
2378
|
+
/**
|
|
2379
|
+
* 固件任务ID
|
|
2380
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2381
|
+
*/
|
|
2382
|
+
TaskId: number
|
|
2383
|
+
|
|
2384
|
+
/**
|
|
2385
|
+
* 固件任务状态
|
|
2386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2387
|
+
*/
|
|
2388
|
+
Status: number
|
|
2389
|
+
|
|
2390
|
+
/**
|
|
2391
|
+
* 固件任务创建时间,单位:秒
|
|
2392
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2393
|
+
*/
|
|
2394
|
+
CreateTime: number
|
|
2395
|
+
|
|
2396
|
+
/**
|
|
2397
|
+
* 固件任务升级类型
|
|
2398
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2399
|
+
*/
|
|
2400
|
+
Type: number
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* 产品名称
|
|
2404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2405
|
+
*/
|
|
2406
|
+
ProductName: string
|
|
2407
|
+
|
|
2408
|
+
/**
|
|
2409
|
+
* 固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
|
|
2410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2411
|
+
*/
|
|
2412
|
+
UpgradeMode: string
|
|
2413
|
+
|
|
2414
|
+
/**
|
|
2415
|
+
* 产品ID
|
|
2416
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2417
|
+
*/
|
|
2418
|
+
ProductId: string
|
|
2419
|
+
|
|
2420
|
+
/**
|
|
2421
|
+
* 原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
|
|
2422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2423
|
+
*/
|
|
2424
|
+
OriginalVersion: string
|
|
2425
|
+
|
|
2426
|
+
/**
|
|
2427
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2428
|
+
*/
|
|
2429
|
+
RequestId?: string
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
/**
|
|
2433
|
+
* 设备固件详细信息
|
|
2434
|
+
*/
|
|
2435
|
+
export interface FirmwareInfo {
|
|
2436
|
+
/**
|
|
2437
|
+
* 固件版本
|
|
2438
|
+
*/
|
|
2439
|
+
Version: string
|
|
2440
|
+
|
|
2441
|
+
/**
|
|
2442
|
+
* 固件MD5值
|
|
2443
|
+
*/
|
|
2444
|
+
Md5sum: string
|
|
2445
|
+
|
|
2446
|
+
/**
|
|
2447
|
+
* 固件创建时间
|
|
2448
|
+
*/
|
|
2449
|
+
CreateTime: number
|
|
2450
|
+
|
|
2451
|
+
/**
|
|
2452
|
+
* 产品名称
|
|
2453
|
+
*/
|
|
2454
|
+
ProductName: string
|
|
2455
|
+
|
|
2456
|
+
/**
|
|
2457
|
+
* 固件名称
|
|
2458
|
+
*/
|
|
2459
|
+
Name: string
|
|
2460
|
+
|
|
2461
|
+
/**
|
|
2462
|
+
* 固件描述
|
|
2463
|
+
*/
|
|
2464
|
+
Description: string
|
|
2465
|
+
|
|
2466
|
+
/**
|
|
2467
|
+
* 产品ID
|
|
2468
|
+
*/
|
|
2469
|
+
ProductId: string
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
/**
|
|
2473
|
+
* CreateProduct请求参数结构体
|
|
2474
|
+
*/
|
|
2475
|
+
export interface CreateProductRequest {
|
|
2476
|
+
/**
|
|
2477
|
+
* 产品名称
|
|
2478
|
+
*/
|
|
2479
|
+
ProductName: string
|
|
2480
|
+
|
|
2481
|
+
/**
|
|
2482
|
+
* 产品设备类型 1.普通设备 2.NVR设备
|
|
2483
|
+
*/
|
|
2484
|
+
DeviceType: number
|
|
2485
|
+
|
|
2486
|
+
/**
|
|
2487
|
+
* 产品有效期
|
|
2488
|
+
*/
|
|
2489
|
+
ProductVaildYears: number
|
|
2490
|
+
|
|
2491
|
+
/**
|
|
2492
|
+
* 设备功能码 ypsxth音频双向通话 spdxth视频单向通话 sxysp双向音视频
|
|
2493
|
+
*/
|
|
2494
|
+
Features: Array<string>
|
|
2495
|
+
|
|
2496
|
+
/**
|
|
2497
|
+
* 设备操作系统,通用设备填default
|
|
2498
|
+
*/
|
|
2499
|
+
ChipOs: string
|
|
2500
|
+
|
|
2501
|
+
/**
|
|
2502
|
+
* 芯片厂商id,通用设备填default
|
|
2503
|
+
*/
|
|
2504
|
+
ChipManufactureId: string
|
|
2505
|
+
|
|
2506
|
+
/**
|
|
2507
|
+
* 芯片id,通用设备填default
|
|
2508
|
+
*/
|
|
2509
|
+
ChipId: string
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* 产品描述信息
|
|
2513
|
+
*/
|
|
2514
|
+
ProductDescription: string
|
|
2515
|
+
|
|
2516
|
+
/**
|
|
2517
|
+
* 认证方式 只支持取值为2 psk认证
|
|
2518
|
+
*/
|
|
2519
|
+
EncryptionType?: number
|
|
2520
|
+
|
|
2521
|
+
/**
|
|
2522
|
+
* 连接类型,wifi表示WIFI连接,cellular表示4G连接
|
|
2523
|
+
*/
|
|
2524
|
+
NetType?: string
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
/**
|
|
2528
|
+
* DescribeFirmwareTasks请求参数结构体
|
|
2529
|
+
*/
|
|
2530
|
+
export interface DescribeFirmwareTasksRequest {
|
|
2531
|
+
/**
|
|
2532
|
+
* 产品ID
|
|
2533
|
+
*/
|
|
2534
|
+
ProductID: string
|
|
2535
|
+
|
|
2536
|
+
/**
|
|
2537
|
+
* 固件版本号
|
|
2538
|
+
*/
|
|
2539
|
+
FirmwareVersion: string
|
|
2540
|
+
|
|
2541
|
+
/**
|
|
2542
|
+
* 查询偏移量
|
|
2543
|
+
*/
|
|
2544
|
+
Offset: number
|
|
2545
|
+
|
|
2546
|
+
/**
|
|
2547
|
+
* 返回查询结果条数
|
|
2548
|
+
*/
|
|
2549
|
+
Limit: number
|
|
2550
|
+
|
|
2551
|
+
/**
|
|
2552
|
+
* 搜索过滤条件
|
|
2553
|
+
*/
|
|
2554
|
+
Filters?: Array<SearchKeyword>
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
/**
|
|
2558
|
+
* GetFirmwareURL返回参数结构体
|
|
2559
|
+
*/
|
|
2560
|
+
export interface GetFirmwareURLResponse {
|
|
2561
|
+
/**
|
|
2562
|
+
* 固件URL
|
|
2563
|
+
*/
|
|
2564
|
+
Url: string
|
|
2565
|
+
|
|
2566
|
+
/**
|
|
2567
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2568
|
+
*/
|
|
2569
|
+
RequestId?: string
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/**
|
|
2573
|
+
* DescribeUser返回参数结构体
|
|
2574
|
+
*/
|
|
2575
|
+
export interface DescribeUserResponse {
|
|
2576
|
+
/**
|
|
2577
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2578
|
+
*/
|
|
2579
|
+
RequestId?: string
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
/**
|
|
2583
|
+
* DescribePackageConsumeTask返回参数结构体
|
|
2584
|
+
*/
|
|
2585
|
+
export interface DescribePackageConsumeTaskResponse {
|
|
2586
|
+
/**
|
|
2587
|
+
* 文件下载的url,文件详情是套餐包消耗详情
|
|
2588
|
+
*/
|
|
2589
|
+
URL: string
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2593
|
+
*/
|
|
2594
|
+
RequestId?: string
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
* DescribeAIModelApplications请求参数结构体
|
|
2599
|
+
*/
|
|
2600
|
+
export interface DescribeAIModelApplicationsRequest {
|
|
2601
|
+
/**
|
|
2602
|
+
* 模型ID
|
|
2603
|
+
*/
|
|
2604
|
+
ModelId: string
|
|
2605
|
+
|
|
2606
|
+
/**
|
|
2607
|
+
* 分页的大小,最大100
|
|
2608
|
+
*/
|
|
2609
|
+
Limit: number
|
|
2610
|
+
|
|
2611
|
+
/**
|
|
2612
|
+
* 偏移量,Offset从0开始
|
|
2613
|
+
*/
|
|
2614
|
+
Offset: number
|
|
2615
|
+
|
|
2616
|
+
/**
|
|
2617
|
+
* 产品ID
|
|
2618
|
+
*/
|
|
2619
|
+
ProductId?: string
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
/**
|
|
2623
|
+
* DescribeCloudStorageEvents请求参数结构体
|
|
2624
|
+
*/
|
|
2625
|
+
export interface DescribeCloudStorageEventsRequest {
|
|
2626
|
+
/**
|
|
2627
|
+
* 产品ID
|
|
2628
|
+
*/
|
|
2629
|
+
ProductId: string
|
|
2630
|
+
|
|
2631
|
+
/**
|
|
2632
|
+
* 设备名称
|
|
2633
|
+
*/
|
|
2634
|
+
DeviceName: string
|
|
2635
|
+
|
|
2636
|
+
/**
|
|
2637
|
+
* 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
|
|
2638
|
+
*/
|
|
2639
|
+
StartTime?: number
|
|
2640
|
+
|
|
2641
|
+
/**
|
|
2642
|
+
* 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
|
|
2643
|
+
*/
|
|
2644
|
+
EndTime?: number
|
|
2645
|
+
|
|
2646
|
+
/**
|
|
2647
|
+
* 请求上下文, 用作查询游标
|
|
2648
|
+
*/
|
|
2649
|
+
Context?: string
|
|
2650
|
+
|
|
2651
|
+
/**
|
|
2652
|
+
* 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
|
|
2653
|
+
*/
|
|
2654
|
+
Size?: number
|
|
2655
|
+
|
|
2656
|
+
/**
|
|
2657
|
+
* 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
|
|
2658
|
+
*/
|
|
2659
|
+
EventId?: string
|
|
2660
|
+
|
|
2661
|
+
/**
|
|
2662
|
+
* 用户ID
|
|
2663
|
+
*/
|
|
2664
|
+
UserId?: string
|
|
2665
|
+
|
|
2666
|
+
/**
|
|
2667
|
+
* 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
|
|
2668
|
+
*/
|
|
2669
|
+
ChannelId?: number
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
/**
|
|
2673
|
+
* ListFirmwares请求参数结构体
|
|
2674
|
+
*/
|
|
2675
|
+
export interface ListFirmwaresRequest {
|
|
2676
|
+
/**
|
|
2677
|
+
* 获取的页数
|
|
2678
|
+
*/
|
|
2679
|
+
PageNum: number
|
|
2680
|
+
|
|
2681
|
+
/**
|
|
2682
|
+
* 分页的大小
|
|
2683
|
+
*/
|
|
2684
|
+
PageSize: number
|
|
2685
|
+
|
|
2686
|
+
/**
|
|
2687
|
+
* 产品ID
|
|
2688
|
+
*/
|
|
2689
|
+
ProductID?: string
|
|
2690
|
+
|
|
2691
|
+
/**
|
|
2692
|
+
* 搜索过滤条件
|
|
2693
|
+
*/
|
|
2694
|
+
Filters?: Array<SearchKeyword>
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
/**
|
|
2698
|
+
* PublishMessage请求参数结构体
|
|
2699
|
+
*/
|
|
2700
|
+
export interface PublishMessageRequest {
|
|
2701
|
+
/**
|
|
2702
|
+
* 产品ID
|
|
2703
|
+
*/
|
|
2704
|
+
ProductId: string
|
|
2705
|
+
|
|
2706
|
+
/**
|
|
2707
|
+
* 设备名称
|
|
2708
|
+
*/
|
|
2709
|
+
DeviceName: string
|
|
2710
|
+
|
|
2711
|
+
/**
|
|
2712
|
+
* 消息发往的主题
|
|
2713
|
+
*/
|
|
2714
|
+
Topic: string
|
|
2715
|
+
|
|
2716
|
+
/**
|
|
2717
|
+
* 云端下发到设备的控制报文
|
|
2718
|
+
*/
|
|
2719
|
+
Payload: string
|
|
2720
|
+
|
|
2721
|
+
/**
|
|
2722
|
+
* 消息服务质量等级,取值为0或1
|
|
2723
|
+
*/
|
|
2724
|
+
Qos?: number
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Payload的内容编码格式,取值为base64或空。base64表示云端将接收到的base64编码后的报文再转换成二进制报文下发至设备,为空表示不作转换,透传下发至设备
|
|
2728
|
+
*/
|
|
2729
|
+
PayloadEncoding?: string
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
/**
|
|
2733
|
+
* DescribeDeviceStatusLog请求参数结构体
|
|
2734
|
+
*/
|
|
2735
|
+
export interface DescribeDeviceStatusLogRequest {
|
|
2736
|
+
/**
|
|
2737
|
+
* 开始时间(毫秒)
|
|
2738
|
+
*/
|
|
2739
|
+
MinTime: number
|
|
2740
|
+
|
|
2741
|
+
/**
|
|
2742
|
+
* 结束时间(毫秒)
|
|
2743
|
+
*/
|
|
2744
|
+
MaxTime: number
|
|
2745
|
+
|
|
2746
|
+
/**
|
|
2747
|
+
* 产品ID
|
|
2748
|
+
*/
|
|
2749
|
+
ProductId: string
|
|
2750
|
+
|
|
2751
|
+
/**
|
|
2752
|
+
* 设备名称
|
|
2753
|
+
*/
|
|
2754
|
+
DeviceName: string
|
|
2755
|
+
|
|
2756
|
+
/**
|
|
2757
|
+
* 返回条数
|
|
2758
|
+
*/
|
|
2759
|
+
Limit?: number
|
|
2760
|
+
|
|
2761
|
+
/**
|
|
2762
|
+
* 检索上下文
|
|
2763
|
+
*/
|
|
2764
|
+
Context?: string
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
/**
|
|
2768
|
+
* DescribeSDKLog返回参数结构体
|
|
2769
|
+
*/
|
|
2770
|
+
export interface DescribeSDKLogResponse {
|
|
2771
|
+
/**
|
|
2772
|
+
* 日志检索上下文
|
|
2773
|
+
*/
|
|
2774
|
+
Context: string
|
|
2775
|
+
|
|
2776
|
+
/**
|
|
2777
|
+
* 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Context
|
|
2778
|
+
*/
|
|
2779
|
+
Listover: boolean
|
|
2780
|
+
|
|
2781
|
+
/**
|
|
2782
|
+
* 日志列表
|
|
2783
|
+
*/
|
|
2784
|
+
Results: Array<SDKLogItem>
|
|
2785
|
+
|
|
2786
|
+
/**
|
|
2787
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2788
|
+
*/
|
|
2789
|
+
RequestId?: string
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
/**
|
|
2793
|
+
* DescribeBalance返回参数结构体
|
|
2794
|
+
*/
|
|
2795
|
+
export interface DescribeBalanceResponse {
|
|
2796
|
+
/**
|
|
2797
|
+
* 账户余额,单位:分(人民币)。
|
|
2798
|
+
*/
|
|
2799
|
+
Balance: number
|
|
2800
|
+
|
|
2801
|
+
/**
|
|
2802
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2803
|
+
*/
|
|
2804
|
+
RequestId?: string
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
/**
|
|
2808
|
+
* DescribeFirmwareTaskDevices返回参数结构体
|
|
2809
|
+
*/
|
|
2810
|
+
export interface DescribeFirmwareTaskDevicesResponse {
|
|
2811
|
+
/**
|
|
2812
|
+
* 固件升级任务的设备总数
|
|
2813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2814
|
+
*/
|
|
2815
|
+
Total: number
|
|
2816
|
+
|
|
2817
|
+
/**
|
|
2818
|
+
* 固件升级任务的设备列表
|
|
2819
|
+
*/
|
|
2820
|
+
Devices: Array<DeviceUpdateStatus>
|
|
2821
|
+
|
|
2822
|
+
/**
|
|
2823
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2824
|
+
*/
|
|
2825
|
+
RequestId?: string
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
/**
|
|
2829
|
+
* DescribeFirmwareTasks返回参数结构体
|
|
2830
|
+
*/
|
|
2831
|
+
export interface DescribeFirmwareTasksResponse {
|
|
2832
|
+
/**
|
|
2833
|
+
* 固件升级任务列表
|
|
2834
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2835
|
+
*/
|
|
2836
|
+
TaskInfos: Array<FirmwareTaskInfo>
|
|
2837
|
+
|
|
2838
|
+
/**
|
|
2839
|
+
* 固件升级任务总数
|
|
2840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2841
|
+
*/
|
|
2842
|
+
Total: number
|
|
2843
|
+
|
|
2844
|
+
/**
|
|
2845
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2846
|
+
*/
|
|
2847
|
+
RequestId?: string
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
/**
|
|
2851
|
+
* 云存用户信息
|
|
2852
|
+
*/
|
|
2853
|
+
export interface CloudStorageUserInfo {
|
|
2854
|
+
/**
|
|
2855
|
+
* 用户ID
|
|
2856
|
+
*/
|
|
2857
|
+
UserId: string
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* DescribePackageConsumeTasks请求参数结构体
|
|
2862
|
+
*/
|
|
2863
|
+
export interface DescribePackageConsumeTasksRequest {
|
|
2864
|
+
/**
|
|
2865
|
+
* 分页单页量
|
|
2866
|
+
*/
|
|
2867
|
+
Limit: number
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* 分页的偏移量,第一页为0
|
|
2871
|
+
*/
|
|
2872
|
+
Offset: number
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
/**
|
|
2876
|
+
* DescribeAccount请求参数结构体
|
|
2877
|
+
*/
|
|
2878
|
+
export interface DescribeAccountRequest {
|
|
2879
|
+
/**
|
|
2880
|
+
* 1设备,2云存,3ai
|
|
2881
|
+
*/
|
|
2882
|
+
AccountType: number
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
/**
|
|
2886
|
+
* EditFirmware返回参数结构体
|
|
2887
|
+
*/
|
|
2888
|
+
export interface EditFirmwareResponse {
|
|
2889
|
+
/**
|
|
2890
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2891
|
+
*/
|
|
2892
|
+
RequestId?: string
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* DescribeFirmwareTaskDistribution请求参数结构体
|
|
2897
|
+
*/
|
|
2898
|
+
export interface DescribeFirmwareTaskDistributionRequest {
|
|
2899
|
+
/**
|
|
2900
|
+
* 产品ID
|
|
2901
|
+
*/
|
|
2902
|
+
ProductID: string
|
|
2903
|
+
|
|
2904
|
+
/**
|
|
2905
|
+
* 固件版本号
|
|
2906
|
+
*/
|
|
2907
|
+
FirmwareVersion: string
|
|
2908
|
+
|
|
2909
|
+
/**
|
|
2910
|
+
* 固件升级任务ID
|
|
2911
|
+
*/
|
|
2912
|
+
TaskId: number
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
/**
|
|
2916
|
+
* 产品分类实体
|
|
2917
|
+
*/
|
|
2918
|
+
export interface ProductTemplate {
|
|
2919
|
+
/**
|
|
2920
|
+
* 实体ID
|
|
2921
|
+
*/
|
|
2922
|
+
Id: number
|
|
2923
|
+
|
|
2924
|
+
/**
|
|
2925
|
+
* 分类字段
|
|
2926
|
+
*/
|
|
2927
|
+
CategoryKey: string
|
|
2928
|
+
|
|
2929
|
+
/**
|
|
2930
|
+
* 分类名称
|
|
2931
|
+
*/
|
|
2932
|
+
CategoryName: string
|
|
2933
|
+
|
|
2934
|
+
/**
|
|
2935
|
+
* 上层实体ID
|
|
2936
|
+
*/
|
|
2937
|
+
ParentId: number
|
|
2938
|
+
|
|
2939
|
+
/**
|
|
2940
|
+
* 物模型
|
|
2941
|
+
*/
|
|
2942
|
+
ModelTemplate: string
|
|
2943
|
+
|
|
2944
|
+
/**
|
|
2945
|
+
* 排列顺序
|
|
2946
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2947
|
+
*/
|
|
2948
|
+
ListOrder: number
|
|
2949
|
+
|
|
2950
|
+
/**
|
|
2951
|
+
* 分类图标地址
|
|
2952
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2953
|
+
*/
|
|
2954
|
+
IconUrl: string
|
|
2955
|
+
|
|
2956
|
+
/**
|
|
2957
|
+
* 九宫格图片地址
|
|
2958
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2959
|
+
*/
|
|
2960
|
+
IconUrlGrid: string
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
/**
|
|
2964
|
+
* DeleteProduct返回参数结构体
|
|
2965
|
+
*/
|
|
2966
|
+
export interface DeleteProductResponse {
|
|
2967
|
+
/**
|
|
2968
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2969
|
+
*/
|
|
2970
|
+
RequestId?: string
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
/**
|
|
2974
|
+
* ModifyForwardRule返回参数结构体
|
|
2975
|
+
*/
|
|
2976
|
+
export interface ModifyForwardRuleResponse {
|
|
2977
|
+
/**
|
|
2978
|
+
* 腾讯云账号
|
|
2979
|
+
*/
|
|
2980
|
+
Endpoint: string
|
|
2981
|
+
|
|
2982
|
+
/**
|
|
2983
|
+
* 产品ID
|
|
2984
|
+
*/
|
|
2985
|
+
ProductID: string
|
|
2986
|
+
|
|
2987
|
+
/**
|
|
2988
|
+
* 结果
|
|
2989
|
+
*/
|
|
2990
|
+
Result: number
|
|
2991
|
+
|
|
2992
|
+
/**
|
|
2993
|
+
* 错误信息
|
|
2994
|
+
*/
|
|
2995
|
+
ErrMsg: string
|
|
2996
|
+
|
|
2997
|
+
/**
|
|
2998
|
+
* 队列类型 0.CMQ 1.CKafka
|
|
2999
|
+
*/
|
|
3000
|
+
QueueType: number
|
|
3001
|
+
|
|
3002
|
+
/**
|
|
3003
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3004
|
+
*/
|
|
3005
|
+
RequestId?: string
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/**
|
|
3009
|
+
* CallDeviceActionAsync返回参数结构体
|
|
3010
|
+
*/
|
|
3011
|
+
export interface CallDeviceActionAsyncResponse {
|
|
3012
|
+
/**
|
|
3013
|
+
* 调用Id
|
|
3014
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3015
|
+
*/
|
|
3016
|
+
ClientToken: string
|
|
3017
|
+
|
|
3018
|
+
/**
|
|
3019
|
+
* 异步调用状态
|
|
3020
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3021
|
+
*/
|
|
3022
|
+
Status: string
|
|
3023
|
+
|
|
3024
|
+
/**
|
|
3025
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3026
|
+
*/
|
|
3027
|
+
RequestId?: string
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
/**
|
|
3031
|
+
* DescribeCloudStoragePackageConsumeStats请求参数结构体
|
|
3032
|
+
*/
|
|
3033
|
+
export interface DescribeCloudStoragePackageConsumeStatsRequest {
|
|
3034
|
+
/**
|
|
3035
|
+
* 开始日期
|
|
3036
|
+
*/
|
|
3037
|
+
StartDate: string
|
|
3038
|
+
|
|
3039
|
+
/**
|
|
3040
|
+
* 结束日期,开始与结束日期间隔不可超过一年
|
|
3041
|
+
*/
|
|
3042
|
+
EndDate: string
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
/**
|
|
3046
|
+
* 账户流水
|
|
3047
|
+
*/
|
|
3048
|
+
export interface BalanceTransaction {
|
|
3049
|
+
/**
|
|
3050
|
+
* 账户类型:1-设备接入 2-云存。
|
|
3051
|
+
*/
|
|
3052
|
+
AccountType: number
|
|
3053
|
+
|
|
3054
|
+
/**
|
|
3055
|
+
* 账户变更类型:Rechareg-充值;CreateOrder-新购。
|
|
3056
|
+
*/
|
|
3057
|
+
Operation: string
|
|
3058
|
+
|
|
3059
|
+
/**
|
|
3060
|
+
* 流水ID。
|
|
3061
|
+
*/
|
|
3062
|
+
DealId: string
|
|
3063
|
+
|
|
3064
|
+
/**
|
|
3065
|
+
* 变更金额,单位:分(人民币)。
|
|
3066
|
+
*/
|
|
3067
|
+
Amount: number
|
|
3068
|
+
|
|
3069
|
+
/**
|
|
3070
|
+
* 变更后账户余额,单位:分(人民币)。
|
|
3071
|
+
*/
|
|
3072
|
+
Balance: number
|
|
3073
|
+
|
|
3074
|
+
/**
|
|
3075
|
+
* 变更时间。
|
|
3076
|
+
*/
|
|
3077
|
+
OperationTime: number
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
/**
|
|
3081
|
+
* 固件升级任务信息
|
|
3082
|
+
*/
|
|
3083
|
+
export interface FirmwareTaskInfo {
|
|
3084
|
+
/**
|
|
3085
|
+
* 任务ID
|
|
3086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3087
|
+
*/
|
|
3088
|
+
TaskId: number
|
|
3089
|
+
|
|
3090
|
+
/**
|
|
3091
|
+
* 任务状态
|
|
3092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3093
|
+
*/
|
|
3094
|
+
Status: number
|
|
3095
|
+
|
|
3096
|
+
/**
|
|
3097
|
+
* 任务类型
|
|
3098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3099
|
+
*/
|
|
3100
|
+
Type: number
|
|
3101
|
+
|
|
3102
|
+
/**
|
|
3103
|
+
* 任务创建时间
|
|
3104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3105
|
+
*/
|
|
3106
|
+
CreateTime: number
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
/**
|
|
3110
|
+
* DescribeProductDynamicRegister请求参数结构体
|
|
3111
|
+
*/
|
|
3112
|
+
export interface DescribeProductDynamicRegisterRequest {
|
|
3113
|
+
/**
|
|
3114
|
+
* 产品ID
|
|
3115
|
+
*/
|
|
3116
|
+
ProductId: string
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
/**
|
|
3120
|
+
* AI模型申请信息
|
|
3121
|
+
*/
|
|
3122
|
+
export interface AIModelApplication {
|
|
3123
|
+
/**
|
|
3124
|
+
* 产品ID
|
|
3125
|
+
*/
|
|
3126
|
+
ProductId: string
|
|
3127
|
+
|
|
3128
|
+
/**
|
|
3129
|
+
* 产品名称
|
|
3130
|
+
*/
|
|
3131
|
+
ProductName: string
|
|
3132
|
+
|
|
3133
|
+
/**
|
|
3134
|
+
* 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
|
|
3135
|
+
*/
|
|
3136
|
+
Status: number
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* DescribeFirmwareTaskDistribution返回参数结构体
|
|
3141
|
+
*/
|
|
3142
|
+
export interface DescribeFirmwareTaskDistributionResponse {
|
|
3143
|
+
/**
|
|
3144
|
+
* 固件升级任务状态分布信息
|
|
3145
|
+
*/
|
|
3146
|
+
StatusInfos: Array<StatusStatistic>
|
|
3147
|
+
|
|
3148
|
+
/**
|
|
3149
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3150
|
+
*/
|
|
3151
|
+
RequestId?: string
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
/**
|
|
3155
|
+
* DescribeBatch返回参数结构体
|
|
3156
|
+
*/
|
|
3157
|
+
export interface DescribeBatchResponse {
|
|
3158
|
+
/**
|
|
3159
|
+
* 批次详情
|
|
3160
|
+
*/
|
|
3161
|
+
Data: VideoBatch
|
|
3162
|
+
|
|
3163
|
+
/**
|
|
3164
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3165
|
+
*/
|
|
3166
|
+
RequestId?: string
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
/**
|
|
3170
|
+
* 设备签名信息
|
|
3171
|
+
*/
|
|
3172
|
+
export interface DeviceSignatureInfo {
|
|
3173
|
+
/**
|
|
3174
|
+
* 设备名称
|
|
3175
|
+
*/
|
|
3176
|
+
DeviceName: string
|
|
3177
|
+
|
|
3178
|
+
/**
|
|
3179
|
+
* 设备签名
|
|
3180
|
+
*/
|
|
3181
|
+
DeviceSignature: string
|
|
3182
|
+
}
|
|
3183
|
+
|
|
3184
|
+
/**
|
|
3185
|
+
* GenerateSignedVideoURL请求参数结构体
|
|
3186
|
+
*/
|
|
3187
|
+
export interface GenerateSignedVideoURLRequest {
|
|
3188
|
+
/**
|
|
3189
|
+
* 视频播放原始URL地址
|
|
3190
|
+
*/
|
|
3191
|
+
VideoURL: string
|
|
3192
|
+
|
|
3193
|
+
/**
|
|
3194
|
+
* 播放链接过期时间
|
|
3195
|
+
*/
|
|
3196
|
+
ExpireTime: number
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
/**
|
|
3200
|
+
* ModifyPushChannel请求参数结构体
|
|
3201
|
+
*/
|
|
3202
|
+
export interface ModifyPushChannelRequest {
|
|
3203
|
+
/**
|
|
3204
|
+
* 产品ID
|
|
3205
|
+
*/
|
|
3206
|
+
ProductId: string
|
|
3207
|
+
|
|
3208
|
+
/**
|
|
3209
|
+
* 推送类型。ckafka:消息队列;forward:http/https推送
|
|
3210
|
+
*/
|
|
3211
|
+
Type: string
|
|
3212
|
+
|
|
3213
|
+
/**
|
|
3214
|
+
* 第三方推送地址
|
|
3215
|
+
*/
|
|
3216
|
+
ForwardAddress?: string
|
|
3217
|
+
|
|
3218
|
+
/**
|
|
3219
|
+
* 第三方推送密钥,不填写则不生成签名。
|
|
3220
|
+
*/
|
|
3221
|
+
ForwardKey?: string
|
|
3222
|
+
|
|
3223
|
+
/**
|
|
3224
|
+
* ckafka地域
|
|
3225
|
+
*/
|
|
3226
|
+
CKafkaRegion?: string
|
|
3227
|
+
|
|
3228
|
+
/**
|
|
3229
|
+
* ckafka实例
|
|
3230
|
+
*/
|
|
3231
|
+
CKafkaInstance?: string
|
|
3232
|
+
|
|
3233
|
+
/**
|
|
3234
|
+
* ckafka订阅主题
|
|
3235
|
+
*/
|
|
3236
|
+
CKafkaTopic?: string
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
/**
|
|
3240
|
+
* 数据转发描述
|
|
3241
|
+
*/
|
|
3242
|
+
export interface DataForward {
|
|
3243
|
+
/**
|
|
3244
|
+
* 产品ID。
|
|
3245
|
+
*/
|
|
3246
|
+
ProductId: string
|
|
3247
|
+
|
|
3248
|
+
/**
|
|
3249
|
+
* 转发地址。
|
|
3250
|
+
*/
|
|
3251
|
+
ForwardAddr: string
|
|
3252
|
+
|
|
3253
|
+
/**
|
|
3254
|
+
* 转发状态。
|
|
3255
|
+
*/
|
|
3256
|
+
Status: number
|
|
3257
|
+
|
|
3258
|
+
/**
|
|
3259
|
+
* 创建时间。
|
|
3260
|
+
*/
|
|
3261
|
+
CreateTime: number
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* 更新时间。
|
|
3265
|
+
*/
|
|
3266
|
+
UpdateTime: number
|
|
3267
|
+
|
|
3268
|
+
/**
|
|
3269
|
+
* 1-数据信息转发 2-设备上下线状态转发 3-数据信息转发&设备上下线状态转发
|
|
3270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3271
|
+
*/
|
|
3272
|
+
DataChose: number
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
/**
|
|
3276
|
+
* DescribeDevice请求参数结构体
|
|
3277
|
+
*/
|
|
3278
|
+
export interface DescribeDeviceRequest {
|
|
3279
|
+
/**
|
|
3280
|
+
* 产品ID
|
|
3281
|
+
*/
|
|
3282
|
+
ProductId: string
|
|
3283
|
+
|
|
3284
|
+
/**
|
|
3285
|
+
* 设备名
|
|
3286
|
+
*/
|
|
3287
|
+
DeviceName: string
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
/**
|
|
3291
|
+
* ModifyForwardRule请求参数结构体
|
|
3292
|
+
*/
|
|
3293
|
+
export interface ModifyForwardRuleRequest {
|
|
3294
|
+
/**
|
|
3295
|
+
* 产品ID
|
|
3296
|
+
*/
|
|
3297
|
+
ProductID: string
|
|
3298
|
+
|
|
3299
|
+
/**
|
|
3300
|
+
* 消息类型
|
|
3301
|
+
*/
|
|
3302
|
+
MsgType: number
|
|
3303
|
+
|
|
3304
|
+
/**
|
|
3305
|
+
* 控制台Skey
|
|
3306
|
+
*/
|
|
3307
|
+
Skey: string
|
|
3308
|
+
|
|
3309
|
+
/**
|
|
3310
|
+
* 队列区域
|
|
3311
|
+
*/
|
|
3312
|
+
QueueRegion: string
|
|
3313
|
+
|
|
3314
|
+
/**
|
|
3315
|
+
* 队列类型 0.CMQ 1.CKafka
|
|
3316
|
+
*/
|
|
3317
|
+
QueueType: number
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* 临时密钥
|
|
3321
|
+
*/
|
|
3322
|
+
Consecretid?: string
|
|
3323
|
+
|
|
3324
|
+
/**
|
|
3325
|
+
* 实例ID
|
|
3326
|
+
*/
|
|
3327
|
+
InstanceId?: string
|
|
3328
|
+
|
|
3329
|
+
/**
|
|
3330
|
+
* 实例名称
|
|
3331
|
+
*/
|
|
3332
|
+
InstanceName?: string
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* 队列或主题ID
|
|
3336
|
+
*/
|
|
3337
|
+
QueueID?: string
|
|
3338
|
+
|
|
3339
|
+
/**
|
|
3340
|
+
* 队列或主题名称
|
|
3341
|
+
*/
|
|
3342
|
+
QueueName?: string
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3345
|
+
/**
|
|
3346
|
+
* CreateAIDetection返回参数结构体
|
|
3347
|
+
*/
|
|
3348
|
+
export interface CreateAIDetectionResponse {
|
|
3349
|
+
/**
|
|
3350
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3351
|
+
*/
|
|
3352
|
+
RequestId?: string
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
/**
|
|
3356
|
+
* DescribeCloudStorageEvents返回参数结构体
|
|
3357
|
+
*/
|
|
3358
|
+
export interface DescribeCloudStorageEventsResponse {
|
|
3359
|
+
/**
|
|
3360
|
+
* 云存事件列表
|
|
3361
|
+
*/
|
|
3362
|
+
Events: Array<CloudStorageEvent>
|
|
3363
|
+
|
|
3364
|
+
/**
|
|
3365
|
+
* 请求上下文, 用作查询游标
|
|
3366
|
+
*/
|
|
3367
|
+
Context: string
|
|
3368
|
+
|
|
3369
|
+
/**
|
|
3370
|
+
* 拉取结果是否已经结束
|
|
3371
|
+
*/
|
|
3372
|
+
Listover: boolean
|
|
3373
|
+
|
|
3374
|
+
/**
|
|
3375
|
+
* 内部结果数量,并不等同于事件总数。
|
|
3376
|
+
*/
|
|
3377
|
+
Total: number
|
|
3378
|
+
|
|
3379
|
+
/**
|
|
3380
|
+
* 视频播放URL
|
|
3381
|
+
*/
|
|
3382
|
+
VideoURL: string
|
|
3383
|
+
|
|
3384
|
+
/**
|
|
3385
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3386
|
+
*/
|
|
3387
|
+
RequestId?: string
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
/**
|
|
3391
|
+
* video产品元数据
|
|
3392
|
+
*/
|
|
3393
|
+
export interface VideoProduct {
|
|
3394
|
+
/**
|
|
3395
|
+
* 产品ID
|
|
3396
|
+
*/
|
|
3397
|
+
ProductId: string
|
|
3398
|
+
|
|
3399
|
+
/**
|
|
3400
|
+
* 产品名称
|
|
3401
|
+
*/
|
|
3402
|
+
ProductName: string
|
|
3403
|
+
|
|
3404
|
+
/**
|
|
3405
|
+
* 产品设备类型(普通设备) 1.普通设备
|
|
3406
|
+
*/
|
|
3407
|
+
DeviceType: number
|
|
3408
|
+
|
|
3409
|
+
/**
|
|
3410
|
+
* 认证方式:2:PSK
|
|
3411
|
+
*/
|
|
3412
|
+
EncryptionType: number
|
|
3413
|
+
|
|
3414
|
+
/**
|
|
3415
|
+
* 设备功能码
|
|
3416
|
+
*/
|
|
3417
|
+
Features: Array<string>
|
|
3418
|
+
|
|
3419
|
+
/**
|
|
3420
|
+
* 操作系统
|
|
3421
|
+
*/
|
|
3422
|
+
ChipOs: string
|
|
3423
|
+
|
|
3424
|
+
/**
|
|
3425
|
+
* 芯片厂商id
|
|
3426
|
+
*/
|
|
3427
|
+
ChipManufactureId: string
|
|
3428
|
+
|
|
3429
|
+
/**
|
|
3430
|
+
* 芯片id
|
|
3431
|
+
*/
|
|
3432
|
+
ChipId: string
|
|
3433
|
+
|
|
3434
|
+
/**
|
|
3435
|
+
* 产品描述信息
|
|
3436
|
+
*/
|
|
3437
|
+
ProductDescription: string
|
|
3438
|
+
|
|
3439
|
+
/**
|
|
3440
|
+
* 创建时间unix时间戳
|
|
3441
|
+
*/
|
|
3442
|
+
CreateTime: number
|
|
3443
|
+
|
|
3444
|
+
/**
|
|
3445
|
+
* 修改时间unix时间戳
|
|
3446
|
+
*/
|
|
3447
|
+
UpdateTime: number
|
|
3448
|
+
|
|
3449
|
+
/**
|
|
3450
|
+
* 连接类型,wifi表示WIFI连接,cellular表示4G连接
|
|
3451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3452
|
+
*/
|
|
3453
|
+
NetType: string
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
/**
|
|
3457
|
+
* 云存事件
|
|
3458
|
+
*/
|
|
3459
|
+
export interface CloudStorageEvent {
|
|
3460
|
+
/**
|
|
3461
|
+
* 事件起始时间(Unix 时间戳,秒级
|
|
3462
|
+
*/
|
|
3463
|
+
StartTime: number
|
|
3464
|
+
|
|
3465
|
+
/**
|
|
3466
|
+
* 事件结束时间(Unix 时间戳,秒级
|
|
3467
|
+
*/
|
|
3468
|
+
EndTime: number
|
|
3469
|
+
|
|
3470
|
+
/**
|
|
3471
|
+
* 事件缩略图
|
|
3472
|
+
*/
|
|
3473
|
+
Thumbnail: string
|
|
3474
|
+
|
|
3475
|
+
/**
|
|
3476
|
+
* 事件ID
|
|
3477
|
+
*/
|
|
3478
|
+
EventId: string
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3481
|
+
/**
|
|
3482
|
+
* 设备历史数据结构
|
|
3483
|
+
*/
|
|
3484
|
+
export interface DeviceDataHistoryItem {
|
|
3485
|
+
/**
|
|
3486
|
+
* 时间点,毫秒时间戳
|
|
3487
|
+
*/
|
|
3488
|
+
Time: string
|
|
3489
|
+
|
|
3490
|
+
/**
|
|
3491
|
+
* 字段取值
|
|
3492
|
+
*/
|
|
3493
|
+
Value: string
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
/**
|
|
3497
|
+
* DescribeCloudStorageDate返回参数结构体
|
|
3498
|
+
*/
|
|
3499
|
+
export interface DescribeCloudStorageDateResponse {
|
|
3500
|
+
/**
|
|
3501
|
+
* 云存日期数组,["2021-01-05","2021-01-06"]
|
|
3502
|
+
*/
|
|
3503
|
+
Data: Array<string>
|
|
3504
|
+
|
|
3505
|
+
/**
|
|
3506
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3507
|
+
*/
|
|
3508
|
+
RequestId?: string
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
/**
|
|
3512
|
+
* ModifyDataForwardStatus返回参数结构体
|
|
3513
|
+
*/
|
|
3514
|
+
export interface ModifyDataForwardStatusResponse {
|
|
3515
|
+
/**
|
|
3516
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3517
|
+
*/
|
|
3518
|
+
RequestId?: string
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
/**
|
|
3522
|
+
* 云存时间轴信息
|
|
3523
|
+
*/
|
|
3524
|
+
export interface CloudStorageTimeInfo {
|
|
3525
|
+
/**
|
|
3526
|
+
* 开始时间
|
|
3527
|
+
*/
|
|
3528
|
+
StartTime: number
|
|
3529
|
+
|
|
3530
|
+
/**
|
|
3531
|
+
* 结束时间
|
|
3532
|
+
*/
|
|
3533
|
+
EndTime: number
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
/**
|
|
3537
|
+
* ModifyDevice返回参数结构体
|
|
3538
|
+
*/
|
|
3539
|
+
export interface ModifyDeviceResponse {
|
|
3540
|
+
/**
|
|
3541
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3542
|
+
*/
|
|
3543
|
+
RequestId?: string
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* DescribeCloudStoragePackageConsumeDetails请求参数结构体
|
|
3548
|
+
*/
|
|
3549
|
+
export interface DescribeCloudStoragePackageConsumeDetailsRequest {
|
|
3550
|
+
/**
|
|
3551
|
+
* 开始日期
|
|
3552
|
+
*/
|
|
3553
|
+
StartDate: string
|
|
3554
|
+
|
|
3555
|
+
/**
|
|
3556
|
+
* 结束日期
|
|
3557
|
+
*/
|
|
3558
|
+
EndDate: string
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3561
|
+
/**
|
|
3562
|
+
* UploadFirmware返回参数结构体
|
|
3563
|
+
*/
|
|
3564
|
+
export interface UploadFirmwareResponse {
|
|
3565
|
+
/**
|
|
3566
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3567
|
+
*/
|
|
3568
|
+
RequestId?: string
|
|
3569
|
+
}
|
|
3570
|
+
|
|
3571
|
+
/**
|
|
3572
|
+
* UpdateAIModelChannel请求参数结构体
|
|
3573
|
+
*/
|
|
3574
|
+
export interface UpdateAIModelChannelRequest {
|
|
3575
|
+
/**
|
|
3576
|
+
* 模型ID
|
|
3577
|
+
*/
|
|
3578
|
+
ModelId: string
|
|
3579
|
+
|
|
3580
|
+
/**
|
|
3581
|
+
* 产品ID
|
|
3582
|
+
*/
|
|
3583
|
+
ProductId: string
|
|
3584
|
+
|
|
3585
|
+
/**
|
|
3586
|
+
* 推送类型。ckafka:消息队列;forward:http/https推送
|
|
3587
|
+
*/
|
|
3588
|
+
Type: string
|
|
3589
|
+
|
|
3590
|
+
/**
|
|
3591
|
+
* 第三方推送地址
|
|
3592
|
+
*/
|
|
3593
|
+
ForwardAddress?: string
|
|
3594
|
+
|
|
3595
|
+
/**
|
|
3596
|
+
* 第三方推送密钥,不填写则腾讯云自动生成。
|
|
3597
|
+
*/
|
|
3598
|
+
ForwardKey?: string
|
|
3599
|
+
|
|
3600
|
+
/**
|
|
3601
|
+
* ckafka地域
|
|
3602
|
+
*/
|
|
3603
|
+
CKafkaRegion?: string
|
|
3604
|
+
|
|
3605
|
+
/**
|
|
3606
|
+
* ckafka实例
|
|
3607
|
+
*/
|
|
3608
|
+
CKafkaInstance?: string
|
|
3609
|
+
|
|
3610
|
+
/**
|
|
3611
|
+
* ckafka订阅主题
|
|
3612
|
+
*/
|
|
3613
|
+
CKafkaTopic?: string
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
/**
|
|
3617
|
+
* CreateCloudStorage返回参数结构体
|
|
3618
|
+
*/
|
|
3619
|
+
export interface CreateCloudStorageResponse {
|
|
3620
|
+
/**
|
|
3621
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3622
|
+
*/
|
|
3623
|
+
RequestId?: string
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
/**
|
|
3627
|
+
* BindCloudStorageUser返回参数结构体
|
|
3628
|
+
*/
|
|
3629
|
+
export interface BindCloudStorageUserResponse {
|
|
3630
|
+
/**
|
|
3631
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3632
|
+
*/
|
|
3633
|
+
RequestId?: string
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
/**
|
|
3637
|
+
* CancelDeviceFirmwareTask请求参数结构体
|
|
3638
|
+
*/
|
|
3639
|
+
export interface CancelDeviceFirmwareTaskRequest {
|
|
3640
|
+
/**
|
|
3641
|
+
* 产品ID
|
|
3642
|
+
*/
|
|
3643
|
+
ProductID: string
|
|
3644
|
+
|
|
3645
|
+
/**
|
|
3646
|
+
* 设备名称
|
|
3647
|
+
*/
|
|
3648
|
+
DeviceName: string
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
* 固件版本号
|
|
3652
|
+
*/
|
|
3653
|
+
FirmwareVersion: string
|
|
3654
|
+
|
|
3655
|
+
/**
|
|
3656
|
+
* 固件升级任务ID
|
|
3657
|
+
*/
|
|
3658
|
+
TaskId: number
|
|
3659
|
+
}
|
|
3660
|
+
|
|
3661
|
+
/**
|
|
3662
|
+
* CancelDeviceFirmwareTask返回参数结构体
|
|
3663
|
+
*/
|
|
3664
|
+
export interface CancelDeviceFirmwareTaskResponse {
|
|
3665
|
+
/**
|
|
3666
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3667
|
+
*/
|
|
3668
|
+
RequestId?: string
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
/**
|
|
3672
|
+
* DescribeBatchs请求参数结构体
|
|
3673
|
+
*/
|
|
3674
|
+
export interface DescribeBatchsRequest {
|
|
3675
|
+
/**
|
|
3676
|
+
* 产品ID
|
|
3677
|
+
*/
|
|
3678
|
+
ProductId: string
|
|
3679
|
+
|
|
3680
|
+
/**
|
|
3681
|
+
* 分页的大小,最大100
|
|
3682
|
+
*/
|
|
3683
|
+
Limit: number
|
|
3684
|
+
|
|
3685
|
+
/**
|
|
3686
|
+
* 偏移量,Offset从0开始
|
|
3687
|
+
*/
|
|
3688
|
+
Offset: number
|
|
3689
|
+
}
|
|
3690
|
+
|
|
3691
|
+
/**
|
|
3692
|
+
* WakeUpDevice请求参数结构体
|
|
3693
|
+
*/
|
|
3694
|
+
export interface WakeUpDeviceRequest {
|
|
3695
|
+
/**
|
|
3696
|
+
* 产品ID
|
|
3697
|
+
*/
|
|
3698
|
+
ProductId: string
|
|
3699
|
+
|
|
3700
|
+
/**
|
|
3701
|
+
* 设备名称
|
|
3702
|
+
*/
|
|
3703
|
+
DeviceName: string
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
/**
|
|
3707
|
+
* ApplyAIModel返回参数结构体
|
|
3708
|
+
*/
|
|
3709
|
+
export interface ApplyAIModelResponse {
|
|
3710
|
+
/**
|
|
3711
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3712
|
+
*/
|
|
3713
|
+
RequestId?: string
|
|
3714
|
+
}
|
|
3715
|
+
|
|
3716
|
+
/**
|
|
3717
|
+
* ControlDeviceData返回参数结构体
|
|
3718
|
+
*/
|
|
3719
|
+
export interface ControlDeviceDataResponse {
|
|
3720
|
+
/**
|
|
3721
|
+
* 返回信息
|
|
3722
|
+
*/
|
|
3723
|
+
Data: string
|
|
3724
|
+
|
|
3725
|
+
/**
|
|
3726
|
+
* JSON字符串, 返回下发控制的结果信息,
|
|
3727
|
+
Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic
|
|
3728
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3729
|
+
*/
|
|
3730
|
+
Result: string
|
|
3731
|
+
|
|
3732
|
+
/**
|
|
3733
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3734
|
+
*/
|
|
3735
|
+
RequestId?: string
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
/**
|
|
3739
|
+
* DescribeDeviceDataHistory请求参数结构体
|
|
3740
|
+
*/
|
|
3741
|
+
export interface DescribeDeviceDataHistoryRequest {
|
|
3742
|
+
/**
|
|
3743
|
+
* 区间开始时间(Unix 时间戳,毫秒级)
|
|
3744
|
+
*/
|
|
3745
|
+
MinTime: number
|
|
3746
|
+
|
|
3747
|
+
/**
|
|
3748
|
+
* 区间结束时间(Unix 时间戳,毫秒级)
|
|
3749
|
+
*/
|
|
3750
|
+
MaxTime: number
|
|
3751
|
+
|
|
3752
|
+
/**
|
|
3753
|
+
* 产品ID
|
|
3754
|
+
*/
|
|
3755
|
+
ProductId: string
|
|
3756
|
+
|
|
3757
|
+
/**
|
|
3758
|
+
* 设备名称
|
|
3759
|
+
*/
|
|
3760
|
+
DeviceName: string
|
|
3761
|
+
|
|
3762
|
+
/**
|
|
3763
|
+
* 属性字段名称,对应数据模板中功能属性的标识符
|
|
3764
|
+
*/
|
|
3765
|
+
FieldName: string
|
|
3766
|
+
|
|
3767
|
+
/**
|
|
3768
|
+
* 返回条数
|
|
3769
|
+
*/
|
|
3770
|
+
Limit?: Array<number>
|
|
3771
|
+
|
|
3772
|
+
/**
|
|
3773
|
+
* 检索上下文
|
|
3774
|
+
*/
|
|
3775
|
+
Context?: string
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
/**
|
|
3779
|
+
* 设备事件的搜索结果项
|
|
3780
|
+
*/
|
|
3781
|
+
export interface EventHistoryItem {
|
|
3782
|
+
/**
|
|
3783
|
+
* 事件的时间戳
|
|
3784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3785
|
+
*/
|
|
3786
|
+
TimeStamp: number
|
|
3787
|
+
|
|
3788
|
+
/**
|
|
3789
|
+
* 事件的产品ID
|
|
3790
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3791
|
+
*/
|
|
3792
|
+
ProductId: string
|
|
3793
|
+
|
|
3794
|
+
/**
|
|
3795
|
+
* 事件的设备名称
|
|
3796
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3797
|
+
*/
|
|
3798
|
+
DeviceName: string
|
|
3799
|
+
|
|
3800
|
+
/**
|
|
3801
|
+
* 事件的标识符ID
|
|
3802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3803
|
+
*/
|
|
3804
|
+
EventId: string
|
|
3805
|
+
|
|
3806
|
+
/**
|
|
3807
|
+
* 事件的类型
|
|
3808
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3809
|
+
*/
|
|
3810
|
+
Type: string
|
|
3811
|
+
|
|
3812
|
+
/**
|
|
3813
|
+
* 事件的数据
|
|
3814
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3815
|
+
*/
|
|
3816
|
+
Data: string
|
|
3817
|
+
}
|
|
3818
|
+
|
|
3819
|
+
/**
|
|
3820
|
+
* CreateForwardRule请求参数结构体
|
|
3821
|
+
*/
|
|
3822
|
+
export interface CreateForwardRuleRequest {
|
|
3823
|
+
/**
|
|
3824
|
+
* 产品ID
|
|
3825
|
+
*/
|
|
3826
|
+
ProductID: string
|
|
3827
|
+
|
|
3828
|
+
/**
|
|
3829
|
+
* 消息类型
|
|
3830
|
+
*/
|
|
3831
|
+
MsgType: number
|
|
3832
|
+
|
|
3833
|
+
/**
|
|
3834
|
+
* 控制台Skey
|
|
3835
|
+
*/
|
|
3836
|
+
Skey: string
|
|
3837
|
+
|
|
3838
|
+
/**
|
|
3839
|
+
* 队列区域
|
|
3840
|
+
*/
|
|
3841
|
+
QueueRegion: string
|
|
3842
|
+
|
|
3843
|
+
/**
|
|
3844
|
+
* 队列类型 0.CMQ 1.Ckafka
|
|
3845
|
+
*/
|
|
3846
|
+
QueueType: number
|
|
3847
|
+
|
|
3848
|
+
/**
|
|
3849
|
+
* 临时密钥
|
|
3850
|
+
*/
|
|
3851
|
+
Consecretid?: string
|
|
3852
|
+
|
|
3853
|
+
/**
|
|
3854
|
+
* 实例ID
|
|
3855
|
+
*/
|
|
3856
|
+
InstanceId?: string
|
|
3857
|
+
|
|
3858
|
+
/**
|
|
3859
|
+
* 实例名称
|
|
3860
|
+
*/
|
|
3861
|
+
InstanceName?: string
|
|
3862
|
+
|
|
3863
|
+
/**
|
|
3864
|
+
* 队列或主题ID
|
|
3865
|
+
*/
|
|
3866
|
+
QueueID?: string
|
|
3867
|
+
|
|
3868
|
+
/**
|
|
3869
|
+
* 队列或主题名称
|
|
3870
|
+
*/
|
|
3871
|
+
QueueName?: string
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* 设备详细信息
|
|
3876
|
+
*/
|
|
3877
|
+
export interface DeviceInfo {
|
|
3878
|
+
/**
|
|
3879
|
+
* 设备名
|
|
3880
|
+
*/
|
|
3881
|
+
DeviceName: string
|
|
3882
|
+
|
|
3883
|
+
/**
|
|
3884
|
+
* 设备是否在线,0不在线,1在线,2获取失败,3未激活
|
|
3885
|
+
*/
|
|
3886
|
+
Online: number
|
|
3887
|
+
|
|
3888
|
+
/**
|
|
3889
|
+
* 设备最后上线时间
|
|
3890
|
+
*/
|
|
3891
|
+
LoginTime: number
|
|
3892
|
+
|
|
3893
|
+
/**
|
|
3894
|
+
* 设备密钥
|
|
3895
|
+
*/
|
|
3896
|
+
DevicePsk: string
|
|
3897
|
+
|
|
3898
|
+
/**
|
|
3899
|
+
* 设备启用状态 0为停用 1为可用
|
|
3900
|
+
*/
|
|
3901
|
+
EnableState: number
|
|
3902
|
+
|
|
3903
|
+
/**
|
|
3904
|
+
* 设备过期时间
|
|
3905
|
+
*/
|
|
3906
|
+
ExpireTime: number
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
/**
|
|
3910
|
+
* SetForwardAuth请求参数结构体
|
|
3911
|
+
*/
|
|
3912
|
+
export interface SetForwardAuthRequest {
|
|
3913
|
+
/**
|
|
3914
|
+
* 控制台Skey
|
|
3915
|
+
*/
|
|
3916
|
+
Skey: string
|
|
3917
|
+
|
|
3918
|
+
/**
|
|
3919
|
+
* 消息队列类型 0.CMQ 1.CKafka
|
|
3920
|
+
*/
|
|
3921
|
+
QueueType: number
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
/**
|
|
3925
|
+
* DescribeBalanceTransactions返回参数结构体
|
|
3926
|
+
*/
|
|
3927
|
+
export interface DescribeBalanceTransactionsResponse {
|
|
3928
|
+
/**
|
|
3929
|
+
* 账户流水总数。
|
|
3930
|
+
*/
|
|
3931
|
+
TotalCount: number
|
|
3932
|
+
|
|
3933
|
+
/**
|
|
3934
|
+
* 账户流水详情数组。
|
|
3935
|
+
*/
|
|
3936
|
+
Transactions: Array<BalanceTransaction>
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3940
|
+
*/
|
|
3941
|
+
RequestId?: string
|
|
3942
|
+
}
|
|
3943
|
+
|
|
3944
|
+
/**
|
|
3945
|
+
* ImportModelDefinition请求参数结构体
|
|
3946
|
+
*/
|
|
3947
|
+
export interface ImportModelDefinitionRequest {
|
|
3948
|
+
/**
|
|
3949
|
+
* 产品ID
|
|
3950
|
+
*/
|
|
3951
|
+
ProductId: string
|
|
3952
|
+
|
|
3953
|
+
/**
|
|
3954
|
+
* 数据模板定义
|
|
3955
|
+
*/
|
|
3956
|
+
ModelSchema: string
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
/**
|
|
3960
|
+
* CreateTaskFileUrl请求参数结构体
|
|
3961
|
+
*/
|
|
3962
|
+
export interface CreateTaskFileUrlRequest {
|
|
3963
|
+
/**
|
|
3964
|
+
* 产品ID
|
|
3965
|
+
*/
|
|
3966
|
+
ProductId: string
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
/**
|
|
3970
|
+
* ModifyModelDefinition返回参数结构体
|
|
3971
|
+
*/
|
|
3972
|
+
export interface ModifyModelDefinitionResponse {
|
|
3973
|
+
/**
|
|
3974
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3975
|
+
*/
|
|
3976
|
+
RequestId?: string
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3979
|
+
/**
|
|
3980
|
+
* ModifyDeviceLogLevel返回参数结构体
|
|
3981
|
+
*/
|
|
3982
|
+
export interface ModifyDeviceLogLevelResponse {
|
|
3983
|
+
/**
|
|
3984
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3985
|
+
*/
|
|
3986
|
+
RequestId?: string
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
/**
|
|
3990
|
+
* CreateDataForward请求参数结构体
|
|
3991
|
+
*/
|
|
3992
|
+
export interface CreateDataForwardRequest {
|
|
3993
|
+
/**
|
|
3994
|
+
* 产品ID。
|
|
3995
|
+
*/
|
|
3996
|
+
ProductId: string
|
|
3997
|
+
|
|
3998
|
+
/**
|
|
3999
|
+
* 转发地址。如果有鉴权Token,则需要自行传入,例如 [{\"forward\":{\"api\":\"http://123.207.117.108:1080/sub.php\",\"token\":\"testtoken\"}}]
|
|
4000
|
+
*/
|
|
4001
|
+
ForwardAddr: string
|
|
4002
|
+
|
|
4003
|
+
/**
|
|
4004
|
+
* 1-数据信息转发 2-设备上下线状态转发 3-数据信息转发&设备上下线状态转发
|
|
4005
|
+
*/
|
|
4006
|
+
DataChose?: number
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
/**
|
|
4010
|
+
* BatchUpdateFirmware请求参数结构体
|
|
4011
|
+
*/
|
|
4012
|
+
export interface BatchUpdateFirmwareRequest {
|
|
4013
|
+
/**
|
|
4014
|
+
* 产品ID
|
|
4015
|
+
*/
|
|
4016
|
+
ProductID: string
|
|
4017
|
+
|
|
4018
|
+
/**
|
|
4019
|
+
* 固件新版本号
|
|
4020
|
+
*/
|
|
4021
|
+
FirmwareVersion: string
|
|
4022
|
+
|
|
4023
|
+
/**
|
|
4024
|
+
* 固件原版本号,根据文件列表升级固件不需要填写此参数
|
|
4025
|
+
*/
|
|
4026
|
+
FirmwareOriVersion?: string
|
|
4027
|
+
|
|
4028
|
+
/**
|
|
4029
|
+
* 升级方式,0 静默升级 1 用户确认升级。 不填默认为静默升级方式
|
|
4030
|
+
*/
|
|
4031
|
+
UpgradeMethod?: number
|
|
4032
|
+
|
|
4033
|
+
/**
|
|
4034
|
+
* 设备列表文件名称,根据文件列表升级固件需要填写此参数
|
|
4035
|
+
*/
|
|
4036
|
+
FileName?: string
|
|
4037
|
+
|
|
4038
|
+
/**
|
|
4039
|
+
* 设备列表的文件md5值
|
|
4040
|
+
*/
|
|
4041
|
+
FileMd5?: string
|
|
4042
|
+
|
|
4043
|
+
/**
|
|
4044
|
+
* 设备列表的文件大小值
|
|
4045
|
+
*/
|
|
4046
|
+
FileSize?: number
|
|
4047
|
+
|
|
4048
|
+
/**
|
|
4049
|
+
* 需要升级的设备名称列表
|
|
4050
|
+
*/
|
|
4051
|
+
DeviceNames?: Array<string>
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
/**
|
|
4055
|
+
* ModifyProductDynamicRegister请求参数结构体
|
|
4056
|
+
*/
|
|
4057
|
+
export interface ModifyProductDynamicRegisterRequest {
|
|
4058
|
+
/**
|
|
4059
|
+
* 产品ID
|
|
4060
|
+
*/
|
|
4061
|
+
ProductId: string
|
|
4062
|
+
|
|
4063
|
+
/**
|
|
4064
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
4065
|
+
*/
|
|
4066
|
+
RegisterType: number
|
|
4067
|
+
|
|
4068
|
+
/**
|
|
4069
|
+
* 动态注册设备上限
|
|
4070
|
+
*/
|
|
4071
|
+
RegisterLimit: number
|
|
4072
|
+
}
|
|
4073
|
+
|
|
4074
|
+
/**
|
|
4075
|
+
* DescribeDeviceDataStats返回参数结构体
|
|
4076
|
+
*/
|
|
4077
|
+
export interface DescribeDeviceDataStatsResponse {
|
|
4078
|
+
/**
|
|
4079
|
+
* 累计注册设备数
|
|
4080
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4081
|
+
*/
|
|
4082
|
+
RegisterCnt: number
|
|
4083
|
+
|
|
4084
|
+
/**
|
|
4085
|
+
* 设备数量列表
|
|
4086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4087
|
+
*/
|
|
4088
|
+
Data: Array<DeviceCntStats>
|
|
4089
|
+
|
|
4090
|
+
/**
|
|
4091
|
+
* 总数
|
|
4092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4093
|
+
*/
|
|
4094
|
+
Total: number
|
|
4095
|
+
|
|
4096
|
+
/**
|
|
4097
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4098
|
+
*/
|
|
4099
|
+
RequestId?: string
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
/**
|
|
4103
|
+
* DescribeAccount返回参数结构体
|
|
4104
|
+
*/
|
|
4105
|
+
export interface DescribeAccountResponse {
|
|
4106
|
+
/**
|
|
4107
|
+
* 查询的账号id
|
|
4108
|
+
*/
|
|
4109
|
+
Uin: string
|
|
4110
|
+
|
|
4111
|
+
/**
|
|
4112
|
+
* 1线上计费,2线下计费
|
|
4113
|
+
*/
|
|
4114
|
+
BillType: number
|
|
4115
|
+
|
|
4116
|
+
/**
|
|
4117
|
+
* 0未定义,1按套餐预付费,2按量后付费
|
|
4118
|
+
*/
|
|
4119
|
+
BillMode: number
|
|
4120
|
+
|
|
4121
|
+
/**
|
|
4122
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4123
|
+
*/
|
|
4124
|
+
RequestId?: string
|
|
4125
|
+
}
|
|
4126
|
+
|
|
4127
|
+
/**
|
|
4128
|
+
* DescribePushChannel请求参数结构体
|
|
4129
|
+
*/
|
|
4130
|
+
export interface DescribePushChannelRequest {
|
|
4131
|
+
/**
|
|
4132
|
+
* 产品ID
|
|
4133
|
+
*/
|
|
4134
|
+
ProductId: string
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
/**
|
|
4138
|
+
* DescribeCloudStorageThumbnail请求参数结构体
|
|
4139
|
+
*/
|
|
4140
|
+
export interface DescribeCloudStorageThumbnailRequest {
|
|
4141
|
+
/**
|
|
4142
|
+
* 产品ID
|
|
4143
|
+
*/
|
|
4144
|
+
ProductId: string
|
|
4145
|
+
|
|
4146
|
+
/**
|
|
4147
|
+
* 设备名称
|
|
4148
|
+
*/
|
|
4149
|
+
DeviceName: string
|
|
4150
|
+
|
|
4151
|
+
/**
|
|
4152
|
+
* 缩略图文件名
|
|
4153
|
+
*/
|
|
4154
|
+
Thumbnail: string
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
/**
|
|
4158
|
+
* DescribeMessageDataStats请求参数结构体
|
|
4159
|
+
*/
|
|
4160
|
+
export interface DescribeMessageDataStatsRequest {
|
|
4161
|
+
/**
|
|
4162
|
+
* 统计开始日期
|
|
4163
|
+
*/
|
|
4164
|
+
StartDate: string
|
|
4165
|
+
|
|
4166
|
+
/**
|
|
4167
|
+
* 统计结束日期
|
|
4168
|
+
*/
|
|
4169
|
+
EndDate: string
|
|
4170
|
+
|
|
4171
|
+
/**
|
|
4172
|
+
* 产品id
|
|
4173
|
+
*/
|
|
4174
|
+
ProductId?: string
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
/**
|
|
4178
|
+
* GetFirmwareURL请求参数结构体
|
|
4179
|
+
*/
|
|
4180
|
+
export interface GetFirmwareURLRequest {
|
|
4181
|
+
/**
|
|
4182
|
+
* 产品ID
|
|
4183
|
+
*/
|
|
4184
|
+
ProductID: string
|
|
4185
|
+
|
|
4186
|
+
/**
|
|
4187
|
+
* 固件版本
|
|
4188
|
+
*/
|
|
4189
|
+
FirmwareVersion: string
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
/**
|
|
4193
|
+
* CreateAIDetection请求参数结构体
|
|
4194
|
+
*/
|
|
4195
|
+
export interface CreateAIDetectionRequest {
|
|
4196
|
+
/**
|
|
4197
|
+
* 产品ID
|
|
4198
|
+
*/
|
|
4199
|
+
ProductId: string
|
|
4200
|
+
|
|
4201
|
+
/**
|
|
4202
|
+
* 设备名称
|
|
4203
|
+
*/
|
|
4204
|
+
DeviceName: string
|
|
4205
|
+
|
|
4206
|
+
/**
|
|
4207
|
+
* AI模型ID
|
|
4208
|
+
*/
|
|
4209
|
+
ModelId: string
|
|
4210
|
+
|
|
4211
|
+
/**
|
|
4212
|
+
* 图片上传的开始时间
|
|
4213
|
+
*/
|
|
4214
|
+
StartTime: number
|
|
4215
|
+
|
|
4216
|
+
/**
|
|
4217
|
+
* 图片上传的结束时间
|
|
4218
|
+
*/
|
|
4219
|
+
EndTime: number
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
/**
|
|
4223
|
+
* DescribeCloudStorage返回参数结构体
|
|
4224
|
+
*/
|
|
4225
|
+
export interface DescribeCloudStorageResponse {
|
|
4226
|
+
/**
|
|
4227
|
+
* 云存开启状态,1为开启,0为未开启或已过期
|
|
4228
|
+
*/
|
|
4229
|
+
Status: number
|
|
4230
|
+
|
|
4231
|
+
/**
|
|
4232
|
+
* 云存类型,1为全时云存,2为事件云存
|
|
4233
|
+
*/
|
|
4234
|
+
Type: number
|
|
4235
|
+
|
|
4236
|
+
/**
|
|
4237
|
+
* 云存套餐过期时间
|
|
4238
|
+
*/
|
|
4239
|
+
ExpireTime: number
|
|
4240
|
+
|
|
4241
|
+
/**
|
|
4242
|
+
* 云存回看时长
|
|
4243
|
+
*/
|
|
4244
|
+
ShiftDuration: number
|
|
4245
|
+
|
|
4246
|
+
/**
|
|
4247
|
+
* 云存用户ID
|
|
4248
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4249
|
+
*/
|
|
4250
|
+
UserId: string
|
|
4251
|
+
|
|
4252
|
+
/**
|
|
4253
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4254
|
+
*/
|
|
4255
|
+
RequestId?: string
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4258
|
+
/**
|
|
4259
|
+
* ResetCloudStorage请求参数结构体
|
|
4260
|
+
*/
|
|
4261
|
+
export interface ResetCloudStorageRequest {
|
|
4262
|
+
/**
|
|
4263
|
+
* 产品ID
|
|
4264
|
+
*/
|
|
4265
|
+
ProductId: string
|
|
4266
|
+
|
|
4267
|
+
/**
|
|
4268
|
+
* 设备名称
|
|
4269
|
+
*/
|
|
4270
|
+
DeviceName: string
|
|
4271
|
+
|
|
4272
|
+
/**
|
|
4273
|
+
* 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
|
|
4274
|
+
*/
|
|
4275
|
+
ChannelId?: number
|
|
4276
|
+
|
|
4277
|
+
/**
|
|
4278
|
+
* 云存用户Id,为空则为默认云存空间。
|
|
4279
|
+
*/
|
|
4280
|
+
UserId?: string
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
/**
|
|
4284
|
+
* DescribeProduct返回参数结构体
|
|
4285
|
+
*/
|
|
4286
|
+
export interface DescribeProductResponse {
|
|
4287
|
+
/**
|
|
4288
|
+
* 产品详情
|
|
4289
|
+
*/
|
|
4290
|
+
Data: VideoProduct
|
|
4291
|
+
|
|
4292
|
+
/**
|
|
4293
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4294
|
+
*/
|
|
4295
|
+
RequestId?: string
|
|
4296
|
+
}
|
|
4297
|
+
|
|
4298
|
+
/**
|
|
4299
|
+
* SDK日志项
|
|
4300
|
+
*/
|
|
4301
|
+
export interface SDKLogItem {
|
|
4302
|
+
/**
|
|
4303
|
+
* 产品ID
|
|
4304
|
+
*/
|
|
4305
|
+
ProductID: string
|
|
4306
|
+
|
|
4307
|
+
/**
|
|
4308
|
+
* 设备名称
|
|
4309
|
+
*/
|
|
4310
|
+
DeviceName: string
|
|
4311
|
+
|
|
4312
|
+
/**
|
|
4313
|
+
* 日志等级
|
|
4314
|
+
*/
|
|
4315
|
+
Level: string
|
|
4316
|
+
|
|
4317
|
+
/**
|
|
4318
|
+
* 日志时间
|
|
4319
|
+
*/
|
|
4320
|
+
DateTime: string
|
|
4321
|
+
|
|
4322
|
+
/**
|
|
4323
|
+
* 日志内容
|
|
4324
|
+
*/
|
|
4325
|
+
Content: string
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
/**
|
|
4329
|
+
* DescribeAIModels返回参数结构体
|
|
4330
|
+
*/
|
|
4331
|
+
export interface DescribeAIModelsResponse {
|
|
4332
|
+
/**
|
|
4333
|
+
* AI模型数量
|
|
4334
|
+
*/
|
|
4335
|
+
TotalCount: number
|
|
4336
|
+
|
|
4337
|
+
/**
|
|
4338
|
+
* AI模型信息数组
|
|
4339
|
+
*/
|
|
4340
|
+
Models: Array<AIModelInfo>
|
|
4341
|
+
|
|
4342
|
+
/**
|
|
4343
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4344
|
+
*/
|
|
4345
|
+
RequestId?: string
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
/**
|
|
4349
|
+
* InheritCloudStorageUser请求参数结构体
|
|
4350
|
+
*/
|
|
4351
|
+
export interface InheritCloudStorageUserRequest {
|
|
4352
|
+
/**
|
|
4353
|
+
* 产品ID
|
|
4354
|
+
*/
|
|
4355
|
+
ProductId: string
|
|
4356
|
+
|
|
4357
|
+
/**
|
|
4358
|
+
* 设备名称
|
|
4359
|
+
*/
|
|
4360
|
+
DeviceName: string
|
|
4361
|
+
|
|
4362
|
+
/**
|
|
4363
|
+
* 原始用户ID
|
|
4364
|
+
*/
|
|
4365
|
+
UserId: string
|
|
4366
|
+
|
|
4367
|
+
/**
|
|
4368
|
+
* 目标用户ID
|
|
4369
|
+
*/
|
|
4370
|
+
ToUserId: string
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
/**
|
|
4374
|
+
* DescribeAIModelChannel请求参数结构体
|
|
4375
|
+
*/
|
|
4376
|
+
export interface DescribeAIModelChannelRequest {
|
|
4377
|
+
/**
|
|
4378
|
+
* 模型ID
|
|
4379
|
+
*/
|
|
4380
|
+
ModelId: string
|
|
4381
|
+
|
|
4382
|
+
/**
|
|
4383
|
+
* 产品ID
|
|
4384
|
+
*/
|
|
4385
|
+
ProductId: string
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
/**
|
|
4389
|
+
* DescribeAIModelUsage请求参数结构体
|
|
4390
|
+
*/
|
|
4391
|
+
export interface DescribeAIModelUsageRequest {
|
|
4392
|
+
/**
|
|
4393
|
+
* 模型ID
|
|
4394
|
+
*/
|
|
4395
|
+
ModelId: string
|
|
4396
|
+
|
|
4397
|
+
/**
|
|
4398
|
+
* 产品ID
|
|
4399
|
+
*/
|
|
4400
|
+
ProductId: string
|
|
4401
|
+
|
|
4402
|
+
/**
|
|
4403
|
+
* 偏移量,从0开始
|
|
4404
|
+
*/
|
|
4405
|
+
Offset: number
|
|
4406
|
+
|
|
4407
|
+
/**
|
|
4408
|
+
* 分页的大小,最大100
|
|
4409
|
+
*/
|
|
4410
|
+
Limit: number
|
|
4411
|
+
}
|
|
4412
|
+
|
|
4413
|
+
/**
|
|
4414
|
+
* DescribeBonuses请求参数结构体
|
|
4415
|
+
*/
|
|
4416
|
+
export interface DescribeBonusesRequest {
|
|
4417
|
+
/**
|
|
4418
|
+
* 分页拉取偏移
|
|
4419
|
+
*/
|
|
4420
|
+
Offset: number
|
|
4421
|
+
|
|
4422
|
+
/**
|
|
4423
|
+
* 分页拉取数量
|
|
4424
|
+
*/
|
|
4425
|
+
Limit: number
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
/**
|
|
4429
|
+
* DeleteFirmware请求参数结构体
|
|
4430
|
+
*/
|
|
4431
|
+
export interface DeleteFirmwareRequest {
|
|
4432
|
+
/**
|
|
4433
|
+
* 产品ID
|
|
4434
|
+
*/
|
|
4435
|
+
ProductID: string
|
|
4436
|
+
|
|
4437
|
+
/**
|
|
4438
|
+
* 固件版本
|
|
4439
|
+
*/
|
|
4440
|
+
FirmwareVersion: string
|
|
4441
|
+
}
|
|
4442
|
+
|
|
4443
|
+
/**
|
|
4444
|
+
* DescribeCloudStorage请求参数结构体
|
|
4445
|
+
*/
|
|
4446
|
+
export interface DescribeCloudStorageRequest {
|
|
4447
|
+
/**
|
|
4448
|
+
* 产品ID
|
|
4449
|
+
*/
|
|
4450
|
+
ProductId: string
|
|
4451
|
+
|
|
4452
|
+
/**
|
|
4453
|
+
* 设备名称
|
|
4454
|
+
*/
|
|
4455
|
+
DeviceName: string
|
|
4456
|
+
|
|
4457
|
+
/**
|
|
4458
|
+
* 云存用户ID
|
|
4459
|
+
*/
|
|
4460
|
+
UserId?: string
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4463
|
+
/**
|
|
4464
|
+
* GetAllFirmwareVersion返回参数结构体
|
|
4465
|
+
*/
|
|
4466
|
+
export interface GetAllFirmwareVersionResponse {
|
|
4467
|
+
/**
|
|
4468
|
+
* 固件可用版本列表
|
|
4469
|
+
*/
|
|
4470
|
+
Version: Array<string>
|
|
4471
|
+
|
|
4472
|
+
/**
|
|
4473
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4474
|
+
*/
|
|
4475
|
+
RequestId?: string
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
/**
|
|
4479
|
+
* AI模型信息
|
|
4480
|
+
*/
|
|
4481
|
+
export interface AIModelInfo {
|
|
4482
|
+
/**
|
|
4483
|
+
* 产品ID
|
|
4484
|
+
*/
|
|
4485
|
+
ProductId: string
|
|
4486
|
+
|
|
4487
|
+
/**
|
|
4488
|
+
* 产品名称
|
|
4489
|
+
*/
|
|
4490
|
+
ProductName: string
|
|
4491
|
+
|
|
4492
|
+
/**
|
|
4493
|
+
* 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
|
|
4494
|
+
*/
|
|
4495
|
+
Status: number
|
|
4496
|
+
|
|
4497
|
+
/**
|
|
4498
|
+
* 可调用数量
|
|
4499
|
+
*/
|
|
4500
|
+
Total: number
|
|
4501
|
+
|
|
4502
|
+
/**
|
|
4503
|
+
* 已调用数量
|
|
4504
|
+
*/
|
|
4505
|
+
Used: number
|
|
4506
|
+
|
|
4507
|
+
/**
|
|
4508
|
+
* 申请时间
|
|
4509
|
+
*/
|
|
4510
|
+
ApplyTime: number
|
|
4511
|
+
|
|
4512
|
+
/**
|
|
4513
|
+
* 审批通过时间
|
|
4514
|
+
*/
|
|
4515
|
+
ApprovalTime: number
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4518
|
+
/**
|
|
4519
|
+
* DescribeCloudStorageThumbnail返回参数结构体
|
|
4520
|
+
*/
|
|
4521
|
+
export interface DescribeCloudStorageThumbnailResponse {
|
|
4522
|
+
/**
|
|
4523
|
+
* 缩略图访问地址
|
|
4524
|
+
*/
|
|
4525
|
+
ThumbnailURL: string
|
|
4526
|
+
|
|
4527
|
+
/**
|
|
4528
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4529
|
+
*/
|
|
4530
|
+
RequestId?: string
|
|
4531
|
+
}
|
|
4532
|
+
|
|
4533
|
+
/**
|
|
4534
|
+
* 搜索关键词
|
|
4535
|
+
*/
|
|
4536
|
+
export interface SearchKeyword {
|
|
4537
|
+
/**
|
|
4538
|
+
* 搜索条件的Key
|
|
4539
|
+
*/
|
|
4540
|
+
Key: string
|
|
4541
|
+
|
|
4542
|
+
/**
|
|
4543
|
+
* 搜索条件的值
|
|
4544
|
+
*/
|
|
4545
|
+
Value?: string
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
/**
|
|
4549
|
+
* DescribeDevices请求参数结构体
|
|
4550
|
+
*/
|
|
4551
|
+
export interface DescribeDevicesRequest {
|
|
4552
|
+
/**
|
|
4553
|
+
* 需要查看设备列表的产品 ID
|
|
4554
|
+
*/
|
|
4555
|
+
ProductId: string
|
|
4556
|
+
|
|
4557
|
+
/**
|
|
4558
|
+
* 偏移量,Offset从0开始
|
|
4559
|
+
*/
|
|
4560
|
+
Offset: number
|
|
4561
|
+
|
|
4562
|
+
/**
|
|
4563
|
+
* 分页的大小,最大100
|
|
4564
|
+
*/
|
|
4565
|
+
Limit: number
|
|
4566
|
+
|
|
4567
|
+
/**
|
|
4568
|
+
* 需要过滤的设备名称
|
|
4569
|
+
*/
|
|
4570
|
+
DeviceName?: string
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
/**
|
|
4574
|
+
* DescribeModelDefinition请求参数结构体
|
|
4575
|
+
*/
|
|
4576
|
+
export interface DescribeModelDefinitionRequest {
|
|
4577
|
+
/**
|
|
4578
|
+
* 产品ID
|
|
4579
|
+
*/
|
|
4580
|
+
ProductId: string
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
/**
|
|
4584
|
+
* DescribeProductDynamicRegister返回参数结构体
|
|
4585
|
+
*/
|
|
4586
|
+
export interface DescribeProductDynamicRegisterResponse {
|
|
4587
|
+
/**
|
|
4588
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
4589
|
+
*/
|
|
4590
|
+
RegisterType: number
|
|
4591
|
+
|
|
4592
|
+
/**
|
|
4593
|
+
* 动态注册产品密钥
|
|
4594
|
+
*/
|
|
4595
|
+
ProductSecret: string
|
|
4596
|
+
|
|
4597
|
+
/**
|
|
4598
|
+
* 动态注册设备上限
|
|
4599
|
+
*/
|
|
4600
|
+
RegisterLimit: number
|
|
4601
|
+
|
|
4602
|
+
/**
|
|
4603
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4604
|
+
*/
|
|
4605
|
+
RequestId?: string
|
|
4606
|
+
}
|
|
4607
|
+
|
|
4608
|
+
/**
|
|
4609
|
+
* DescribeFirmwareTaskStatistics返回参数结构体
|
|
4610
|
+
*/
|
|
4611
|
+
export interface DescribeFirmwareTaskStatisticsResponse {
|
|
4612
|
+
/**
|
|
4613
|
+
* 升级成功的设备总数
|
|
4614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4615
|
+
*/
|
|
4616
|
+
SuccessTotal: number
|
|
4617
|
+
|
|
4618
|
+
/**
|
|
4619
|
+
* 升级失败的设备总数
|
|
4620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4621
|
+
*/
|
|
4622
|
+
FailureTotal: number
|
|
4623
|
+
|
|
4624
|
+
/**
|
|
4625
|
+
* 正在升级的设备总数
|
|
4626
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4627
|
+
*/
|
|
4628
|
+
UpgradingTotal: number
|
|
4629
|
+
|
|
4630
|
+
/**
|
|
4631
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4632
|
+
*/
|
|
4633
|
+
RequestId?: string
|
|
4634
|
+
}
|
|
4635
|
+
|
|
4636
|
+
/**
|
|
4637
|
+
* CheckForwardAuth返回参数结构体
|
|
4638
|
+
*/
|
|
4639
|
+
export interface CheckForwardAuthResponse {
|
|
4640
|
+
/**
|
|
4641
|
+
* 腾讯云账号
|
|
4642
|
+
*/
|
|
4643
|
+
Endpoint: string
|
|
4644
|
+
|
|
4645
|
+
/**
|
|
4646
|
+
* 结果
|
|
4647
|
+
*/
|
|
4648
|
+
Result: number
|
|
4649
|
+
|
|
4650
|
+
/**
|
|
4651
|
+
* 产品ID
|
|
4652
|
+
*/
|
|
4653
|
+
Productid: string
|
|
4654
|
+
|
|
4655
|
+
/**
|
|
4656
|
+
* 错误消息
|
|
4657
|
+
*/
|
|
4658
|
+
ErrMsg: string
|
|
4659
|
+
|
|
4660
|
+
/**
|
|
4661
|
+
* 队列类型 0.CMQ 1.Ckafka
|
|
4662
|
+
*/
|
|
4663
|
+
QueueType: number
|
|
4664
|
+
|
|
4665
|
+
/**
|
|
4666
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4667
|
+
*/
|
|
4668
|
+
RequestId?: string
|
|
44
4669
|
}
|
|
45
4670
|
|
|
46
4671
|
/**
|
|
47
|
-
*
|
|
4672
|
+
* DescribeDevice返回参数结构体
|
|
48
4673
|
*/
|
|
49
|
-
export interface
|
|
4674
|
+
export interface DescribeDeviceResponse {
|
|
50
4675
|
/**
|
|
51
|
-
*
|
|
4676
|
+
* 设备名
|
|
52
4677
|
*/
|
|
53
4678
|
DeviceName: string
|
|
54
4679
|
|
|
55
4680
|
/**
|
|
56
|
-
*
|
|
4681
|
+
* 设备是否在线,0不在线,1在线,2获取失败,3未激活
|
|
57
4682
|
*/
|
|
58
|
-
|
|
59
|
-
}
|
|
4683
|
+
Online: number
|
|
60
4684
|
|
|
61
|
-
/**
|
|
62
|
-
* CallDeviceActionAsync返回参数结构体
|
|
63
|
-
*/
|
|
64
|
-
export interface CallDeviceActionAsyncResponse {
|
|
65
4685
|
/**
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
ClientToken: string
|
|
4686
|
+
* 设备最后上线时间
|
|
4687
|
+
*/
|
|
4688
|
+
LoginTime: number
|
|
70
4689
|
|
|
71
4690
|
/**
|
|
72
|
-
|
|
4691
|
+
* 设备密钥
|
|
4692
|
+
*/
|
|
4693
|
+
DevicePsk: string
|
|
4694
|
+
|
|
4695
|
+
/**
|
|
4696
|
+
* 设备启用状态
|
|
4697
|
+
*/
|
|
4698
|
+
EnableState: number
|
|
4699
|
+
|
|
4700
|
+
/**
|
|
4701
|
+
* 设备过期时间
|
|
4702
|
+
*/
|
|
4703
|
+
ExpireTime: number
|
|
4704
|
+
|
|
4705
|
+
/**
|
|
4706
|
+
* 设备的sdk日志等级,0:关闭,1:错误,2:告警,3:信息,4:调试
|
|
73
4707
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
74
4708
|
*/
|
|
75
|
-
|
|
4709
|
+
LogLevel: number
|
|
76
4710
|
|
|
77
4711
|
/**
|
|
78
4712
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -81,13 +4715,13 @@ export interface CallDeviceActionAsyncResponse {
|
|
|
81
4715
|
}
|
|
82
4716
|
|
|
83
4717
|
/**
|
|
84
|
-
*
|
|
4718
|
+
* DescribeDeviceData返回参数结构体
|
|
85
4719
|
*/
|
|
86
|
-
export interface
|
|
4720
|
+
export interface DescribeDeviceDataResponse {
|
|
87
4721
|
/**
|
|
88
|
-
*
|
|
4722
|
+
* 设备数据
|
|
89
4723
|
*/
|
|
90
|
-
|
|
4724
|
+
Data: string
|
|
91
4725
|
|
|
92
4726
|
/**
|
|
93
4727
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -96,122 +4730,119 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
|
|
|
96
4730
|
}
|
|
97
4731
|
|
|
98
4732
|
/**
|
|
99
|
-
*
|
|
4733
|
+
* DeleteForwardRule返回参数结构体
|
|
100
4734
|
*/
|
|
101
|
-
export interface
|
|
102
|
-
/**
|
|
103
|
-
* 产品名称
|
|
104
|
-
*/
|
|
105
|
-
ProductName: string
|
|
106
|
-
|
|
4735
|
+
export interface DeleteForwardRuleResponse {
|
|
107
4736
|
/**
|
|
108
|
-
*
|
|
4737
|
+
* 腾讯云账号
|
|
109
4738
|
*/
|
|
110
|
-
|
|
4739
|
+
Endpoint: string
|
|
111
4740
|
|
|
112
4741
|
/**
|
|
113
|
-
*
|
|
4742
|
+
* 队列名称
|
|
114
4743
|
*/
|
|
115
|
-
|
|
4744
|
+
QueueName: string
|
|
116
4745
|
|
|
117
4746
|
/**
|
|
118
|
-
*
|
|
4747
|
+
* 产品ID
|
|
119
4748
|
*/
|
|
120
|
-
|
|
4749
|
+
ProductID: string
|
|
121
4750
|
|
|
122
4751
|
/**
|
|
123
|
-
*
|
|
4752
|
+
* 删除结果 0成功 其他不成功
|
|
124
4753
|
*/
|
|
125
|
-
|
|
4754
|
+
Result: number
|
|
126
4755
|
|
|
127
4756
|
/**
|
|
128
|
-
*
|
|
4757
|
+
* 错误消息
|
|
129
4758
|
*/
|
|
130
|
-
|
|
4759
|
+
ErrMsg: string
|
|
131
4760
|
|
|
132
4761
|
/**
|
|
133
|
-
*
|
|
4762
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
134
4763
|
*/
|
|
135
|
-
|
|
4764
|
+
RequestId?: string
|
|
4765
|
+
}
|
|
136
4766
|
|
|
4767
|
+
/**
|
|
4768
|
+
* 设备上下线日志记录
|
|
4769
|
+
*/
|
|
4770
|
+
export interface DeviceStatusLogItem {
|
|
137
4771
|
/**
|
|
138
|
-
*
|
|
4772
|
+
* 时间
|
|
139
4773
|
*/
|
|
140
|
-
|
|
4774
|
+
Time: string
|
|
141
4775
|
|
|
142
4776
|
/**
|
|
143
|
-
*
|
|
4777
|
+
* 状态类型: Online 上线,Offline 下线
|
|
144
4778
|
*/
|
|
145
|
-
|
|
4779
|
+
Type: string
|
|
146
4780
|
|
|
147
4781
|
/**
|
|
148
|
-
*
|
|
4782
|
+
* 日志信息
|
|
149
4783
|
*/
|
|
150
|
-
|
|
4784
|
+
Data: string
|
|
151
4785
|
}
|
|
152
4786
|
|
|
153
4787
|
/**
|
|
154
|
-
*
|
|
4788
|
+
* ListFirmwares返回参数结构体
|
|
155
4789
|
*/
|
|
156
|
-
export interface
|
|
4790
|
+
export interface ListFirmwaresResponse {
|
|
157
4791
|
/**
|
|
158
|
-
*
|
|
4792
|
+
* 固件总数
|
|
159
4793
|
*/
|
|
160
|
-
|
|
4794
|
+
TotalCount: number
|
|
161
4795
|
|
|
162
4796
|
/**
|
|
163
|
-
*
|
|
4797
|
+
* 固件列表
|
|
164
4798
|
*/
|
|
165
|
-
|
|
4799
|
+
Firmwares: Array<FirmwareInfo>
|
|
166
4800
|
|
|
167
4801
|
/**
|
|
168
|
-
*
|
|
4802
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
169
4803
|
*/
|
|
170
|
-
|
|
4804
|
+
RequestId?: string
|
|
171
4805
|
}
|
|
172
4806
|
|
|
173
4807
|
/**
|
|
174
|
-
*
|
|
4808
|
+
* TransferCloudStorage请求参数结构体
|
|
175
4809
|
*/
|
|
176
|
-
export interface
|
|
4810
|
+
export interface TransferCloudStorageRequest {
|
|
177
4811
|
/**
|
|
178
|
-
*
|
|
4812
|
+
* 产品ID
|
|
179
4813
|
*/
|
|
180
|
-
|
|
4814
|
+
ProductId: string
|
|
181
4815
|
|
|
182
4816
|
/**
|
|
183
|
-
*
|
|
4817
|
+
* 已开通云存的设备名称
|
|
184
4818
|
*/
|
|
185
|
-
|
|
4819
|
+
DeviceName: string
|
|
186
4820
|
|
|
187
4821
|
/**
|
|
188
|
-
*
|
|
4822
|
+
* 未开通云存的设备名称
|
|
189
4823
|
*/
|
|
190
|
-
|
|
4824
|
+
ToDeviceName: string
|
|
191
4825
|
}
|
|
192
4826
|
|
|
193
4827
|
/**
|
|
194
|
-
*
|
|
4828
|
+
* DescribeFirmwareTaskStatistics请求参数结构体
|
|
195
4829
|
*/
|
|
196
|
-
export interface
|
|
197
|
-
/**
|
|
198
|
-
* 调用Id
|
|
199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
-
*/
|
|
201
|
-
ClientToken: string
|
|
202
|
-
|
|
4830
|
+
export interface DescribeFirmwareTaskStatisticsRequest {
|
|
203
4831
|
/**
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
OutputParams: string
|
|
4832
|
+
* 产品ID
|
|
4833
|
+
*/
|
|
4834
|
+
ProductID: string
|
|
208
4835
|
|
|
209
4836
|
/**
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
4837
|
+
* 固件版本号
|
|
4838
|
+
*/
|
|
4839
|
+
FirmwareVersion: string
|
|
4840
|
+
}
|
|
214
4841
|
|
|
4842
|
+
/**
|
|
4843
|
+
* DeleteDevice返回参数结构体
|
|
4844
|
+
*/
|
|
4845
|
+
export interface DeleteDeviceResponse {
|
|
215
4846
|
/**
|
|
216
4847
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
217
4848
|
*/
|
|
@@ -219,13 +4850,18 @@ export interface CallDeviceActionSyncResponse {
|
|
|
219
4850
|
}
|
|
220
4851
|
|
|
221
4852
|
/**
|
|
222
|
-
*
|
|
4853
|
+
* CreateTaskFileUrl返回参数结构体
|
|
223
4854
|
*/
|
|
224
|
-
export interface
|
|
4855
|
+
export interface CreateTaskFileUrlResponse {
|
|
225
4856
|
/**
|
|
226
|
-
*
|
|
4857
|
+
* 任务文件上传链接
|
|
227
4858
|
*/
|
|
228
|
-
|
|
4859
|
+
Url: string
|
|
4860
|
+
|
|
4861
|
+
/**
|
|
4862
|
+
* 任务文件名
|
|
4863
|
+
*/
|
|
4864
|
+
FileName: string
|
|
229
4865
|
|
|
230
4866
|
/**
|
|
231
4867
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -262,187 +4898,116 @@ export interface DeviceCntStats {
|
|
|
262
4898
|
}
|
|
263
4899
|
|
|
264
4900
|
/**
|
|
265
|
-
*
|
|
266
|
-
*/
|
|
267
|
-
export interface DescribeDeviceDataStatsResponse {
|
|
268
|
-
/**
|
|
269
|
-
* 累计注册设备数
|
|
270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
|
-
*/
|
|
272
|
-
RegisterCnt: number
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* 设备数量列表
|
|
276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
277
|
-
*/
|
|
278
|
-
Data: Array<DeviceCntStats>
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* 总数
|
|
282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
|
-
*/
|
|
284
|
-
Total: number
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
288
|
-
*/
|
|
289
|
-
RequestId?: string
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* video产品元数据
|
|
4901
|
+
* DescribeCloudStorageUsers请求参数结构体
|
|
294
4902
|
*/
|
|
295
|
-
export interface
|
|
4903
|
+
export interface DescribeCloudStorageUsersRequest {
|
|
296
4904
|
/**
|
|
297
4905
|
* 产品ID
|
|
298
4906
|
*/
|
|
299
4907
|
ProductId: string
|
|
300
4908
|
|
|
301
4909
|
/**
|
|
302
|
-
*
|
|
303
|
-
*/
|
|
304
|
-
ProductName: string
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* 产品设备类型(普通设备) 1.普通设备
|
|
308
|
-
*/
|
|
309
|
-
DeviceType: number
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* 认证方式:2:PSK
|
|
313
|
-
*/
|
|
314
|
-
EncryptionType: number
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* 设备功能码
|
|
318
|
-
*/
|
|
319
|
-
Features: Array<string>
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
* 操作系统
|
|
323
|
-
*/
|
|
324
|
-
ChipOs: string
|
|
325
|
-
|
|
326
|
-
/**
|
|
327
|
-
* 芯片厂商id
|
|
4910
|
+
* 设备名称
|
|
328
4911
|
*/
|
|
329
|
-
|
|
4912
|
+
DeviceName: string
|
|
330
4913
|
|
|
331
4914
|
/**
|
|
332
|
-
*
|
|
4915
|
+
* 分页拉取数量
|
|
333
4916
|
*/
|
|
334
|
-
|
|
4917
|
+
Limit: number
|
|
335
4918
|
|
|
336
4919
|
/**
|
|
337
|
-
*
|
|
4920
|
+
* 分页拉取偏移
|
|
338
4921
|
*/
|
|
339
|
-
|
|
4922
|
+
Offset: number
|
|
4923
|
+
}
|
|
340
4924
|
|
|
4925
|
+
/**
|
|
4926
|
+
* ModifyDataForwardStatus请求参数结构体
|
|
4927
|
+
*/
|
|
4928
|
+
export interface ModifyDataForwardStatusRequest {
|
|
341
4929
|
/**
|
|
342
|
-
*
|
|
4930
|
+
* 产品ID。
|
|
343
4931
|
*/
|
|
344
|
-
|
|
4932
|
+
ProductId: string
|
|
345
4933
|
|
|
346
4934
|
/**
|
|
347
|
-
*
|
|
4935
|
+
* 转发状态,1启用,0禁用。
|
|
348
4936
|
*/
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* 连接类型,wifi表示WIFI连接,cellular表示4G连接
|
|
353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
354
|
-
*/
|
|
355
|
-
NetType: string
|
|
4937
|
+
Status: number
|
|
356
4938
|
}
|
|
357
4939
|
|
|
358
4940
|
/**
|
|
359
|
-
*
|
|
4941
|
+
* DescribeFirmwareTask请求参数结构体
|
|
360
4942
|
*/
|
|
361
|
-
export interface
|
|
4943
|
+
export interface DescribeFirmwareTaskRequest {
|
|
362
4944
|
/**
|
|
363
|
-
*
|
|
4945
|
+
* 产品ID
|
|
364
4946
|
*/
|
|
365
|
-
|
|
4947
|
+
ProductID: string
|
|
366
4948
|
|
|
367
4949
|
/**
|
|
368
|
-
*
|
|
4950
|
+
* 固件版本号
|
|
369
4951
|
*/
|
|
370
|
-
|
|
4952
|
+
FirmwareVersion: string
|
|
371
4953
|
|
|
372
4954
|
/**
|
|
373
|
-
*
|
|
4955
|
+
* 固件任务ID
|
|
374
4956
|
*/
|
|
375
|
-
|
|
4957
|
+
TaskId: number
|
|
376
4958
|
}
|
|
377
4959
|
|
|
378
4960
|
/**
|
|
379
|
-
*
|
|
4961
|
+
* DescribeCloudStorageTime请求参数结构体
|
|
380
4962
|
*/
|
|
381
|
-
export interface
|
|
382
|
-
/**
|
|
383
|
-
* 消息数量列表
|
|
384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
385
|
-
*/
|
|
386
|
-
Data: Array<MessageCntStats>
|
|
387
|
-
|
|
4963
|
+
export interface DescribeCloudStorageTimeRequest {
|
|
388
4964
|
/**
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
Total: number
|
|
4965
|
+
* 产品ID
|
|
4966
|
+
*/
|
|
4967
|
+
ProductId: string
|
|
393
4968
|
|
|
394
4969
|
/**
|
|
395
|
-
*
|
|
4970
|
+
* 设备名称
|
|
396
4971
|
*/
|
|
397
|
-
|
|
398
|
-
}
|
|
4972
|
+
DeviceName: string
|
|
399
4973
|
|
|
400
|
-
/**
|
|
401
|
-
* CallDeviceActionAsync请求参数结构体
|
|
402
|
-
*/
|
|
403
|
-
export interface CallDeviceActionAsyncRequest {
|
|
404
4974
|
/**
|
|
405
|
-
*
|
|
4975
|
+
* 云存日期,例如"2020-01-05"
|
|
406
4976
|
*/
|
|
407
|
-
|
|
4977
|
+
Date: string
|
|
408
4978
|
|
|
409
4979
|
/**
|
|
410
|
-
*
|
|
4980
|
+
* 开始时间,unix时间
|
|
411
4981
|
*/
|
|
412
|
-
|
|
4982
|
+
StartTime?: number
|
|
413
4983
|
|
|
414
4984
|
/**
|
|
415
|
-
*
|
|
4985
|
+
* 结束时间,unix时间
|
|
416
4986
|
*/
|
|
417
|
-
|
|
4987
|
+
EndTime?: number
|
|
418
4988
|
|
|
419
4989
|
/**
|
|
420
|
-
*
|
|
4990
|
+
* 用户ID
|
|
421
4991
|
*/
|
|
422
|
-
|
|
4992
|
+
UserId?: string
|
|
423
4993
|
}
|
|
424
4994
|
|
|
425
4995
|
/**
|
|
426
|
-
*
|
|
4996
|
+
* DescribeAIModelApplications返回参数结构体
|
|
427
4997
|
*/
|
|
428
|
-
export interface
|
|
429
|
-
/**
|
|
430
|
-
* 产品Id
|
|
431
|
-
*/
|
|
432
|
-
ProductId: string
|
|
433
|
-
|
|
4998
|
+
export interface DescribeAIModelApplicationsResponse {
|
|
434
4999
|
/**
|
|
435
|
-
*
|
|
5000
|
+
* 申请记录数量
|
|
436
5001
|
*/
|
|
437
|
-
|
|
5002
|
+
TotalCount: number
|
|
438
5003
|
|
|
439
5004
|
/**
|
|
440
|
-
*
|
|
5005
|
+
* 申请记录数组
|
|
441
5006
|
*/
|
|
442
|
-
|
|
5007
|
+
Applications: Array<AIModelApplication>
|
|
443
5008
|
|
|
444
5009
|
/**
|
|
445
|
-
*
|
|
5010
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
446
5011
|
*/
|
|
447
|
-
|
|
5012
|
+
RequestId?: string
|
|
448
5013
|
}
|