tencentcloud-sdk-nodejs 4.0.337 → 4.0.340
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 +414 -0
- package/SERVICE_CHANGELOG.md +399 -33
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +153 -0
- package/src/services/bi/index.ts +5 -0
- package/src/services/bi/v20220105/bi_client.ts +57 -0
- package/src/services/bi/v20220105/bi_models.ts +214 -0
- package/src/services/bi/v20220105/index.ts +6 -0
- package/src/services/cfw/v20190904/cfw_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +41 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +35 -0
- package/src/services/emr/v20190103/emr_client.ts +67 -63
- package/src/services/emr/v20190103/emr_models.ts +2011 -1833
- package/src/services/ess/v20201111/ess_models.ts +26 -8
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +5 -4
- package/src/services/gaap/v20180529/gaap_client.ts +68 -28
- package/src/services/gaap/v20180529/gaap_models.ts +280 -68
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +14 -1
- package/src/services/ocr/v20181119/ocr_models.ts +103 -15
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +2 -2
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- 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 +6 -6
- package/src/services/tsf/v20180326/tsf_models.ts +6 -0
- 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 +126 -0
- package/tencentcloud/services/bi/index.d.ts +6 -0
- package/tencentcloud/services/bi/index.js +7 -0
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
- package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
- package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
- package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
- package/tencentcloud/services/bi/v20220105/index.js +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +35 -1
- 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/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
- 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/gaap/v20180529/gaap_client.d.ts +21 -9
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +87 -15
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- 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/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 +6 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/bi.v20220105.test.js +41 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/gaap.v20180529.test.js +44 -14
- package/test/iotcloud.v20210408.test.js +450 -10
- package/test/ocr.v20181119.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,79 +1,92 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-13 18:34:36
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/#/#)
|
|
16
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/#/#)
|
|
17
|
+
|
|
13
18
|
新增数据结构:
|
|
14
19
|
|
|
15
|
-
* [
|
|
20
|
+
* [ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/#/##ApplyEmbedTokenInfo)
|
|
21
|
+
* [EmbedTokenInfo](https://cloud.tencent.com/document/api/#/##EmbedTokenInfo)
|
|
16
22
|
|
|
17
|
-
修改数据结构:
|
|
18
23
|
|
|
19
|
-
* [Layer4Rule](https://cloud.tencent.com/document/api/1021/57582#Layer4Rule)
|
|
20
24
|
|
|
21
|
-
|
|
25
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
### 第 41 次发布
|
|
24
28
|
|
|
25
|
-
|
|
29
|
+
发布时间:2022-05-16 06:05:48
|
|
30
|
+
|
|
31
|
+
本次发布包含了以下内容:
|
|
32
|
+
|
|
33
|
+
改善已有的文档。
|
|
26
34
|
|
|
35
|
+
新增接口:
|
|
27
36
|
|
|
37
|
+
* [ModifyInstancePre](https://cloud.tencent.com/document/api/597/73693)
|
|
28
38
|
|
|
29
39
|
|
|
30
|
-
## 视频处理(mps) 版本:2019-06-12
|
|
31
40
|
|
|
32
|
-
|
|
41
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
33
42
|
|
|
34
|
-
|
|
43
|
+
### 第 6 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-05-16 06:09:12
|
|
35
46
|
|
|
36
47
|
本次发布包含了以下内容:
|
|
37
48
|
|
|
38
49
|
改善已有的文档。
|
|
39
50
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
* [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
|
|
51
|
+
修改数据结构:
|
|
43
52
|
|
|
44
|
-
|
|
53
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
45
54
|
|
|
46
|
-
*
|
|
55
|
+
* 新增成员:OffsetX, OffsetY
|
|
47
56
|
|
|
48
|
-
* 新增入参:Type
|
|
49
57
|
|
|
50
|
-
* [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
|
|
51
58
|
|
|
52
|
-
* 新增入参:Type
|
|
53
59
|
|
|
60
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
54
61
|
|
|
55
|
-
|
|
62
|
+
### 第 29 次发布
|
|
56
63
|
|
|
57
|
-
|
|
64
|
+
发布时间:2022-05-16 06:09:28
|
|
58
65
|
|
|
59
|
-
|
|
66
|
+
本次发布包含了以下内容:
|
|
60
67
|
|
|
61
|
-
|
|
68
|
+
改善已有的文档。
|
|
62
69
|
|
|
63
|
-
|
|
70
|
+
新增接口:
|
|
64
71
|
|
|
65
|
-
* [
|
|
72
|
+
* [CreateFirstLinkSession](https://cloud.tencent.com/document/api/608/73697)
|
|
73
|
+
* [DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)
|
|
74
|
+
* [DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)
|
|
66
75
|
|
|
67
|
-
|
|
76
|
+
新增数据结构:
|
|
68
77
|
|
|
78
|
+
* [Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)
|
|
79
|
+
* [DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)
|
|
80
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)
|
|
81
|
+
* [SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)
|
|
69
82
|
|
|
70
83
|
|
|
71
84
|
|
|
72
|
-
##
|
|
85
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
73
86
|
|
|
74
|
-
### 第
|
|
87
|
+
### 第 75 次发布
|
|
75
88
|
|
|
76
|
-
发布时间:2022-05-
|
|
89
|
+
发布时间:2022-05-16 06:16:28
|
|
77
90
|
|
|
78
91
|
本次发布包含了以下内容:
|
|
79
92
|
|
|
@@ -81,9 +94,9 @@
|
|
|
81
94
|
|
|
82
95
|
修改数据结构:
|
|
83
96
|
|
|
84
|
-
* [
|
|
97
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
85
98
|
|
|
86
|
-
* 新增成员:
|
|
99
|
+
* 新增成员:RepoType
|
|
87
100
|
|
|
88
101
|
|
|
89
102
|
|
|
@@ -1386,6 +1399,48 @@
|
|
|
1386
1399
|
|
|
1387
1400
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1388
1401
|
|
|
1402
|
+
### 第 31 次发布
|
|
1403
|
+
|
|
1404
|
+
发布时间:2022-05-12 06:05:03
|
|
1405
|
+
|
|
1406
|
+
本次发布包含了以下内容:
|
|
1407
|
+
|
|
1408
|
+
改善已有的文档。
|
|
1409
|
+
|
|
1410
|
+
新增接口:
|
|
1411
|
+
|
|
1412
|
+
* [DescribeOverviewDDoSEventList](https://cloud.tencent.com/document/api/1021/73673)
|
|
1413
|
+
|
|
1414
|
+
修改接口:
|
|
1415
|
+
|
|
1416
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1417
|
+
|
|
1418
|
+
* 新增入参:FilterCname, FilterInstanceIdList
|
|
1419
|
+
|
|
1420
|
+
* [DescribeListIPAlarmConfig](https://cloud.tencent.com/document/api/1021/57559)
|
|
1421
|
+
|
|
1422
|
+
* 新增入参:FilterCname
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
新增数据结构:
|
|
1426
|
+
|
|
1427
|
+
* [OverviewDDoSEvent](https://cloud.tencent.com/document/api/1021/57582#OverviewDDoSEvent)
|
|
1428
|
+
|
|
1429
|
+
修改数据结构:
|
|
1430
|
+
|
|
1431
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1432
|
+
|
|
1433
|
+
* 新增成员:BGPIPChannelFlag
|
|
1434
|
+
|
|
1435
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
1436
|
+
|
|
1437
|
+
* 新增成员:EnterpriseFlag, ElasticLimit
|
|
1438
|
+
|
|
1439
|
+
* [IPLineInfo](https://cloud.tencent.com/document/api/1021/57582#IPLineInfo)
|
|
1440
|
+
|
|
1441
|
+
* 新增成员:Cname, ResourceFlag
|
|
1442
|
+
|
|
1443
|
+
|
|
1389
1444
|
### 第 30 次发布
|
|
1390
1445
|
|
|
1391
1446
|
发布时间:2022-05-11 06:03:57
|
|
@@ -1396,7 +1451,7 @@
|
|
|
1396
1451
|
|
|
1397
1452
|
新增数据结构:
|
|
1398
1453
|
|
|
1399
|
-
* [
|
|
1454
|
+
* [RuleInstanceRelation](https://cloud.tencent.com/document/api/1021/57582#RuleInstanceRelation)
|
|
1400
1455
|
|
|
1401
1456
|
修改数据结构:
|
|
1402
1457
|
|
|
@@ -5784,6 +5839,29 @@
|
|
|
5784
5839
|
|
|
5785
5840
|
|
|
5786
5841
|
|
|
5842
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
5843
|
+
|
|
5844
|
+
### 第 1 次发布
|
|
5845
|
+
|
|
5846
|
+
发布时间:2022-05-13 18:34:36
|
|
5847
|
+
|
|
5848
|
+
本次发布包含了以下内容:
|
|
5849
|
+
|
|
5850
|
+
改善已有的文档。
|
|
5851
|
+
|
|
5852
|
+
新增接口:
|
|
5853
|
+
|
|
5854
|
+
* [[ApplyEmbedInterval](https://cloud.tencent.com/document/api/#/#)](https://cloud.tencent.com/document/api/#/#)
|
|
5855
|
+
* [[CreateEmbedToken](https://cloud.tencent.com/document/api/#/#)](https://cloud.tencent.com/document/api/#/#)
|
|
5856
|
+
|
|
5857
|
+
新增数据结构:
|
|
5858
|
+
|
|
5859
|
+
* [[ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/#/##ApplyEmbedTokenInfo)](https://cloud.tencent.com/document/api/#/##[ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/#/##ApplyEmbedTokenInfo))
|
|
5860
|
+
* [[EmbedTokenInfo](https://cloud.tencent.com/document/api/#/##EmbedTokenInfo)](https://cloud.tencent.com/document/api/#/##[EmbedTokenInfo](https://cloud.tencent.com/document/api/#/##EmbedTokenInfo))
|
|
5861
|
+
|
|
5862
|
+
|
|
5863
|
+
|
|
5864
|
+
|
|
5787
5865
|
## 计费相关(billing) 版本:2018-07-09
|
|
5788
5866
|
|
|
5789
5867
|
### 第 33 次发布
|
|
@@ -14747,6 +14825,21 @@
|
|
|
14747
14825
|
|
|
14748
14826
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
14749
14827
|
|
|
14828
|
+
### 第 19 次发布
|
|
14829
|
+
|
|
14830
|
+
发布时间:2022-05-12 06:07:30
|
|
14831
|
+
|
|
14832
|
+
本次发布包含了以下内容:
|
|
14833
|
+
|
|
14834
|
+
改善已有的文档。
|
|
14835
|
+
|
|
14836
|
+
修改接口:
|
|
14837
|
+
|
|
14838
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
14839
|
+
|
|
14840
|
+
* 新增入参:IsDelay
|
|
14841
|
+
|
|
14842
|
+
|
|
14750
14843
|
### 第 18 次发布
|
|
14751
14844
|
|
|
14752
14845
|
发布时间:2022-04-08 06:03:52
|
|
@@ -15671,6 +15764,18 @@
|
|
|
15671
15764
|
|
|
15672
15765
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
15673
15766
|
|
|
15767
|
+
### 第 41 次发布
|
|
15768
|
+
|
|
15769
|
+
发布时间:2022-05-16 06:05:48
|
|
15770
|
+
|
|
15771
|
+
本次发布包含了以下内容:
|
|
15772
|
+
|
|
15773
|
+
改善已有的文档。
|
|
15774
|
+
|
|
15775
|
+
新增接口:
|
|
15776
|
+
|
|
15777
|
+
* [[ModifyInstancePre](https://cloud.tencent.com/document/api/597/73693)](https://cloud.tencent.com/document/api/#/#)
|
|
15778
|
+
|
|
15674
15779
|
### 第 40 次发布
|
|
15675
15780
|
|
|
15676
15781
|
发布时间:2022-04-29 06:04:35
|
|
@@ -27792,6 +27897,32 @@
|
|
|
27792
27897
|
|
|
27793
27898
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
27794
27899
|
|
|
27900
|
+
### 第 15 次发布
|
|
27901
|
+
|
|
27902
|
+
发布时间:2022-05-12 06:10:06
|
|
27903
|
+
|
|
27904
|
+
本次发布包含了以下内容:
|
|
27905
|
+
|
|
27906
|
+
改善已有的文档。
|
|
27907
|
+
|
|
27908
|
+
修改接口:
|
|
27909
|
+
|
|
27910
|
+
* [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
|
|
27911
|
+
|
|
27912
|
+
* 新增入参:TableFormat
|
|
27913
|
+
|
|
27914
|
+
|
|
27915
|
+
修改数据结构:
|
|
27916
|
+
|
|
27917
|
+
* [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
|
|
27918
|
+
|
|
27919
|
+
* 新增成员:Transform, TransformArgs, CreateTime
|
|
27920
|
+
|
|
27921
|
+
* [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
|
|
27922
|
+
|
|
27923
|
+
* 新增成员:SourceId, SourceName
|
|
27924
|
+
|
|
27925
|
+
|
|
27795
27926
|
### 第 14 次发布
|
|
27796
27927
|
|
|
27797
27928
|
发布时间:2022-04-27 06:09:39
|
|
@@ -31448,6 +31579,55 @@
|
|
|
31448
31579
|
|
|
31449
31580
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
31450
31581
|
|
|
31582
|
+
### 第 30 次发布
|
|
31583
|
+
|
|
31584
|
+
发布时间:2022-05-13 06:12:03
|
|
31585
|
+
|
|
31586
|
+
本次发布包含了以下内容:
|
|
31587
|
+
|
|
31588
|
+
改善已有的文档。
|
|
31589
|
+
|
|
31590
|
+
修改接口:
|
|
31591
|
+
|
|
31592
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
31593
|
+
|
|
31594
|
+
* 新增入参:VersionID, MultiZone, MultiZoneSettings
|
|
31595
|
+
|
|
31596
|
+
* <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
|
|
31597
|
+
|
|
31598
|
+
* [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
|
|
31599
|
+
|
|
31600
|
+
* 新增入参:VersionID, MultiZoneSettings
|
|
31601
|
+
|
|
31602
|
+
* <font color="#dd0000">**修改入参**:</font>ResourceSpec, Placement, VPCSettings
|
|
31603
|
+
|
|
31604
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
31605
|
+
|
|
31606
|
+
* 新增入参:ZoneId, SubnetId
|
|
31607
|
+
|
|
31608
|
+
|
|
31609
|
+
新增数据结构:
|
|
31610
|
+
|
|
31611
|
+
* [MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)
|
|
31612
|
+
* [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
|
|
31613
|
+
* [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
|
|
31614
|
+
* [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
|
|
31615
|
+
|
|
31616
|
+
修改数据结构:
|
|
31617
|
+
|
|
31618
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
31619
|
+
|
|
31620
|
+
* 新增成员:UniqVpcId, UniqSubnetId, TopologyInfoList, IsMultiZoneCluster
|
|
31621
|
+
|
|
31622
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
31623
|
+
|
|
31624
|
+
* 新增成员:RootStorageType, Zone, SubnetInfo, Clients
|
|
31625
|
+
|
|
31626
|
+
* [PodSpec](https://cloud.tencent.com/document/api/589/33981#PodSpec)
|
|
31627
|
+
|
|
31628
|
+
* 新增成员:PodName
|
|
31629
|
+
|
|
31630
|
+
|
|
31451
31631
|
### 第 29 次发布
|
|
31452
31632
|
|
|
31453
31633
|
发布时间:2022-04-28 06:12:20
|
|
@@ -32801,6 +32981,21 @@
|
|
|
32801
32981
|
|
|
32802
32982
|
## 电子签服务(ess) 版本:2020-11-11
|
|
32803
32983
|
|
|
32984
|
+
### 第 6 次发布
|
|
32985
|
+
|
|
32986
|
+
发布时间:2022-05-16 06:09:12
|
|
32987
|
+
|
|
32988
|
+
本次发布包含了以下内容:
|
|
32989
|
+
|
|
32990
|
+
改善已有的文档。
|
|
32991
|
+
|
|
32992
|
+
修改数据结构:
|
|
32993
|
+
|
|
32994
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
32995
|
+
|
|
32996
|
+
* 新增成员:OffsetX, OffsetY
|
|
32997
|
+
|
|
32998
|
+
|
|
32804
32999
|
### 第 5 次发布
|
|
32805
33000
|
|
|
32806
33001
|
发布时间:2022-04-29 06:07:54
|
|
@@ -34316,6 +34511,27 @@
|
|
|
34316
34511
|
|
|
34317
34512
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
34318
34513
|
|
|
34514
|
+
### 第 29 次发布
|
|
34515
|
+
|
|
34516
|
+
发布时间:2022-05-16 06:09:28
|
|
34517
|
+
|
|
34518
|
+
本次发布包含了以下内容:
|
|
34519
|
+
|
|
34520
|
+
改善已有的文档。
|
|
34521
|
+
|
|
34522
|
+
新增接口:
|
|
34523
|
+
|
|
34524
|
+
* [[CreateFirstLinkSession](https://cloud.tencent.com/document/api/608/73697)](https://cloud.tencent.com/document/api/#/#)
|
|
34525
|
+
* [[DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)](https://cloud.tencent.com/document/api/#/#)
|
|
34526
|
+
* [[DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)](https://cloud.tencent.com/document/api/#/#)
|
|
34527
|
+
|
|
34528
|
+
新增数据结构:
|
|
34529
|
+
|
|
34530
|
+
* [[Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)](https://cloud.tencent.com/document/api/608/37023#[Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity))
|
|
34531
|
+
* [[DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)](https://cloud.tencent.com/document/api/608/37023#[DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo))
|
|
34532
|
+
* [[DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)](https://cloud.tencent.com/document/api/608/37023#[DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo))
|
|
34533
|
+
* [[SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)](https://cloud.tencent.com/document/api/608/37023#[SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo))
|
|
34534
|
+
|
|
34319
34535
|
### 第 28 次发布
|
|
34320
34536
|
|
|
34321
34537
|
发布时间:2022-02-17 08:10:54
|
|
@@ -39209,6 +39425,76 @@
|
|
|
39209
39425
|
|
|
39210
39426
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39211
39427
|
|
|
39428
|
+
### 第 3 次发布
|
|
39429
|
+
|
|
39430
|
+
发布时间:2022-05-11 10:24:44
|
|
39431
|
+
|
|
39432
|
+
本次发布包含了以下内容:
|
|
39433
|
+
|
|
39434
|
+
改善已有的文档。
|
|
39435
|
+
|
|
39436
|
+
新增接口:
|
|
39437
|
+
|
|
39438
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
39439
|
+
* [BindDevices](https://cloud.tencent.com/document/api/634/73608)
|
|
39440
|
+
* [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73631)
|
|
39441
|
+
* [CreateMultiDevicesTask](https://cloud.tencent.com/document/api/634/73642)
|
|
39442
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/634/73646)
|
|
39443
|
+
* [CreateTaskFileUrl](https://cloud.tencent.com/document/api/634/73641)
|
|
39444
|
+
* [CreateTopicPolicy](https://cloud.tencent.com/document/api/634/73645)
|
|
39445
|
+
* [CreateTopicRule](https://cloud.tencent.com/document/api/634/73617)
|
|
39446
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/73636)
|
|
39447
|
+
* [DeleteTopicRule](https://cloud.tencent.com/document/api/634/73616)
|
|
39448
|
+
* [DescribeDeviceClientKey](https://cloud.tencent.com/document/api/634/73607)
|
|
39449
|
+
* [DescribeDeviceResource](https://cloud.tencent.com/document/api/634/73606)
|
|
39450
|
+
* [DescribeDeviceResources](https://cloud.tencent.com/document/api/634/73605)
|
|
39451
|
+
* [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73611)
|
|
39452
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
|
|
39453
|
+
* [DescribeFirmwareTask](https://cloud.tencent.com/document/api/634/73629)
|
|
39454
|
+
* [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/634/73628)
|
|
39455
|
+
* [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/634/73627)
|
|
39456
|
+
* [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/634/73626)
|
|
39457
|
+
* [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/634/73625)
|
|
39458
|
+
* [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/634/73604)
|
|
39459
|
+
* [DescribeProductResource](https://cloud.tencent.com/document/api/634/73603)
|
|
39460
|
+
* [DescribeProductResources](https://cloud.tencent.com/document/api/634/73602)
|
|
39461
|
+
* [DescribeProductTask](https://cloud.tencent.com/document/api/634/73640)
|
|
39462
|
+
* [DescribeProductTasks](https://cloud.tencent.com/document/api/634/73639)
|
|
39463
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/634/73644)
|
|
39464
|
+
* [DescribePushResourceTaskStatistics](https://cloud.tencent.com/document/api/634/73635)
|
|
39465
|
+
* [DescribeResourceTasks](https://cloud.tencent.com/document/api/634/73624)
|
|
39466
|
+
* [DisableTopicRule](https://cloud.tencent.com/document/api/634/73615)
|
|
39467
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/73634)
|
|
39468
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
39469
|
+
* [EnableTopicRule](https://cloud.tencent.com/document/api/634/73614)
|
|
39470
|
+
* [GetCOSURL](https://cloud.tencent.com/document/api/634/73633)
|
|
39471
|
+
* [GetUserResourceInfo](https://cloud.tencent.com/document/api/634/73632)
|
|
39472
|
+
* [PublishMessage](https://cloud.tencent.com/document/api/634/73619)
|
|
39473
|
+
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/634/73618)
|
|
39474
|
+
* [ReplaceTopicRule](https://cloud.tencent.com/document/api/634/73613)
|
|
39475
|
+
* [ResetDeviceState](https://cloud.tencent.com/document/api/634/73601)
|
|
39476
|
+
* [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73622)
|
|
39477
|
+
* [UnbindDevices](https://cloud.tencent.com/document/api/634/73600)
|
|
39478
|
+
* [UpdateDeviceAvailableState](https://cloud.tencent.com/document/api/634/73599)
|
|
39479
|
+
* [UpdateDeviceShadow](https://cloud.tencent.com/document/api/634/73610)
|
|
39480
|
+
* [UpdateTopicPolicy](https://cloud.tencent.com/document/api/634/73643)
|
|
39481
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
39482
|
+
|
|
39483
|
+
新增数据结构:
|
|
39484
|
+
|
|
39485
|
+
* [BindDeviceInfo](https://cloud.tencent.com/document/api/634/71973#BindDeviceInfo)
|
|
39486
|
+
* [BrokerSubscribe](https://cloud.tencent.com/document/api/634/71973#BrokerSubscribe)
|
|
39487
|
+
* [DeviceResourceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceResourceInfo)
|
|
39488
|
+
* [DeviceUpdateStatus](https://cloud.tencent.com/document/api/634/71973#DeviceUpdateStatus)
|
|
39489
|
+
* [FirmwareTaskInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareTaskInfo)
|
|
39490
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/634/71973#ProductInfo)
|
|
39491
|
+
* [ProductResourceInfo](https://cloud.tencent.com/document/api/634/71973#ProductResourceInfo)
|
|
39492
|
+
* [ProductTaskInfo](https://cloud.tencent.com/document/api/634/71973#ProductTaskInfo)
|
|
39493
|
+
* [ResetDeviceResult](https://cloud.tencent.com/document/api/634/71973#ResetDeviceResult)
|
|
39494
|
+
* [SearchKeyword](https://cloud.tencent.com/document/api/634/71973#SearchKeyword)
|
|
39495
|
+
* [StatusStatistic](https://cloud.tencent.com/document/api/634/71973#StatusStatistic)
|
|
39496
|
+
* [TopicRulePayload](https://cloud.tencent.com/document/api/634/71973#TopicRulePayload)
|
|
39497
|
+
|
|
39212
39498
|
### 第 2 次发布
|
|
39213
39499
|
|
|
39214
39500
|
发布时间:2022-04-01 15:20:13
|
|
@@ -45855,6 +46141,21 @@
|
|
|
45855
46141
|
|
|
45856
46142
|
## 云监控(monitor) 版本:2018-07-24
|
|
45857
46143
|
|
|
46144
|
+
### 第 45 次发布
|
|
46145
|
+
|
|
46146
|
+
发布时间:2022-05-13 06:15:04
|
|
46147
|
+
|
|
46148
|
+
本次发布包含了以下内容:
|
|
46149
|
+
|
|
46150
|
+
改善已有的文档。
|
|
46151
|
+
|
|
46152
|
+
修改接口:
|
|
46153
|
+
|
|
46154
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
46155
|
+
|
|
46156
|
+
* 新增入参:OneClickPolicyType
|
|
46157
|
+
|
|
46158
|
+
|
|
45858
46159
|
### 第 44 次发布
|
|
45859
46160
|
|
|
45860
46161
|
发布时间:2022-05-10 06:09:42
|
|
@@ -49283,6 +49584,22 @@
|
|
|
49283
49584
|
|
|
49284
49585
|
## 文字识别(ocr) 版本:2018-11-19
|
|
49285
49586
|
|
|
49587
|
+
### 第 66 次发布
|
|
49588
|
+
|
|
49589
|
+
发布时间:2022-05-12 06:14:35
|
|
49590
|
+
|
|
49591
|
+
本次发布包含了以下内容:
|
|
49592
|
+
|
|
49593
|
+
改善已有的文档。
|
|
49594
|
+
|
|
49595
|
+
新增接口:
|
|
49596
|
+
|
|
49597
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
49598
|
+
|
|
49599
|
+
新增数据结构:
|
|
49600
|
+
|
|
49601
|
+
* [PassInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#PassInvoiceInfo)
|
|
49602
|
+
|
|
49286
49603
|
### 第 65 次发布
|
|
49287
49604
|
|
|
49288
49605
|
发布时间:2022-04-19 19:47:18
|
|
@@ -65498,6 +65815,21 @@
|
|
|
65498
65815
|
|
|
65499
65816
|
## 容器服务(tke) 版本:2018-05-25
|
|
65500
65817
|
|
|
65818
|
+
### 第 98 次发布
|
|
65819
|
+
|
|
65820
|
+
发布时间:2022-05-12 06:17:58
|
|
65821
|
+
|
|
65822
|
+
本次发布包含了以下内容:
|
|
65823
|
+
|
|
65824
|
+
改善已有的文档。
|
|
65825
|
+
|
|
65826
|
+
修改接口:
|
|
65827
|
+
|
|
65828
|
+
* [CreateClusterEndpoint](https://cloud.tencent.com/document/api/457/39414)
|
|
65829
|
+
|
|
65830
|
+
* 新增入参:Domain, SecurityGroup, ExtensiveParameters
|
|
65831
|
+
|
|
65832
|
+
|
|
65501
65833
|
### 第 97 次发布
|
|
65502
65834
|
|
|
65503
65835
|
发布时间:2022-05-09 06:15:13
|
|
@@ -68501,6 +68833,21 @@
|
|
|
68501
68833
|
|
|
68502
68834
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
68503
68835
|
|
|
68836
|
+
### 第 75 次发布
|
|
68837
|
+
|
|
68838
|
+
发布时间:2022-05-16 06:16:28
|
|
68839
|
+
|
|
68840
|
+
本次发布包含了以下内容:
|
|
68841
|
+
|
|
68842
|
+
改善已有的文档。
|
|
68843
|
+
|
|
68844
|
+
修改数据结构:
|
|
68845
|
+
|
|
68846
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
68847
|
+
|
|
68848
|
+
* 新增成员:RepoType
|
|
68849
|
+
|
|
68850
|
+
|
|
68504
68851
|
### 第 74 次发布
|
|
68505
68852
|
|
|
68506
68853
|
发布时间:2022-05-09 06:15:37
|
|
@@ -70929,6 +71276,25 @@
|
|
|
70929
71276
|
|
|
70930
71277
|
## 云点播(vod) 版本:2018-07-17
|
|
70931
71278
|
|
|
71279
|
+
### 第 103 次发布
|
|
71280
|
+
|
|
71281
|
+
发布时间:2022-05-13 06:19:52
|
|
71282
|
+
|
|
71283
|
+
本次发布包含了以下内容:
|
|
71284
|
+
|
|
71285
|
+
改善已有的文档。
|
|
71286
|
+
|
|
71287
|
+
新增数据结构:
|
|
71288
|
+
|
|
71289
|
+
* [FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)
|
|
71290
|
+
|
|
71291
|
+
修改数据结构:
|
|
71292
|
+
|
|
71293
|
+
* [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
|
|
71294
|
+
|
|
71295
|
+
* 新增成员:FileDeleteResultInfo
|
|
71296
|
+
|
|
71297
|
+
|
|
70932
71298
|
### 第 102 次发布
|
|
70933
71299
|
|
|
70934
71300
|
发布时间:2022-04-29 06:15:32
|