tencentcloud-sdk-nodejs-cls 4.0.332 → 4.0.333
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 +98 -0
- package/SERVICE_CHANGELOG.md +111 -202
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/services/cls/v20201016/cls_client.ts +3 -1
- package/src/services/cls/v20201016/cls_models.ts +37 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,101 @@
|
|
|
1
|
+
# Release 4.0.333
|
|
2
|
+
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 40 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-29 06:04:35
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteRoute](https://cloud.tencent.com/document/api/597/73213)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
20
|
+
|
|
21
|
+
### 第 21 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-04-29 06:05:02
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增数据结构:
|
|
30
|
+
|
|
31
|
+
* [ParquetInfo](https://cloud.tencent.com/document/api/614/56471#ParquetInfo)
|
|
32
|
+
* [ParquetKeyInfo](https://cloud.tencent.com/document/api/614/56471#ParquetKeyInfo)
|
|
33
|
+
|
|
34
|
+
修改数据结构:
|
|
35
|
+
|
|
36
|
+
* [ContentInfo](https://cloud.tencent.com/document/api/614/56471#ContentInfo)
|
|
37
|
+
|
|
38
|
+
* 新增成员:Parquet
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
44
|
+
|
|
45
|
+
### 第 5 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-04-29 06:07:54
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
56
|
+
|
|
57
|
+
* 新增入参:OrganizationName, EndPoint, AutoJumpBack
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
63
|
+
|
|
64
|
+
### 第 30 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-04-29 06:09:55
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
新增接口:
|
|
73
|
+
|
|
74
|
+
* [IsolateInstances](https://cloud.tencent.com/document/api/1207/73214)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## 云点播(vod) 版本:2018-07-17
|
|
79
|
+
|
|
80
|
+
### 第 102 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2022-04-29 06:15:32
|
|
83
|
+
|
|
84
|
+
本次发布包含了以下内容:
|
|
85
|
+
|
|
86
|
+
改善已有的文档。
|
|
87
|
+
|
|
88
|
+
新增接口:
|
|
89
|
+
|
|
90
|
+
* [DescribeImageReviewUsageData](https://cloud.tencent.com/document/api/266/73215)
|
|
91
|
+
* [ReviewImage](https://cloud.tencent.com/document/api/266/73217)
|
|
92
|
+
|
|
93
|
+
新增数据结构:
|
|
94
|
+
|
|
95
|
+
* [ImageReviewUsageDataItem](https://cloud.tencent.com/document/api/266/31773#ImageReviewUsageDataItem)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
1
99
|
# Release 4.0.332
|
|
2
100
|
|
|
3
101
|
## 弹性伸缩(as) 版本:2018-04-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,139 +1,50 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 52 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-04-28 06:06:38
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
16
|
-
|
|
17
|
-
* 新增成员:ThroughputPerformance
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云拨测(cat) 版本:2018-04-09
|
|
23
|
-
|
|
24
|
-
### 第 8 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2022-04-28 06:07:39
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
35
|
-
|
|
36
|
-
* 新增入参:ProbeType, PluginSource
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
42
4
|
|
|
43
5
|
### 第 40 次发布
|
|
44
6
|
|
|
45
|
-
发布时间:2022-04-
|
|
7
|
+
发布时间:2022-04-29 06:04:35
|
|
46
8
|
|
|
47
9
|
本次发布包含了以下内容:
|
|
48
10
|
|
|
49
11
|
改善已有的文档。
|
|
50
12
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* CloseProVersion
|
|
54
|
-
* InquiryPriceOpenProVersionPrepaid
|
|
55
|
-
* ModifyProVersionRenewFlag
|
|
56
|
-
* OpenProVersion
|
|
57
|
-
* OpenProVersionPrepaid
|
|
58
|
-
* RenewProVersion
|
|
59
|
-
|
|
60
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
61
|
-
|
|
62
|
-
* ChargePrepaid
|
|
63
|
-
* ProVersionMachine
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
68
|
-
|
|
69
|
-
### 第 14 次发布
|
|
70
|
-
|
|
71
|
-
发布时间:2022-04-27 06:09:39
|
|
72
|
-
|
|
73
|
-
本次发布包含了以下内容:
|
|
74
|
-
|
|
75
|
-
改善已有的文档。
|
|
76
|
-
|
|
77
|
-
修改数据结构:
|
|
78
|
-
|
|
79
|
-
* [TasksInfo](https://cloud.tencent.com/document/api/1342/53778#TasksInfo)
|
|
80
|
-
|
|
81
|
-
* 新增成员:Params
|
|
13
|
+
新增接口:
|
|
82
14
|
|
|
15
|
+
* [DeleteRoute](https://cloud.tencent.com/document/api/597/73213)
|
|
83
16
|
|
|
84
17
|
|
|
85
18
|
|
|
86
|
-
##
|
|
19
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
87
20
|
|
|
88
|
-
### 第
|
|
21
|
+
### 第 21 次发布
|
|
89
22
|
|
|
90
|
-
发布时间:2022-04-
|
|
23
|
+
发布时间:2022-04-29 06:05:02
|
|
91
24
|
|
|
92
25
|
本次发布包含了以下内容:
|
|
93
26
|
|
|
94
27
|
改善已有的文档。
|
|
95
28
|
|
|
96
|
-
修改接口:
|
|
97
|
-
|
|
98
|
-
* [DescribeSubscribeConf](https://cloud.tencent.com/document/api/571/42716)
|
|
99
|
-
|
|
100
|
-
* 新增出参:SubscribeVersion, Errors
|
|
101
|
-
|
|
102
|
-
|
|
103
29
|
新增数据结构:
|
|
104
30
|
|
|
105
|
-
* [
|
|
31
|
+
* [ParquetInfo](https://cloud.tencent.com/document/api/614/56471#ParquetInfo)
|
|
32
|
+
* [ParquetKeyInfo](https://cloud.tencent.com/document/api/614/56471#ParquetKeyInfo)
|
|
106
33
|
|
|
107
34
|
修改数据结构:
|
|
108
35
|
|
|
109
|
-
* [
|
|
110
|
-
|
|
111
|
-
* 新增成员:SrcInfoMulti
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
117
|
-
|
|
118
|
-
### 第 29 次发布
|
|
119
|
-
|
|
120
|
-
发布时间:2022-04-28 06:12:20
|
|
121
|
-
|
|
122
|
-
本次发布包含了以下内容:
|
|
123
|
-
|
|
124
|
-
改善已有的文档。
|
|
36
|
+
* [ContentInfo](https://cloud.tencent.com/document/api/614/56471#ContentInfo)
|
|
125
37
|
|
|
126
|
-
|
|
38
|
+
* 新增成员:Parquet
|
|
127
39
|
|
|
128
|
-
* [ModifyResourceScheduler](https://cloud.tencent.com/document/api/589/73140)
|
|
129
40
|
|
|
130
41
|
|
|
131
42
|
|
|
132
|
-
##
|
|
43
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
133
44
|
|
|
134
|
-
### 第
|
|
45
|
+
### 第 5 次发布
|
|
135
46
|
|
|
136
|
-
发布时间:2022-04-
|
|
47
|
+
发布时间:2022-04-29 06:07:54
|
|
137
48
|
|
|
138
49
|
本次发布包含了以下内容:
|
|
139
50
|
|
|
@@ -141,26 +52,18 @@
|
|
|
141
52
|
|
|
142
53
|
修改接口:
|
|
143
54
|
|
|
144
|
-
* [
|
|
145
|
-
|
|
146
|
-
* 新增入参:UseDefaultImageServiceParameters
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
新增数据结构:
|
|
150
|
-
|
|
151
|
-
* [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
|
|
152
|
-
|
|
55
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
153
56
|
|
|
57
|
+
* 新增入参:OrganizationName, EndPoint, AutoJumpBack
|
|
154
58
|
|
|
155
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
156
59
|
|
|
157
60
|
|
|
158
61
|
|
|
159
|
-
##
|
|
62
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
160
63
|
|
|
161
|
-
### 第
|
|
64
|
+
### 第 30 次发布
|
|
162
65
|
|
|
163
|
-
发布时间:2022-04-
|
|
66
|
+
发布时间:2022-04-29 06:09:55
|
|
164
67
|
|
|
165
68
|
本次发布包含了以下内容:
|
|
166
69
|
|
|
@@ -168,98 +71,28 @@
|
|
|
168
71
|
|
|
169
72
|
新增接口:
|
|
170
73
|
|
|
171
|
-
* [
|
|
172
|
-
* [DescribePurgeTasks](https://cloud.tencent.com/document/api/1552/73153)
|
|
173
|
-
|
|
174
|
-
新增数据结构:
|
|
175
|
-
|
|
176
|
-
* [FailReason](https://cloud.tencent.com/document/api/1552/73155#FailReason)
|
|
177
|
-
* [Task](https://cloud.tencent.com/document/api/1552/73155#Task)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
182
|
-
|
|
183
|
-
### 第 2 次发布
|
|
184
|
-
|
|
185
|
-
发布时间:2022-04-27 10:43:23
|
|
186
|
-
|
|
187
|
-
本次发布包含了以下内容:
|
|
188
|
-
|
|
189
|
-
改善已有的文档。
|
|
190
|
-
|
|
191
|
-
修改接口:
|
|
192
|
-
|
|
193
|
-
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/72107)
|
|
194
|
-
|
|
195
|
-
* 新增入参:QueueName
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
201
|
-
|
|
202
|
-
### 第 9 次发布
|
|
203
|
-
|
|
204
|
-
发布时间:2022-04-27 06:17:04
|
|
205
|
-
|
|
206
|
-
本次发布包含了以下内容:
|
|
207
|
-
|
|
208
|
-
改善已有的文档。
|
|
209
|
-
|
|
210
|
-
修改接口:
|
|
211
|
-
|
|
212
|
-
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/66099)
|
|
213
|
-
|
|
214
|
-
* 新增入参:QueueName
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
220
|
-
|
|
221
|
-
### 第 73 次发布
|
|
222
|
-
|
|
223
|
-
发布时间:2022-04-28 06:19:24
|
|
224
|
-
|
|
225
|
-
本次发布包含了以下内容:
|
|
226
|
-
|
|
227
|
-
改善已有的文档。
|
|
74
|
+
* [IsolateInstances](https://cloud.tencent.com/document/api/1207/73214)
|
|
228
75
|
|
|
229
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
230
76
|
|
|
231
|
-
* CreateServerlessGroup
|
|
232
|
-
* DeployServerlessGroup
|
|
233
|
-
* DescribeServerlessGroup
|
|
234
|
-
* DescribeServerlessGroups
|
|
235
77
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
* ServerlessGroup
|
|
239
|
-
* ServerlessGroupPage
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
78
|
+
## 云点播(vod) 版本:2018-07-17
|
|
244
79
|
|
|
245
|
-
### 第
|
|
80
|
+
### 第 102 次发布
|
|
246
81
|
|
|
247
|
-
发布时间:2022-04-
|
|
82
|
+
发布时间:2022-04-29 06:15:32
|
|
248
83
|
|
|
249
84
|
本次发布包含了以下内容:
|
|
250
85
|
|
|
251
86
|
改善已有的文档。
|
|
252
87
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
* [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
|
|
256
|
-
|
|
257
|
-
* 新增出参:SslVpnClientId
|
|
88
|
+
新增接口:
|
|
258
89
|
|
|
259
|
-
* [
|
|
90
|
+
* [DescribeImageReviewUsageData](https://cloud.tencent.com/document/api/266/73215)
|
|
91
|
+
* [ReviewImage](https://cloud.tencent.com/document/api/266/73217)
|
|
260
92
|
|
|
261
|
-
|
|
93
|
+
新增数据结构:
|
|
262
94
|
|
|
95
|
+
* [ImageReviewUsageDataItem](https://cloud.tencent.com/document/api/266/31773#ImageReviewUsageDataItem)
|
|
263
96
|
|
|
264
97
|
|
|
265
98
|
|
|
@@ -15774,6 +15607,18 @@
|
|
|
15774
15607
|
|
|
15775
15608
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
15776
15609
|
|
|
15610
|
+
### 第 40 次发布
|
|
15611
|
+
|
|
15612
|
+
发布时间:2022-04-29 06:04:35
|
|
15613
|
+
|
|
15614
|
+
本次发布包含了以下内容:
|
|
15615
|
+
|
|
15616
|
+
改善已有的文档。
|
|
15617
|
+
|
|
15618
|
+
新增接口:
|
|
15619
|
+
|
|
15620
|
+
* [[DeleteRoute](https://cloud.tencent.com/document/api/597/73213)](https://cloud.tencent.com/document/api/#/#)
|
|
15621
|
+
|
|
15777
15622
|
### 第 39 次发布
|
|
15778
15623
|
|
|
15779
15624
|
发布时间:2022-04-21 06:08:41
|
|
@@ -18358,6 +18203,26 @@
|
|
|
18358
18203
|
|
|
18359
18204
|
## 日志服务(cls) 版本:2020-10-16
|
|
18360
18205
|
|
|
18206
|
+
### 第 21 次发布
|
|
18207
|
+
|
|
18208
|
+
发布时间:2022-04-29 06:05:02
|
|
18209
|
+
|
|
18210
|
+
本次发布包含了以下内容:
|
|
18211
|
+
|
|
18212
|
+
改善已有的文档。
|
|
18213
|
+
|
|
18214
|
+
新增数据结构:
|
|
18215
|
+
|
|
18216
|
+
* [[ParquetInfo](https://cloud.tencent.com/document/api/614/56471#ParquetInfo)](https://cloud.tencent.com/document/api/614/56471#[ParquetInfo](https://cloud.tencent.com/document/api/614/56471#ParquetInfo))
|
|
18217
|
+
* [[ParquetKeyInfo](https://cloud.tencent.com/document/api/614/56471#ParquetKeyInfo)](https://cloud.tencent.com/document/api/614/56471#[ParquetKeyInfo](https://cloud.tencent.com/document/api/614/56471#ParquetKeyInfo))
|
|
18218
|
+
|
|
18219
|
+
修改数据结构:
|
|
18220
|
+
|
|
18221
|
+
* [ContentInfo](https://cloud.tencent.com/document/api/614/56471#ContentInfo)
|
|
18222
|
+
|
|
18223
|
+
* 新增成员:Parquet
|
|
18224
|
+
|
|
18225
|
+
|
|
18361
18226
|
### 第 20 次发布
|
|
18362
18227
|
|
|
18363
18228
|
发布时间:2022-04-21 06:09:08
|
|
@@ -28905,7 +28770,7 @@
|
|
|
28905
28770
|
|
|
28906
28771
|
新增数据结构:
|
|
28907
28772
|
|
|
28908
|
-
* [
|
|
28773
|
+
* [SubsErr](https://cloud.tencent.com/document/api/571/18131#SubsErr)
|
|
28909
28774
|
|
|
28910
28775
|
修改数据结构:
|
|
28911
28776
|
|
|
@@ -31490,7 +31355,7 @@
|
|
|
31490
31355
|
|
|
31491
31356
|
新增接口:
|
|
31492
31357
|
|
|
31493
|
-
* [
|
|
31358
|
+
* [ModifyResourceScheduler](https://cloud.tencent.com/document/api/589/73140)
|
|
31494
31359
|
|
|
31495
31360
|
### 第 28 次发布
|
|
31496
31361
|
|
|
@@ -32833,6 +32698,21 @@
|
|
|
32833
32698
|
|
|
32834
32699
|
## 电子签服务(ess) 版本:2020-11-11
|
|
32835
32700
|
|
|
32701
|
+
### 第 5 次发布
|
|
32702
|
+
|
|
32703
|
+
发布时间:2022-04-29 06:07:54
|
|
32704
|
+
|
|
32705
|
+
本次发布包含了以下内容:
|
|
32706
|
+
|
|
32707
|
+
改善已有的文档。
|
|
32708
|
+
|
|
32709
|
+
修改接口:
|
|
32710
|
+
|
|
32711
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
32712
|
+
|
|
32713
|
+
* 新增入参:OrganizationName, EndPoint, AutoJumpBack
|
|
32714
|
+
|
|
32715
|
+
|
|
32836
32716
|
### 第 4 次发布
|
|
32837
32717
|
|
|
32838
32718
|
发布时间:2022-04-25 06:06:57
|
|
@@ -42091,6 +41971,18 @@
|
|
|
42091
41971
|
|
|
42092
41972
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42093
41973
|
|
|
41974
|
+
### 第 30 次发布
|
|
41975
|
+
|
|
41976
|
+
发布时间:2022-04-29 06:09:55
|
|
41977
|
+
|
|
41978
|
+
本次发布包含了以下内容:
|
|
41979
|
+
|
|
41980
|
+
改善已有的文档。
|
|
41981
|
+
|
|
41982
|
+
新增接口:
|
|
41983
|
+
|
|
41984
|
+
* [[IsolateInstances](https://cloud.tencent.com/document/api/1207/73214)](https://cloud.tencent.com/document/api/#/#)
|
|
41985
|
+
|
|
42094
41986
|
### 第 29 次发布
|
|
42095
41987
|
|
|
42096
41988
|
发布时间:2022-04-26 06:12:41
|
|
@@ -63118,7 +63010,7 @@
|
|
|
63118
63010
|
|
|
63119
63011
|
新增数据结构:
|
|
63120
63012
|
|
|
63121
|
-
* [
|
|
63013
|
+
* [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
|
|
63122
63014
|
|
|
63123
63015
|
### 第 14 次发布
|
|
63124
63016
|
|
|
@@ -63438,13 +63330,13 @@
|
|
|
63438
63330
|
|
|
63439
63331
|
新增接口:
|
|
63440
63332
|
|
|
63441
|
-
* [
|
|
63442
|
-
* [
|
|
63333
|
+
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/73154)
|
|
63334
|
+
* [DescribePurgeTasks](https://cloud.tencent.com/document/api/1552/73153)
|
|
63443
63335
|
|
|
63444
63336
|
新增数据结构:
|
|
63445
63337
|
|
|
63446
|
-
* [
|
|
63447
|
-
* [
|
|
63338
|
+
* [FailReason](https://cloud.tencent.com/document/api/1552/73155#FailReason)
|
|
63339
|
+
* [Task](https://cloud.tencent.com/document/api/1552/73155#Task)
|
|
63448
63340
|
|
|
63449
63341
|
|
|
63450
63342
|
|
|
@@ -70718,6 +70610,23 @@
|
|
|
70718
70610
|
|
|
70719
70611
|
## 云点播(vod) 版本:2018-07-17
|
|
70720
70612
|
|
|
70613
|
+
### 第 102 次发布
|
|
70614
|
+
|
|
70615
|
+
发布时间:2022-04-29 06:15:32
|
|
70616
|
+
|
|
70617
|
+
本次发布包含了以下内容:
|
|
70618
|
+
|
|
70619
|
+
改善已有的文档。
|
|
70620
|
+
|
|
70621
|
+
新增接口:
|
|
70622
|
+
|
|
70623
|
+
* [[DescribeImageReviewUsageData](https://cloud.tencent.com/document/api/266/73215)](https://cloud.tencent.com/document/api/#/#)
|
|
70624
|
+
* [[ReviewImage](https://cloud.tencent.com/document/api/266/73217)](https://cloud.tencent.com/document/api/#/#)
|
|
70625
|
+
|
|
70626
|
+
新增数据结构:
|
|
70627
|
+
|
|
70628
|
+
* [[ImageReviewUsageDataItem](https://cloud.tencent.com/document/api/266/31773#ImageReviewUsageDataItem)](https://cloud.tencent.com/document/api/266/31773#[ImageReviewUsageDataItem](https://cloud.tencent.com/document/api/266/31773#ImageReviewUsageDataItem))
|
|
70629
|
+
|
|
70721
70630
|
### 第 101 次发布
|
|
70722
70631
|
|
|
70723
70632
|
发布时间:2022-04-21 06:20:00
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
46
46
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
47
47
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
48
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-
|
|
48
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-29 06:04:35 |
|
|
49
49
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-20 06:05:11 |
|
|
50
50
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
51
51
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
52
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-
|
|
52
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-29 06:05:02 |
|
|
53
53
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
54
54
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
55
55
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
79
79
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-04-28 06:12:20 |
|
|
80
80
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-04-08 06:07:23 |
|
|
81
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-04-
|
|
81
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-04-29 06:07:54 |
|
|
82
82
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-04-25 06:07:01 |
|
|
83
83
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
84
84
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-04-22 06:09:59 |
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
107
107
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-04-24 15:20:20 |
|
|
108
108
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
|
|
109
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-
|
|
109
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-29 06:09:55 |
|
|
110
110
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-08 06:09:47 |
|
|
111
111
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
112
112
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
144
144
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
145
145
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
146
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-04-
|
|
146
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-04-29 06:12:21 |
|
|
147
147
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
148
148
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
|
|
149
149
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
190
190
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-04-04 07:22:51 |
|
|
191
191
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
192
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-
|
|
192
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-29 06:15:32 |
|
|
193
193
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-28 06:20:20 |
|
|
194
194
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-27 06:19:10 |
|
|
195
195
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
DeleteShipperRequest,
|
|
28
28
|
ModifyTopicRequest,
|
|
29
29
|
DeleteLogsetResponse,
|
|
30
|
+
ParquetKeyInfo,
|
|
30
31
|
DescribeShipperTasksResponse,
|
|
31
32
|
CreateMachineGroupResponse,
|
|
32
33
|
DescribeConfigMachineGroupsRequest,
|
|
@@ -187,6 +188,7 @@ import {
|
|
|
187
188
|
CreateDataTransformRequest,
|
|
188
189
|
DescribeMachineGroupsResponse,
|
|
189
190
|
DescribeLogsetsRequest,
|
|
191
|
+
ParquetInfo,
|
|
190
192
|
DeleteTopicResponse,
|
|
191
193
|
Filter,
|
|
192
194
|
ModifyDataTransformResponse,
|
|
@@ -974,7 +976,7 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
974
976
|
}
|
|
975
977
|
|
|
976
978
|
/**
|
|
977
|
-
*
|
|
979
|
+
* 本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449
|
|
978
980
|
*/
|
|
979
981
|
async CreateExport(
|
|
980
982
|
req: CreateExportRequest,
|
|
@@ -305,6 +305,27 @@ export interface DeleteLogsetResponse {
|
|
|
305
305
|
RequestId?: string
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Parquet内容描述
|
|
310
|
+
*/
|
|
311
|
+
export interface ParquetKeyInfo {
|
|
312
|
+
/**
|
|
313
|
+
* 键值名称
|
|
314
|
+
*/
|
|
315
|
+
KeyName: string
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
|
319
|
+
*/
|
|
320
|
+
KeyType: string
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* 解析失败赋值信息
|
|
324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
325
|
+
*/
|
|
326
|
+
KeyNonExistingField: string
|
|
327
|
+
}
|
|
328
|
+
|
|
308
329
|
/**
|
|
309
330
|
* DescribeShipperTasks返回参数结构体
|
|
310
331
|
*/
|
|
@@ -3567,6 +3588,12 @@ export interface ContentInfo {
|
|
|
3567
3588
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3568
3589
|
*/
|
|
3569
3590
|
Json?: JsonInfo
|
|
3591
|
+
|
|
3592
|
+
/**
|
|
3593
|
+
* parquet格式内容描述
|
|
3594
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3595
|
+
*/
|
|
3596
|
+
Parquet?: ParquetInfo
|
|
3570
3597
|
}
|
|
3571
3598
|
|
|
3572
3599
|
/**
|
|
@@ -4557,6 +4584,16 @@ export interface DescribeLogsetsRequest {
|
|
|
4557
4584
|
Limit?: number
|
|
4558
4585
|
}
|
|
4559
4586
|
|
|
4587
|
+
/**
|
|
4588
|
+
* Parquet内容
|
|
4589
|
+
*/
|
|
4590
|
+
export interface ParquetInfo {
|
|
4591
|
+
/**
|
|
4592
|
+
* ParquetKeyInfo数组
|
|
4593
|
+
*/
|
|
4594
|
+
ParquetKeyInfo: Array<ParquetKeyInfo>
|
|
4595
|
+
}
|
|
4596
|
+
|
|
4560
4597
|
/**
|
|
4561
4598
|
* DeleteTopic返回参数结构体
|
|
4562
4599
|
*/
|
|
@@ -407,7 +407,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
407
407
|
*/
|
|
408
408
|
DeleteTopic(req: DeleteTopicRequest, cb?: (error: string, rep: DeleteTopicResponse) => void): Promise<DeleteTopicResponse>;
|
|
409
409
|
/**
|
|
410
|
-
*
|
|
410
|
+
* 本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449
|
|
411
411
|
*/
|
|
412
412
|
CreateExport(req: CreateExportRequest, cb?: (error: string, rep: CreateExportResponse) => void): Promise<CreateExportResponse>;
|
|
413
413
|
/**
|
|
@@ -550,7 +550,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
550
550
|
return this.request("DeleteTopic", req, cb);
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
|
-
*
|
|
553
|
+
* 本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449
|
|
554
554
|
*/
|
|
555
555
|
async CreateExport(req, cb) {
|
|
556
556
|
return this.request("CreateExport", req, cb);
|
|
@@ -241,6 +241,24 @@ export interface DeleteLogsetResponse {
|
|
|
241
241
|
*/
|
|
242
242
|
RequestId?: string;
|
|
243
243
|
}
|
|
244
|
+
/**
|
|
245
|
+
* Parquet内容描述
|
|
246
|
+
*/
|
|
247
|
+
export interface ParquetKeyInfo {
|
|
248
|
+
/**
|
|
249
|
+
* 键值名称
|
|
250
|
+
*/
|
|
251
|
+
KeyName: string;
|
|
252
|
+
/**
|
|
253
|
+
* 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
|
254
|
+
*/
|
|
255
|
+
KeyType: string;
|
|
256
|
+
/**
|
|
257
|
+
* 解析失败赋值信息
|
|
258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
|
+
*/
|
|
260
|
+
KeyNonExistingField: string;
|
|
261
|
+
}
|
|
244
262
|
/**
|
|
245
263
|
* DescribeShipperTasks返回参数结构体
|
|
246
264
|
*/
|
|
@@ -3023,6 +3041,11 @@ export interface ContentInfo {
|
|
|
3023
3041
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3024
3042
|
*/
|
|
3025
3043
|
Json?: JsonInfo;
|
|
3044
|
+
/**
|
|
3045
|
+
* parquet格式内容描述
|
|
3046
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3047
|
+
*/
|
|
3048
|
+
Parquet?: ParquetInfo;
|
|
3026
3049
|
}
|
|
3027
3050
|
/**
|
|
3028
3051
|
* ApplyConfigToMachineGroup返回参数结构体
|
|
@@ -3864,6 +3887,15 @@ export interface DescribeLogsetsRequest {
|
|
|
3864
3887
|
*/
|
|
3865
3888
|
Limit?: number;
|
|
3866
3889
|
}
|
|
3890
|
+
/**
|
|
3891
|
+
* Parquet内容
|
|
3892
|
+
*/
|
|
3893
|
+
export interface ParquetInfo {
|
|
3894
|
+
/**
|
|
3895
|
+
* ParquetKeyInfo数组
|
|
3896
|
+
*/
|
|
3897
|
+
ParquetKeyInfo: Array<ParquetKeyInfo>;
|
|
3898
|
+
}
|
|
3867
3899
|
/**
|
|
3868
3900
|
* DeleteTopic返回参数结构体
|
|
3869
3901
|
*/
|