tencentcloud-sdk-nodejs 4.1.9 → 4.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/batch/v20170312/batch_client.js +0 -6
  3. package/es/services/dbbrain/v20191016/dbbrain_client.js +3 -0
  4. package/es/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  5. package/es/services/ocr/v20181119/ocr_client.js +158 -161
  6. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  7. package/package.json +1 -1
  8. package/tencentcloud/common/sdk_version.d.ts +1 -1
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/services/batch/v20170312/batch_client.d.ts +1 -9
  11. package/tencentcloud/services/batch/v20170312/batch_client.js +0 -12
  12. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +19 -262
  13. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +41 -0
  14. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +0 -41
  15. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -9
  16. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +43 -67
  17. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +1 -1
  18. package/tencentcloud/services/controlcenter/v20230110/controlcenter_models.d.ts +0 -29
  19. package/tencentcloud/services/dbbrain/v20191016/dbbrain_client.d.ts +5 -1
  20. package/tencentcloud/services/dbbrain/v20191016/dbbrain_client.js +6 -0
  21. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1103 -1004
  22. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
  23. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
  24. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +179 -1
  25. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  26. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +50 -5
  27. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +42 -77
  28. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -1
  29. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +8 -2
  30. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  31. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +1 -1
  32. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +98 -291
  33. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +6 -3
  34. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  35. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +46 -6
  36. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -3
  37. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +6 -3
  38. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +483 -487
  39. package/tencentcloud/services/ocr/v20181119/ocr_client.js +582 -588
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +36 -190
  41. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
  42. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4 -0
  43. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
  44. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +6 -2
  45. package/tencentcloud/services/teo/v20220106/teo_client.js +6 -2
  46. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
  47. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +0 -17
  48. package/tencentcloud/services/vod/v20240718/vod_models.d.ts +0 -1
  49. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -1
  50. package/tencentcloud/services/vpc/v20170312/vpc_client.js +9 -0
  51. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +94 -15
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
@@ -4,12 +4,10 @@
4
4
  export interface UpdateDevicesEnableStateResponse {
5
5
  /**
6
6
  * 删除的结果代码
7
- 注意:此字段可能返回 null,表示取不到有效值。
8
7
  */
9
8
  ResultCode?: string;
10
9
  /**
11
10
  * 删除的结果信息
12
- 注意:此字段可能返回 null,表示取不到有效值。
13
11
  */
14
12
  ResultMessage?: string;
15
13
  /**
@@ -63,12 +61,10 @@ export interface TWeCallActiveInfo {
63
61
  ModelId?: string;
64
62
  /**
65
63
  * Sn信息
66
- 注意:此字段可能返回 null,表示取不到有效值。
67
64
  */
68
65
  Sn?: string;
69
66
  /**
70
67
  * 过期时间
71
- 注意:此字段可能返回 null,表示取不到有效值。
72
68
  */
73
69
  ExpireTime?: number;
74
70
  /**
@@ -133,14 +129,12 @@ export interface DescribeModelDefinitionResponse {
133
129
  export interface GetGatewaySubDeviceListResponse {
134
130
  /**
135
131
  * 设备的总数
136
- 注意:此字段可能返回 null,表示取不到有效值。
137
132
  */
138
- Total: number;
133
+ Total?: number;
139
134
  /**
140
135
  * 设备列表
141
- 注意:此字段可能返回 null,表示取不到有效值。
142
136
  */
143
- DeviceList: FamilySubDevice;
137
+ DeviceList?: FamilySubDevice;
144
138
  /**
145
139
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
146
140
  */
@@ -225,17 +219,14 @@ export interface DeviceActiveResult {
225
219
  ModelId?: string;
226
220
  /**
227
221
  * SN信息
228
- 注意:此字段可能返回 null,表示取不到有效值。
229
222
  */
230
223
  Sn?: string;
231
224
  /**
232
225
  * 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;
233
- 注意:此字段可能返回 null,表示取不到有效值。
234
226
  */
235
227
  ErrCode?: number;
236
228
  /**
237
229
  * 过期时间
238
- 注意:此字段可能返回 null,表示取不到有效值。
239
230
  */
240
231
  ExpireTime?: number;
241
232
  }
@@ -267,12 +258,10 @@ export interface ModifyApplicationResponse {
267
258
  export interface CreateFreeCloudStorageResponse {
268
259
  /**
269
260
  * 订单金额,单位为分
270
- 注意:此字段可能返回 null,表示取不到有效值。
271
261
  */
272
262
  Price?: number;
273
263
  /**
274
264
  * 支付金额,单位为分
275
- 注意:此字段可能返回 null,表示取不到有效值。
276
265
  */
277
266
  Amount?: number;
278
267
  /**
@@ -327,12 +316,10 @@ export interface DescribeCloudStorageThumbnailListRequest {
327
316
  export interface CheckFirmwareUpdateResponse {
328
317
  /**
329
318
  * 设备当前固件版本。
330
- 注意:此字段可能返回 null,表示取不到有效值。
331
319
  */
332
320
  CurrentVersion?: string;
333
321
  /**
334
322
  * 固件可升级版本。
335
- 注意:此字段可能返回 null,表示取不到有效值。
336
323
  */
337
324
  DstVersion?: string;
338
325
  /**
@@ -376,7 +363,6 @@ export interface DescribeCloudStoragePackageConsumeDetailsRequest {
376
363
  export interface DescribeActivateLicenseServiceResponse {
377
364
  /**
378
365
  * 增值服务激活码信息
379
- 注意:此字段可能返回 null,表示取不到有效值。
380
366
  */
381
367
  Data?: Array<LicenseServiceNumInfo>;
382
368
  /**
@@ -625,7 +611,7 @@ export interface CreateDeviceResponse {
625
611
  /**
626
612
  * 设备参数描述。
627
613
  */
628
- Data: DeviceData;
614
+ Data?: DeviceData;
629
615
  /**
630
616
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
631
617
  */
@@ -735,11 +721,11 @@ export interface GetStudioProductListResponse {
735
721
  /**
736
722
  * 产品列表
737
723
  */
738
- Products: Array<ProductEntry>;
724
+ Products?: Array<ProductEntry>;
739
725
  /**
740
726
  * 产品数量
741
727
  */
742
- Total: number;
728
+ Total?: number;
743
729
  /**
744
730
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
745
731
  */
@@ -815,17 +801,15 @@ export interface DescribeFenceEventListRequest {
815
801
  export interface ActivateTWeCallLicenseResponse {
816
802
  /**
817
803
  * 设备激活返回数据
818
- 注意:此字段可能返回 null,表示取不到有效值。
804
+ * @deprecated
819
805
  */
820
806
  DeviceList?: Array<DeviceActiveResult>;
821
807
  /**
822
808
  * 设备激活失败返回数据
823
- 注意:此字段可能返回 null,表示取不到有效值。
824
809
  */
825
810
  FailureList?: Array<DeviceActiveResult>;
826
811
  /**
827
812
  * 设备激活成功返回数据
828
- 注意:此字段可能返回 null,表示取不到有效值。
829
813
  */
830
814
  SuccessList?: Array<DeviceActiveResult>;
831
815
  /**
@@ -1386,24 +1370,20 @@ export interface PauseTWeCallDeviceRequest {
1386
1370
  export interface DescribeDeviceDataHistoryResponse {
1387
1371
  /**
1388
1372
  * 属性字段名称,对应数据模板中功能属性的标识符
1389
- 注意:此字段可能返回 null,表示取不到有效值。
1390
1373
  */
1391
- FieldName: string;
1374
+ FieldName?: string;
1392
1375
  /**
1393
1376
  * 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
1394
- 注意:此字段可能返回 null,表示取不到有效值。
1395
1377
  */
1396
- Listover: boolean;
1378
+ Listover?: boolean;
1397
1379
  /**
1398
1380
  * 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
1399
- 注意:此字段可能返回 null,表示取不到有效值。
1400
1381
  */
1401
- Context: string;
1382
+ Context?: string;
1402
1383
  /**
1403
1384
  * 历史数据结果数组,返回对应时间点及取值。
1404
- 注意:此字段可能返回 null,表示取不到有效值。
1405
1385
  */
1406
- Results: Array<DeviceDataHistoryItem>;
1386
+ Results?: Array<DeviceDataHistoryItem>;
1407
1387
  /**
1408
1388
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1409
1389
  */
@@ -1416,19 +1396,17 @@ export interface DeviceUser {
1416
1396
  /**
1417
1397
  * 用户ID
1418
1398
  */
1419
- UserId: string;
1399
+ UserId?: string;
1420
1400
  /**
1421
1401
  * 用户角色 1所有者,0:其他分享者
1422
1402
  */
1423
- Role: number;
1403
+ Role?: number;
1424
1404
  /**
1425
1405
  * 家庭ID,所有者带该参数
1426
- 注意:此字段可能返回 null,表示取不到有效值。
1427
1406
  */
1428
1407
  FamilyId?: string;
1429
1408
  /**
1430
1409
  * 家庭名称,所有者带该参数
1431
- 注意:此字段可能返回 null,表示取不到有效值。
1432
1410
  */
1433
1411
  FamilyName?: string;
1434
1412
  }
@@ -1454,12 +1432,10 @@ export interface ProductModelDefinition {
1454
1432
  CreateTime?: number;
1455
1433
  /**
1456
1434
  * 产品所属分类的模型快照(产品创建时刻的)
1457
- 注意:此字段可能返回 null,表示取不到有效值。
1458
1435
  */
1459
1436
  CategoryModel?: string;
1460
1437
  /**
1461
1438
  * 产品的连接类型的模型
1462
- 注意:此字段可能返回 null,表示取不到有效值。
1463
1439
  */
1464
1440
  NetTypeModel?: string;
1465
1441
  }
@@ -1486,12 +1462,10 @@ export interface PositionFenceInfo {
1486
1462
  export interface DeleteDeviceResponse {
1487
1463
  /**
1488
1464
  * 删除的结果代码
1489
- 注意:此字段可能返回 null,表示取不到有效值。
1490
1465
  */
1491
1466
  ResultCode?: string;
1492
1467
  /**
1493
1468
  * 删除的结果信息
1494
- 注意:此字段可能返回 null,表示取不到有效值。
1495
1469
  */
1496
1470
  ResultMessage?: string;
1497
1471
  /**
@@ -1563,62 +1537,50 @@ export interface InstanceDetail {
1563
1537
  ExpireTime?: string;
1564
1538
  /**
1565
1539
  * 总设备数
1566
- 注意:此字段可能返回 null,表示取不到有效值。
1567
1540
  */
1568
1541
  TotalDevice?: number;
1569
1542
  /**
1570
1543
  * 激活设备数
1571
- 注意:此字段可能返回 null,表示取不到有效值。
1572
1544
  */
1573
1545
  ActivateDevice?: number;
1574
1546
  /**
1575
1547
  * 备注
1576
- 注意:此字段可能返回 null,表示取不到有效值。
1577
1548
  */
1578
1549
  Description?: string;
1579
1550
  /**
1580
1551
  * 实例状态
1581
- 注意:此字段可能返回 null,表示取不到有效值。
1582
1552
  */
1583
1553
  Status?: number;
1584
1554
  /**
1585
1555
  * 消息上下行配置TPS
1586
- 注意:此字段可能返回 null,表示取不到有效值。
1587
1556
  */
1588
1557
  UpDownTPS?: number;
1589
1558
  /**
1590
1559
  * 当前消息上下行TPS
1591
- 注意:此字段可能返回 null,表示取不到有效值。
1592
1560
  */
1593
1561
  UpDownCurrentTPS?: number;
1594
1562
  /**
1595
1563
  * 消息转发配置TPS
1596
- 注意:此字段可能返回 null,表示取不到有效值。
1597
1564
  */
1598
1565
  ForwardTPS?: number;
1599
1566
  /**
1600
1567
  * 消息转发当前TPS
1601
- 注意:此字段可能返回 null,表示取不到有效值。
1602
1568
  */
1603
1569
  ForwardCurrentTPS?: number;
1604
1570
  /**
1605
1571
  * 实例单元数
1606
- 注意:此字段可能返回 null,表示取不到有效值。
1607
1572
  */
1608
1573
  CellNum?: number;
1609
1574
  /**
1610
1575
  * 实例Tag,企业实例必传
1611
- 注意:此字段可能返回 null,表示取不到有效值。
1612
1576
  */
1613
1577
  BillingTag?: string;
1614
1578
  /**
1615
1579
  * 每日消息数
1616
- 注意:此字段可能返回 null,表示取不到有效值。
1617
1580
  */
1618
1581
  EverydayFreeMessageCount?: number;
1619
1582
  /**
1620
1583
  * 最大在线设备数
1621
- 注意:此字段可能返回 null,表示取不到有效值。
1622
1584
  */
1623
1585
  MaxDeviceOnlineCount?: number;
1624
1586
  }
@@ -1628,24 +1590,20 @@ export interface InstanceDetail {
1628
1590
  export interface ListEventHistoryResponse {
1629
1591
  /**
1630
1592
  * 搜索上下文, 用作查询游标
1631
- 注意:此字段可能返回 null,表示取不到有效值。
1632
1593
  */
1633
- Context: string;
1594
+ Context?: string;
1634
1595
  /**
1635
1596
  * 搜索结果数量
1636
- 注意:此字段可能返回 null,表示取不到有效值。
1637
1597
  */
1638
- Total: number;
1598
+ Total?: number;
1639
1599
  /**
1640
1600
  * 搜索结果是否已经结束
1641
- 注意:此字段可能返回 null,表示取不到有效值。
1642
1601
  */
1643
- Listover: boolean;
1602
+ Listover?: boolean;
1644
1603
  /**
1645
1604
  * 搜集结果集
1646
- 注意:此字段可能返回 null,表示取不到有效值。
1647
1605
  */
1648
- EventHistory: Array<EventHistoryItem>;
1606
+ EventHistory?: Array<EventHistoryItem>;
1649
1607
  /**
1650
1608
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1651
1609
  */
@@ -1675,7 +1633,6 @@ export interface GetBatchProductionsListResponse {
1675
1633
  export interface DescribeDeviceFirmwaresResponse {
1676
1634
  /**
1677
1635
  * 固件信息列表
1678
- 注意:此字段可能返回 null,表示取不到有效值。
1679
1636
  */
1680
1637
  Firmwares?: Array<DeviceFirmwareInfo>;
1681
1638
  /**
@@ -1710,17 +1667,14 @@ export interface DescribeCloudStorageUsersRequest {
1710
1667
  export interface TWeCallLicenseInfo {
1711
1668
  /**
1712
1669
  * voip类型
1713
- 注意:此字段可能返回 null,表示取不到有效值。
1714
1670
  */
1715
1671
  TWeCallType?: string;
1716
1672
  /**
1717
1673
  * 总数
1718
- 注意:此字段可能返回 null,表示取不到有效值。
1719
1674
  */
1720
1675
  TotalNum?: number;
1721
1676
  /**
1722
1677
  * 已使用
1723
- 注意:此字段可能返回 null,表示取不到有效值。
1724
1678
  */
1725
1679
  UsedNum?: number;
1726
1680
  }
@@ -1863,12 +1817,10 @@ export interface DescribeGatewaySubProductsResponse {
1863
1817
  export interface GetDeviceListResponse {
1864
1818
  /**
1865
1819
  * 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
1866
- 注意:此字段可能返回 null,表示取不到有效值。
1867
1820
  */
1868
1821
  Devices?: Array<DeviceInfo>;
1869
1822
  /**
1870
1823
  * 产品下的设备总数
1871
- 注意:此字段可能返回 null,表示取不到有效值。
1872
1824
  */
1873
1825
  Total?: number;
1874
1826
  /**
@@ -1896,46 +1848,39 @@ export interface BindProductInfo {
1896
1848
  /**
1897
1849
  * 产品ID。
1898
1850
  */
1899
- ProductId: string;
1851
+ ProductId?: string;
1900
1852
  /**
1901
1853
  * 产品名称。
1902
1854
  */
1903
- ProductName: string;
1855
+ ProductName?: string;
1904
1856
  /**
1905
1857
  * 产品所属项目ID。
1906
- 注意:此字段可能返回 null,表示取不到有效值。
1907
1858
  */
1908
- ProjectId: string;
1859
+ ProjectId?: string;
1909
1860
  /**
1910
1861
  * 物模型类型。
1911
- 注意:此字段可能返回 null,表示取不到有效值。
1912
1862
  */
1913
- DataProtocol: number;
1863
+ DataProtocol?: number;
1914
1864
  /**
1915
1865
  * 产品分组模板ID
1916
- 注意:此字段可能返回 null,表示取不到有效值。
1917
1866
  */
1918
- CategoryId: number;
1867
+ CategoryId?: number;
1919
1868
  /**
1920
1869
  * 产品类型
1921
- 注意:此字段可能返回 null,表示取不到有效值。
1922
1870
  */
1923
- ProductType: number;
1871
+ ProductType?: number;
1924
1872
  /**
1925
1873
  * 连接类型
1926
- 注意:此字段可能返回 null,表示取不到有效值。
1927
1874
  */
1928
- NetType: string;
1875
+ NetType?: string;
1929
1876
  /**
1930
1877
  * 状态
1931
- 注意:此字段可能返回 null,表示取不到有效值。
1932
1878
  */
1933
- DevStatus: string;
1879
+ DevStatus?: string;
1934
1880
  /**
1935
1881
  * 产品拥有者名称
1936
- 注意:此字段可能返回 null,表示取不到有效值。
1937
1882
  */
1938
- ProductOwnerName: string;
1883
+ ProductOwnerName?: string;
1939
1884
  }
1940
1885
  /**
1941
1886
  * DescribeFreeCloudStorageNum请求参数结构体
@@ -2169,17 +2114,14 @@ export interface DescribeBatchProductionResponse {
2169
2114
  UploadUrl?: string;
2170
2115
  /**
2171
2116
  * 成功数
2172
- 注意:此字段可能返回 null,表示取不到有效值。
2173
2117
  */
2174
2118
  SuccessCount?: number;
2175
2119
  /**
2176
2120
  * 量产最后失败原因
2177
- 注意:此字段可能返回 null,表示取不到有效值。
2178
2121
  */
2179
2122
  LastFailedReason?: string;
2180
2123
  /**
2181
2124
  * 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
2182
- 注意:此字段可能返回 null,表示取不到有效值。
2183
2125
  */
2184
2126
  Status?: number;
2185
2127
  /**
@@ -2304,16 +2246,15 @@ export interface CallDeviceActionSyncResponse {
2304
2246
  /**
2305
2247
  * 调用Id
2306
2248
  */
2307
- ClientToken: string;
2249
+ ClientToken?: string;
2308
2250
  /**
2309
2251
  * 输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
2310
- 注意:此字段可能返回 null,表示取不到有效值。
2311
2252
  */
2312
- OutputParams: string;
2253
+ OutputParams?: string;
2313
2254
  /**
2314
2255
  * 返回状态,取值设备端上报$thing/up/action method为action_reply 的 status字段,如果不包含status字段,则取默认值,空字符串,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
2315
2256
  */
2316
- Status: string;
2257
+ Status?: string;
2317
2258
  /**
2318
2259
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2319
2260
  */
@@ -2474,20 +2415,19 @@ export interface DescribeDeviceLocationSolveResponse {
2474
2415
  /**
2475
2416
  * 经度
2476
2417
  */
2477
- Longitude: number;
2418
+ Longitude?: number;
2478
2419
  /**
2479
2420
  * 纬度
2480
2421
  */
2481
- Latitude: number;
2422
+ Latitude?: number;
2482
2423
  /**
2483
2424
  * 类型
2484
2425
  */
2485
- LocationType: string;
2426
+ LocationType?: string;
2486
2427
  /**
2487
2428
  * 误差精度预估,单位为米
2488
- 注意:此字段可能返回 null,表示取不到有效值。
2489
2429
  */
2490
- Accuracy: number;
2430
+ Accuracy?: number;
2491
2431
  /**
2492
2432
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2493
2433
  */
@@ -2512,12 +2452,10 @@ export interface DescribeStudioProductResponse {
2512
2452
  export interface CreateIotVideoCloudStorageResponse {
2513
2453
  /**
2514
2454
  * 订单金额,单位为分
2515
- 注意:此字段可能返回 null,表示取不到有效值。
2516
2455
  */
2517
2456
  Price?: number;
2518
2457
  /**
2519
2458
  * 支付金额,单位为分
2520
- 注意:此字段可能返回 null,表示取不到有效值。
2521
2459
  */
2522
2460
  Amount?: number;
2523
2461
  /**
@@ -2598,25 +2536,23 @@ export interface PositionItem {
2598
2536
  /**
2599
2537
  * 位置点的时间
2600
2538
  */
2601
- CreateTime: number;
2539
+ CreateTime?: number;
2602
2540
  /**
2603
2541
  * 位置点的经度
2604
2542
  */
2605
- Longitude: number;
2543
+ Longitude?: number;
2606
2544
  /**
2607
2545
  * 位置点的纬度
2608
2546
  */
2609
- Latitude: number;
2547
+ Latitude?: number;
2610
2548
  /**
2611
2549
  * 位置点的定位类型
2612
- 注意:此字段可能返回 null,表示取不到有效值。
2613
2550
  */
2614
- LocationType: string;
2551
+ LocationType?: string;
2615
2552
  /**
2616
2553
  * 位置点的精度预估,单位为米
2617
- 注意:此字段可能返回 null,表示取不到有效值。
2618
2554
  */
2619
- Accuracy: number;
2555
+ Accuracy?: number;
2620
2556
  }
2621
2557
  /**
2622
2558
  * CreateFenceBind返回参数结构体
@@ -2756,7 +2692,6 @@ export interface CloudStorageEvent {
2756
2692
  export interface DescribeInstanceResponse {
2757
2693
  /**
2758
2694
  * 实例信息
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2695
  */
2761
2696
  Data?: InstanceDetail;
2762
2697
  /**
@@ -2865,27 +2800,22 @@ export interface GetBatchProductionsListRequest {
2865
2800
  export interface DescribeDeviceBindGatewayResponse {
2866
2801
  /**
2867
2802
  * 网关产品ID
2868
- 注意:此字段可能返回 null,表示取不到有效值。
2869
2803
  */
2870
2804
  GatewayProductId?: string;
2871
2805
  /**
2872
2806
  * 网关设备名
2873
- 注意:此字段可能返回 null,表示取不到有效值。
2874
2807
  */
2875
2808
  GatewayDeviceName?: string;
2876
2809
  /**
2877
2810
  * 网关产品名称
2878
- 注意:此字段可能返回 null,表示取不到有效值。
2879
2811
  */
2880
2812
  GatewayName?: string;
2881
2813
  /**
2882
2814
  * 设备对应产品所属的主账号名称
2883
- 注意:此字段可能返回 null,表示取不到有效值。
2884
2815
  */
2885
2816
  GatewayProductOwnerName?: string;
2886
2817
  /**
2887
2818
  * 设备对应产品所属的主账号 UIN
2888
- 注意:此字段可能返回 null,表示取不到有效值。
2889
2819
  */
2890
2820
  GatewayProductOwnerUin?: string;
2891
2821
  /**
@@ -2900,14 +2830,13 @@ export interface ControlDeviceDataResponse {
2900
2830
  /**
2901
2831
  * 返回信息
2902
2832
  */
2903
- Data: string;
2833
+ Data?: string;
2904
2834
  /**
2905
2835
  * JSON字符串, 返回下发控制的结果信息,
2906
2836
  Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
2907
2837
  pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
2908
- 注意:此字段可能返回 null,表示取不到有效值。
2909
2838
  */
2910
- Result: string;
2839
+ Result?: string;
2911
2840
  /**
2912
2841
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2913
2842
  */
@@ -2919,32 +2848,26 @@ export interface ControlDeviceDataResponse {
2919
2848
  export interface EventHistoryItem {
2920
2849
  /**
2921
2850
  * 事件的时间戳
2922
- 注意:此字段可能返回 null,表示取不到有效值。
2923
2851
  */
2924
2852
  TimeStamp?: number;
2925
2853
  /**
2926
2854
  * 事件的产品ID
2927
- 注意:此字段可能返回 null,表示取不到有效值。
2928
2855
  */
2929
2856
  ProductId?: string;
2930
2857
  /**
2931
2858
  * 事件的设备名称
2932
- 注意:此字段可能返回 null,表示取不到有效值。
2933
2859
  */
2934
2860
  DeviceName?: string;
2935
2861
  /**
2936
2862
  * 事件的标识符ID
2937
- 注意:此字段可能返回 null,表示取不到有效值。
2938
2863
  */
2939
2864
  EventId?: string;
2940
2865
  /**
2941
2866
  * 事件的类型
2942
- 注意:此字段可能返回 null,表示取不到有效值。
2943
2867
  */
2944
2868
  Type?: string;
2945
2869
  /**
2946
2870
  * 事件的数据
2947
- 注意:此字段可能返回 null,表示取不到有效值。
2948
2871
  */
2949
2872
  Data?: string;
2950
2873
  }
@@ -2954,9 +2877,8 @@ export interface EventHistoryItem {
2954
2877
  export interface CreatePositionSpaceResponse {
2955
2878
  /**
2956
2879
  * 空间Id
2957
- 注意:此字段可能返回 null,表示取不到有效值。
2958
2880
  */
2959
- SpaceId: string;
2881
+ SpaceId?: string;
2960
2882
  /**
2961
2883
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2962
2884
  */
@@ -3003,9 +2925,8 @@ export interface DeletePositionSpaceResponse {
3003
2925
  export interface DescribeActivateDeviceResponse {
3004
2926
  /**
3005
2927
  * 设备激活详情信息
3006
- 注意:此字段可能返回 null,表示取不到有效值。
3007
2928
  */
3008
- Data: ActivateDeviceInfo;
2929
+ Data?: ActivateDeviceInfo;
3009
2930
  /**
3010
2931
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3011
2932
  */
@@ -3087,7 +3008,6 @@ export interface DescribeCloudStorageResponse {
3087
3008
  ShiftDuration?: number;
3088
3009
  /**
3089
3010
  * 云存用户ID
3090
- 注意:此字段可能返回 null,表示取不到有效值。
3091
3011
  */
3092
3012
  UserId?: string;
3093
3013
  /**
@@ -3179,22 +3099,18 @@ export interface ProjectEntryEx {
3179
3099
  WebAppCount?: number;
3180
3100
  /**
3181
3101
  * 实例ID
3182
- 注意:此字段可能返回 null,表示取不到有效值。
3183
3102
  */
3184
3103
  InstanceId?: string;
3185
3104
  /**
3186
3105
  * 应用数量
3187
- 注意:此字段可能返回 null,表示取不到有效值。
3188
3106
  */
3189
3107
  ApplicationCount?: number;
3190
3108
  /**
3191
3109
  * 设备注册总数
3192
- 注意:此字段可能返回 null,表示取不到有效值。
3193
3110
  */
3194
3111
  DeviceCount?: number;
3195
3112
  /**
3196
3113
  * 是否开通物联使能
3197
- 注意:此字段可能返回 null,表示取不到有效值。
3198
3114
  */
3199
3115
  EnableOpenState?: number;
3200
3116
  }
@@ -3272,7 +3188,7 @@ export interface DescribeDeviceDataResponse {
3272
3188
  /**
3273
3189
  * 设备数据
3274
3190
  */
3275
- Data: string;
3191
+ Data?: string;
3276
3192
  /**
3277
3193
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3278
3194
  */
@@ -3301,13 +3217,12 @@ export interface DescribePositionFenceListRequest {
3301
3217
  export interface DescribeUnbindedDevicesResponse {
3302
3218
  /**
3303
3219
  * 未绑定的设备列表
3304
- 注意:此字段可能返回 null,表示取不到有效值。
3305
3220
  */
3306
- UnbindedDevices: Array<BindDeviceInfo>;
3221
+ UnbindedDevices?: Array<BindDeviceInfo>;
3307
3222
  /**
3308
3223
  * 设备的总数量
3309
3224
  */
3310
- Total: number;
3225
+ Total?: number;
3311
3226
  /**
3312
3227
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3313
3228
  */
@@ -3450,7 +3365,6 @@ export interface CloudStorageTimeData {
3450
3365
  TimeList?: Array<CloudStorageTimeInfo>;
3451
3366
  /**
3452
3367
  * 播放地址
3453
- 注意:此字段可能返回 null,表示取不到有效值。
3454
3368
  */
3455
3369
  VideoURL?: string;
3456
3370
  }
@@ -3555,22 +3469,18 @@ export interface PackageInfo {
3555
3469
  CSExpiredTime?: number;
3556
3470
  /**
3557
3471
  * 云存套餐创建时间
3558
- 注意:此字段可能返回 null,表示取不到有效值。
3559
3472
  */
3560
3473
  CreatedAt?: number;
3561
3474
  /**
3562
3475
  * 云存套餐更新时间
3563
- 注意:此字段可能返回 null,表示取不到有效值。
3564
3476
  */
3565
3477
  UpdatedAt?: number;
3566
3478
  /**
3567
3479
  * 套餐id
3568
- 注意:此字段可能返回 null,表示取不到有效值。
3569
3480
  */
3570
3481
  PackageId?: string;
3571
3482
  /**
3572
3483
  * 订单id
3573
- 注意:此字段可能返回 null,表示取不到有效值。
3574
3484
  */
3575
3485
  OrderId?: string;
3576
3486
  /**
@@ -3579,7 +3489,6 @@ export interface PackageInfo {
3579
3489
  ChannelId?: number;
3580
3490
  /**
3581
3491
  * 用户id
3582
- 注意:此字段可能返回 null,表示取不到有效值。
3583
3492
  */
3584
3493
  CSUserId?: string;
3585
3494
  }
@@ -3589,12 +3498,10 @@ export interface PackageInfo {
3589
3498
  export interface DeleteDevicesResponse {
3590
3499
  /**
3591
3500
  * 删除的结果代码
3592
- 注意:此字段可能返回 null,表示取不到有效值。
3593
3501
  */
3594
3502
  ResultCode?: string;
3595
3503
  /**
3596
3504
  * 删除的结果信息
3597
- 注意:此字段可能返回 null,表示取不到有效值。
3598
3505
  */
3599
3506
  ResultMessage?: string;
3600
3507
  /**
@@ -3673,12 +3580,10 @@ export interface DismissRoomByStrRoomIdFromTRTCResponse {
3673
3580
  export interface DescribeFirmwareUpdateStatusResponse {
3674
3581
  /**
3675
3582
  * 升级任务源版本。
3676
- 注意:此字段可能返回 null,表示取不到有效值。
3677
3583
  */
3678
3584
  OriVersion?: string;
3679
3585
  /**
3680
3586
  * 升级任务目标版本。
3681
- 注意:此字段可能返回 null,表示取不到有效值。
3682
3587
  */
3683
3588
  DstVersion?: string;
3684
3589
  /**
@@ -3687,7 +3592,6 @@ export interface DescribeFirmwareUpdateStatusResponse {
3687
3592
  Status?: number;
3688
3593
  /**
3689
3594
  * 进度
3690
- 注意:此字段可能返回 null,表示取不到有效值。
3691
3595
  */
3692
3596
  Percent?: number;
3693
3597
  /**
@@ -3701,7 +3605,6 @@ export interface DescribeFirmwareUpdateStatusResponse {
3701
3605
  export interface PublishFirmwareUpdateMessageResponse {
3702
3606
  /**
3703
3607
  * 请求状态
3704
- 注意:此字段可能返回 null,表示取不到有效值。
3705
3608
  */
3706
3609
  Status?: string;
3707
3610
  /**
@@ -4045,12 +3948,10 @@ export interface DeleteDeviceRequest {
4045
3948
  export interface GetProjectListResponse {
4046
3949
  /**
4047
3950
  * 项目列表
4048
- 注意:此字段可能返回 null,表示取不到有效值。
4049
3951
  */
4050
3952
  Projects?: Array<ProjectEntryEx>;
4051
3953
  /**
4052
3954
  * 列表项个数
4053
- 注意:此字段可能返回 null,表示取不到有效值。
4054
3955
  */
4055
3956
  Total?: number;
4056
3957
  /**
@@ -4098,22 +3999,18 @@ export interface DescribeFirmwareResponse {
4098
3999
  ProductId?: string;
4099
4000
  /**
4100
4001
  * 固件名称
4101
- 注意:此字段可能返回 null,表示取不到有效值。
4102
4002
  */
4103
4003
  Name?: string;
4104
4004
  /**
4105
4005
  * 固件描述
4106
- 注意:此字段可能返回 null,表示取不到有效值。
4107
4006
  */
4108
4007
  Description?: string;
4109
4008
  /**
4110
4009
  * 固件Md5值
4111
- 注意:此字段可能返回 null,表示取不到有效值。
4112
4010
  */
4113
4011
  Md5sum?: string;
4114
4012
  /**
4115
4013
  * 固件上传的秒级时间戳
4116
- 注意:此字段可能返回 null,表示取不到有效值。
4117
4014
  */
4118
4015
  Createtime?: number;
4119
4016
  /**
@@ -4122,12 +4019,10 @@ export interface DescribeFirmwareResponse {
4122
4019
  ProductName?: string;
4123
4020
  /**
4124
4021
  * 固件升级模块
4125
- 注意:此字段可能返回 null,表示取不到有效值。
4126
4022
  */
4127
4023
  FwType?: string;
4128
4024
  /**
4129
4025
  * 固件用户自定义配置信息
4130
- 注意:此字段可能返回 null,表示取不到有效值。
4131
4026
  */
4132
4027
  UserDefined?: string;
4133
4028
  /**
@@ -4251,15 +4146,19 @@ export interface RegisteredDeviceTypeInfo {
4251
4146
  /**
4252
4147
  * 已注册设备数
4253
4148
  */
4254
- NormalDeviceNum: number;
4149
+ NormalDeviceNum?: number;
4255
4150
  /**
4256
4151
  * 已注册网关数
4257
4152
  */
4258
- GatewayDeviceNum: number;
4153
+ GatewayDeviceNum?: number;
4259
4154
  /**
4260
4155
  * 已注册子设备数
4261
4156
  */
4262
- SubDeviceNum: number;
4157
+ SubDeviceNum?: number;
4158
+ /**
4159
+ * 已注册视频设备数
4160
+ */
4161
+ VideoDeviceNum?: number;
4263
4162
  }
4264
4163
  /**
4265
4164
  * 缩略图信息
@@ -4267,12 +4166,10 @@ export interface RegisteredDeviceTypeInfo {
4267
4166
  export interface ThumbnailURLInfoList {
4268
4167
  /**
4269
4168
  * 缩略图访问地址
4270
- 注意:此字段可能返回 null,表示取不到有效值。
4271
4169
  */
4272
4170
  ThumbnailURL?: string;
4273
4171
  /**
4274
4172
  * 缩略图访问地址的过期时间
4275
- 注意:此字段可能返回 null,表示取不到有效值。
4276
4173
  */
4277
4174
  ExpireTime?: number;
4278
4175
  }
@@ -4311,7 +4208,6 @@ export interface LicenseServiceNumInfo {
4311
4208
  UsedNum?: number;
4312
4209
  /**
4313
4210
  * TWeCall激活码
4314
- 注意:此字段可能返回 null,表示取不到有效值。
4315
4211
  */
4316
4212
  TWeCallLicense?: Array<TWeCallLicenseInfo>;
4317
4213
  }
@@ -4398,52 +4294,42 @@ export interface GetStudioProductListRequest {
4398
4294
  export interface DescribeFirmwareTaskResponse {
4399
4295
  /**
4400
4296
  * 固件任务ID
4401
- 注意:此字段可能返回 null,表示取不到有效值。
4402
4297
  */
4403
4298
  TaskId?: number;
4404
4299
  /**
4405
4300
  * 固件任务状态
4406
- 注意:此字段可能返回 null,表示取不到有效值。
4407
4301
  */
4408
4302
  Status?: number;
4409
4303
  /**
4410
4304
  * 固件任务创建时间,单位:秒
4411
- 注意:此字段可能返回 null,表示取不到有效值。
4412
4305
  */
4413
4306
  CreateTime?: number;
4414
4307
  /**
4415
4308
  * 固件任务升级类型
4416
- 注意:此字段可能返回 null,表示取不到有效值。
4417
4309
  */
4418
4310
  Type?: number;
4419
4311
  /**
4420
4312
  * 产品名称
4421
- 注意:此字段可能返回 null,表示取不到有效值。
4422
4313
  */
4423
4314
  ProductName?: string;
4424
4315
  /**
4425
4316
  * 固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
4426
- 注意:此字段可能返回 null,表示取不到有效值。
4427
4317
  */
4428
4318
  UpgradeMode?: string;
4429
4319
  /**
4430
4320
  * 产品ID
4431
- 注意:此字段可能返回 null,表示取不到有效值。
4432
4321
  */
4433
4322
  ProductId?: string;
4434
4323
  /**
4435
4324
  * 原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
4436
- 注意:此字段可能返回 null,表示取不到有效值。
4437
4325
  */
4438
4326
  OriginalVersion?: string;
4439
4327
  /**
4440
4328
  * 创建账号ID
4441
- 注意:此字段可能返回 null,表示取不到有效值。
4442
4329
  */
4443
4330
  CreateUserId?: number;
4444
4331
  /**
4445
4332
  * 创建账号ID昵称
4446
- 注意:此字段可能返回 null,表示取不到有效值。
4447
4333
  */
4448
4334
  CreatorNickName?: string;
4449
4335
  /**
@@ -4674,14 +4560,12 @@ export interface ReleaseStudioProductRequest {
4674
4560
  export interface SearchPositionSpaceResponse {
4675
4561
  /**
4676
4562
  * 位置空间列表
4677
- 注意:此字段可能返回 null,表示取不到有效值。
4678
4563
  */
4679
- List: Array<PositionSpaceInfo>;
4564
+ List?: Array<PositionSpaceInfo>;
4680
4565
  /**
4681
4566
  * 符合条件的位置空间个数
4682
- 注意:此字段可能返回 null,表示取不到有效值。
4683
4567
  */
4684
- Total: number;
4568
+ Total?: number;
4685
4569
  /**
4686
4570
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4687
4571
  */
@@ -4766,11 +4650,11 @@ export interface CallDeviceActionAsyncResponse {
4766
4650
  /**
4767
4651
  * 调用Id
4768
4652
  */
4769
- ClientToken: string;
4653
+ ClientToken?: string;
4770
4654
  /**
4771
4655
  * 异步调用状态
4772
4656
  */
4773
- Status: string;
4657
+ Status?: string;
4774
4658
  /**
4775
4659
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4776
4660
  */
@@ -4782,12 +4666,10 @@ export interface CallDeviceActionAsyncResponse {
4782
4666
  export interface GetPositionSpaceListResponse {
4783
4667
  /**
4784
4668
  * 位置空间列表
4785
- 注意:此字段可能返回 null,表示取不到有效值。
4786
4669
  */
4787
4670
  List?: Array<PositionSpaceInfo>;
4788
4671
  /**
4789
4672
  * 位置空间数量
4790
- 注意:此字段可能返回 null,表示取不到有效值。
4791
4673
  */
4792
4674
  Total?: number;
4793
4675
  /**
@@ -4810,12 +4692,10 @@ export interface CreatePositionFenceResponse {
4810
4692
  export interface DescribeTopicRuleResponse {
4811
4693
  /**
4812
4694
  * 规则描述。
4813
- 注意:此字段可能返回 null,表示取不到有效值。
4814
4695
  */
4815
4696
  Rule?: TopicRule;
4816
4697
  /**
4817
4698
  * 规则绑定的标签
4818
- 注意:此字段可能返回 null,表示取不到有效值。
4819
4699
  */
4820
4700
  CamTag?: Array<CamTag>;
4821
4701
  /**
@@ -4867,7 +4747,6 @@ export interface DeviceSignatureInfo {
4867
4747
  export interface TWeCallInfo {
4868
4748
  /**
4869
4749
  * Sn信息,SN格式:产品ID_设备名
4870
- 注意:此字段可能返回 null,表示取不到有效值。
4871
4750
  */
4872
4751
  Sn: string;
4873
4752
  /**
@@ -4906,12 +4785,10 @@ export interface DescribeDeviceRequest {
4906
4785
  export interface CamTag {
4907
4786
  /**
4908
4787
  * 标签键
4909
- 注意:此字段可能返回 null,表示取不到有效值。
4910
4788
  */
4911
4789
  TagKey?: string;
4912
4790
  /**
4913
4791
  * 标签值
4914
- 注意:此字段可能返回 null,表示取不到有效值。
4915
4792
  */
4916
4793
  TagValue?: string;
4917
4794
  }
@@ -4921,12 +4798,10 @@ export interface CamTag {
4921
4798
  export interface WXDeviceInfo {
4922
4799
  /**
4923
4800
  * 设备ID
4924
- 注意:此字段可能返回 null,表示取不到有效值。
4925
4801
  */
4926
4802
  DeviceId?: string;
4927
4803
  /**
4928
4804
  * 设备信息
4929
- 注意:此字段可能返回 null,表示取不到有效值。
4930
4805
  */
4931
4806
  WXIoTDeviceInfo?: WXIoTDeviceInfo;
4932
4807
  }
@@ -5017,14 +4892,12 @@ export interface CloudStorageAIServiceTaskVideoMetaInfo {
5017
4892
  export interface DescribeGatewaySubDeviceListResponse {
5018
4893
  /**
5019
4894
  * 设备的总数
5020
- 注意:此字段可能返回 null,表示取不到有效值。
5021
4895
  */
5022
- Total: number;
4896
+ Total?: number;
5023
4897
  /**
5024
4898
  * 设备列表
5025
- 注意:此字段可能返回 null,表示取不到有效值。
5026
4899
  */
5027
- DeviceList: Array<FamilySubDevice>;
4900
+ DeviceList?: Array<FamilySubDevice>;
5028
4901
  /**
5029
4902
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5030
4903
  */
@@ -5053,7 +4926,6 @@ export interface SearchStudioProductResponse {
5053
4926
  export interface DescribeVideoLicenseResponse {
5054
4927
  /**
5055
4928
  * 视频激活码分类概览
5056
- 注意:此字段可能返回 null,表示取不到有效值。
5057
4929
  */
5058
4930
  License?: Array<VideoLicenseEntity>;
5059
4931
  /**
@@ -5080,7 +4952,6 @@ export interface DescribePackageConsumeTasksRequest {
5080
4952
  export interface GetFamilyDeviceUserListResponse {
5081
4953
  /**
5082
4954
  * 设备的用户列表
5083
- 注意:此字段可能返回 null,表示取不到有效值。
5084
4955
  */
5085
4956
  UserList?: Array<DeviceUser>;
5086
4957
  /**
@@ -5440,17 +5311,14 @@ export interface DescribeCloudStorageAIServiceRequest {
5440
5311
  export interface DescribeCloudStorageOrderResponse {
5441
5312
  /**
5442
5313
  * 云存套餐开始时间
5443
- 注意:此字段可能返回 null,表示取不到有效值。
5444
5314
  */
5445
5315
  StartTime?: number;
5446
5316
  /**
5447
5317
  * 云存套餐过期时间
5448
- 注意:此字段可能返回 null,表示取不到有效值。
5449
5318
  */
5450
5319
  ExpireTime?: number;
5451
5320
  /**
5452
5321
  * 套餐id
5453
- 注意:此字段可能返回 null,表示取不到有效值。
5454
5322
  */
5455
5323
  PackageId?: string;
5456
5324
  /**
@@ -5466,12 +5334,10 @@ export interface DescribeCloudStorageOrderResponse {
5466
5334
  ChannelId?: number;
5467
5335
  /**
5468
5336
  * 订单金额,单位为分
5469
- 注意:此字段可能返回 null,表示取不到有效值。
5470
5337
  */
5471
5338
  Price?: number;
5472
5339
  /**
5473
5340
  * 支付金额,单位为分
5474
- 注意:此字段可能返回 null,表示取不到有效值。
5475
5341
  */
5476
5342
  Amount?: number;
5477
5343
  /**
@@ -5498,7 +5364,6 @@ export interface DescribeActivateLicenseServiceRequest {
5498
5364
  export interface CreateTRTCSignaturesWithRoomIdResponse {
5499
5365
  /**
5500
5366
  * 返回参数数组
5501
- 注意:此字段可能返回 null,表示取不到有效值。
5502
5367
  */
5503
5368
  TRTCParamList?: Array<TRTCParams>;
5504
5369
  /**
@@ -5565,93 +5430,75 @@ export interface DeviceInfo {
5565
5430
  DevicePsk?: string;
5566
5431
  /**
5567
5432
  * 首次上线时间
5568
- 注意:此字段可能返回 null,表示取不到有效值。
5569
5433
  注意:此字段可能返回 null,表示取不到有效值。
5570
5434
  */
5571
5435
  FirstOnlineTime?: number;
5572
5436
  /**
5573
5437
  * 最后一次上线时间
5574
- 注意:此字段可能返回 null,表示取不到有效值。
5575
5438
  */
5576
5439
  LoginTime?: number;
5577
5440
  /**
5578
5441
  * 设备创建时间
5579
- 注意:此字段可能返回 null,表示取不到有效值。
5580
5442
  */
5581
5443
  CreateTime?: number;
5582
5444
  /**
5583
5445
  * 设备固件版本
5584
- 注意:此字段可能返回 null,表示取不到有效值。
5585
5446
  */
5586
5447
  Version?: string;
5587
5448
  /**
5588
5449
  * 设备证书
5589
- 注意:此字段可能返回 null,表示取不到有效值。
5590
5450
  */
5591
5451
  DeviceCert?: string;
5592
5452
  /**
5593
5453
  * 日志级别
5594
- 注意:此字段可能返回 null,表示取不到有效值。
5595
5454
  */
5596
5455
  LogLevel?: number;
5597
5456
  /**
5598
5457
  * LoRaWAN 设备地址
5599
- 注意:此字段可能返回 null,表示取不到有效值。
5600
5458
  */
5601
5459
  DevAddr?: string;
5602
5460
  /**
5603
5461
  * LoRaWAN 应用密钥
5604
- 注意:此字段可能返回 null,表示取不到有效值。
5605
5462
  */
5606
5463
  AppKey?: string;
5607
5464
  /**
5608
5465
  * LoRaWAN 设备唯一标识
5609
- 注意:此字段可能返回 null,表示取不到有效值。
5610
5466
  */
5611
5467
  DevEUI?: string;
5612
5468
  /**
5613
5469
  * LoRaWAN 应用会话密钥
5614
- 注意:此字段可能返回 null,表示取不到有效值。
5615
5470
  */
5616
5471
  AppSKey?: string;
5617
5472
  /**
5618
5473
  * LoRaWAN 网络会话密钥
5619
- 注意:此字段可能返回 null,表示取不到有效值。
5620
5474
  */
5621
5475
  NwkSKey?: string;
5622
5476
  /**
5623
5477
  * 创建人Id
5624
- 注意:此字段可能返回 null,表示取不到有效值。
5625
5478
  */
5626
5479
  CreateUserId?: number;
5627
5480
  /**
5628
5481
  * 创建人昵称
5629
- 注意:此字段可能返回 null,表示取不到有效值。
5630
5482
  */
5631
5483
  CreatorNickName?: string;
5632
5484
  /**
5633
5485
  * 启用/禁用状态
5634
- 注意:此字段可能返回 null,表示取不到有效值。
5635
5486
  */
5636
5487
  EnableState?: number;
5637
5488
  /**
5638
5489
  * 产品ID
5639
- 注意:此字段可能返回 null,表示取不到有效值。
5640
5490
  */
5641
5491
  ProductId?: string;
5642
5492
  /**
5643
5493
  * 产品名称
5644
- 注意:此字段可能返回 null,表示取不到有效值。
5645
5494
  */
5646
5495
  ProductName?: string;
5647
5496
  /**
5648
5497
  * 设备类型(设备、子设备、网关)
5649
- 注意:此字段可能返回 null,表示取不到有效值。
5650
5498
  */
5651
5499
  DeviceType?: string;
5652
5500
  /**
5653
5501
  * 是否是 lora 设备
5654
- 注意:此字段可能返回 null,表示取不到有效值。
5655
5502
  */
5656
5503
  IsLora?: boolean;
5657
5504
  }
@@ -6012,17 +5859,14 @@ export interface ListEventHistoryRequest {
6012
5859
  export interface WXIoTDeviceInfo {
6013
5860
  /**
6014
5861
  * sn信息
6015
- 注意:此字段可能返回 null,表示取不到有效值。
6016
5862
  */
6017
5863
  SN?: string;
6018
5864
  /**
6019
5865
  * 票据
6020
- 注意:此字段可能返回 null,表示取不到有效值。
6021
5866
  */
6022
5867
  SNTicket?: string;
6023
5868
  /**
6024
5869
  * 模板ID
6025
- 注意:此字段可能返回 null,表示取不到有效值。
6026
5870
  */
6027
5871
  ModelId?: string;
6028
5872
  }
@@ -6088,14 +5932,12 @@ export interface PublishRRPCMessageRequest {
6088
5932
  export interface DescribePositionFenceListResponse {
6089
5933
  /**
6090
5934
  * 围栏列表
6091
- 注意:此字段可能返回 null,表示取不到有效值。
6092
5935
  */
6093
- List: Array<PositionFenceInfo>;
5936
+ List?: Array<PositionFenceInfo>;
6094
5937
  /**
6095
5938
  * 围栏数量
6096
- 注意:此字段可能返回 null,表示取不到有效值。
6097
5939
  */
6098
- Total: number;
5940
+ Total?: number;
6099
5941
  /**
6100
5942
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6101
5943
  */
@@ -6167,22 +6009,18 @@ export interface DescribeProjectResponse {
6167
6009
  export interface DeviceData {
6168
6010
  /**
6169
6011
  * 设备证书,用于 TLS 建立链接时校验客户端身份。采用非对称加密时返回该参数。
6170
- 注意:此字段可能返回 null,表示取不到有效值。
6171
6012
  */
6172
6013
  DeviceCert?: string;
6173
6014
  /**
6174
6015
  * 设备名称。
6175
- 注意:此字段可能返回 null,表示取不到有效值。
6176
6016
  */
6177
6017
  DeviceName?: string;
6178
6018
  /**
6179
6019
  * 设备私钥,用于 TLS 建立链接时校验客户端身份,腾讯云后台不保存,请妥善保管。采用非对称加密时返回该参数。
6180
- 注意:此字段可能返回 null,表示取不到有效值。
6181
6020
  */
6182
6021
  DevicePrivateKey?: string;
6183
6022
  /**
6184
6023
  * 对称加密密钥,base64编码。采用对称加密时返回该参数。
6185
- 注意:此字段可能返回 null,表示取不到有效值。
6186
6024
  */
6187
6025
  DevicePsk?: string;
6188
6026
  }
@@ -6249,42 +6087,34 @@ export interface ProductEntry {
6249
6087
  ModuleId?: number;
6250
6088
  /**
6251
6089
  * 是否使用脚本进行二进制转json功能 可以取值 true / false
6252
- 注意:此字段可能返回 null,表示取不到有效值。
6253
6090
  */
6254
6091
  EnableProductScript?: string;
6255
6092
  /**
6256
6093
  * 创建人 UinId
6257
- 注意:此字段可能返回 null,表示取不到有效值。
6258
6094
  */
6259
6095
  CreateUserId?: number;
6260
6096
  /**
6261
6097
  * 创建者昵称
6262
- 注意:此字段可能返回 null,表示取不到有效值。
6263
6098
  */
6264
6099
  CreatorNickName?: string;
6265
6100
  /**
6266
6101
  * 绑定策略(1:强踢;2:非强踢;0:表示无意义)
6267
- 注意:此字段可能返回 null,表示取不到有效值。
6268
6102
  */
6269
6103
  BindStrategy?: number;
6270
6104
  /**
6271
6105
  * 设备数量
6272
- 注意:此字段可能返回 null,表示取不到有效值。
6273
6106
  */
6274
6107
  DeviceCount?: number;
6275
6108
  /**
6276
6109
  * 平均传输速率
6277
- 注意:此字段可能返回 null,表示取不到有效值。
6278
6110
  */
6279
6111
  Rate?: string;
6280
6112
  /**
6281
6113
  * 有效期
6282
- 注意:此字段可能返回 null,表示取不到有效值。
6283
6114
  */
6284
6115
  Period?: string;
6285
6116
  /**
6286
6117
  * 互联互通标识
6287
- 注意:此字段可能返回 null,表示取不到有效值。
6288
6118
  */
6289
6119
  IsInterconnection?: number;
6290
6120
  }
@@ -6295,11 +6125,11 @@ export interface BindDeviceInfo {
6295
6125
  /**
6296
6126
  * 产品ID。
6297
6127
  */
6298
- ProductId: string;
6128
+ ProductId?: string;
6299
6129
  /**
6300
6130
  * 设备名称。
6301
6131
  */
6302
- DeviceName: string;
6132
+ DeviceName?: string;
6303
6133
  }
6304
6134
  /**
6305
6135
  * 云存 AI 服务任务信息
@@ -6506,7 +6336,6 @@ export interface ModifyCloudStorageAIServiceCallbackRequest {
6506
6336
  export interface GetWechatDeviceTicketResponse {
6507
6337
  /**
6508
6338
  * 微信设备信息
6509
- 注意:此字段可能返回 null,表示取不到有效值。
6510
6339
  */
6511
6340
  WXDeviceInfo?: WXDeviceInfo;
6512
6341
  /**
@@ -6619,42 +6448,34 @@ export interface FirmwareInfo {
6619
6448
  CreateTime?: number;
6620
6449
  /**
6621
6450
  * 产品名称
6622
- 注意:此字段可能返回 null,表示取不到有效值。
6623
6451
  */
6624
6452
  ProductName?: string;
6625
6453
  /**
6626
6454
  * 固件名称
6627
- 注意:此字段可能返回 null,表示取不到有效值。
6628
6455
  */
6629
6456
  Name?: string;
6630
6457
  /**
6631
6458
  * 固件描述
6632
- 注意:此字段可能返回 null,表示取不到有效值。
6633
6459
  */
6634
6460
  Description?: string;
6635
6461
  /**
6636
6462
  * 产品ID
6637
- 注意:此字段可能返回 null,表示取不到有效值。
6638
6463
  */
6639
6464
  ProductId?: string;
6640
6465
  /**
6641
6466
  * 固件升级模块
6642
- 注意:此字段可能返回 null,表示取不到有效值。
6643
6467
  */
6644
6468
  FwType?: string;
6645
6469
  /**
6646
6470
  * 创建者子 uin
6647
- 注意:此字段可能返回 null,表示取不到有效值。
6648
6471
  */
6649
6472
  CreateUserId?: number;
6650
6473
  /**
6651
6474
  * 创建者昵称
6652
- 注意:此字段可能返回 null,表示取不到有效值。
6653
6475
  */
6654
6476
  CreatorNickName?: string;
6655
6477
  /**
6656
6478
  * 固件用户自定义配置信息
6657
- 注意:此字段可能返回 null,表示取不到有效值。
6658
6479
  */
6659
6480
  UserDefined?: string;
6660
6481
  }
@@ -6703,32 +6524,26 @@ export interface CreateFenceBindRequest {
6703
6524
  export interface AuthMiniProgramAppInfo {
6704
6525
  /**
6705
6526
  * 小程序APPID
6706
- 注意:此字段可能返回 null,表示取不到有效值。
6707
6527
  */
6708
6528
  MiniProgramAppId?: string;
6709
6529
  /**
6710
6530
  * 创建时间
6711
- 注意:此字段可能返回 null,表示取不到有效值。
6712
6531
  */
6713
6532
  CreateTime?: number;
6714
6533
  /**
6715
6534
  * 小程序名称
6716
- 注意:此字段可能返回 null,表示取不到有效值。
6717
6535
  */
6718
6536
  MiniProgramName?: string;
6719
6537
  /**
6720
6538
  * 激活码数
6721
- 注意:此字段可能返回 null,表示取不到有效值。
6722
6539
  */
6723
6540
  LicenseNum?: number;
6724
6541
  /**
6725
6542
  * 应用ID
6726
- 注意:此字段可能返回 null,表示取不到有效值。
6727
6543
  */
6728
6544
  IotAppId?: string;
6729
6545
  /**
6730
6546
  * 应用名称
6731
- 注意:此字段可能返回 null,表示取不到有效值。
6732
6547
  */
6733
6548
  IotAppName?: string;
6734
6549
  }
@@ -6739,47 +6554,43 @@ export interface FamilySubDevice {
6739
6554
  /**
6740
6555
  * 产品Id
6741
6556
  */
6742
- ProductId: string;
6557
+ ProductId?: string;
6743
6558
  /**
6744
6559
  * 设备名称
6745
6560
  */
6746
- DeviceName: string;
6561
+ DeviceName?: string;
6747
6562
  /**
6748
6563
  * 设备ID
6749
6564
  */
6750
- DeviceId: string;
6565
+ DeviceId?: string;
6751
6566
  /**
6752
6567
  * 设备别名
6753
- 注意:此字段可能返回 null,表示取不到有效值。
6754
6568
  */
6755
- AliasName: string;
6569
+ AliasName?: string;
6756
6570
  /**
6757
6571
  * 设备绑定的家庭ID
6758
6572
  */
6759
- FamilyId: string;
6573
+ FamilyId?: string;
6760
6574
  /**
6761
6575
  * 设备所在的房间ID,默认"0"
6762
- 注意:此字段可能返回 null,表示取不到有效值。
6763
6576
  */
6764
- RoomId: string;
6577
+ RoomId?: string;
6765
6578
  /**
6766
6579
  * 图标
6767
- 注意:此字段可能返回 null,表示取不到有效值。
6768
6580
  */
6769
- IconUrl: string;
6581
+ IconUrl?: string;
6770
6582
  /**
6771
6583
  * grid图标
6772
- 注意:此字段可能返回 null,表示取不到有效值。
6773
6584
  */
6774
- IconUrlGrid: string;
6585
+ IconUrlGrid?: string;
6775
6586
  /**
6776
6587
  * 设备绑定时间戳
6777
6588
  */
6778
- CreateTime: number;
6589
+ CreateTime?: number;
6779
6590
  /**
6780
6591
  * 设备更新时间戳
6781
6592
  */
6782
- UpdateTime: number;
6593
+ UpdateTime?: number;
6783
6594
  }
6784
6595
  /**
6785
6596
  * UploadFirmware请求参数结构体
@@ -6851,12 +6662,11 @@ export interface GetLoRaGatewayListResponse {
6851
6662
  /**
6852
6663
  * 返回总数
6853
6664
  */
6854
- Total: number;
6665
+ Total?: number;
6855
6666
  /**
6856
6667
  * 返回详情项
6857
- 注意:此字段可能返回 null,表示取不到有效值。
6858
6668
  */
6859
- Gateways: Array<LoRaGatewayItem>;
6669
+ Gateways?: Array<LoRaGatewayItem>;
6860
6670
  /**
6861
6671
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6862
6672
  */
@@ -6889,17 +6699,14 @@ export interface TopicRule {
6889
6699
  Sql?: string;
6890
6700
  /**
6891
6701
  * 规则描述。
6892
- 注意:此字段可能返回 null,表示取不到有效值。
6893
6702
  */
6894
6703
  Description?: string;
6895
6704
  /**
6896
6705
  * 行为的JSON字符串。
6897
- 注意:此字段可能返回 null,表示取不到有效值。
6898
6706
  */
6899
6707
  Actions?: string;
6900
6708
  /**
6901
6709
  * 是否禁用规则
6902
- 注意:此字段可能返回 null,表示取不到有效值。
6903
6710
  */
6904
6711
  RuleDisabled?: boolean;
6905
6712
  }
@@ -7023,32 +6830,26 @@ export interface IotApplication {
7023
6830
  TPNSAndroidRegion?: string;
7024
6831
  /**
7025
6832
  * 自主短信配置APPID
7026
- 注意:此字段可能返回 null,表示取不到有效值。
7027
6833
  */
7028
6834
  SelfSmsAppId?: string;
7029
6835
  /**
7030
6836
  * 自主短信配置APPKey
7031
- 注意:此字段可能返回 null,表示取不到有效值。
7032
6837
  */
7033
6838
  SelfSmsAppKey?: string;
7034
6839
  /**
7035
6840
  * 自主短信配置签名
7036
- 注意:此字段可能返回 null,表示取不到有效值。
7037
6841
  */
7038
6842
  SelfSmsSign?: string;
7039
6843
  /**
7040
6844
  * 自主短信配置模板ID
7041
- 注意:此字段可能返回 null,表示取不到有效值。
7042
6845
  */
7043
6846
  SelfSmsTemplateId?: number;
7044
6847
  /**
7045
6848
  * 第三方小程序强提醒开关 0:关闭;1:开启
7046
- 注意:此字段可能返回 null,表示取不到有效值。
7047
6849
  */
7048
6850
  WechatNotifyStatus?: number;
7049
6851
  /**
7050
6852
  * 互联互通产品ID列表
7051
- 注意:此字段可能返回 null,表示取不到有效值。
7052
6853
  */
7053
6854
  InterconnectionProducts?: string;
7054
6855
  }
@@ -7089,44 +6890,43 @@ export interface PositionSpaceInfo {
7089
6890
  /**
7090
6891
  * 项目Id
7091
6892
  */
7092
- ProjectId: string;
6893
+ ProjectId?: string;
7093
6894
  /**
7094
6895
  * 位置空间Id
7095
6896
  */
7096
- SpaceId: string;
6897
+ SpaceId?: string;
7097
6898
  /**
7098
6899
  * 位置空间名称
7099
6900
  */
7100
- SpaceName: string;
6901
+ SpaceName?: string;
7101
6902
  /**
7102
6903
  * 授权类型
7103
6904
  */
7104
- AuthorizeType: number;
6905
+ AuthorizeType?: number;
7105
6906
  /**
7106
6907
  * 描述备注
7107
- 注意:此字段可能返回 null,表示取不到有效值。
7108
6908
  */
7109
- Description: string;
6909
+ Description?: string;
7110
6910
  /**
7111
6911
  * 产品列表
7112
6912
  */
7113
- ProductIdList: Array<string>;
6913
+ ProductIdList?: Array<string>;
7114
6914
  /**
7115
6915
  * 缩略图
7116
6916
  */
7117
- Icon: string;
6917
+ Icon?: string;
7118
6918
  /**
7119
6919
  * 创建时间
7120
6920
  */
7121
- CreateTime: number;
6921
+ CreateTime?: number;
7122
6922
  /**
7123
6923
  * 更新时间
7124
6924
  */
7125
- UpdateTime: number;
6925
+ UpdateTime?: number;
7126
6926
  /**
7127
6927
  * 用户自定义地图缩放
7128
6928
  */
7129
- Zoom: number;
6929
+ Zoom?: number;
7130
6930
  }
7131
6931
  /**
7132
6932
  * CreateDeviceChannel返回参数结构体
@@ -7288,9 +7088,8 @@ export interface CreateFreeCloudStorageRequest {
7288
7088
  export interface DescribeLoRaFrequencyResponse {
7289
7089
  /**
7290
7090
  * 返回详情项
7291
- 注意:此字段可能返回 null,表示取不到有效值。
7292
7091
  */
7293
- Data: LoRaFrequencyEntry;
7092
+ Data?: LoRaFrequencyEntry;
7294
7093
  /**
7295
7094
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7296
7095
  */
@@ -7512,27 +7311,35 @@ export interface DeviceActivationDetail {
7512
7311
  /**
7513
7312
  * 可注册设备数
7514
7313
  */
7515
- TotalDeviceNum: number;
7314
+ TotalDeviceNum?: number;
7516
7315
  /**
7517
7316
  * 已注册设备数
7518
7317
  */
7519
- UsedDeviceNum: number;
7318
+ UsedDeviceNum?: number;
7520
7319
  /**
7521
7320
  * 设备授权数
7522
7321
  */
7523
- TotalNormalLicense: number;
7322
+ TotalNormalLicense?: number;
7524
7323
  /**
7525
7324
  * 已使用设备授权数
7526
7325
  */
7527
- UsedNormalLicense: number;
7326
+ UsedNormalLicense?: number;
7528
7327
  /**
7529
7328
  * 蓝牙授权数
7530
7329
  */
7531
- TotalBluetoothLicense: number;
7330
+ TotalBluetoothLicense?: number;
7532
7331
  /**
7533
7332
  * 已使用蓝牙授权数
7534
7333
  */
7535
- UsedBluetoothLicense: number;
7334
+ UsedBluetoothLicense?: number;
7335
+ /**
7336
+ * 可免费注册设备数
7337
+ */
7338
+ TotalFreeLicense?: number;
7339
+ /**
7340
+ * 已使用注册设备数
7341
+ */
7342
+ UsedFreeLicense?: number;
7536
7343
  }
7537
7344
  /**
7538
7345
  * UnbindDevices返回参数结构体