tencentcloud-sdk-nodejs 4.0.653 → 4.0.655
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 +618 -0
- package/SERVICE_CHANGELOG.md +726 -91
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +3 -3
- package/src/services/asr/v20190614/asr_models.ts +7 -2
- package/src/services/clb/v20180317/clb_client.ts +17 -8
- package/src/services/clb/v20180317/clb_models.ts +16 -16
- package/src/services/cls/v20201016/cls_client.ts +36 -0
- package/src/services/cls/v20201016/cls_models.ts +160 -34
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +15 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +126 -90
- package/src/services/dasb/v20191018/dasb_models.ts +52 -43
- package/src/services/emr/v20190103/emr_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +19 -4
- package/src/services/ess/v20201111/ess_models.ts +442 -87
- package/src/services/essbasic/v20210526/essbasic_client.ts +15 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +166 -100
- package/src/services/faceid/v20180301/faceid_models.ts +8 -4
- package/src/services/goosefs/v20220519/goosefs_client.ts +201 -12
- package/src/services/goosefs/v20220519/goosefs_models.ts +697 -73
- package/src/services/live/v20180801/live_client.ts +1 -0
- package/src/services/live/v20180801/live_models.ts +25 -2
- package/src/services/mna/v20210119/mna_models.ts +10 -3
- package/src/services/mps/v20190612/mps_models.ts +33 -0
- package/src/services/ms/v20180408/ms_client.ts +19 -9
- package/src/services/ms/v20180408/ms_models.ts +46 -46
- package/src/services/nlp/v20190408/nlp_client.ts +66 -475
- package/src/services/nlp/v20190408/nlp_models.ts +262 -1301
- package/src/services/oceanus/v20190422/oceanus_client.ts +62 -54
- package/src/services/oceanus/v20190422/oceanus_models.ts +1487 -1284
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -0
- package/src/services/tcss/v20201101/tcss_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +45 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +359 -254
- package/src/services/trtc/v20190722/trtc_client.ts +2 -1
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +40 -31
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +35 -35
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +3 -3
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +15 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +15 -6
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +16 -16
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +18 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +154 -34
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +124 -90
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +52 -43
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +438 -87
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +166 -100
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -4
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +63 -3
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +93 -3
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +642 -57
- package/tencentcloud/services/live/v20180801/live_models.d.ts +24 -2
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +33 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +16 -6
- package/tencentcloud/services/ms/v20180408/ms_client.js +16 -6
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +46 -46
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +15 -206
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +21 -264
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +242 -1219
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1442 -1247
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +351 -251
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -31
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +35 -35
- package/test/cls.v20201016.test.js +30 -0
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/goosefs.v20220519.test.js +152 -2
- package/test/nlp.v20190408.test.js +14 -274
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tdmq.v20200217.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,42 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 63 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-08-02 01:08:23
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeKafkaUser](https://cloud.tencent.com/document/api/614/95781)
|
|
16
16
|
|
|
17
|
-
* <font color="#dd0000">**修改成员**:</font>MasterInstanceId, RoStatus, OfflineTime, Weight, Region, Zone, InstanceId, Status, InstanceType, InstanceName, HourFeeStatus, TaskStatus, Memory, Volume, Qps, Vip, Vport, VpcId, SubnetId, DeviceType, EngineVersion, DeadlineTime, PayType
|
|
18
17
|
|
|
19
18
|
|
|
19
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
20
20
|
|
|
21
|
+
### 第 64 次发布
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
发布时间:2023-08-02 01:13:37
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
本次发布包含了以下内容:
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [OpenClusterReadOnlyInstanceGroupAccess](https://cloud.tencent.com/document/api/1003/95782)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
36
|
+
|
|
37
|
+
### 第 13 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2023-08-02 01:13:55
|
|
27
40
|
|
|
28
41
|
本次发布包含了以下内容:
|
|
29
42
|
|
|
@@ -31,60 +44,119 @@
|
|
|
31
44
|
|
|
32
45
|
修改数据结构:
|
|
33
46
|
|
|
34
|
-
* [
|
|
47
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
35
48
|
|
|
36
|
-
*
|
|
49
|
+
* 新增成员:IpPortSet
|
|
37
50
|
|
|
51
|
+
* [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
|
|
38
52
|
|
|
53
|
+
* 新增成员:IpPortSet
|
|
39
54
|
|
|
55
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
40
56
|
|
|
41
|
-
|
|
57
|
+
* <font color="#dd0000">**修改成员**:</font>LogDeliveryArgs
|
|
42
58
|
|
|
43
|
-
### 第 98 次发布
|
|
44
59
|
|
|
45
|
-
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
63
|
+
|
|
64
|
+
### 第 100 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2023-08-02 01:15:29
|
|
46
67
|
|
|
47
68
|
本次发布包含了以下内容:
|
|
48
69
|
|
|
49
70
|
改善已有的文档。
|
|
50
71
|
|
|
51
|
-
|
|
72
|
+
新增接口:
|
|
52
73
|
|
|
53
|
-
* [
|
|
74
|
+
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1323/95783)
|
|
54
75
|
|
|
55
|
-
* <font color="#dd0000">**修改入参**:</font>FlowApproverList
|
|
56
76
|
|
|
57
77
|
|
|
78
|
+
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
58
79
|
|
|
80
|
+
### 第 6 次发布
|
|
59
81
|
|
|
60
|
-
|
|
82
|
+
发布时间:2023-08-02 01:16:12
|
|
61
83
|
|
|
84
|
+
本次发布包含了以下内容:
|
|
62
85
|
|
|
86
|
+
改善已有的文档。
|
|
63
87
|
|
|
64
|
-
|
|
88
|
+
新增接口:
|
|
65
89
|
|
|
66
|
-
|
|
90
|
+
* [AddCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95800)
|
|
91
|
+
* [AttachFileSystemBucket](https://cloud.tencent.com/document/api/1424/95793)
|
|
92
|
+
* [BatchAddClientNodes](https://cloud.tencent.com/document/api/1424/95799)
|
|
93
|
+
* [BatchDeleteClientNodes](https://cloud.tencent.com/document/api/1424/95798)
|
|
94
|
+
* [CreateFileSystem](https://cloud.tencent.com/document/api/1424/95792)
|
|
95
|
+
* [DeleteCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95797)
|
|
96
|
+
* [DeleteFileSystem](https://cloud.tencent.com/document/api/1424/95791)
|
|
97
|
+
* [DescribeClientNodes](https://cloud.tencent.com/document/api/1424/95796)
|
|
98
|
+
* [DescribeFileSystemBuckets](https://cloud.tencent.com/document/api/1424/95790)
|
|
99
|
+
* [DescribeFileSystems](https://cloud.tencent.com/document/api/1424/95789)
|
|
100
|
+
* [DetachFileSystemBucket](https://cloud.tencent.com/document/api/1424/95788)
|
|
101
|
+
* [ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)
|
|
102
|
+
* [ModifyDataRepositoryBandwidth](https://cloud.tencent.com/document/api/1424/95786)
|
|
103
|
+
* [QueryCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95795)
|
|
104
|
+
* [QueryDataRepositoryBandwidth](https://cloud.tencent.com/document/api/1424/95785)
|
|
105
|
+
|
|
106
|
+
新增数据结构:
|
|
107
|
+
|
|
108
|
+
* [ClientClusterManagerNodeInfo](https://cloud.tencent.com/document/api/1424/95076#ClientClusterManagerNodeInfo)
|
|
109
|
+
* [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
|
|
110
|
+
* [FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)
|
|
111
|
+
* [GooseFSxAttribute](https://cloud.tencent.com/document/api/1424/95076#GooseFSxAttribute)
|
|
112
|
+
* [GooseFSxBuildElement](https://cloud.tencent.com/document/api/1424/95076#GooseFSxBuildElement)
|
|
113
|
+
* [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
|
|
114
|
+
* [MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)
|
|
115
|
+
* [SubnetInfo](https://cloud.tencent.com/document/api/1424/95076#SubnetInfo)
|
|
116
|
+
* [Tag](https://cloud.tencent.com/document/api/1424/95076#Tag)
|
|
67
117
|
|
|
68
|
-
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
121
|
+
|
|
122
|
+
### 第 16 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2023-08-02 01:19:05
|
|
69
125
|
|
|
70
126
|
本次发布包含了以下内容:
|
|
71
127
|
|
|
72
128
|
改善已有的文档。
|
|
73
129
|
|
|
74
|
-
|
|
130
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
75
131
|
|
|
76
|
-
*
|
|
132
|
+
* CancelEncryptTask
|
|
133
|
+
* CreateEncryptInstance
|
|
134
|
+
* CreateOrderInstance
|
|
135
|
+
* DescribeEncryptInstances
|
|
136
|
+
* DescribeOrderInstances
|
|
77
137
|
|
|
78
|
-
|
|
138
|
+
修改数据结构:
|
|
79
139
|
|
|
140
|
+
* [AndroidResult](https://cloud.tencent.com/document/api/283/17759#AndroidResult)
|
|
80
141
|
|
|
142
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId, OrderId, ResourceId, OpUin, AppType, AppPkgName, BindAppPkgName, EncryptState, EncryptStateDesc, EncryptErrCode, EncryptErrDesc, EncryptErrRef, CreatTime, StartTime, EndTime, CostTime, AppUrl, AppMd5, AppName, AppVersion, AppSize, OnlineToolVersion, EncryptAppMd5, EncryptAppSize, EncryptPkgUrl, OutputToolVersion, OutputToolSize, ToolOutputTime, ToolExpireTime, OutputToolUrl, AndroidPlan
|
|
81
143
|
|
|
144
|
+
* [EncryptResults](https://cloud.tencent.com/document/api/283/17759#EncryptResults)
|
|
82
145
|
|
|
83
|
-
|
|
146
|
+
* <font color="#dd0000">**修改成员**:</font>PlatformType, PlatformDesc, OrderType, OrderTypeDesc, EncryptOpType, EncryptOpTypeDesc, ResourceId, OrderId, AndroidResult, IOSResult, SDKResult, AppletResult
|
|
84
147
|
|
|
85
|
-
|
|
148
|
+
* [Orders](https://cloud.tencent.com/document/api/283/17759#Orders)
|
|
86
149
|
|
|
87
|
-
|
|
150
|
+
* <font color="#dd0000">**修改成员**:</font>OrderId, PlatformType, PlatformTypeDesc, OrderType, OrderTypeDesc, AppPkgName, ResourceId, ResourceStatus, ResourceStatusDesc, TestTimes, ValidTime, ExpireTime, CreateTime, Approver, ApprovalStatus, ApprovalStatusDesc, ApprovalTime, TimesTaskTotalCount, TimesTaskSuccessCount, TimesTaskFailCount
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## NLP 服务(nlp) 版本:2019-04-08
|
|
156
|
+
|
|
157
|
+
### 第 20 次发布
|
|
158
|
+
|
|
159
|
+
发布时间:2023-08-02 01:19:12
|
|
88
160
|
|
|
89
161
|
本次发布包含了以下内容:
|
|
90
162
|
|
|
@@ -92,21 +164,53 @@
|
|
|
92
164
|
|
|
93
165
|
<font color="#dd0000">**删除接口**:</font>
|
|
94
166
|
|
|
95
|
-
*
|
|
96
|
-
*
|
|
167
|
+
* AutoSummarization
|
|
168
|
+
* ChatBot
|
|
169
|
+
* CreateDict
|
|
170
|
+
* CreateWordItems
|
|
171
|
+
* DeleteDict
|
|
172
|
+
* DeleteWordItems
|
|
173
|
+
* DependencyParsing
|
|
174
|
+
* DescribeDict
|
|
175
|
+
* DescribeDicts
|
|
176
|
+
* DescribeWordItems
|
|
177
|
+
* GenerateCouplet
|
|
178
|
+
* GeneratePoetry
|
|
179
|
+
* KeywordsExtraction
|
|
180
|
+
* LexicalAnalysis
|
|
181
|
+
* SearchWordItems
|
|
182
|
+
* SentenceEmbedding
|
|
183
|
+
* SentimentAnalysis
|
|
184
|
+
* SimilarWords
|
|
185
|
+
* TextClassification
|
|
186
|
+
* TextCorrection
|
|
187
|
+
* TextCorrectionPro
|
|
188
|
+
* TextSimilarity
|
|
189
|
+
* TextSimilarityPro
|
|
190
|
+
* UpdateDict
|
|
191
|
+
* WordEmbedding
|
|
192
|
+
* WordSimilarity
|
|
97
193
|
|
|
98
194
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
99
195
|
|
|
100
|
-
*
|
|
101
|
-
*
|
|
196
|
+
* CCIToken
|
|
197
|
+
* ClassificationResult
|
|
198
|
+
* DictInfo
|
|
199
|
+
* DpToken
|
|
200
|
+
* Keyword
|
|
201
|
+
* NerToken
|
|
202
|
+
* PosToken
|
|
203
|
+
* SearchResult
|
|
204
|
+
* Similarity
|
|
205
|
+
* WordItem
|
|
102
206
|
|
|
103
207
|
|
|
104
208
|
|
|
105
|
-
##
|
|
209
|
+
## 云函数(scf) 版本:2018-04-16
|
|
106
210
|
|
|
107
|
-
### 第
|
|
211
|
+
### 第 58 次发布
|
|
108
212
|
|
|
109
|
-
发布时间:2023-
|
|
213
|
+
发布时间:2023-08-02 01:20:41
|
|
110
214
|
|
|
111
215
|
本次发布包含了以下内容:
|
|
112
216
|
|
|
@@ -114,22 +218,18 @@
|
|
|
114
218
|
|
|
115
219
|
修改数据结构:
|
|
116
220
|
|
|
117
|
-
* [
|
|
118
|
-
|
|
119
|
-
* <font color="#dd0000">**修改成员**:</font>ProxyId, AccelerateMainland
|
|
120
|
-
|
|
121
|
-
|
|
221
|
+
* [K8SToleration](https://cloud.tencent.com/document/api/583/17244#K8SToleration)
|
|
122
222
|
|
|
223
|
+
* <font color="#dd0000">**修改成员**:</font>Key
|
|
123
224
|
|
|
124
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
125
225
|
|
|
126
226
|
|
|
127
227
|
|
|
128
|
-
##
|
|
228
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
129
229
|
|
|
130
|
-
### 第
|
|
230
|
+
### 第 48 次发布
|
|
131
231
|
|
|
132
|
-
发布时间:2023-
|
|
232
|
+
发布时间:2023-08-02 01:20:58
|
|
133
233
|
|
|
134
234
|
本次发布包含了以下内容:
|
|
135
235
|
|
|
@@ -137,18 +237,19 @@
|
|
|
137
237
|
|
|
138
238
|
新增接口:
|
|
139
239
|
|
|
140
|
-
* [
|
|
141
|
-
* [DescribeNotebook](https://cloud.tencent.com/document/api/851/95662)
|
|
142
|
-
* [StopCreatingImage](https://cloud.tencent.com/document/api/851/95661)
|
|
143
|
-
* [StopNotebook](https://cloud.tencent.com/document/api/851/95660)
|
|
240
|
+
* [DescribeInstanceByOrders](https://cloud.tencent.com/document/api/238/95801)
|
|
144
241
|
|
|
145
242
|
新增数据结构:
|
|
146
243
|
|
|
147
|
-
* [
|
|
244
|
+
* [DealInstance](https://cloud.tencent.com/document/api/238/19976#DealInstance)
|
|
148
245
|
|
|
149
|
-
### 第 29 次发布
|
|
150
246
|
|
|
151
|
-
|
|
247
|
+
|
|
248
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
249
|
+
|
|
250
|
+
### 第 71 次发布
|
|
251
|
+
|
|
252
|
+
发布时间:2023-08-02 01:22:40
|
|
152
253
|
|
|
153
254
|
本次发布包含了以下内容:
|
|
154
255
|
|
|
@@ -156,45 +257,57 @@
|
|
|
156
257
|
|
|
157
258
|
新增接口:
|
|
158
259
|
|
|
159
|
-
* [
|
|
160
|
-
* [CreateNotebookImage](https://cloud.tencent.com/document/api/851/95657)
|
|
161
|
-
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api/851/95656)
|
|
162
|
-
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api/851/95655)
|
|
163
|
-
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api/851/95654)
|
|
164
|
-
* [DescribeNotebooks](https://cloud.tencent.com/document/api/851/95653)
|
|
165
|
-
* [ModifyNotebook](https://cloud.tencent.com/document/api/851/95652)
|
|
166
|
-
* [ModifyNotebookTags](https://cloud.tencent.com/document/api/851/95651)
|
|
167
|
-
* [StartNotebook](https://cloud.tencent.com/document/api/851/95650)
|
|
260
|
+
* [DeleteRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95802)
|
|
168
261
|
|
|
169
|
-
|
|
262
|
+
修改接口:
|
|
170
263
|
|
|
171
|
-
* [
|
|
172
|
-
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
173
|
-
* [ResourceConf](https://cloud.tencent.com/document/api/851/75051#ResourceConf)
|
|
264
|
+
* [DescribeCmqSubscriptionDetail](https://cloud.tencent.com/document/api/1179/55908)
|
|
174
265
|
|
|
266
|
+
* 新增入参:QueueName, QueryType
|
|
175
267
|
|
|
268
|
+
* <font color="#dd0000">**修改入参**:</font>TopicName
|
|
176
269
|
|
|
177
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
178
270
|
|
|
271
|
+
修改数据结构:
|
|
179
272
|
|
|
273
|
+
* [CmqSubscription](https://cloud.tencent.com/document/api/1179/46089#CmqSubscription)
|
|
180
274
|
|
|
181
|
-
|
|
275
|
+
* 新增成员:TopicName
|
|
276
|
+
|
|
277
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
278
|
+
|
|
279
|
+
* 新增成员:SubscriptionCount
|
|
280
|
+
|
|
281
|
+
* <font color="#dd0000">**修改成员**:</font>TopicId, TopicName, MsgRetentionSeconds, MaxMsgSize, Qps, FilterType, CreateTime, LastModifyTime, MsgCount, CreateUin, Tags, Trace, TenantId, NamespaceName, Status, BrokerType
|
|
182
282
|
|
|
183
|
-
### 第 41 次发布
|
|
184
283
|
|
|
185
|
-
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
287
|
+
|
|
288
|
+
### 第 97 次发布
|
|
289
|
+
|
|
290
|
+
发布时间:2023-08-02 01:26:52
|
|
186
291
|
|
|
187
292
|
本次发布包含了以下内容:
|
|
188
293
|
|
|
189
294
|
改善已有的文档。
|
|
190
295
|
|
|
191
|
-
|
|
296
|
+
修改接口:
|
|
192
297
|
|
|
193
|
-
* [
|
|
298
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
194
299
|
|
|
195
|
-
|
|
300
|
+
* 新增入参:EnableBatchHealthCheck
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
修改数据结构:
|
|
304
|
+
|
|
305
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
306
|
+
|
|
307
|
+
* 新增成员:EnableBatchHealthCheck
|
|
308
|
+
|
|
309
|
+
* <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, GroupStatus, PackageId, PackageName, PackageVersion, ClusterId, ClusterName, NamespaceId, NamespaceName, ApplicationId, ApplicationName, InstanceCount, RunInstanceCount, StartupParameters, CreateTime, UpdateTime, OffInstanceCount, GroupDesc, MicroserviceType, ApplicationType, GroupResourceType, UpdatedTime, DeployDesc, UpdateType, DeployBetaEnable, DeployBatch, DeployExeMode, DeployWaitTime, EnableHealthCheck, HealthCheckSettings, PackageType, StartScript, StopScript, Alias, AgentProfileList, WarmupSetting, GatewayConfig
|
|
196
310
|
|
|
197
|
-
* [LogHistogramInfo](https://cloud.tencent.com/document/api/627/53609#LogHistogramInfo)
|
|
198
311
|
|
|
199
312
|
|
|
200
313
|
|
|
@@ -27164,6 +27277,65 @@
|
|
|
27164
27277
|
|
|
27165
27278
|
## 日志服务(cls) 版本:2020-10-16
|
|
27166
27279
|
|
|
27280
|
+
### 第 63 次发布
|
|
27281
|
+
|
|
27282
|
+
发布时间:2023-08-02 01:08:23
|
|
27283
|
+
|
|
27284
|
+
本次发布包含了以下内容:
|
|
27285
|
+
|
|
27286
|
+
改善已有的文档。
|
|
27287
|
+
|
|
27288
|
+
新增接口:
|
|
27289
|
+
|
|
27290
|
+
* [[DescribeKafkaUser](https://cloud.tencent.com/document/api/614/95781)](https://cloud.tencent.com/document/api/#/#)
|
|
27291
|
+
|
|
27292
|
+
### 第 62 次发布
|
|
27293
|
+
|
|
27294
|
+
发布时间:2023-08-01 01:11:03
|
|
27295
|
+
|
|
27296
|
+
本次发布包含了以下内容:
|
|
27297
|
+
|
|
27298
|
+
改善已有的文档。
|
|
27299
|
+
|
|
27300
|
+
新增接口:
|
|
27301
|
+
|
|
27302
|
+
* [DescribeKafkaConsumer](https://cloud.tencent.com/document/api/614/95719)
|
|
27303
|
+
* [ModifyKafkaConsumer](https://cloud.tencent.com/document/api/614/95720)
|
|
27304
|
+
|
|
27305
|
+
### 第 61 次发布
|
|
27306
|
+
|
|
27307
|
+
发布时间:2023-07-31 16:20:55
|
|
27308
|
+
|
|
27309
|
+
本次发布包含了以下内容:
|
|
27310
|
+
|
|
27311
|
+
改善已有的文档。
|
|
27312
|
+
|
|
27313
|
+
修改接口:
|
|
27314
|
+
|
|
27315
|
+
* [CreateConfigExtra](https://cloud.tencent.com/document/api/614/71166)
|
|
27316
|
+
|
|
27317
|
+
* 新增入参:AdvancedConfig
|
|
27318
|
+
|
|
27319
|
+
* [ModifyConfig](https://cloud.tencent.com/document/api/614/58614)
|
|
27320
|
+
|
|
27321
|
+
* 新增入参:AdvancedConfig
|
|
27322
|
+
|
|
27323
|
+
* [ModifyConfigExtra](https://cloud.tencent.com/document/api/614/71163)
|
|
27324
|
+
|
|
27325
|
+
* 新增入参:AdvancedConfig
|
|
27326
|
+
|
|
27327
|
+
|
|
27328
|
+
修改数据结构:
|
|
27329
|
+
|
|
27330
|
+
* [ConfigExtraInfo](https://cloud.tencent.com/document/api/614/56471#ConfigExtraInfo)
|
|
27331
|
+
|
|
27332
|
+
* 新增成员:AdvancedConfig
|
|
27333
|
+
|
|
27334
|
+
* [ConfigInfo](https://cloud.tencent.com/document/api/614/56471#ConfigInfo)
|
|
27335
|
+
|
|
27336
|
+
* 新增成员:AdvancedConfig
|
|
27337
|
+
|
|
27338
|
+
|
|
27167
27339
|
### 第 60 次发布
|
|
27168
27340
|
|
|
27169
27341
|
发布时间:2023-07-28 01:15:40
|
|
@@ -37929,6 +38101,40 @@
|
|
|
37929
38101
|
|
|
37930
38102
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
37931
38103
|
|
|
38104
|
+
### 第 64 次发布
|
|
38105
|
+
|
|
38106
|
+
发布时间:2023-08-02 01:13:37
|
|
38107
|
+
|
|
38108
|
+
本次发布包含了以下内容:
|
|
38109
|
+
|
|
38110
|
+
改善已有的文档。
|
|
38111
|
+
|
|
38112
|
+
新增接口:
|
|
38113
|
+
|
|
38114
|
+
* [[OpenClusterReadOnlyInstanceGroupAccess](https://cloud.tencent.com/document/api/1003/95782)](https://cloud.tencent.com/document/api/#/#)
|
|
38115
|
+
|
|
38116
|
+
### 第 63 次发布
|
|
38117
|
+
|
|
38118
|
+
发布时间:2023-08-01 01:15:19
|
|
38119
|
+
|
|
38120
|
+
本次发布包含了以下内容:
|
|
38121
|
+
|
|
38122
|
+
改善已有的文档。
|
|
38123
|
+
|
|
38124
|
+
修改接口:
|
|
38125
|
+
|
|
38126
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/1003/48075)
|
|
38127
|
+
|
|
38128
|
+
* 新增入参:AccountRegular
|
|
38129
|
+
|
|
38130
|
+
|
|
38131
|
+
修改数据结构:
|
|
38132
|
+
|
|
38133
|
+
* [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
|
|
38134
|
+
|
|
38135
|
+
* 新增成员:MaintainStartTime, MaintainDuration, MaintainWeekDays
|
|
38136
|
+
|
|
38137
|
+
|
|
37932
38138
|
### 第 62 次发布
|
|
37933
38139
|
|
|
37934
38140
|
发布时间:2023-07-27 01:11:21
|
|
@@ -39231,6 +39437,29 @@
|
|
|
39231
39437
|
|
|
39232
39438
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
39233
39439
|
|
|
39440
|
+
### 第 13 次发布
|
|
39441
|
+
|
|
39442
|
+
发布时间:2023-08-02 01:13:55
|
|
39443
|
+
|
|
39444
|
+
本次发布包含了以下内容:
|
|
39445
|
+
|
|
39446
|
+
改善已有的文档。
|
|
39447
|
+
|
|
39448
|
+
修改数据结构:
|
|
39449
|
+
|
|
39450
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
39451
|
+
|
|
39452
|
+
* 新增成员:IpPortSet
|
|
39453
|
+
|
|
39454
|
+
* [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
|
|
39455
|
+
|
|
39456
|
+
* 新增成员:IpPortSet
|
|
39457
|
+
|
|
39458
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
39459
|
+
|
|
39460
|
+
* <font color="#dd0000">**修改成员**:</font>LogDeliveryArgs
|
|
39461
|
+
|
|
39462
|
+
|
|
39234
39463
|
### 第 12 次发布
|
|
39235
39464
|
|
|
39236
39465
|
发布时间:2023-07-07 01:21:45
|
|
@@ -42647,6 +42876,21 @@
|
|
|
42647
42876
|
|
|
42648
42877
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
42649
42878
|
|
|
42879
|
+
### 第 57 次发布
|
|
42880
|
+
|
|
42881
|
+
发布时间:2023-08-01 01:17:48
|
|
42882
|
+
|
|
42883
|
+
本次发布包含了以下内容:
|
|
42884
|
+
|
|
42885
|
+
改善已有的文档。
|
|
42886
|
+
|
|
42887
|
+
修改数据结构:
|
|
42888
|
+
|
|
42889
|
+
* [CommonMetrics](https://cloud.tencent.com/document/api/1342/53778#CommonMetrics)
|
|
42890
|
+
|
|
42891
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTaskTime, ProcessTime, QueueTime, ExecutionTime, IsResultCacheHit, MatchedMVBytes, MatchedMVs, AffectedBytes, AffectedRows, ProcessedBytes, ProcessedRows
|
|
42892
|
+
|
|
42893
|
+
|
|
42650
42894
|
### 第 56 次发布
|
|
42651
42895
|
|
|
42652
42896
|
发布时间:2023-07-20 01:23:15
|
|
@@ -48504,6 +48748,21 @@
|
|
|
48504
48748
|
|
|
48505
48749
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
48506
48750
|
|
|
48751
|
+
### 第 49 次发布
|
|
48752
|
+
|
|
48753
|
+
发布时间:2023-08-01 01:21:59
|
|
48754
|
+
|
|
48755
|
+
本次发布包含了以下内容:
|
|
48756
|
+
|
|
48757
|
+
改善已有的文档。
|
|
48758
|
+
|
|
48759
|
+
修改数据结构:
|
|
48760
|
+
|
|
48761
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
48762
|
+
|
|
48763
|
+
* 新增成员:ServicesStatus
|
|
48764
|
+
|
|
48765
|
+
|
|
48507
48766
|
### 第 48 次发布
|
|
48508
48767
|
|
|
48509
48768
|
发布时间:2023-07-05 01:26:25
|
|
@@ -50671,6 +50930,61 @@
|
|
|
50671
50930
|
|
|
50672
50931
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
50673
50932
|
|
|
50933
|
+
### 第 100 次发布
|
|
50934
|
+
|
|
50935
|
+
发布时间:2023-08-02 01:15:29
|
|
50936
|
+
|
|
50937
|
+
本次发布包含了以下内容:
|
|
50938
|
+
|
|
50939
|
+
改善已有的文档。
|
|
50940
|
+
|
|
50941
|
+
新增接口:
|
|
50942
|
+
|
|
50943
|
+
* [[CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1323/95783)](https://cloud.tencent.com/document/api/#/#)
|
|
50944
|
+
|
|
50945
|
+
### 第 99 次发布
|
|
50946
|
+
|
|
50947
|
+
发布时间:2023-08-01 01:22:32
|
|
50948
|
+
|
|
50949
|
+
本次发布包含了以下内容:
|
|
50950
|
+
|
|
50951
|
+
改善已有的文档。
|
|
50952
|
+
|
|
50953
|
+
修改接口:
|
|
50954
|
+
|
|
50955
|
+
* [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
|
|
50956
|
+
|
|
50957
|
+
* 新增入参:Option
|
|
50958
|
+
|
|
50959
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
50960
|
+
|
|
50961
|
+
* 新增入参:ResourceType, Components, FlowOption, NeedSignReview, NeedCreateReview, UserData, FlowId, FlowType
|
|
50962
|
+
|
|
50963
|
+
|
|
50964
|
+
新增数据结构:
|
|
50965
|
+
|
|
50966
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
50967
|
+
* [EmbedUrlOption](https://cloud.tencent.com/document/api/1323/70369#EmbedUrlOption)
|
|
50968
|
+
|
|
50969
|
+
修改数据结构:
|
|
50970
|
+
|
|
50971
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
50972
|
+
|
|
50973
|
+
* 新增成员:LockComponentValue, ForbidMoveAndDelete
|
|
50974
|
+
|
|
50975
|
+
* [Department](https://cloud.tencent.com/document/api/1323/70369#Department)
|
|
50976
|
+
|
|
50977
|
+
* <font color="#dd0000">**修改成员**:</font>DepartmentId, DepartmentName
|
|
50978
|
+
|
|
50979
|
+
* [SealInfo](https://cloud.tencent.com/document/api/1323/70369#SealInfo)
|
|
50980
|
+
|
|
50981
|
+
* 新增成员:SealId, SealType, SealName
|
|
50982
|
+
|
|
50983
|
+
* [StaffRole](https://cloud.tencent.com/document/api/1323/70369#StaffRole)
|
|
50984
|
+
|
|
50985
|
+
* <font color="#dd0000">**修改成员**:</font>RoleId, RoleName
|
|
50986
|
+
|
|
50987
|
+
|
|
50674
50988
|
### 第 98 次发布
|
|
50675
50989
|
|
|
50676
50990
|
发布时间:2023-07-31 01:23:57
|
|
@@ -52600,6 +52914,21 @@
|
|
|
52600
52914
|
|
|
52601
52915
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
52602
52916
|
|
|
52917
|
+
### 第 99 次发布
|
|
52918
|
+
|
|
52919
|
+
发布时间:2023-08-01 01:24:13
|
|
52920
|
+
|
|
52921
|
+
本次发布包含了以下内容:
|
|
52922
|
+
|
|
52923
|
+
改善已有的文档。
|
|
52924
|
+
|
|
52925
|
+
修改数据结构:
|
|
52926
|
+
|
|
52927
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1420/61525#TemplateInfo)
|
|
52928
|
+
|
|
52929
|
+
* <font color="#dd0000">**修改成员**:</font>IsPromoter, Available
|
|
52930
|
+
|
|
52931
|
+
|
|
52603
52932
|
### 第 98 次发布
|
|
52604
52933
|
|
|
52605
52934
|
发布时间:2023-07-28 17:50:48
|
|
@@ -57678,6 +58007,44 @@
|
|
|
57678
58007
|
|
|
57679
58008
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
57680
58009
|
|
|
58010
|
+
### 第 6 次发布
|
|
58011
|
+
|
|
58012
|
+
发布时间:2023-08-02 01:16:12
|
|
58013
|
+
|
|
58014
|
+
本次发布包含了以下内容:
|
|
58015
|
+
|
|
58016
|
+
改善已有的文档。
|
|
58017
|
+
|
|
58018
|
+
新增接口:
|
|
58019
|
+
|
|
58020
|
+
* [[AddCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95800)](https://cloud.tencent.com/document/api/#/#)
|
|
58021
|
+
* [[AttachFileSystemBucket](https://cloud.tencent.com/document/api/1424/95793)](https://cloud.tencent.com/document/api/#/#)
|
|
58022
|
+
* [[BatchAddClientNodes](https://cloud.tencent.com/document/api/1424/95799)](https://cloud.tencent.com/document/api/#/#)
|
|
58023
|
+
* [[BatchDeleteClientNodes](https://cloud.tencent.com/document/api/1424/95798)](https://cloud.tencent.com/document/api/#/#)
|
|
58024
|
+
* [[CreateFileSystem](https://cloud.tencent.com/document/api/1424/95792)](https://cloud.tencent.com/document/api/#/#)
|
|
58025
|
+
* [[DeleteCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95797)](https://cloud.tencent.com/document/api/#/#)
|
|
58026
|
+
* [[DeleteFileSystem](https://cloud.tencent.com/document/api/1424/95791)](https://cloud.tencent.com/document/api/#/#)
|
|
58027
|
+
* [[DescribeClientNodes](https://cloud.tencent.com/document/api/1424/95796)](https://cloud.tencent.com/document/api/#/#)
|
|
58028
|
+
* [[DescribeFileSystemBuckets](https://cloud.tencent.com/document/api/1424/95790)](https://cloud.tencent.com/document/api/#/#)
|
|
58029
|
+
* [[DescribeFileSystems](https://cloud.tencent.com/document/api/1424/95789)](https://cloud.tencent.com/document/api/#/#)
|
|
58030
|
+
* [[DetachFileSystemBucket](https://cloud.tencent.com/document/api/1424/95788)](https://cloud.tencent.com/document/api/#/#)
|
|
58031
|
+
* [[ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)](https://cloud.tencent.com/document/api/#/#)
|
|
58032
|
+
* [[ModifyDataRepositoryBandwidth](https://cloud.tencent.com/document/api/1424/95786)](https://cloud.tencent.com/document/api/#/#)
|
|
58033
|
+
* [[QueryCrossVpcSubnetSupportForClientNode](https://cloud.tencent.com/document/api/1424/95795)](https://cloud.tencent.com/document/api/#/#)
|
|
58034
|
+
* [[QueryDataRepositoryBandwidth](https://cloud.tencent.com/document/api/1424/95785)](https://cloud.tencent.com/document/api/#/#)
|
|
58035
|
+
|
|
58036
|
+
新增数据结构:
|
|
58037
|
+
|
|
58038
|
+
* [[ClientClusterManagerNodeInfo](https://cloud.tencent.com/document/api/1424/95076#ClientClusterManagerNodeInfo)](https://cloud.tencent.com/document/api/1424/95076#[ClientClusterManagerNodeInfo](https://cloud.tencent.com/document/api/1424/95076#ClientClusterManagerNodeInfo))
|
|
58039
|
+
* [[ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)](https://cloud.tencent.com/document/api/1424/95076#[ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute))
|
|
58040
|
+
* [[FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)](https://cloud.tencent.com/document/api/1424/95076#[FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute))
|
|
58041
|
+
* [[GooseFSxAttribute](https://cloud.tencent.com/document/api/1424/95076#GooseFSxAttribute)](https://cloud.tencent.com/document/api/1424/95076#[GooseFSxAttribute](https://cloud.tencent.com/document/api/1424/95076#GooseFSxAttribute))
|
|
58042
|
+
* [[GooseFSxBuildElement](https://cloud.tencent.com/document/api/1424/95076#GooseFSxBuildElement)](https://cloud.tencent.com/document/api/1424/95076#[GooseFSxBuildElement](https://cloud.tencent.com/document/api/1424/95076#GooseFSxBuildElement))
|
|
58043
|
+
* [[LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)](https://cloud.tencent.com/document/api/1424/95076#[LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute))
|
|
58044
|
+
* [[MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)](https://cloud.tencent.com/document/api/1424/95076#[MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket))
|
|
58045
|
+
* [[SubnetInfo](https://cloud.tencent.com/document/api/1424/95076#SubnetInfo)](https://cloud.tencent.com/document/api/1424/95076#[SubnetInfo](https://cloud.tencent.com/document/api/1424/95076#SubnetInfo))
|
|
58046
|
+
* [[Tag](https://cloud.tencent.com/document/api/1424/95076#Tag)](https://cloud.tencent.com/document/api/1424/95076#[Tag](https://cloud.tencent.com/document/api/1424/95076#Tag))
|
|
58047
|
+
|
|
57681
58048
|
### 第 5 次发布
|
|
57682
58049
|
|
|
57683
58050
|
发布时间:2023-07-19 01:25:47
|
|
@@ -67360,6 +67727,25 @@
|
|
|
67360
67727
|
|
|
67361
67728
|
## 云直播CSS(live) 版本:2018-08-01
|
|
67362
67729
|
|
|
67730
|
+
### 第 109 次发布
|
|
67731
|
+
|
|
67732
|
+
发布时间:2023-08-01 01:30:51
|
|
67733
|
+
|
|
67734
|
+
本次发布包含了以下内容:
|
|
67735
|
+
|
|
67736
|
+
改善已有的文档。
|
|
67737
|
+
|
|
67738
|
+
新增数据结构:
|
|
67739
|
+
|
|
67740
|
+
* [MixPortraitSegmentParams](https://cloud.tencent.com/document/api/267/20474#MixPortraitSegmentParams)
|
|
67741
|
+
|
|
67742
|
+
修改数据结构:
|
|
67743
|
+
|
|
67744
|
+
* [CommonMixInputParam](https://cloud.tencent.com/document/api/267/20474#CommonMixInputParam)
|
|
67745
|
+
|
|
67746
|
+
* 新增成员:PortraitSegmentParams
|
|
67747
|
+
|
|
67748
|
+
|
|
67363
67749
|
### 第 108 次发布
|
|
67364
67750
|
|
|
67365
67751
|
发布时间:2023-07-05 01:34:10
|
|
@@ -71167,7 +71553,22 @@
|
|
|
71167
71553
|
|
|
71168
71554
|
|
|
71169
71555
|
|
|
71170
|
-
##
|
|
71556
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
71557
|
+
|
|
71558
|
+
### 第 12 次发布
|
|
71559
|
+
|
|
71560
|
+
发布时间:2023-08-01 01:32:11
|
|
71561
|
+
|
|
71562
|
+
本次发布包含了以下内容:
|
|
71563
|
+
|
|
71564
|
+
改善已有的文档。
|
|
71565
|
+
|
|
71566
|
+
修改接口:
|
|
71567
|
+
|
|
71568
|
+
* [GetDevices](https://cloud.tencent.com/document/api/1385/80480)
|
|
71569
|
+
|
|
71570
|
+
* 新增入参:DeviceType
|
|
71571
|
+
|
|
71171
71572
|
|
|
71172
71573
|
### 第 11 次发布
|
|
71173
71574
|
|
|
@@ -73972,6 +74373,21 @@
|
|
|
73972
74373
|
|
|
73973
74374
|
## 媒体处理(mps) 版本:2019-06-12
|
|
73974
74375
|
|
|
74376
|
+
### 第 65 次发布
|
|
74377
|
+
|
|
74378
|
+
发布时间:2023-08-01 01:33:24
|
|
74379
|
+
|
|
74380
|
+
本次发布包含了以下内容:
|
|
74381
|
+
|
|
74382
|
+
改善已有的文档。
|
|
74383
|
+
|
|
74384
|
+
修改数据结构:
|
|
74385
|
+
|
|
74386
|
+
* [OverrideTranscodeParameter](https://cloud.tencent.com/document/api/862/37615#OverrideTranscodeParameter)
|
|
74387
|
+
|
|
74388
|
+
* 新增成员:StdExtInfo
|
|
74389
|
+
|
|
74390
|
+
|
|
73975
74391
|
### 第 64 次发布
|
|
73976
74392
|
|
|
73977
74393
|
发布时间:2023-06-12 01:29:43
|
|
@@ -76642,6 +77058,37 @@
|
|
|
76642
77058
|
|
|
76643
77059
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
76644
77060
|
|
|
77061
|
+
### 第 16 次发布
|
|
77062
|
+
|
|
77063
|
+
发布时间:2023-08-02 01:19:05
|
|
77064
|
+
|
|
77065
|
+
本次发布包含了以下内容:
|
|
77066
|
+
|
|
77067
|
+
改善已有的文档。
|
|
77068
|
+
|
|
77069
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
77070
|
+
|
|
77071
|
+
* CancelEncryptTask
|
|
77072
|
+
* CreateEncryptInstance
|
|
77073
|
+
* CreateOrderInstance
|
|
77074
|
+
* DescribeEncryptInstances
|
|
77075
|
+
* DescribeOrderInstances
|
|
77076
|
+
|
|
77077
|
+
修改数据结构:
|
|
77078
|
+
|
|
77079
|
+
* [AndroidResult](https://cloud.tencent.com/document/api/283/17759#AndroidResult)
|
|
77080
|
+
|
|
77081
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId, OrderId, ResourceId, OpUin, AppType, AppPkgName, BindAppPkgName, EncryptState, EncryptStateDesc, EncryptErrCode, EncryptErrDesc, EncryptErrRef, CreatTime, StartTime, EndTime, CostTime, AppUrl, AppMd5, AppName, AppVersion, AppSize, OnlineToolVersion, EncryptAppMd5, EncryptAppSize, EncryptPkgUrl, OutputToolVersion, OutputToolSize, ToolOutputTime, ToolExpireTime, OutputToolUrl, AndroidPlan
|
|
77082
|
+
|
|
77083
|
+
* [EncryptResults](https://cloud.tencent.com/document/api/283/17759#EncryptResults)
|
|
77084
|
+
|
|
77085
|
+
* <font color="#dd0000">**修改成员**:</font>PlatformType, PlatformDesc, OrderType, OrderTypeDesc, EncryptOpType, EncryptOpTypeDesc, ResourceId, OrderId, AndroidResult, IOSResult, SDKResult, AppletResult
|
|
77086
|
+
|
|
77087
|
+
* [Orders](https://cloud.tencent.com/document/api/283/17759#Orders)
|
|
77088
|
+
|
|
77089
|
+
* <font color="#dd0000">**修改成员**:</font>OrderId, PlatformType, PlatformTypeDesc, OrderType, OrderTypeDesc, AppPkgName, ResourceId, ResourceStatus, ResourceStatusDesc, TestTimes, ValidTime, ExpireTime, CreateTime, Approver, ApprovalStatus, ApprovalStatusDesc, ApprovalTime, TimesTaskTotalCount, TimesTaskSuccessCount, TimesTaskFailCount
|
|
77090
|
+
|
|
77091
|
+
|
|
76645
77092
|
### 第 15 次发布
|
|
76646
77093
|
|
|
76647
77094
|
发布时间:2023-07-26 01:29:37
|
|
@@ -77038,6 +77485,56 @@
|
|
|
77038
77485
|
|
|
77039
77486
|
## NLP 服务(nlp) 版本:2019-04-08
|
|
77040
77487
|
|
|
77488
|
+
### 第 20 次发布
|
|
77489
|
+
|
|
77490
|
+
发布时间:2023-08-02 01:19:12
|
|
77491
|
+
|
|
77492
|
+
本次发布包含了以下内容:
|
|
77493
|
+
|
|
77494
|
+
改善已有的文档。
|
|
77495
|
+
|
|
77496
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
77497
|
+
|
|
77498
|
+
* AutoSummarization
|
|
77499
|
+
* ChatBot
|
|
77500
|
+
* CreateDict
|
|
77501
|
+
* CreateWordItems
|
|
77502
|
+
* DeleteDict
|
|
77503
|
+
* DeleteWordItems
|
|
77504
|
+
* DependencyParsing
|
|
77505
|
+
* DescribeDict
|
|
77506
|
+
* DescribeDicts
|
|
77507
|
+
* DescribeWordItems
|
|
77508
|
+
* GenerateCouplet
|
|
77509
|
+
* GeneratePoetry
|
|
77510
|
+
* KeywordsExtraction
|
|
77511
|
+
* LexicalAnalysis
|
|
77512
|
+
* SearchWordItems
|
|
77513
|
+
* SentenceEmbedding
|
|
77514
|
+
* SentimentAnalysis
|
|
77515
|
+
* SimilarWords
|
|
77516
|
+
* TextClassification
|
|
77517
|
+
* TextCorrection
|
|
77518
|
+
* TextCorrectionPro
|
|
77519
|
+
* TextSimilarity
|
|
77520
|
+
* TextSimilarityPro
|
|
77521
|
+
* UpdateDict
|
|
77522
|
+
* WordEmbedding
|
|
77523
|
+
* WordSimilarity
|
|
77524
|
+
|
|
77525
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
77526
|
+
|
|
77527
|
+
* CCIToken
|
|
77528
|
+
* ClassificationResult
|
|
77529
|
+
* DictInfo
|
|
77530
|
+
* DpToken
|
|
77531
|
+
* Keyword
|
|
77532
|
+
* NerToken
|
|
77533
|
+
* PosToken
|
|
77534
|
+
* SearchResult
|
|
77535
|
+
* Similarity
|
|
77536
|
+
* WordItem
|
|
77537
|
+
|
|
77041
77538
|
### 第 19 次发布
|
|
77042
77539
|
|
|
77043
77540
|
发布时间:2023-06-26 15:51:14
|
|
@@ -77451,6 +77948,39 @@
|
|
|
77451
77948
|
|
|
77452
77949
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
77453
77950
|
|
|
77951
|
+
### 第 36 次发布
|
|
77952
|
+
|
|
77953
|
+
发布时间:2023-08-01 01:34:42
|
|
77954
|
+
|
|
77955
|
+
本次发布包含了以下内容:
|
|
77956
|
+
|
|
77957
|
+
改善已有的文档。
|
|
77958
|
+
|
|
77959
|
+
修改接口:
|
|
77960
|
+
|
|
77961
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
77962
|
+
|
|
77963
|
+
* 新增入参:ClazzLevels, ExpertModeOn, ExpertModeConfiguration
|
|
77964
|
+
|
|
77965
|
+
|
|
77966
|
+
新增数据结构:
|
|
77967
|
+
|
|
77968
|
+
* [ClazzLevel](https://cloud.tencent.com/document/api/849/52010#ClazzLevel)
|
|
77969
|
+
* [ExpertModeConfiguration](https://cloud.tencent.com/document/api/849/52010#ExpertModeConfiguration)
|
|
77970
|
+
* [JobGraph](https://cloud.tencent.com/document/api/849/52010#JobGraph)
|
|
77971
|
+
* [JobGraphEdge](https://cloud.tencent.com/document/api/849/52010#JobGraphEdge)
|
|
77972
|
+
* [JobGraphNode](https://cloud.tencent.com/document/api/849/52010#JobGraphNode)
|
|
77973
|
+
* [NodeConfig](https://cloud.tencent.com/document/api/849/52010#NodeConfig)
|
|
77974
|
+
* [SlotSharingGroup](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroup)
|
|
77975
|
+
* [SlotSharingGroupSpec](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroupSpec)
|
|
77976
|
+
|
|
77977
|
+
修改数据结构:
|
|
77978
|
+
|
|
77979
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
77980
|
+
|
|
77981
|
+
* 新增成员:ClazzLevels, ExpertModeOn, ExpertModeConfiguration
|
|
77982
|
+
|
|
77983
|
+
|
|
77454
77984
|
### 第 35 次发布
|
|
77455
77985
|
|
|
77456
77986
|
发布时间:2023-07-17 01:29:44
|
|
@@ -84877,6 +85407,21 @@
|
|
|
84877
85407
|
|
|
84878
85408
|
## 云函数(scf) 版本:2018-04-16
|
|
84879
85409
|
|
|
85410
|
+
### 第 58 次发布
|
|
85411
|
+
|
|
85412
|
+
发布时间:2023-08-02 01:20:41
|
|
85413
|
+
|
|
85414
|
+
本次发布包含了以下内容:
|
|
85415
|
+
|
|
85416
|
+
改善已有的文档。
|
|
85417
|
+
|
|
85418
|
+
修改数据结构:
|
|
85419
|
+
|
|
85420
|
+
* [K8SToleration](https://cloud.tencent.com/document/api/583/17244#K8SToleration)
|
|
85421
|
+
|
|
85422
|
+
* <font color="#dd0000">**修改成员**:</font>Key
|
|
85423
|
+
|
|
85424
|
+
|
|
84880
85425
|
### 第 57 次发布
|
|
84881
85426
|
|
|
84882
85427
|
发布时间:2023-07-20 01:39:23
|
|
@@ -87210,6 +87755,22 @@
|
|
|
87210
87755
|
|
|
87211
87756
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
87212
87757
|
|
|
87758
|
+
### 第 48 次发布
|
|
87759
|
+
|
|
87760
|
+
发布时间:2023-08-02 01:20:58
|
|
87761
|
+
|
|
87762
|
+
本次发布包含了以下内容:
|
|
87763
|
+
|
|
87764
|
+
改善已有的文档。
|
|
87765
|
+
|
|
87766
|
+
新增接口:
|
|
87767
|
+
|
|
87768
|
+
* [[DescribeInstanceByOrders](https://cloud.tencent.com/document/api/238/95801)](https://cloud.tencent.com/document/api/#/#)
|
|
87769
|
+
|
|
87770
|
+
新增数据结构:
|
|
87771
|
+
|
|
87772
|
+
* [[DealInstance](https://cloud.tencent.com/document/api/238/19976#DealInstance)](https://cloud.tencent.com/document/api/238/19976#[DealInstance](https://cloud.tencent.com/document/api/238/19976#DealInstance))
|
|
87773
|
+
|
|
87213
87774
|
### 第 47 次发布
|
|
87214
87775
|
|
|
87215
87776
|
发布时间:2023-06-28 01:38:12
|
|
@@ -98103,6 +98664,56 @@
|
|
|
98103
98664
|
|
|
98104
98665
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
98105
98666
|
|
|
98667
|
+
### 第 71 次发布
|
|
98668
|
+
|
|
98669
|
+
发布时间:2023-08-02 01:22:40
|
|
98670
|
+
|
|
98671
|
+
本次发布包含了以下内容:
|
|
98672
|
+
|
|
98673
|
+
改善已有的文档。
|
|
98674
|
+
|
|
98675
|
+
新增接口:
|
|
98676
|
+
|
|
98677
|
+
* [[DeleteRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95802)](https://cloud.tencent.com/document/api/#/#)
|
|
98678
|
+
|
|
98679
|
+
修改接口:
|
|
98680
|
+
|
|
98681
|
+
* [DescribeCmqSubscriptionDetail](https://cloud.tencent.com/document/api/1179/55908)
|
|
98682
|
+
|
|
98683
|
+
* 新增入参:QueueName, QueryType
|
|
98684
|
+
|
|
98685
|
+
* <font color="#dd0000">**修改入参**:</font>TopicName
|
|
98686
|
+
|
|
98687
|
+
|
|
98688
|
+
修改数据结构:
|
|
98689
|
+
|
|
98690
|
+
* [CmqSubscription](https://cloud.tencent.com/document/api/1179/46089#CmqSubscription)
|
|
98691
|
+
|
|
98692
|
+
* 新增成员:TopicName
|
|
98693
|
+
|
|
98694
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
98695
|
+
|
|
98696
|
+
* 新增成员:SubscriptionCount
|
|
98697
|
+
|
|
98698
|
+
* <font color="#dd0000">**修改成员**:</font>TopicId, TopicName, MsgRetentionSeconds, MaxMsgSize, Qps, FilterType, CreateTime, LastModifyTime, MsgCount, CreateUin, Tags, Trace, TenantId, NamespaceName, Status, BrokerType
|
|
98699
|
+
|
|
98700
|
+
|
|
98701
|
+
### 第 70 次发布
|
|
98702
|
+
|
|
98703
|
+
发布时间:2023-08-01 01:43:47
|
|
98704
|
+
|
|
98705
|
+
本次发布包含了以下内容:
|
|
98706
|
+
|
|
98707
|
+
改善已有的文档。
|
|
98708
|
+
|
|
98709
|
+
新增接口:
|
|
98710
|
+
|
|
98711
|
+
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
98712
|
+
|
|
98713
|
+
新增数据结构:
|
|
98714
|
+
|
|
98715
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1179/46089#VpcInfo)
|
|
98716
|
+
|
|
98106
98717
|
### 第 69 次发布
|
|
98107
98718
|
|
|
98108
98719
|
发布时间:2023-07-26 01:38:18
|
|
@@ -105412,14 +106023,14 @@
|
|
|
105412
106023
|
|
|
105413
106024
|
新增接口:
|
|
105414
106025
|
|
|
105415
|
-
* [
|
|
105416
|
-
* [
|
|
105417
|
-
* [
|
|
105418
|
-
* [
|
|
106026
|
+
* [DeleteNotebook](https://cloud.tencent.com/document/api/851/95663)
|
|
106027
|
+
* [DescribeNotebook](https://cloud.tencent.com/document/api/851/95662)
|
|
106028
|
+
* [StopCreatingImage](https://cloud.tencent.com/document/api/851/95661)
|
|
106029
|
+
* [StopNotebook](https://cloud.tencent.com/document/api/851/95660)
|
|
105419
106030
|
|
|
105420
106031
|
新增数据结构:
|
|
105421
106032
|
|
|
105422
|
-
* [
|
|
106033
|
+
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
105423
106034
|
|
|
105424
106035
|
### 第 29 次发布
|
|
105425
106036
|
|
|
@@ -105431,21 +106042,21 @@
|
|
|
105431
106042
|
|
|
105432
106043
|
新增接口:
|
|
105433
106044
|
|
|
105434
|
-
* [
|
|
105435
|
-
* [
|
|
105436
|
-
* [
|
|
105437
|
-
* [
|
|
105438
|
-
* [
|
|
105439
|
-
* [
|
|
105440
|
-
* [
|
|
105441
|
-
* [
|
|
105442
|
-
* [
|
|
106045
|
+
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
106046
|
+
* [CreateNotebookImage](https://cloud.tencent.com/document/api/851/95657)
|
|
106047
|
+
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api/851/95656)
|
|
106048
|
+
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api/851/95655)
|
|
106049
|
+
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api/851/95654)
|
|
106050
|
+
* [DescribeNotebooks](https://cloud.tencent.com/document/api/851/95653)
|
|
106051
|
+
* [ModifyNotebook](https://cloud.tencent.com/document/api/851/95652)
|
|
106052
|
+
* [ModifyNotebookTags](https://cloud.tencent.com/document/api/851/95651)
|
|
106053
|
+
* [StartNotebook](https://cloud.tencent.com/document/api/851/95650)
|
|
105443
106054
|
|
|
105444
106055
|
新增数据结构:
|
|
105445
106056
|
|
|
105446
|
-
* [
|
|
105447
|
-
* [
|
|
105448
|
-
* [
|
|
106057
|
+
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
106058
|
+
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
106059
|
+
* [ResourceConf](https://cloud.tencent.com/document/api/851/75051#ResourceConf)
|
|
105449
106060
|
|
|
105450
106061
|
### 第 28 次发布
|
|
105451
106062
|
|
|
@@ -112905,6 +113516,30 @@
|
|
|
112905
113516
|
|
|
112906
113517
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
112907
113518
|
|
|
113519
|
+
### 第 97 次发布
|
|
113520
|
+
|
|
113521
|
+
发布时间:2023-08-02 01:26:52
|
|
113522
|
+
|
|
113523
|
+
本次发布包含了以下内容:
|
|
113524
|
+
|
|
113525
|
+
改善已有的文档。
|
|
113526
|
+
|
|
113527
|
+
修改接口:
|
|
113528
|
+
|
|
113529
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
113530
|
+
|
|
113531
|
+
* 新增入参:EnableBatchHealthCheck
|
|
113532
|
+
|
|
113533
|
+
|
|
113534
|
+
修改数据结构:
|
|
113535
|
+
|
|
113536
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
113537
|
+
|
|
113538
|
+
* 新增成员:EnableBatchHealthCheck
|
|
113539
|
+
|
|
113540
|
+
* <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, GroupStatus, PackageId, PackageName, PackageVersion, ClusterId, ClusterName, NamespaceId, NamespaceName, ApplicationId, ApplicationName, InstanceCount, RunInstanceCount, StartupParameters, CreateTime, UpdateTime, OffInstanceCount, GroupDesc, MicroserviceType, ApplicationType, GroupResourceType, UpdatedTime, DeployDesc, UpdateType, DeployBetaEnable, DeployBatch, DeployExeMode, DeployWaitTime, EnableHealthCheck, HealthCheckSettings, PackageType, StartScript, StopScript, Alias, AgentProfileList, WarmupSetting, GatewayConfig
|
|
113541
|
+
|
|
113542
|
+
|
|
112908
113543
|
### 第 96 次发布
|
|
112909
113544
|
|
|
112910
113545
|
发布时间:2023-06-08 02:06:11
|
|
@@ -124142,11 +124777,11 @@
|
|
|
124142
124777
|
|
|
124143
124778
|
新增接口:
|
|
124144
124779
|
|
|
124145
|
-
* [
|
|
124780
|
+
* [GetAttackHistogram](https://cloud.tencent.com/document/api/627/95692)
|
|
124146
124781
|
|
|
124147
124782
|
新增数据结构:
|
|
124148
124783
|
|
|
124149
|
-
* [
|
|
124784
|
+
* [LogHistogramInfo](https://cloud.tencent.com/document/api/627/53609#LogHistogramInfo)
|
|
124150
124785
|
|
|
124151
124786
|
### 第 40 次发布
|
|
124152
124787
|
|