tencentcloud-sdk-nodejs 4.0.336 → 4.0.339
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 +401 -0
- package/SERVICE_CHANGELOG.md +409 -9
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +185 -2
- package/src/services/cfw/v20190904/cfw_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +7 -5
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +35 -0
- package/src/services/dts/v20180330/dts_models.ts +3 -3
- package/src/services/emr/v20190103/emr_client.ts +67 -63
- package/src/services/emr/v20190103/emr_models.ts +2011 -1833
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +5 -4
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/mps/v20190612/mps_models.ts +49 -4
- package/src/services/ocr/v20181119/ocr_client.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +96 -0
- package/src/services/ses/v20201002/ses_client.ts +2 -2
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tcm/v20210413/tcm_models.ts +6 -0
- package/src/services/tiia/v20190529/tiia_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +5 -5
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +22 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +153 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +7 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +3 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +43 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +80 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
- package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/iotcloud.v20210408.test.js +450 -10
- package/test/ocr.v20181119.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,39 +1,96 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 30 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-13 06:12:03
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
16
|
+
|
|
17
|
+
* 新增入参:VersionID, MultiZone, MultiZoneSettings
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
|
|
20
|
+
|
|
21
|
+
* [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
|
|
22
|
+
|
|
23
|
+
* 新增入参:VersionID, MultiZoneSettings
|
|
24
|
+
|
|
25
|
+
* <font color="#dd0000">**修改入参**:</font>ResourceSpec, Placement, VPCSettings
|
|
26
|
+
|
|
27
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
28
|
+
|
|
29
|
+
* 新增入参:ZoneId, SubnetId
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
新增数据结构:
|
|
33
|
+
|
|
34
|
+
* [MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)
|
|
35
|
+
* [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
|
|
36
|
+
* [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
|
|
37
|
+
* [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
|
|
38
|
+
|
|
13
39
|
修改数据结构:
|
|
14
40
|
|
|
15
|
-
* [
|
|
41
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
16
42
|
|
|
17
|
-
* 新增成员:
|
|
43
|
+
* 新增成员:UniqVpcId, UniqSubnetId, TopologyInfoList, IsMultiZoneCluster
|
|
44
|
+
|
|
45
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
46
|
+
|
|
47
|
+
* 新增成员:RootStorageType, Zone, SubnetInfo, Clients
|
|
48
|
+
|
|
49
|
+
* [PodSpec](https://cloud.tencent.com/document/api/589/33981#PodSpec)
|
|
50
|
+
|
|
51
|
+
* 新增成员:PodName
|
|
18
52
|
|
|
19
53
|
|
|
20
54
|
|
|
21
55
|
|
|
22
56
|
## 云监控(monitor) 版本:2018-07-24
|
|
23
57
|
|
|
24
|
-
### 第
|
|
58
|
+
### 第 45 次发布
|
|
25
59
|
|
|
26
|
-
发布时间:2022-05-
|
|
60
|
+
发布时间:2022-05-13 06:15:04
|
|
27
61
|
|
|
28
62
|
本次发布包含了以下内容:
|
|
29
63
|
|
|
30
64
|
改善已有的文档。
|
|
31
65
|
|
|
66
|
+
修改接口:
|
|
67
|
+
|
|
68
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
69
|
+
|
|
70
|
+
* 新增入参:OneClickPolicyType
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 云点播(vod) 版本:2018-07-17
|
|
76
|
+
|
|
77
|
+
### 第 103 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2022-05-13 06:19:52
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)
|
|
88
|
+
|
|
32
89
|
修改数据结构:
|
|
33
90
|
|
|
34
|
-
* [
|
|
91
|
+
* [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
|
|
35
92
|
|
|
36
|
-
* 新增成员:
|
|
93
|
+
* 新增成员:FileDeleteResultInfo
|
|
37
94
|
|
|
38
95
|
|
|
39
96
|
|
|
@@ -1336,6 +1393,71 @@
|
|
|
1336
1393
|
|
|
1337
1394
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1338
1395
|
|
|
1396
|
+
### 第 31 次发布
|
|
1397
|
+
|
|
1398
|
+
发布时间:2022-05-12 06:05:03
|
|
1399
|
+
|
|
1400
|
+
本次发布包含了以下内容:
|
|
1401
|
+
|
|
1402
|
+
改善已有的文档。
|
|
1403
|
+
|
|
1404
|
+
新增接口:
|
|
1405
|
+
|
|
1406
|
+
* [DescribeOverviewDDoSEventList](https://cloud.tencent.com/document/api/1021/73673)
|
|
1407
|
+
|
|
1408
|
+
修改接口:
|
|
1409
|
+
|
|
1410
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1411
|
+
|
|
1412
|
+
* 新增入参:FilterCname, FilterInstanceIdList
|
|
1413
|
+
|
|
1414
|
+
* [DescribeListIPAlarmConfig](https://cloud.tencent.com/document/api/1021/57559)
|
|
1415
|
+
|
|
1416
|
+
* 新增入参:FilterCname
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
新增数据结构:
|
|
1420
|
+
|
|
1421
|
+
* [OverviewDDoSEvent](https://cloud.tencent.com/document/api/1021/57582#OverviewDDoSEvent)
|
|
1422
|
+
|
|
1423
|
+
修改数据结构:
|
|
1424
|
+
|
|
1425
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1426
|
+
|
|
1427
|
+
* 新增成员:BGPIPChannelFlag
|
|
1428
|
+
|
|
1429
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
1430
|
+
|
|
1431
|
+
* 新增成员:EnterpriseFlag, ElasticLimit
|
|
1432
|
+
|
|
1433
|
+
* [IPLineInfo](https://cloud.tencent.com/document/api/1021/57582#IPLineInfo)
|
|
1434
|
+
|
|
1435
|
+
* 新增成员:Cname, ResourceFlag
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
### 第 30 次发布
|
|
1439
|
+
|
|
1440
|
+
发布时间:2022-05-11 06:03:57
|
|
1441
|
+
|
|
1442
|
+
本次发布包含了以下内容:
|
|
1443
|
+
|
|
1444
|
+
改善已有的文档。
|
|
1445
|
+
|
|
1446
|
+
新增数据结构:
|
|
1447
|
+
|
|
1448
|
+
* [RuleInstanceRelation](https://cloud.tencent.com/document/api/1021/57582#RuleInstanceRelation)
|
|
1449
|
+
|
|
1450
|
+
修改数据结构:
|
|
1451
|
+
|
|
1452
|
+
* [Layer4Rule](https://cloud.tencent.com/document/api/1021/57582#Layer4Rule)
|
|
1453
|
+
|
|
1454
|
+
* 新增成员:InstanceDetailRule
|
|
1455
|
+
|
|
1456
|
+
* [Layer7Rule](https://cloud.tencent.com/document/api/1021/57582#Layer7Rule)
|
|
1457
|
+
|
|
1458
|
+
* 新增成员:InstanceDetailRule
|
|
1459
|
+
|
|
1460
|
+
|
|
1339
1461
|
### 第 29 次发布
|
|
1340
1462
|
|
|
1341
1463
|
发布时间:2022-05-06 06:04:11
|
|
@@ -14674,6 +14796,21 @@
|
|
|
14674
14796
|
|
|
14675
14797
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
14676
14798
|
|
|
14799
|
+
### 第 19 次发布
|
|
14800
|
+
|
|
14801
|
+
发布时间:2022-05-12 06:07:30
|
|
14802
|
+
|
|
14803
|
+
本次发布包含了以下内容:
|
|
14804
|
+
|
|
14805
|
+
改善已有的文档。
|
|
14806
|
+
|
|
14807
|
+
修改接口:
|
|
14808
|
+
|
|
14809
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
14810
|
+
|
|
14811
|
+
* 新增入参:IsDelay
|
|
14812
|
+
|
|
14813
|
+
|
|
14677
14814
|
### 第 18 次发布
|
|
14678
14815
|
|
|
14679
14816
|
发布时间:2022-04-08 06:03:52
|
|
@@ -27719,6 +27856,32 @@
|
|
|
27719
27856
|
|
|
27720
27857
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
27721
27858
|
|
|
27859
|
+
### 第 15 次发布
|
|
27860
|
+
|
|
27861
|
+
发布时间:2022-05-12 06:10:06
|
|
27862
|
+
|
|
27863
|
+
本次发布包含了以下内容:
|
|
27864
|
+
|
|
27865
|
+
改善已有的文档。
|
|
27866
|
+
|
|
27867
|
+
修改接口:
|
|
27868
|
+
|
|
27869
|
+
* [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
|
|
27870
|
+
|
|
27871
|
+
* 新增入参:TableFormat
|
|
27872
|
+
|
|
27873
|
+
|
|
27874
|
+
修改数据结构:
|
|
27875
|
+
|
|
27876
|
+
* [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
|
|
27877
|
+
|
|
27878
|
+
* 新增成员:Transform, TransformArgs, CreateTime
|
|
27879
|
+
|
|
27880
|
+
* [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
|
|
27881
|
+
|
|
27882
|
+
* 新增成员:SourceId, SourceName
|
|
27883
|
+
|
|
27884
|
+
|
|
27722
27885
|
### 第 14 次发布
|
|
27723
27886
|
|
|
27724
27887
|
发布时间:2022-04-27 06:09:39
|
|
@@ -31375,6 +31538,55 @@
|
|
|
31375
31538
|
|
|
31376
31539
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
31377
31540
|
|
|
31541
|
+
### 第 30 次发布
|
|
31542
|
+
|
|
31543
|
+
发布时间:2022-05-13 06:12:03
|
|
31544
|
+
|
|
31545
|
+
本次发布包含了以下内容:
|
|
31546
|
+
|
|
31547
|
+
改善已有的文档。
|
|
31548
|
+
|
|
31549
|
+
修改接口:
|
|
31550
|
+
|
|
31551
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
31552
|
+
|
|
31553
|
+
* 新增入参:VersionID, MultiZone, MultiZoneSettings
|
|
31554
|
+
|
|
31555
|
+
* <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
|
|
31556
|
+
|
|
31557
|
+
* [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
|
|
31558
|
+
|
|
31559
|
+
* 新增入参:VersionID, MultiZoneSettings
|
|
31560
|
+
|
|
31561
|
+
* <font color="#dd0000">**修改入参**:</font>ResourceSpec, Placement, VPCSettings
|
|
31562
|
+
|
|
31563
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
31564
|
+
|
|
31565
|
+
* 新增入参:ZoneId, SubnetId
|
|
31566
|
+
|
|
31567
|
+
|
|
31568
|
+
新增数据结构:
|
|
31569
|
+
|
|
31570
|
+
* [[MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)](https://cloud.tencent.com/document/api/589/33981#[MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting))
|
|
31571
|
+
* [[ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)](https://cloud.tencent.com/document/api/589/33981#[ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo))
|
|
31572
|
+
* [[SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)](https://cloud.tencent.com/document/api/589/33981#[SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo))
|
|
31573
|
+
* [[TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)](https://cloud.tencent.com/document/api/589/33981#[TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo))
|
|
31574
|
+
|
|
31575
|
+
修改数据结构:
|
|
31576
|
+
|
|
31577
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
31578
|
+
|
|
31579
|
+
* 新增成员:UniqVpcId, UniqSubnetId, TopologyInfoList, IsMultiZoneCluster
|
|
31580
|
+
|
|
31581
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
31582
|
+
|
|
31583
|
+
* 新增成员:RootStorageType, Zone, SubnetInfo, Clients
|
|
31584
|
+
|
|
31585
|
+
* [PodSpec](https://cloud.tencent.com/document/api/589/33981#PodSpec)
|
|
31586
|
+
|
|
31587
|
+
* 新增成员:PodName
|
|
31588
|
+
|
|
31589
|
+
|
|
31378
31590
|
### 第 29 次发布
|
|
31379
31591
|
|
|
31380
31592
|
发布时间:2022-04-28 06:12:20
|
|
@@ -39136,6 +39348,76 @@
|
|
|
39136
39348
|
|
|
39137
39349
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39138
39350
|
|
|
39351
|
+
### 第 3 次发布
|
|
39352
|
+
|
|
39353
|
+
发布时间:2022-05-11 10:24:44
|
|
39354
|
+
|
|
39355
|
+
本次发布包含了以下内容:
|
|
39356
|
+
|
|
39357
|
+
改善已有的文档。
|
|
39358
|
+
|
|
39359
|
+
新增接口:
|
|
39360
|
+
|
|
39361
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
39362
|
+
* [BindDevices](https://cloud.tencent.com/document/api/634/73608)
|
|
39363
|
+
* [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73631)
|
|
39364
|
+
* [CreateMultiDevicesTask](https://cloud.tencent.com/document/api/634/73642)
|
|
39365
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/634/73646)
|
|
39366
|
+
* [CreateTaskFileUrl](https://cloud.tencent.com/document/api/634/73641)
|
|
39367
|
+
* [CreateTopicPolicy](https://cloud.tencent.com/document/api/634/73645)
|
|
39368
|
+
* [CreateTopicRule](https://cloud.tencent.com/document/api/634/73617)
|
|
39369
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/73636)
|
|
39370
|
+
* [DeleteTopicRule](https://cloud.tencent.com/document/api/634/73616)
|
|
39371
|
+
* [DescribeDeviceClientKey](https://cloud.tencent.com/document/api/634/73607)
|
|
39372
|
+
* [DescribeDeviceResource](https://cloud.tencent.com/document/api/634/73606)
|
|
39373
|
+
* [DescribeDeviceResources](https://cloud.tencent.com/document/api/634/73605)
|
|
39374
|
+
* [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73611)
|
|
39375
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
|
|
39376
|
+
* [DescribeFirmwareTask](https://cloud.tencent.com/document/api/634/73629)
|
|
39377
|
+
* [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/634/73628)
|
|
39378
|
+
* [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/634/73627)
|
|
39379
|
+
* [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/634/73626)
|
|
39380
|
+
* [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/634/73625)
|
|
39381
|
+
* [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/634/73604)
|
|
39382
|
+
* [DescribeProductResource](https://cloud.tencent.com/document/api/634/73603)
|
|
39383
|
+
* [DescribeProductResources](https://cloud.tencent.com/document/api/634/73602)
|
|
39384
|
+
* [DescribeProductTask](https://cloud.tencent.com/document/api/634/73640)
|
|
39385
|
+
* [DescribeProductTasks](https://cloud.tencent.com/document/api/634/73639)
|
|
39386
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/634/73644)
|
|
39387
|
+
* [DescribePushResourceTaskStatistics](https://cloud.tencent.com/document/api/634/73635)
|
|
39388
|
+
* [DescribeResourceTasks](https://cloud.tencent.com/document/api/634/73624)
|
|
39389
|
+
* [DisableTopicRule](https://cloud.tencent.com/document/api/634/73615)
|
|
39390
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/73634)
|
|
39391
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
39392
|
+
* [EnableTopicRule](https://cloud.tencent.com/document/api/634/73614)
|
|
39393
|
+
* [GetCOSURL](https://cloud.tencent.com/document/api/634/73633)
|
|
39394
|
+
* [GetUserResourceInfo](https://cloud.tencent.com/document/api/634/73632)
|
|
39395
|
+
* [PublishMessage](https://cloud.tencent.com/document/api/634/73619)
|
|
39396
|
+
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/634/73618)
|
|
39397
|
+
* [ReplaceTopicRule](https://cloud.tencent.com/document/api/634/73613)
|
|
39398
|
+
* [ResetDeviceState](https://cloud.tencent.com/document/api/634/73601)
|
|
39399
|
+
* [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73622)
|
|
39400
|
+
* [UnbindDevices](https://cloud.tencent.com/document/api/634/73600)
|
|
39401
|
+
* [UpdateDeviceAvailableState](https://cloud.tencent.com/document/api/634/73599)
|
|
39402
|
+
* [UpdateDeviceShadow](https://cloud.tencent.com/document/api/634/73610)
|
|
39403
|
+
* [UpdateTopicPolicy](https://cloud.tencent.com/document/api/634/73643)
|
|
39404
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
39405
|
+
|
|
39406
|
+
新增数据结构:
|
|
39407
|
+
|
|
39408
|
+
* [BindDeviceInfo](https://cloud.tencent.com/document/api/634/71973#BindDeviceInfo)
|
|
39409
|
+
* [BrokerSubscribe](https://cloud.tencent.com/document/api/634/71973#BrokerSubscribe)
|
|
39410
|
+
* [DeviceResourceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceResourceInfo)
|
|
39411
|
+
* [DeviceUpdateStatus](https://cloud.tencent.com/document/api/634/71973#DeviceUpdateStatus)
|
|
39412
|
+
* [FirmwareTaskInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareTaskInfo)
|
|
39413
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/634/71973#ProductInfo)
|
|
39414
|
+
* [ProductResourceInfo](https://cloud.tencent.com/document/api/634/71973#ProductResourceInfo)
|
|
39415
|
+
* [ProductTaskInfo](https://cloud.tencent.com/document/api/634/71973#ProductTaskInfo)
|
|
39416
|
+
* [ResetDeviceResult](https://cloud.tencent.com/document/api/634/71973#ResetDeviceResult)
|
|
39417
|
+
* [SearchKeyword](https://cloud.tencent.com/document/api/634/71973#SearchKeyword)
|
|
39418
|
+
* [StatusStatistic](https://cloud.tencent.com/document/api/634/71973#StatusStatistic)
|
|
39419
|
+
* [TopicRulePayload](https://cloud.tencent.com/document/api/634/71973#TopicRulePayload)
|
|
39420
|
+
|
|
39139
39421
|
### 第 2 次发布
|
|
39140
39422
|
|
|
39141
39423
|
发布时间:2022-04-01 15:20:13
|
|
@@ -45782,6 +46064,21 @@
|
|
|
45782
46064
|
|
|
45783
46065
|
## 云监控(monitor) 版本:2018-07-24
|
|
45784
46066
|
|
|
46067
|
+
### 第 45 次发布
|
|
46068
|
+
|
|
46069
|
+
发布时间:2022-05-13 06:15:04
|
|
46070
|
+
|
|
46071
|
+
本次发布包含了以下内容:
|
|
46072
|
+
|
|
46073
|
+
改善已有的文档。
|
|
46074
|
+
|
|
46075
|
+
修改接口:
|
|
46076
|
+
|
|
46077
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
46078
|
+
|
|
46079
|
+
* 新增入参:OneClickPolicyType
|
|
46080
|
+
|
|
46081
|
+
|
|
45785
46082
|
### 第 44 次发布
|
|
45786
46083
|
|
|
45787
46084
|
发布时间:2022-05-10 06:09:42
|
|
@@ -46691,6 +46988,44 @@
|
|
|
46691
46988
|
|
|
46692
46989
|
## 视频处理(mps) 版本:2019-06-12
|
|
46693
46990
|
|
|
46991
|
+
### 第 38 次发布
|
|
46992
|
+
|
|
46993
|
+
发布时间:2022-05-11 06:13:00
|
|
46994
|
+
|
|
46995
|
+
本次发布包含了以下内容:
|
|
46996
|
+
|
|
46997
|
+
改善已有的文档。
|
|
46998
|
+
|
|
46999
|
+
修改接口:
|
|
47000
|
+
|
|
47001
|
+
* [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
|
|
47002
|
+
|
|
47003
|
+
* 新增入参:Type
|
|
47004
|
+
|
|
47005
|
+
* [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
|
|
47006
|
+
|
|
47007
|
+
* 新增入参:Type
|
|
47008
|
+
|
|
47009
|
+
* [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
|
|
47010
|
+
|
|
47011
|
+
* 新增入参:Type
|
|
47012
|
+
|
|
47013
|
+
|
|
47014
|
+
修改数据结构:
|
|
47015
|
+
|
|
47016
|
+
* [AIAnalysisTemplateItem](https://cloud.tencent.com/document/api/862/37615#AIAnalysisTemplateItem)
|
|
47017
|
+
|
|
47018
|
+
* 新增成员:Type
|
|
47019
|
+
|
|
47020
|
+
* [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/862/37615#AIRecognitionTemplateItem)
|
|
47021
|
+
|
|
47022
|
+
* 新增成员:Type
|
|
47023
|
+
|
|
47024
|
+
* [ContentReviewTemplateItem](https://cloud.tencent.com/document/api/862/37615#ContentReviewTemplateItem)
|
|
47025
|
+
|
|
47026
|
+
* 新增成员:Type
|
|
47027
|
+
|
|
47028
|
+
|
|
46694
47029
|
### 第 37 次发布
|
|
46695
47030
|
|
|
46696
47031
|
发布时间:2022-05-09 06:11:15
|
|
@@ -49172,6 +49507,22 @@
|
|
|
49172
49507
|
|
|
49173
49508
|
## 文字识别(ocr) 版本:2018-11-19
|
|
49174
49509
|
|
|
49510
|
+
### 第 66 次发布
|
|
49511
|
+
|
|
49512
|
+
发布时间:2022-05-12 06:14:35
|
|
49513
|
+
|
|
49514
|
+
本次发布包含了以下内容:
|
|
49515
|
+
|
|
49516
|
+
改善已有的文档。
|
|
49517
|
+
|
|
49518
|
+
新增接口:
|
|
49519
|
+
|
|
49520
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
49521
|
+
|
|
49522
|
+
新增数据结构:
|
|
49523
|
+
|
|
49524
|
+
* [PassInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#PassInvoiceInfo)
|
|
49525
|
+
|
|
49175
49526
|
### 第 65 次发布
|
|
49176
49527
|
|
|
49177
49528
|
发布时间:2022-04-19 19:47:18
|
|
@@ -60354,6 +60705,21 @@
|
|
|
60354
60705
|
|
|
60355
60706
|
## 服务网格(tcm) 版本:2021-04-13
|
|
60356
60707
|
|
|
60708
|
+
### 第 7 次发布
|
|
60709
|
+
|
|
60710
|
+
发布时间:2022-05-11 06:15:29
|
|
60711
|
+
|
|
60712
|
+
本次发布包含了以下内容:
|
|
60713
|
+
|
|
60714
|
+
改善已有的文档。
|
|
60715
|
+
|
|
60716
|
+
修改数据结构:
|
|
60717
|
+
|
|
60718
|
+
* [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
|
|
60719
|
+
|
|
60720
|
+
* 新增成员:Type
|
|
60721
|
+
|
|
60722
|
+
|
|
60357
60723
|
### 第 6 次发布
|
|
60358
60724
|
|
|
60359
60725
|
发布时间:2022-03-22 08:15:02
|
|
@@ -65372,6 +65738,21 @@
|
|
|
65372
65738
|
|
|
65373
65739
|
## 容器服务(tke) 版本:2018-05-25
|
|
65374
65740
|
|
|
65741
|
+
### 第 98 次发布
|
|
65742
|
+
|
|
65743
|
+
发布时间:2022-05-12 06:17:58
|
|
65744
|
+
|
|
65745
|
+
本次发布包含了以下内容:
|
|
65746
|
+
|
|
65747
|
+
改善已有的文档。
|
|
65748
|
+
|
|
65749
|
+
修改接口:
|
|
65750
|
+
|
|
65751
|
+
* [CreateClusterEndpoint](https://cloud.tencent.com/document/api/457/39414)
|
|
65752
|
+
|
|
65753
|
+
* 新增入参:Domain, SecurityGroup, ExtensiveParameters
|
|
65754
|
+
|
|
65755
|
+
|
|
65375
65756
|
### 第 97 次发布
|
|
65376
65757
|
|
|
65377
65758
|
发布时间:2022-05-09 06:15:13
|
|
@@ -70803,6 +71184,25 @@
|
|
|
70803
71184
|
|
|
70804
71185
|
## 云点播(vod) 版本:2018-07-17
|
|
70805
71186
|
|
|
71187
|
+
### 第 103 次发布
|
|
71188
|
+
|
|
71189
|
+
发布时间:2022-05-13 06:19:52
|
|
71190
|
+
|
|
71191
|
+
本次发布包含了以下内容:
|
|
71192
|
+
|
|
71193
|
+
改善已有的文档。
|
|
71194
|
+
|
|
71195
|
+
新增数据结构:
|
|
71196
|
+
|
|
71197
|
+
* [[FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)](https://cloud.tencent.com/document/api/266/31773#[FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem))
|
|
71198
|
+
|
|
71199
|
+
修改数据结构:
|
|
71200
|
+
|
|
71201
|
+
* [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
|
|
71202
|
+
|
|
71203
|
+
* 新增成员:FileDeleteResultInfo
|
|
71204
|
+
|
|
71205
|
+
|
|
70806
71206
|
### 第 102 次发布
|
|
70807
71207
|
|
|
70808
71208
|
发布时间:2022-04-29 06:15:32
|