tencentcloud-sdk-nodejs 4.0.904 → 4.0.906
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 +483 -0
- package/SERVICE_CHANGELOG.md +436 -74
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +10 -12
- package/src/services/ams/v20201229/ams_client.ts +4 -1
- package/src/services/ams/v20201229/ams_models.ts +199 -63
- package/src/services/bi/v20220105/bi_models.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +4 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -3
- package/src/services/cdn/v20180606/cdn_client.ts +2 -0
- package/src/services/cdn/v20180606/cdn_models.ts +46 -0
- package/src/services/cfg/v20210820/cfg_client.ts +85 -29
- package/src/services/cfg/v20210820/cfg_models.ts +606 -139
- package/src/services/cfw/v20190904/cfw_client.ts +16 -3
- package/src/services/cfw/v20190904/cfw_models.ts +145 -22
- package/src/services/cme/v20191029/cme_models.ts +4 -4
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +41 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +3 -2
- package/src/services/ecm/v20190719/ecm_models.ts +8 -0
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +190 -58
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +4 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +87 -26
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +28 -0
- package/src/services/lke/v20231130/lke_models.ts +7 -7
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/tke/v20180525/tke_client.ts +19 -6
- package/src/services/tke/v20180525/tke_models.ts +96 -0
- package/src/services/vclm/v20240523/vclm_client.ts +28 -2
- package/src/services/vclm/v20240523/vclm_models.ts +90 -10
- package/src/services/vm/v20201229/vm_client.ts +4 -4
- package/src/services/vm/v20201229/vm_models.ts +131 -44
- package/src/services/vm/v20210922/vm_models.ts +25 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +10 -12
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +196 -63
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +15 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +25 -9
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +36 -12
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +596 -145
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +142 -22
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +41 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +186 -57
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +85 -26
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +7 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +93 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +11 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +14 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +86 -10
- package/tencentcloud/services/vm/v20201229/vm_client.d.ts +1 -3
- package/tencentcloud/services/vm/v20201229/vm_client.js +1 -3
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +129 -44
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +25 -26
- package/test/cfg.v20210820.test.js +48 -8
- package/test/cfw.v20190904.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tke.v20180525.test.js +12 -2
- package/test/vclm.v20240523.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,50 +1,59 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-26 14:53:06
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
16
|
-
|
|
17
|
-
* 新增出参:UsedTemplateCount, TemplateQuotaCount
|
|
13
|
+
新增接口:
|
|
18
14
|
|
|
19
|
-
* [
|
|
15
|
+
* [CreateTaskFromAction](https://cloud.tencent.com/document/api/1500/109362)
|
|
16
|
+
* [DescribeActionFieldConfigList](https://cloud.tencent.com/document/api/1500/109361)
|
|
17
|
+
* [DescribeActionLibraryList](https://cloud.tencent.com/document/api/1500/109360)
|
|
18
|
+
* [DescribeObjectTypeList](https://cloud.tencent.com/document/api/1500/109359)
|
|
20
19
|
|
|
21
|
-
|
|
20
|
+
新增数据结构:
|
|
22
21
|
|
|
22
|
+
* [ActionFieldConfigDetail](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigDetail)
|
|
23
|
+
* [ActionFieldConfigResult](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigResult)
|
|
24
|
+
* [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
|
|
25
|
+
* [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
|
|
26
|
+
* [ObjectTypeConfig](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfig)
|
|
27
|
+
* [ObjectTypeConfigFields](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfigFields)
|
|
28
|
+
* [ObjectTypeJsonParse](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeJsonParse)
|
|
29
|
+
* [ResourceOffline](https://cloud.tencent.com/document/api/1500/71784#ResourceOffline)
|
|
23
30
|
|
|
24
31
|
|
|
25
32
|
|
|
26
|
-
##
|
|
33
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
27
34
|
|
|
28
|
-
### 第
|
|
35
|
+
### 第 58 次发布
|
|
29
36
|
|
|
30
|
-
发布时间:2024-07-
|
|
37
|
+
发布时间:2024-07-29 01:23:21
|
|
31
38
|
|
|
32
39
|
本次发布包含了以下内容:
|
|
33
40
|
|
|
34
41
|
改善已有的文档。
|
|
35
42
|
|
|
36
|
-
|
|
43
|
+
修改数据结构:
|
|
37
44
|
|
|
38
|
-
* [
|
|
45
|
+
* [VideoEditProjectOutput](https://cloud.tencent.com/document/api/1156/40360#VideoEditProjectOutput)
|
|
39
46
|
|
|
47
|
+
* <font color="#dd0000">**修改成员**:</font>CoverURL
|
|
40
48
|
|
|
41
49
|
|
|
42
50
|
|
|
43
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
44
51
|
|
|
45
|
-
|
|
52
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
46
53
|
|
|
47
|
-
|
|
54
|
+
### 第 176 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2024-07-29 01:41:10
|
|
48
57
|
|
|
49
58
|
本次发布包含了以下内容:
|
|
50
59
|
|
|
@@ -52,41 +61,22 @@
|
|
|
52
61
|
|
|
53
62
|
修改接口:
|
|
54
63
|
|
|
55
|
-
* [
|
|
56
|
-
|
|
57
|
-
* 新增入参:Infos
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
67
|
-
|
|
68
|
-
### 第 181 次发布
|
|
69
|
-
|
|
70
|
-
发布时间:2024-07-25 01:39:56
|
|
71
|
-
|
|
72
|
-
本次发布包含了以下内容:
|
|
64
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
73
65
|
|
|
74
|
-
|
|
66
|
+
* 新增入参:AuthToMe
|
|
75
67
|
|
|
76
|
-
修改接口:
|
|
77
68
|
|
|
78
|
-
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
|
|
79
69
|
|
|
80
|
-
* 新增入参:AuthorizedOrganizationName, AuthToMe
|
|
81
70
|
|
|
71
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
82
72
|
|
|
83
73
|
|
|
84
74
|
|
|
85
|
-
##
|
|
75
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
86
76
|
|
|
87
|
-
### 第
|
|
77
|
+
### 第 58 次发布
|
|
88
78
|
|
|
89
|
-
发布时间:2024-07-
|
|
79
|
+
发布时间:2024-07-29 01:51:41
|
|
90
80
|
|
|
91
81
|
本次发布包含了以下内容:
|
|
92
82
|
|
|
@@ -94,30 +84,15 @@
|
|
|
94
84
|
|
|
95
85
|
新增接口:
|
|
96
86
|
|
|
97
|
-
* [
|
|
98
|
-
|
|
99
|
-
修改接口:
|
|
100
|
-
|
|
101
|
-
* [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
|
|
102
|
-
|
|
103
|
-
* 新增入参:ParamTemplateId
|
|
104
|
-
|
|
105
|
-
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
|
|
106
|
-
|
|
107
|
-
* 新增入参:ParamTemplateId
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
87
|
+
* [UnblockKickedUser](https://cloud.tencent.com/document/api/1639/109376)
|
|
113
88
|
|
|
114
89
|
|
|
115
90
|
|
|
116
91
|
## 文字识别(ocr) 版本:2018-11-19
|
|
117
92
|
|
|
118
|
-
### 第
|
|
93
|
+
### 第 144 次发布
|
|
119
94
|
|
|
120
|
-
发布时间:2024-07-
|
|
95
|
+
发布时间:2024-07-29 02:00:34
|
|
121
96
|
|
|
122
97
|
本次发布包含了以下内容:
|
|
123
98
|
|
|
@@ -125,31 +100,27 @@
|
|
|
125
100
|
|
|
126
101
|
修改接口:
|
|
127
102
|
|
|
128
|
-
* [
|
|
129
|
-
|
|
130
|
-
* 新增入参:CropPortrait
|
|
103
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
131
104
|
|
|
132
|
-
* 新增出参:
|
|
105
|
+
* 新增出参:InvoiceTitle
|
|
133
106
|
|
|
134
107
|
|
|
135
108
|
|
|
136
109
|
|
|
137
|
-
##
|
|
110
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
138
111
|
|
|
139
|
-
### 第
|
|
112
|
+
### 第 4 次发布
|
|
140
113
|
|
|
141
|
-
发布时间:2024-07-
|
|
114
|
+
发布时间:2024-07-29 02:25:41
|
|
142
115
|
|
|
143
116
|
本次发布包含了以下内容:
|
|
144
117
|
|
|
145
118
|
改善已有的文档。
|
|
146
119
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
150
|
-
|
|
151
|
-
* 新增成员:EnvType
|
|
120
|
+
新增接口:
|
|
152
121
|
|
|
122
|
+
* [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
|
|
123
|
+
* [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
|
|
153
124
|
|
|
154
125
|
|
|
155
126
|
|
|
@@ -1776,6 +1747,44 @@
|
|
|
1776
1747
|
|
|
1777
1748
|
## 音频内容安全(ams) 版本:2020-12-29
|
|
1778
1749
|
|
|
1750
|
+
### 第 11 次发布
|
|
1751
|
+
|
|
1752
|
+
发布时间:2024-07-26 01:08:05
|
|
1753
|
+
|
|
1754
|
+
本次发布包含了以下内容:
|
|
1755
|
+
|
|
1756
|
+
改善已有的文档。
|
|
1757
|
+
|
|
1758
|
+
修改接口:
|
|
1759
|
+
|
|
1760
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
1761
|
+
|
|
1762
|
+
* 新增出参:MediaInfo
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
新增数据结构:
|
|
1766
|
+
|
|
1767
|
+
* [LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)
|
|
1768
|
+
* [SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)
|
|
1769
|
+
* [TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)
|
|
1770
|
+
|
|
1771
|
+
修改数据结构:
|
|
1772
|
+
|
|
1773
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
|
|
1774
|
+
|
|
1775
|
+
* 新增成员:SpeakerResults, LabelResults, TravelResults
|
|
1776
|
+
|
|
1777
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
1778
|
+
|
|
1779
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1219/53259#AudioSegments)
|
|
1780
|
+
|
|
1781
|
+
* 新增成员:CreatedAt
|
|
1782
|
+
|
|
1783
|
+
* [TaskData](https://cloud.tencent.com/document/api/1219/53259#TaskData)
|
|
1784
|
+
|
|
1785
|
+
* 新增成员:InputInfo
|
|
1786
|
+
|
|
1787
|
+
|
|
1779
1788
|
### 第 10 次发布
|
|
1780
1789
|
|
|
1781
1790
|
发布时间:2023-12-22 01:06:11
|
|
@@ -13926,6 +13935,21 @@
|
|
|
13926
13935
|
|
|
13927
13936
|
## 云拨测(cat) 版本:2018-04-09
|
|
13928
13937
|
|
|
13938
|
+
### 第 18 次发布
|
|
13939
|
+
|
|
13940
|
+
发布时间:2024-07-26 01:15:04
|
|
13941
|
+
|
|
13942
|
+
本次发布包含了以下内容:
|
|
13943
|
+
|
|
13944
|
+
改善已有的文档。
|
|
13945
|
+
|
|
13946
|
+
修改接口:
|
|
13947
|
+
|
|
13948
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
13949
|
+
|
|
13950
|
+
* 新增入参:SubSyncFlag
|
|
13951
|
+
|
|
13952
|
+
|
|
13929
13953
|
### 第 17 次发布
|
|
13930
13954
|
|
|
13931
13955
|
发布时间:2024-06-12 01:16:37
|
|
@@ -16728,6 +16752,29 @@
|
|
|
16728
16752
|
|
|
16729
16753
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16730
16754
|
|
|
16755
|
+
### 第 162 次发布
|
|
16756
|
+
|
|
16757
|
+
发布时间:2024-07-26 01:16:06
|
|
16758
|
+
|
|
16759
|
+
本次发布包含了以下内容:
|
|
16760
|
+
|
|
16761
|
+
改善已有的文档。
|
|
16762
|
+
|
|
16763
|
+
修改接口:
|
|
16764
|
+
|
|
16765
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
16766
|
+
|
|
16767
|
+
* 新增入参:ClusterTopology
|
|
16768
|
+
|
|
16769
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
16770
|
+
|
|
16771
|
+
* 新增入参:ClusterTopology
|
|
16772
|
+
|
|
16773
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
16774
|
+
|
|
16775
|
+
* 新增入参:ClusterTopology
|
|
16776
|
+
|
|
16777
|
+
|
|
16731
16778
|
### 第 161 次发布
|
|
16732
16779
|
|
|
16733
16780
|
发布时间:2024-07-23 01:10:42
|
|
@@ -20161,6 +20208,33 @@
|
|
|
20161
20208
|
|
|
20162
20209
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
20163
20210
|
|
|
20211
|
+
### 第 128 次发布
|
|
20212
|
+
|
|
20213
|
+
发布时间:2024-07-26 01:17:46
|
|
20214
|
+
|
|
20215
|
+
本次发布包含了以下内容:
|
|
20216
|
+
|
|
20217
|
+
改善已有的文档。
|
|
20218
|
+
|
|
20219
|
+
修改接口:
|
|
20220
|
+
|
|
20221
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
20222
|
+
|
|
20223
|
+
* 新增入参:ParamFilter
|
|
20224
|
+
|
|
20225
|
+
|
|
20226
|
+
新增数据结构:
|
|
20227
|
+
|
|
20228
|
+
* [ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)
|
|
20229
|
+
* [ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)
|
|
20230
|
+
|
|
20231
|
+
修改数据结构:
|
|
20232
|
+
|
|
20233
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
20234
|
+
|
|
20235
|
+
* 新增成员:ParamFilter
|
|
20236
|
+
|
|
20237
|
+
|
|
20164
20238
|
### 第 127 次发布
|
|
20165
20239
|
|
|
20166
20240
|
发布时间:2024-05-21 01:17:01
|
|
@@ -23837,6 +23911,32 @@
|
|
|
23837
23911
|
|
|
23838
23912
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
23839
23913
|
|
|
23914
|
+
### 第 16 次发布
|
|
23915
|
+
|
|
23916
|
+
发布时间:2024-07-26 14:53:06
|
|
23917
|
+
|
|
23918
|
+
本次发布包含了以下内容:
|
|
23919
|
+
|
|
23920
|
+
改善已有的文档。
|
|
23921
|
+
|
|
23922
|
+
新增接口:
|
|
23923
|
+
|
|
23924
|
+
* [[CreateTaskFromAction](https://cloud.tencent.com/document/api/1500/109362)](https://cloud.tencent.com/document/api/#/#)
|
|
23925
|
+
* [[DescribeActionFieldConfigList](https://cloud.tencent.com/document/api/1500/109361)](https://cloud.tencent.com/document/api/#/#)
|
|
23926
|
+
* [[DescribeActionLibraryList](https://cloud.tencent.com/document/api/1500/109360)](https://cloud.tencent.com/document/api/#/#)
|
|
23927
|
+
* [[DescribeObjectTypeList](https://cloud.tencent.com/document/api/1500/109359)](https://cloud.tencent.com/document/api/#/#)
|
|
23928
|
+
|
|
23929
|
+
新增数据结构:
|
|
23930
|
+
|
|
23931
|
+
* [[ActionFieldConfigDetail](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigDetail)](https://cloud.tencent.com/document/api/1500/71784#[ActionFieldConfigDetail](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigDetail))
|
|
23932
|
+
* [[ActionFieldConfigResult](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigResult)](https://cloud.tencent.com/document/api/1500/71784#[ActionFieldConfigResult](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigResult))
|
|
23933
|
+
* [[ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)](https://cloud.tencent.com/document/api/1500/71784#[ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult))
|
|
23934
|
+
* [[ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)](https://cloud.tencent.com/document/api/1500/71784#[ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType))
|
|
23935
|
+
* [[ObjectTypeConfig](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfig)](https://cloud.tencent.com/document/api/1500/71784#[ObjectTypeConfig](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfig))
|
|
23936
|
+
* [[ObjectTypeConfigFields](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfigFields)](https://cloud.tencent.com/document/api/1500/71784#[ObjectTypeConfigFields](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfigFields))
|
|
23937
|
+
* [[ObjectTypeJsonParse](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeJsonParse)](https://cloud.tencent.com/document/api/1500/71784#[ObjectTypeJsonParse](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeJsonParse))
|
|
23938
|
+
* [[ResourceOffline](https://cloud.tencent.com/document/api/1500/71784#ResourceOffline)](https://cloud.tencent.com/document/api/1500/71784#[ResourceOffline](https://cloud.tencent.com/document/api/1500/71784#ResourceOffline))
|
|
23939
|
+
|
|
23840
23940
|
### 第 15 次发布
|
|
23841
23941
|
|
|
23842
23942
|
发布时间:2024-01-19 01:08:39
|
|
@@ -24705,6 +24805,29 @@
|
|
|
24705
24805
|
|
|
24706
24806
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
24707
24807
|
|
|
24808
|
+
### 第 60 次发布
|
|
24809
|
+
|
|
24810
|
+
发布时间:2024-07-26 01:19:51
|
|
24811
|
+
|
|
24812
|
+
本次发布包含了以下内容:
|
|
24813
|
+
|
|
24814
|
+
改善已有的文档。
|
|
24815
|
+
|
|
24816
|
+
新增接口:
|
|
24817
|
+
|
|
24818
|
+
* [DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)
|
|
24819
|
+
|
|
24820
|
+
新增数据结构:
|
|
24821
|
+
|
|
24822
|
+
* [DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)
|
|
24823
|
+
|
|
24824
|
+
修改数据结构:
|
|
24825
|
+
|
|
24826
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
24827
|
+
|
|
24828
|
+
* 新增成员:NeedSwitchCcnOverlap, CcnId
|
|
24829
|
+
|
|
24830
|
+
|
|
24708
24831
|
### 第 59 次发布
|
|
24709
24832
|
|
|
24710
24833
|
发布时间:2024-07-25 01:19:29
|
|
@@ -33804,6 +33927,21 @@
|
|
|
33804
33927
|
|
|
33805
33928
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
33806
33929
|
|
|
33930
|
+
### 第 58 次发布
|
|
33931
|
+
|
|
33932
|
+
发布时间:2024-07-29 01:23:21
|
|
33933
|
+
|
|
33934
|
+
本次发布包含了以下内容:
|
|
33935
|
+
|
|
33936
|
+
改善已有的文档。
|
|
33937
|
+
|
|
33938
|
+
修改数据结构:
|
|
33939
|
+
|
|
33940
|
+
* [VideoEditProjectOutput](https://cloud.tencent.com/document/api/1156/40360#VideoEditProjectOutput)
|
|
33941
|
+
|
|
33942
|
+
* <font color="#dd0000">**修改成员**:</font>CoverURL
|
|
33943
|
+
|
|
33944
|
+
|
|
33807
33945
|
### 第 57 次发布
|
|
33808
33946
|
|
|
33809
33947
|
发布时间:2023-10-19 16:00:29
|
|
@@ -45421,6 +45559,44 @@
|
|
|
45421
45559
|
|
|
45422
45560
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
45423
45561
|
|
|
45562
|
+
### 第 98 次发布
|
|
45563
|
+
|
|
45564
|
+
发布时间:2024-07-26 01:29:47
|
|
45565
|
+
|
|
45566
|
+
本次发布包含了以下内容:
|
|
45567
|
+
|
|
45568
|
+
改善已有的文档。
|
|
45569
|
+
|
|
45570
|
+
修改接口:
|
|
45571
|
+
|
|
45572
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
45573
|
+
|
|
45574
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45575
|
+
|
|
45576
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
45577
|
+
|
|
45578
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45579
|
+
|
|
45580
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
45581
|
+
|
|
45582
|
+
* 新增入参:LogType
|
|
45583
|
+
|
|
45584
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
45585
|
+
|
|
45586
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45587
|
+
|
|
45588
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
45589
|
+
|
|
45590
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45591
|
+
|
|
45592
|
+
|
|
45593
|
+
修改数据结构:
|
|
45594
|
+
|
|
45595
|
+
* [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
|
|
45596
|
+
|
|
45597
|
+
* 新增成员:LogType
|
|
45598
|
+
|
|
45599
|
+
|
|
45424
45600
|
### 第 97 次发布
|
|
45425
45601
|
|
|
45426
45602
|
发布时间:2024-07-22 01:29:16
|
|
@@ -57865,6 +58041,21 @@
|
|
|
57865
58041
|
|
|
57866
58042
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
57867
58043
|
|
|
58044
|
+
### 第 75 次发布
|
|
58045
|
+
|
|
58046
|
+
发布时间:2024-07-26 01:38:19
|
|
58047
|
+
|
|
58048
|
+
本次发布包含了以下内容:
|
|
58049
|
+
|
|
58050
|
+
改善已有的文档。
|
|
58051
|
+
|
|
58052
|
+
修改接口:
|
|
58053
|
+
|
|
58054
|
+
* [ModifyVpcAttribute](https://cloud.tencent.com/document/api/1108/43567)
|
|
58055
|
+
|
|
58056
|
+
* 新增入参:DnsServers, DomainName
|
|
58057
|
+
|
|
58058
|
+
|
|
57868
58059
|
### 第 74 次发布
|
|
57869
58060
|
|
|
57870
58061
|
发布时间:2024-02-21 01:14:56
|
|
@@ -60073,6 +60264,47 @@
|
|
|
60073
60264
|
|
|
60074
60265
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60075
60266
|
|
|
60267
|
+
### 第 69 次发布
|
|
60268
|
+
|
|
60269
|
+
发布时间:2024-07-25 14:51:25
|
|
60270
|
+
|
|
60271
|
+
本次发布包含了以下内容:
|
|
60272
|
+
|
|
60273
|
+
改善已有的文档。
|
|
60274
|
+
|
|
60275
|
+
新增接口:
|
|
60276
|
+
|
|
60277
|
+
* [DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)
|
|
60278
|
+
|
|
60279
|
+
修改接口:
|
|
60280
|
+
|
|
60281
|
+
* [InquiryPriceRenewInstance](https://cloud.tencent.com/document/api/589/38064)
|
|
60282
|
+
|
|
60283
|
+
* <font color="#dd0000">**修改入参**:</font>Placement
|
|
60284
|
+
|
|
60285
|
+
* [InquiryPriceUpdateInstance](https://cloud.tencent.com/document/api/589/38063)
|
|
60286
|
+
|
|
60287
|
+
* <font color="#dd0000">**修改入参**:</font>UpdateSpec, Placement
|
|
60288
|
+
|
|
60289
|
+
* 新增出参:NewConfigPrice
|
|
60290
|
+
|
|
60291
|
+
|
|
60292
|
+
新增数据结构:
|
|
60293
|
+
|
|
60294
|
+
* [PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)
|
|
60295
|
+
* [TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)
|
|
60296
|
+
|
|
60297
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
60298
|
+
|
|
60299
|
+
* TriggerConditions
|
|
60300
|
+
|
|
60301
|
+
修改数据结构:
|
|
60302
|
+
|
|
60303
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
60304
|
+
|
|
60305
|
+
* <font color="#dd0000">**删除成员**:</font>LoadMetrics, MetricId, StatisticPeriod, TriggerThreshold, TriggerConditions
|
|
60306
|
+
|
|
60307
|
+
|
|
60076
60308
|
### 第 68 次发布
|
|
60077
60309
|
|
|
60078
60310
|
发布时间:2024-07-01 01:15:45
|
|
@@ -66515,6 +66747,21 @@
|
|
|
66515
66747
|
|
|
66516
66748
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66517
66749
|
|
|
66750
|
+
### 第 176 次发布
|
|
66751
|
+
|
|
66752
|
+
发布时间:2024-07-29 01:41:10
|
|
66753
|
+
|
|
66754
|
+
本次发布包含了以下内容:
|
|
66755
|
+
|
|
66756
|
+
改善已有的文档。
|
|
66757
|
+
|
|
66758
|
+
修改接口:
|
|
66759
|
+
|
|
66760
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
|
|
66761
|
+
|
|
66762
|
+
* 新增入参:AuthToMe
|
|
66763
|
+
|
|
66764
|
+
|
|
66518
66765
|
### 第 175 次发布
|
|
66519
66766
|
|
|
66520
66767
|
发布时间:2024-07-18 01:11:43
|
|
@@ -75111,6 +75358,30 @@
|
|
|
75111
75358
|
|
|
75112
75359
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
75113
75360
|
|
|
75361
|
+
### 第 14 次发布
|
|
75362
|
+
|
|
75363
|
+
发布时间:2024-07-26 01:44:41
|
|
75364
|
+
|
|
75365
|
+
本次发布包含了以下内容:
|
|
75366
|
+
|
|
75367
|
+
改善已有的文档。
|
|
75368
|
+
|
|
75369
|
+
修改接口:
|
|
75370
|
+
|
|
75371
|
+
* [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
|
|
75372
|
+
|
|
75373
|
+
* 新增入参:Num, Seed, LogoParam
|
|
75374
|
+
|
|
75375
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
75376
|
+
|
|
75377
|
+
* 新增入参:LogoParam
|
|
75378
|
+
|
|
75379
|
+
|
|
75380
|
+
新增数据结构:
|
|
75381
|
+
|
|
75382
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)
|
|
75383
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)
|
|
75384
|
+
|
|
75114
75385
|
### 第 13 次发布
|
|
75115
75386
|
|
|
75116
75387
|
发布时间:2024-07-23 01:37:38
|
|
@@ -83710,6 +83981,18 @@
|
|
|
83710
83981
|
|
|
83711
83982
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
83712
83983
|
|
|
83984
|
+
### 第 58 次发布
|
|
83985
|
+
|
|
83986
|
+
发布时间:2024-07-29 01:51:41
|
|
83987
|
+
|
|
83988
|
+
本次发布包含了以下内容:
|
|
83989
|
+
|
|
83990
|
+
改善已有的文档。
|
|
83991
|
+
|
|
83992
|
+
新增接口:
|
|
83993
|
+
|
|
83994
|
+
* [[UnblockKickedUser](https://cloud.tencent.com/document/api/1639/109376)](https://cloud.tencent.com/document/api/#/#)
|
|
83995
|
+
|
|
83713
83996
|
### 第 57 次发布
|
|
83714
83997
|
|
|
83715
83998
|
发布时间:2024-07-17 01:19:12
|
|
@@ -91409,7 +91692,7 @@
|
|
|
91409
91692
|
|
|
91410
91693
|
新增接口:
|
|
91411
91694
|
|
|
91412
|
-
* [
|
|
91695
|
+
* [RestartNodes](https://cloud.tencent.com/document/api/240/109311)
|
|
91413
91696
|
|
|
91414
91697
|
修改接口:
|
|
91415
91698
|
|
|
@@ -100636,6 +100919,21 @@
|
|
|
100636
100919
|
|
|
100637
100920
|
## 文字识别(ocr) 版本:2018-11-19
|
|
100638
100921
|
|
|
100922
|
+
### 第 144 次发布
|
|
100923
|
+
|
|
100924
|
+
发布时间:2024-07-29 02:00:34
|
|
100925
|
+
|
|
100926
|
+
本次发布包含了以下内容:
|
|
100927
|
+
|
|
100928
|
+
改善已有的文档。
|
|
100929
|
+
|
|
100930
|
+
修改接口:
|
|
100931
|
+
|
|
100932
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
100933
|
+
|
|
100934
|
+
* 新增出参:InvoiceTitle
|
|
100935
|
+
|
|
100936
|
+
|
|
100639
100937
|
### 第 143 次发布
|
|
100640
100938
|
|
|
100641
100939
|
发布时间:2024-07-25 02:00:21
|
|
@@ -136228,6 +136526,22 @@
|
|
|
136228
136526
|
|
|
136229
136527
|
## 容器服务(tke) 版本:2018-05-25
|
|
136230
136528
|
|
|
136529
|
+
### 第 176 次发布
|
|
136530
|
+
|
|
136531
|
+
发布时间:2024-07-26 02:19:58
|
|
136532
|
+
|
|
136533
|
+
本次发布包含了以下内容:
|
|
136534
|
+
|
|
136535
|
+
改善已有的文档。
|
|
136536
|
+
|
|
136537
|
+
新增接口:
|
|
136538
|
+
|
|
136539
|
+
* [DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)
|
|
136540
|
+
|
|
136541
|
+
新增数据结构:
|
|
136542
|
+
|
|
136543
|
+
* [ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)
|
|
136544
|
+
|
|
136231
136545
|
### 第 175 次发布
|
|
136232
136546
|
|
|
136233
136547
|
发布时间:2024-06-27 01:21:28
|
|
@@ -147995,6 +148309,19 @@
|
|
|
147995
148309
|
|
|
147996
148310
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
147997
148311
|
|
|
148312
|
+
### 第 4 次发布
|
|
148313
|
+
|
|
148314
|
+
发布时间:2024-07-29 02:25:41
|
|
148315
|
+
|
|
148316
|
+
本次发布包含了以下内容:
|
|
148317
|
+
|
|
148318
|
+
改善已有的文档。
|
|
148319
|
+
|
|
148320
|
+
新增接口:
|
|
148321
|
+
|
|
148322
|
+
* [[DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)](https://cloud.tencent.com/document/api/#/#)
|
|
148323
|
+
* [[SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)](https://cloud.tencent.com/document/api/#/#)
|
|
148324
|
+
|
|
147998
148325
|
### 第 3 次发布
|
|
147999
148326
|
|
|
148000
148327
|
发布时间:2024-07-24 02:24:15
|
|
@@ -148133,6 +148460,41 @@
|
|
|
148133
148460
|
|
|
148134
148461
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
148135
148462
|
|
|
148463
|
+
### 第 8 次发布
|
|
148464
|
+
|
|
148465
|
+
发布时间:2024-07-26 02:26:27
|
|
148466
|
+
|
|
148467
|
+
本次发布包含了以下内容:
|
|
148468
|
+
|
|
148469
|
+
改善已有的文档。
|
|
148470
|
+
|
|
148471
|
+
修改接口:
|
|
148472
|
+
|
|
148473
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
148474
|
+
|
|
148475
|
+
* 新增出参:SegmentCosUrlList, AudioText, TryInSeconds, Asrs
|
|
148476
|
+
|
|
148477
|
+
|
|
148478
|
+
新增数据结构:
|
|
148479
|
+
|
|
148480
|
+
* [RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)
|
|
148481
|
+
* [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)
|
|
148482
|
+
|
|
148483
|
+
修改数据结构:
|
|
148484
|
+
|
|
148485
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
|
|
148486
|
+
|
|
148487
|
+
* 新增成员:RecognitionResults
|
|
148488
|
+
|
|
148489
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/51881#ImageResultsResultDetail)
|
|
148490
|
+
|
|
148491
|
+
* 新增成员:SubLabel
|
|
148492
|
+
|
|
148493
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/51881#ImageSegments)
|
|
148494
|
+
|
|
148495
|
+
* 新增成员:CreatedAt, OffsetusTime
|
|
148496
|
+
|
|
148497
|
+
|
|
148136
148498
|
### 第 7 次发布
|
|
148137
148499
|
|
|
148138
148500
|
发布时间:2023-02-07 02:12:35
|