tencentcloud-sdk-nodejs-mps 4.0.608 → 4.0.609
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 +265 -0
- package/SERVICE_CHANGELOG.md +359 -67
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/services/mps/v20190612/mps_client.ts +7 -2
- package/src/services/mps/v20190612/mps_models.ts +167 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +144 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,86 +1,124 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-05-29
|
|
7
|
+
发布时间:2023-05-29 14:42:50
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateModifyCheckSyncJob](https://cloud.tencent.com/document/api/571/92849)
|
|
16
|
+
* [DescribeModifyCheckSyncJobResult](https://cloud.tencent.com/document/api/571/92848)
|
|
17
|
+
* [ModifySyncJobConfig](https://cloud.tencent.com/document/api/571/92847)
|
|
18
|
+
* [StartModifySyncJob](https://cloud.tencent.com/document/api/571/92846)
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
新增数据结构:
|
|
18
21
|
|
|
22
|
+
* [DynamicOptions](https://cloud.tencent.com/document/api/571/82108#DynamicOptions)
|
|
19
23
|
|
|
20
24
|
|
|
21
25
|
|
|
22
|
-
##
|
|
26
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
23
27
|
|
|
24
|
-
### 第 57 次发布
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
|
|
30
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
31
|
+
|
|
32
|
+
### 第 59 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2023-05-29 14:45:51
|
|
27
35
|
|
|
28
36
|
本次发布包含了以下内容:
|
|
29
37
|
|
|
30
38
|
改善已有的文档。
|
|
31
39
|
|
|
32
|
-
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
43
|
+
|
|
44
|
+
* 新增成员:UseIDType
|
|
33
45
|
|
|
34
|
-
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
50
|
+
|
|
51
|
+
### 第 102 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2023-05-29 14:52:01
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
35
58
|
|
|
36
59
|
修改接口:
|
|
37
60
|
|
|
38
|
-
* [
|
|
61
|
+
* [AddLiveWatermark](https://cloud.tencent.com/document/api/267/30154)
|
|
39
62
|
|
|
40
|
-
*
|
|
63
|
+
* 新增入参:BackgroundWidth, BackgroundHeight
|
|
41
64
|
|
|
65
|
+
* [UpdateLiveWatermark](https://cloud.tencent.com/document/api/267/30150)
|
|
42
66
|
|
|
43
|
-
|
|
67
|
+
* 新增入参:BackgroundWidth, BackgroundHeight
|
|
44
68
|
|
|
45
|
-
* [ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource)
|
|
46
69
|
|
|
47
70
|
修改数据结构:
|
|
48
71
|
|
|
49
|
-
* [
|
|
72
|
+
* [WatermarkInfo](https://cloud.tencent.com/document/api/267/20474#WatermarkInfo)
|
|
50
73
|
|
|
51
|
-
* 新增成员:
|
|
74
|
+
* 新增成员:BackgroundWidth, BackgroundHeight
|
|
52
75
|
|
|
53
76
|
|
|
54
77
|
|
|
55
78
|
|
|
56
|
-
##
|
|
79
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
57
80
|
|
|
58
|
-
### 第
|
|
81
|
+
### 第 60 次发布
|
|
59
82
|
|
|
60
|
-
发布时间:2023-05-
|
|
83
|
+
发布时间:2023-05-30 01:26:54
|
|
61
84
|
|
|
62
85
|
本次发布包含了以下内容:
|
|
63
86
|
|
|
64
87
|
改善已有的文档。
|
|
65
88
|
|
|
66
|
-
|
|
89
|
+
修改接口:
|
|
90
|
+
|
|
91
|
+
* [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
|
|
92
|
+
|
|
93
|
+
* 新增出参:AiAnalysisResultInfo, AiQualityControlResultInfo
|
|
67
94
|
|
|
68
|
-
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
69
|
-
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
70
|
-
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
71
95
|
|
|
72
96
|
新增数据结构:
|
|
73
97
|
|
|
74
|
-
* [
|
|
75
|
-
* [
|
|
98
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
|
|
99
|
+
* [LiveStreamAiAnalysisResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultInfo)
|
|
100
|
+
* [LiveStreamAiAnalysisResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultItem)
|
|
101
|
+
* [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
|
|
102
|
+
* [SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)
|
|
76
103
|
|
|
104
|
+
修改数据结构:
|
|
77
105
|
|
|
106
|
+
* [LiveStreamAsrFullTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamAsrFullTextRecognitionResult)
|
|
78
107
|
|
|
79
|
-
|
|
108
|
+
* 新增成员:StartTime, EndTime, SteadyState
|
|
80
109
|
|
|
81
|
-
|
|
110
|
+
* [LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult)
|
|
82
111
|
|
|
83
|
-
|
|
112
|
+
* 新增成员:StartTime, EndTime, SteadyState
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
118
|
+
|
|
119
|
+
### 第 34 次发布
|
|
120
|
+
|
|
121
|
+
发布时间:2023-05-29 14:59:54
|
|
84
122
|
|
|
85
123
|
本次发布包含了以下内容:
|
|
86
124
|
|
|
@@ -88,92 +126,139 @@
|
|
|
88
126
|
|
|
89
127
|
修改接口:
|
|
90
128
|
|
|
91
|
-
* [
|
|
129
|
+
* [CommitCertificateInformation](https://cloud.tencent.com/document/api/400/41676)
|
|
92
130
|
|
|
93
|
-
* 新增入参:
|
|
131
|
+
* 新增入参:VerifyType
|
|
94
132
|
|
|
95
133
|
|
|
96
134
|
|
|
97
135
|
|
|
98
|
-
##
|
|
136
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
99
137
|
|
|
138
|
+
### 第 44 次发布
|
|
100
139
|
|
|
140
|
+
发布时间:2023-05-30 01:34:13
|
|
101
141
|
|
|
102
|
-
|
|
142
|
+
本次发布包含了以下内容:
|
|
103
143
|
|
|
104
|
-
|
|
144
|
+
改善已有的文档。
|
|
105
145
|
|
|
106
|
-
|
|
146
|
+
修改数据结构:
|
|
107
147
|
|
|
108
|
-
|
|
148
|
+
* [ComponentsInfo](https://cloud.tencent.com/document/api/1285/65614#ComponentsInfo)
|
|
109
149
|
|
|
110
|
-
|
|
150
|
+
* 新增成员:FixedVersion, Path, Type, Name
|
|
111
151
|
|
|
112
|
-
|
|
152
|
+
* <font color="#dd0000">**修改成员**:</font>Component
|
|
113
153
|
|
|
114
|
-
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
115
154
|
|
|
116
|
-
* 新增出参:ReservedNetResources
|
|
117
155
|
|
|
118
156
|
|
|
119
|
-
|
|
157
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
120
158
|
|
|
121
|
-
|
|
159
|
+
### 第 59 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2023-05-30 01:35:56
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
122
166
|
|
|
123
167
|
修改数据结构:
|
|
124
168
|
|
|
125
|
-
* [
|
|
169
|
+
* [PulsarProClusterInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterInfo)
|
|
126
170
|
|
|
127
|
-
* 新增成员:
|
|
171
|
+
* 新增成员:CanEditRoute
|
|
128
172
|
|
|
173
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Remark, CreateTime, Status, Version, NodeDistribution, MaxStorage
|
|
129
174
|
|
|
130
175
|
|
|
131
176
|
|
|
132
|
-
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
133
177
|
|
|
134
|
-
|
|
178
|
+
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
135
179
|
|
|
136
|
-
|
|
180
|
+
### 第 5 次发布
|
|
181
|
+
|
|
182
|
+
发布时间:2023-05-29 15:05:43
|
|
137
183
|
|
|
138
184
|
本次发布包含了以下内容:
|
|
139
185
|
|
|
140
186
|
改善已有的文档。
|
|
141
187
|
|
|
142
|
-
|
|
188
|
+
修改数据结构:
|
|
143
189
|
|
|
144
|
-
* [
|
|
190
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
191
|
+
|
|
192
|
+
* 新增成员:AutoScalingType
|
|
145
193
|
|
|
146
|
-
* 新增入参:Tags
|
|
147
194
|
|
|
148
195
|
|
|
196
|
+
|
|
197
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
206
|
+
|
|
207
|
+
### 第 25 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2023-05-29 15:06:20
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
新增数据结构:
|
|
216
|
+
|
|
217
|
+
* [CFSTurbo](https://cloud.tencent.com/document/api/851/75051#CFSTurbo)
|
|
218
|
+
|
|
149
219
|
修改数据结构:
|
|
150
220
|
|
|
151
|
-
* [
|
|
221
|
+
* [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
|
|
152
222
|
|
|
153
|
-
* 新增成员:
|
|
223
|
+
* 新增成员:CFSTurboSource
|
|
154
224
|
|
|
155
|
-
* [TreeResourceItem](https://cloud.tencent.com/document/api/849/52010#TreeResourceItem)
|
|
156
225
|
|
|
157
|
-
* 新增成员:RefJobStatusCountSet
|
|
158
226
|
|
|
159
227
|
|
|
228
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
160
229
|
|
|
161
230
|
|
|
162
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
163
231
|
|
|
164
|
-
|
|
232
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
165
233
|
|
|
166
|
-
|
|
234
|
+
### 第 35 次发布
|
|
235
|
+
|
|
236
|
+
发布时间:2023-05-30 01:43:58
|
|
167
237
|
|
|
168
238
|
本次发布包含了以下内容:
|
|
169
239
|
|
|
170
240
|
改善已有的文档。
|
|
171
241
|
|
|
242
|
+
修改接口:
|
|
243
|
+
|
|
244
|
+
* [PostAttackDownloadTask](https://cloud.tencent.com/document/api/627/77524)
|
|
245
|
+
|
|
246
|
+
* 新增入参:Count
|
|
247
|
+
|
|
248
|
+
* [SearchAccessLog](https://cloud.tencent.com/document/api/627/60012)
|
|
249
|
+
|
|
250
|
+
* 新增入参:Page
|
|
251
|
+
|
|
252
|
+
* [SearchAttackLog](https://cloud.tencent.com/document/api/627/86118)
|
|
253
|
+
|
|
254
|
+
* 新增入参:Page
|
|
255
|
+
|
|
256
|
+
|
|
172
257
|
修改数据结构:
|
|
173
258
|
|
|
174
|
-
* [
|
|
259
|
+
* [QPSPackageNew](https://cloud.tencent.com/document/api/627/53609#QPSPackageNew)
|
|
175
260
|
|
|
176
|
-
* 新增成员:
|
|
261
|
+
* 新增成员:BillingItem
|
|
177
262
|
|
|
178
263
|
|
|
179
264
|
|
|
@@ -38933,7 +39018,7 @@
|
|
|
38933
39018
|
|
|
38934
39019
|
新增接口:
|
|
38935
39020
|
|
|
38936
|
-
* [
|
|
39021
|
+
* [CreateTmpDCDBInstance](https://cloud.tencent.com/document/api/557/92836)
|
|
38937
39022
|
|
|
38938
39023
|
修改接口:
|
|
38939
39024
|
|
|
@@ -38944,7 +39029,7 @@
|
|
|
38944
39029
|
|
|
38945
39030
|
新增数据结构:
|
|
38946
39031
|
|
|
38947
|
-
* [
|
|
39032
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource)
|
|
38948
39033
|
|
|
38949
39034
|
修改数据结构:
|
|
38950
39035
|
|
|
@@ -40016,14 +40101,14 @@
|
|
|
40016
40101
|
|
|
40017
40102
|
新增接口:
|
|
40018
40103
|
|
|
40019
|
-
* [
|
|
40020
|
-
* [
|
|
40021
|
-
* [
|
|
40104
|
+
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
40105
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
40106
|
+
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
40022
40107
|
|
|
40023
40108
|
新增数据结构:
|
|
40024
40109
|
|
|
40025
|
-
* [
|
|
40026
|
-
* [
|
|
40110
|
+
* [SparkSessionBatchLog](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLog)
|
|
40111
|
+
* [SparkSessionBatchLogOperate](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLogOperate)
|
|
40027
40112
|
|
|
40028
40113
|
### 第 48 次发布
|
|
40029
40114
|
|
|
@@ -42560,6 +42645,25 @@
|
|
|
42560
42645
|
|
|
42561
42646
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
42562
42647
|
|
|
42648
|
+
### 第 13 次发布
|
|
42649
|
+
|
|
42650
|
+
发布时间:2023-05-29 14:42:50
|
|
42651
|
+
|
|
42652
|
+
本次发布包含了以下内容:
|
|
42653
|
+
|
|
42654
|
+
改善已有的文档。
|
|
42655
|
+
|
|
42656
|
+
新增接口:
|
|
42657
|
+
|
|
42658
|
+
* [[CreateModifyCheckSyncJob](https://cloud.tencent.com/document/api/571/92849)](https://cloud.tencent.com/document/api/#/#)
|
|
42659
|
+
* [[DescribeModifyCheckSyncJobResult](https://cloud.tencent.com/document/api/571/92848)](https://cloud.tencent.com/document/api/#/#)
|
|
42660
|
+
* [[ModifySyncJobConfig](https://cloud.tencent.com/document/api/571/92847)](https://cloud.tencent.com/document/api/#/#)
|
|
42661
|
+
* [[StartModifySyncJob](https://cloud.tencent.com/document/api/571/92846)](https://cloud.tencent.com/document/api/#/#)
|
|
42662
|
+
|
|
42663
|
+
新增数据结构:
|
|
42664
|
+
|
|
42665
|
+
* [[DynamicOptions](https://cloud.tencent.com/document/api/571/82108#DynamicOptions)](https://cloud.tencent.com/document/api/571/82108#[DynamicOptions](https://cloud.tencent.com/document/api/571/82108#DynamicOptions))
|
|
42666
|
+
|
|
42563
42667
|
### 第 12 次发布
|
|
42564
42668
|
|
|
42565
42669
|
发布时间:2023-03-14 01:22:11
|
|
@@ -50459,6 +50563,21 @@
|
|
|
50459
50563
|
|
|
50460
50564
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
50461
50565
|
|
|
50566
|
+
### 第 59 次发布
|
|
50567
|
+
|
|
50568
|
+
发布时间:2023-05-29 14:45:51
|
|
50569
|
+
|
|
50570
|
+
本次发布包含了以下内容:
|
|
50571
|
+
|
|
50572
|
+
改善已有的文档。
|
|
50573
|
+
|
|
50574
|
+
修改数据结构:
|
|
50575
|
+
|
|
50576
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
50577
|
+
|
|
50578
|
+
* 新增成员:UseIDType
|
|
50579
|
+
|
|
50580
|
+
|
|
50462
50581
|
### 第 58 次发布
|
|
50463
50582
|
|
|
50464
50583
|
发布时间:2023-05-23 01:21:54
|
|
@@ -62737,6 +62856,32 @@
|
|
|
62737
62856
|
|
|
62738
62857
|
## 云直播CSS(live) 版本:2018-08-01
|
|
62739
62858
|
|
|
62859
|
+
### 第 102 次发布
|
|
62860
|
+
|
|
62861
|
+
发布时间:2023-05-29 14:52:01
|
|
62862
|
+
|
|
62863
|
+
本次发布包含了以下内容:
|
|
62864
|
+
|
|
62865
|
+
改善已有的文档。
|
|
62866
|
+
|
|
62867
|
+
修改接口:
|
|
62868
|
+
|
|
62869
|
+
* [AddLiveWatermark](https://cloud.tencent.com/document/api/267/30154)
|
|
62870
|
+
|
|
62871
|
+
* 新增入参:BackgroundWidth, BackgroundHeight
|
|
62872
|
+
|
|
62873
|
+
* [UpdateLiveWatermark](https://cloud.tencent.com/document/api/267/30150)
|
|
62874
|
+
|
|
62875
|
+
* 新增入参:BackgroundWidth, BackgroundHeight
|
|
62876
|
+
|
|
62877
|
+
|
|
62878
|
+
修改数据结构:
|
|
62879
|
+
|
|
62880
|
+
* [WatermarkInfo](https://cloud.tencent.com/document/api/267/20474#WatermarkInfo)
|
|
62881
|
+
|
|
62882
|
+
* 新增成员:BackgroundWidth, BackgroundHeight
|
|
62883
|
+
|
|
62884
|
+
|
|
62740
62885
|
### 第 101 次发布
|
|
62741
62886
|
|
|
62742
62887
|
发布时间:2023-05-22 01:41:23
|
|
@@ -64886,7 +65031,7 @@
|
|
|
64886
65031
|
|
|
64887
65032
|
新增数据结构:
|
|
64888
65033
|
|
|
64889
|
-
* [
|
|
65034
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/237/16191#ReservedNetResource)
|
|
64890
65035
|
|
|
64891
65036
|
修改数据结构:
|
|
64892
65037
|
|
|
@@ -69108,6 +69253,40 @@
|
|
|
69108
69253
|
|
|
69109
69254
|
## 媒体处理(mps) 版本:2019-06-12
|
|
69110
69255
|
|
|
69256
|
+
### 第 60 次发布
|
|
69257
|
+
|
|
69258
|
+
发布时间:2023-05-30 01:26:54
|
|
69259
|
+
|
|
69260
|
+
本次发布包含了以下内容:
|
|
69261
|
+
|
|
69262
|
+
改善已有的文档。
|
|
69263
|
+
|
|
69264
|
+
修改接口:
|
|
69265
|
+
|
|
69266
|
+
* [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
|
|
69267
|
+
|
|
69268
|
+
* 新增出参:AiAnalysisResultInfo, AiQualityControlResultInfo
|
|
69269
|
+
|
|
69270
|
+
|
|
69271
|
+
新增数据结构:
|
|
69272
|
+
|
|
69273
|
+
* [[DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)](https://cloud.tencent.com/document/api/862/37615#[DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult))
|
|
69274
|
+
* [[LiveStreamAiAnalysisResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultInfo)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamAiAnalysisResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultInfo))
|
|
69275
|
+
* [[LiveStreamAiAnalysisResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultItem)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamAiAnalysisResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiAnalysisResultItem))
|
|
69276
|
+
* [[LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo))
|
|
69277
|
+
* [[SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)](https://cloud.tencent.com/document/api/862/37615#[SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem))
|
|
69278
|
+
|
|
69279
|
+
修改数据结构:
|
|
69280
|
+
|
|
69281
|
+
* [LiveStreamAsrFullTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamAsrFullTextRecognitionResult)
|
|
69282
|
+
|
|
69283
|
+
* 新增成员:StartTime, EndTime, SteadyState
|
|
69284
|
+
|
|
69285
|
+
* [LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult)
|
|
69286
|
+
|
|
69287
|
+
* 新增成员:StartTime, EndTime, SteadyState
|
|
69288
|
+
|
|
69289
|
+
|
|
69111
69290
|
### 第 59 次发布
|
|
69112
69291
|
|
|
69113
69292
|
发布时间:2023-05-17 01:46:57
|
|
@@ -83040,6 +83219,21 @@
|
|
|
83040
83219
|
|
|
83041
83220
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
83042
83221
|
|
|
83222
|
+
### 第 34 次发布
|
|
83223
|
+
|
|
83224
|
+
发布时间:2023-05-29 14:59:54
|
|
83225
|
+
|
|
83226
|
+
本次发布包含了以下内容:
|
|
83227
|
+
|
|
83228
|
+
改善已有的文档。
|
|
83229
|
+
|
|
83230
|
+
修改接口:
|
|
83231
|
+
|
|
83232
|
+
* [CommitCertificateInformation](https://cloud.tencent.com/document/api/400/41676)
|
|
83233
|
+
|
|
83234
|
+
* 新增入参:VerifyType
|
|
83235
|
+
|
|
83236
|
+
|
|
83043
83237
|
### 第 33 次发布
|
|
83044
83238
|
|
|
83045
83239
|
发布时间:2023-05-26 01:50:53
|
|
@@ -89817,6 +90011,23 @@
|
|
|
89817
90011
|
|
|
89818
90012
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
89819
90013
|
|
|
90014
|
+
### 第 44 次发布
|
|
90015
|
+
|
|
90016
|
+
发布时间:2023-05-30 01:34:13
|
|
90017
|
+
|
|
90018
|
+
本次发布包含了以下内容:
|
|
90019
|
+
|
|
90020
|
+
改善已有的文档。
|
|
90021
|
+
|
|
90022
|
+
修改数据结构:
|
|
90023
|
+
|
|
90024
|
+
* [ComponentsInfo](https://cloud.tencent.com/document/api/1285/65614#ComponentsInfo)
|
|
90025
|
+
|
|
90026
|
+
* 新增成员:FixedVersion, Path, Type, Name
|
|
90027
|
+
|
|
90028
|
+
* <font color="#dd0000">**修改成员**:</font>Component
|
|
90029
|
+
|
|
90030
|
+
|
|
89820
90031
|
### 第 43 次发布
|
|
89821
90032
|
|
|
89822
90033
|
发布时间:2023-05-29 01:41:32
|
|
@@ -91711,6 +91922,23 @@
|
|
|
91711
91922
|
|
|
91712
91923
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
91713
91924
|
|
|
91925
|
+
### 第 59 次发布
|
|
91926
|
+
|
|
91927
|
+
发布时间:2023-05-30 01:35:56
|
|
91928
|
+
|
|
91929
|
+
本次发布包含了以下内容:
|
|
91930
|
+
|
|
91931
|
+
改善已有的文档。
|
|
91932
|
+
|
|
91933
|
+
修改数据结构:
|
|
91934
|
+
|
|
91935
|
+
* [PulsarProClusterInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterInfo)
|
|
91936
|
+
|
|
91937
|
+
* 新增成员:CanEditRoute
|
|
91938
|
+
|
|
91939
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Remark, CreateTime, Status, Version, NodeDistribution, MaxStorage
|
|
91940
|
+
|
|
91941
|
+
|
|
91714
91942
|
### 第 58 次发布
|
|
91715
91943
|
|
|
91716
91944
|
发布时间:2023-05-16 02:15:18
|
|
@@ -97060,6 +97288,21 @@
|
|
|
97060
97288
|
|
|
97061
97289
|
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
97062
97290
|
|
|
97291
|
+
### 第 5 次发布
|
|
97292
|
+
|
|
97293
|
+
发布时间:2023-05-29 15:05:43
|
|
97294
|
+
|
|
97295
|
+
本次发布包含了以下内容:
|
|
97296
|
+
|
|
97297
|
+
改善已有的文档。
|
|
97298
|
+
|
|
97299
|
+
修改数据结构:
|
|
97300
|
+
|
|
97301
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
97302
|
+
|
|
97303
|
+
* 新增成员:AutoScalingType
|
|
97304
|
+
|
|
97305
|
+
|
|
97063
97306
|
### 第 4 次发布
|
|
97064
97307
|
|
|
97065
97308
|
发布时间:2023-05-19 02:07:25
|
|
@@ -98560,6 +98803,25 @@
|
|
|
98560
98803
|
|
|
98561
98804
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
98562
98805
|
|
|
98806
|
+
### 第 25 次发布
|
|
98807
|
+
|
|
98808
|
+
发布时间:2023-05-29 15:06:20
|
|
98809
|
+
|
|
98810
|
+
本次发布包含了以下内容:
|
|
98811
|
+
|
|
98812
|
+
改善已有的文档。
|
|
98813
|
+
|
|
98814
|
+
新增数据结构:
|
|
98815
|
+
|
|
98816
|
+
* [[CFSTurbo](https://cloud.tencent.com/document/api/851/75051#CFSTurbo)](https://cloud.tencent.com/document/api/851/75051#[CFSTurbo](https://cloud.tencent.com/document/api/851/75051#CFSTurbo))
|
|
98817
|
+
|
|
98818
|
+
修改数据结构:
|
|
98819
|
+
|
|
98820
|
+
* [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
|
|
98821
|
+
|
|
98822
|
+
* 新增成员:CFSTurboSource
|
|
98823
|
+
|
|
98824
|
+
|
|
98563
98825
|
### 第 24 次发布
|
|
98564
98826
|
|
|
98565
98827
|
发布时间:2023-05-16 02:19:20
|
|
@@ -116434,6 +116696,36 @@
|
|
|
116434
116696
|
|
|
116435
116697
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
116436
116698
|
|
|
116699
|
+
### 第 35 次发布
|
|
116700
|
+
|
|
116701
|
+
发布时间:2023-05-30 01:43:58
|
|
116702
|
+
|
|
116703
|
+
本次发布包含了以下内容:
|
|
116704
|
+
|
|
116705
|
+
改善已有的文档。
|
|
116706
|
+
|
|
116707
|
+
修改接口:
|
|
116708
|
+
|
|
116709
|
+
* [PostAttackDownloadTask](https://cloud.tencent.com/document/api/627/77524)
|
|
116710
|
+
|
|
116711
|
+
* 新增入参:Count
|
|
116712
|
+
|
|
116713
|
+
* [SearchAccessLog](https://cloud.tencent.com/document/api/627/60012)
|
|
116714
|
+
|
|
116715
|
+
* 新增入参:Page
|
|
116716
|
+
|
|
116717
|
+
* [SearchAttackLog](https://cloud.tencent.com/document/api/627/86118)
|
|
116718
|
+
|
|
116719
|
+
* 新增入参:Page
|
|
116720
|
+
|
|
116721
|
+
|
|
116722
|
+
修改数据结构:
|
|
116723
|
+
|
|
116724
|
+
* [QPSPackageNew](https://cloud.tencent.com/document/api/627/53609#QPSPackageNew)
|
|
116725
|
+
|
|
116726
|
+
* 新增成员:BillingItem
|
|
116727
|
+
|
|
116728
|
+
|
|
116437
116729
|
### 第 34 次发布
|
|
116438
116730
|
|
|
116439
116731
|
发布时间:2023-05-08 02:03:46
|