tencentcloud-sdk-nodejs-vod 4.0.310 → 4.0.311
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 +189 -0
- package/SERVICE_CHANGELOG.md +268 -37
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/services/vod/v20180717/vod_client.ts +26 -1
- package/src/services/vod/v20180717/vod_models.ts +221 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +13 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +193 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,192 @@
|
|
|
1
|
+
# Release 4.0.311
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 31 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-21 08:06:03
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
16
|
+
|
|
17
|
+
* 新增入参:SetVolumeCommandInput
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [SetVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetVolumeCommandInput)
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1155/40113#KTVRobotInfo)
|
|
27
|
+
|
|
28
|
+
* 新增成员:SetVolumeInput
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
34
|
+
|
|
35
|
+
### 第 3 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2022-03-18 15:46:35
|
|
38
|
+
|
|
39
|
+
本次发布包含了以下内容:
|
|
40
|
+
|
|
41
|
+
改善已有的文档。
|
|
42
|
+
|
|
43
|
+
修改接口:
|
|
44
|
+
|
|
45
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
46
|
+
|
|
47
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
53
|
+
|
|
54
|
+
* 新增成员:VerifyChannel
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
60
|
+
|
|
61
|
+
### 第 13 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-03-21 08:15:09
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
修改接口:
|
|
70
|
+
|
|
71
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/1464/61475)
|
|
72
|
+
|
|
73
|
+
* 新增入参:IsDemo
|
|
74
|
+
|
|
75
|
+
* [DescribeScores](https://cloud.tencent.com/document/api/1464/61951)
|
|
76
|
+
|
|
77
|
+
* 新增入参:IsDemo
|
|
78
|
+
|
|
79
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
80
|
+
|
|
81
|
+
* 新增入参:IsDemo
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
修改数据结构:
|
|
85
|
+
|
|
86
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
87
|
+
|
|
88
|
+
* <font color="#dd0000">**修改成员**:</font>ID, ProjectID
|
|
89
|
+
|
|
90
|
+
* [RumProject](https://cloud.tencent.com/document/api/1464/61476#RumProject)
|
|
91
|
+
|
|
92
|
+
* 新增成员:ProjectStatus
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## 云函数(scf) 版本:2018-04-16
|
|
98
|
+
|
|
99
|
+
### 第 45 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2022-03-21 08:15:19
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
|
|
110
|
+
|
|
111
|
+
* 新增入参:ProvisionedType, TrackingTarget, MinCapacity, MaxCapacity
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
117
|
+
|
|
118
|
+
### 第 81 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2022-03-21 08:16:19
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
新增接口:
|
|
127
|
+
|
|
128
|
+
* [FreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71436)
|
|
129
|
+
* [UnfreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71435)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
134
|
+
|
|
135
|
+
### 第 93 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2022-03-21 08:17:26
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
修改接口:
|
|
144
|
+
|
|
145
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
146
|
+
|
|
147
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel
|
|
148
|
+
|
|
149
|
+
* 新增出参:ClusterLevel, AutoUpgradeClusterLevel
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
新增数据结构:
|
|
153
|
+
|
|
154
|
+
* [AutoUpgradeClusterLevel](https://cloud.tencent.com/document/api/457/31866#AutoUpgradeClusterLevel)
|
|
155
|
+
|
|
156
|
+
修改数据结构:
|
|
157
|
+
|
|
158
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
159
|
+
|
|
160
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 云点播(vod) 版本:2018-07-17
|
|
166
|
+
|
|
167
|
+
### 第 97 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2022-03-21 08:18:21
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
174
|
+
|
|
175
|
+
新增接口:
|
|
176
|
+
|
|
177
|
+
* [ProcessImage](https://cloud.tencent.com/document/api/266/71437)
|
|
178
|
+
|
|
179
|
+
新增数据结构:
|
|
180
|
+
|
|
181
|
+
* [ContentReviewOcrResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewOcrResult)
|
|
182
|
+
* [ContentReviewResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewResult)
|
|
183
|
+
* [ImageContentReviewInput](https://cloud.tencent.com/document/api/266/31773#ImageContentReviewInput)
|
|
184
|
+
* [PoliticalImageResult](https://cloud.tencent.com/document/api/266/31773#PoliticalImageResult)
|
|
185
|
+
* [PornImageResult](https://cloud.tencent.com/document/api/266/31773#PornImageResult)
|
|
186
|
+
* [TerrorismImageResult](https://cloud.tencent.com/document/api/266/31773#TerrorismImageResult)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
1
190
|
# Release 4.0.310
|
|
2
191
|
|
|
3
192
|
## 语音识别(asr) 版本:2019-06-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 31 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-21 08:06:03
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,29 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:SetVolumeCommandInput
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
新增数据结构:
|
|
20
21
|
|
|
22
|
+
* [SetVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetVolumeCommandInput)
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1155/40113#KTVRobotInfo)
|
|
27
|
+
|
|
28
|
+
* 新增成员:SetVolumeInput
|
|
23
29
|
|
|
24
|
-
### 第 11 次发布
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
34
|
+
|
|
35
|
+
### 第 3 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2022-03-18 15:46:35
|
|
27
38
|
|
|
28
39
|
本次发布包含了以下内容:
|
|
29
40
|
|
|
@@ -31,22 +42,25 @@
|
|
|
31
42
|
|
|
32
43
|
修改接口:
|
|
33
44
|
|
|
34
|
-
* [
|
|
45
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
35
46
|
|
|
36
|
-
*
|
|
47
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
37
48
|
|
|
38
|
-
* [CreateWorkGroup](https://cloud.tencent.com/document/api/1342/58464)
|
|
39
49
|
|
|
40
|
-
|
|
50
|
+
修改数据结构:
|
|
41
51
|
|
|
52
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
42
53
|
|
|
54
|
+
* 新增成员:VerifyChannel
|
|
43
55
|
|
|
44
56
|
|
|
45
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
46
57
|
|
|
47
|
-
### 第 42 次发布
|
|
48
58
|
|
|
49
|
-
|
|
59
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
60
|
+
|
|
61
|
+
### 第 13 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-03-21 08:15:09
|
|
50
64
|
|
|
51
65
|
本次发布包含了以下内容:
|
|
52
66
|
|
|
@@ -54,37 +68,56 @@
|
|
|
54
68
|
|
|
55
69
|
修改接口:
|
|
56
70
|
|
|
57
|
-
* [
|
|
71
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/1464/61475)
|
|
58
72
|
|
|
59
|
-
* 新增入参:
|
|
73
|
+
* 新增入参:IsDemo
|
|
60
74
|
|
|
61
|
-
* [
|
|
75
|
+
* [DescribeScores](https://cloud.tencent.com/document/api/1464/61951)
|
|
62
76
|
|
|
63
|
-
* 新增入参:
|
|
77
|
+
* 新增入参:IsDemo
|
|
64
78
|
|
|
65
|
-
* [
|
|
79
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
66
80
|
|
|
67
|
-
* 新增入参:
|
|
81
|
+
* 新增入参:IsDemo
|
|
68
82
|
|
|
69
83
|
|
|
70
|
-
|
|
84
|
+
修改数据结构:
|
|
71
85
|
|
|
72
|
-
* [
|
|
86
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
73
87
|
|
|
74
|
-
|
|
88
|
+
* <font color="#dd0000">**修改成员**:</font>ID, ProjectID
|
|
75
89
|
|
|
76
|
-
* [
|
|
90
|
+
* [RumProject](https://cloud.tencent.com/document/api/1464/61476#RumProject)
|
|
77
91
|
|
|
78
|
-
* 新增成员:
|
|
92
|
+
* 新增成员:ProjectStatus
|
|
79
93
|
|
|
80
94
|
|
|
81
95
|
|
|
82
96
|
|
|
83
|
-
##
|
|
97
|
+
## 云函数(scf) 版本:2018-04-16
|
|
84
98
|
|
|
85
|
-
### 第
|
|
99
|
+
### 第 45 次发布
|
|
86
100
|
|
|
87
|
-
发布时间:2022-03-
|
|
101
|
+
发布时间:2022-03-21 08:15:19
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
|
|
110
|
+
|
|
111
|
+
* 新增入参:ProvisionedType, TrackingTarget, MinCapacity, MaxCapacity
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
117
|
+
|
|
118
|
+
### 第 81 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2022-03-21 08:16:19
|
|
88
121
|
|
|
89
122
|
本次发布包含了以下内容:
|
|
90
123
|
|
|
@@ -92,15 +125,16 @@
|
|
|
92
125
|
|
|
93
126
|
新增接口:
|
|
94
127
|
|
|
95
|
-
* [
|
|
128
|
+
* [FreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71436)
|
|
129
|
+
* [UnfreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71435)
|
|
96
130
|
|
|
97
131
|
|
|
98
132
|
|
|
99
|
-
##
|
|
133
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
100
134
|
|
|
101
|
-
### 第
|
|
135
|
+
### 第 93 次发布
|
|
102
136
|
|
|
103
|
-
发布时间:2022-03-
|
|
137
|
+
发布时间:2022-03-21 08:17:26
|
|
104
138
|
|
|
105
139
|
本次发布包含了以下内容:
|
|
106
140
|
|
|
@@ -108,10 +142,48 @@
|
|
|
108
142
|
|
|
109
143
|
修改接口:
|
|
110
144
|
|
|
111
|
-
* [
|
|
145
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
112
146
|
|
|
113
|
-
*
|
|
147
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel
|
|
148
|
+
|
|
149
|
+
* 新增出参:ClusterLevel, AutoUpgradeClusterLevel
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
新增数据结构:
|
|
153
|
+
|
|
154
|
+
* [AutoUpgradeClusterLevel](https://cloud.tencent.com/document/api/457/31866#AutoUpgradeClusterLevel)
|
|
155
|
+
|
|
156
|
+
修改数据结构:
|
|
114
157
|
|
|
158
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
159
|
+
|
|
160
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 云点播(vod) 版本:2018-07-17
|
|
166
|
+
|
|
167
|
+
### 第 97 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2022-03-21 08:18:21
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
174
|
+
|
|
175
|
+
新增接口:
|
|
176
|
+
|
|
177
|
+
* [ProcessImage](https://cloud.tencent.com/document/api/266/71437)
|
|
178
|
+
|
|
179
|
+
新增数据结构:
|
|
180
|
+
|
|
181
|
+
* [ContentReviewOcrResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewOcrResult)
|
|
182
|
+
* [ContentReviewResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewResult)
|
|
183
|
+
* [ImageContentReviewInput](https://cloud.tencent.com/document/api/266/31773#ImageContentReviewInput)
|
|
184
|
+
* [PoliticalImageResult](https://cloud.tencent.com/document/api/266/31773#PoliticalImageResult)
|
|
185
|
+
* [PornImageResult](https://cloud.tencent.com/document/api/266/31773#PornImageResult)
|
|
186
|
+
* [TerrorismImageResult](https://cloud.tencent.com/document/api/266/31773#TerrorismImageResult)
|
|
115
187
|
|
|
116
188
|
|
|
117
189
|
|
|
@@ -514,6 +586,32 @@
|
|
|
514
586
|
|
|
515
587
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
516
588
|
|
|
589
|
+
### 第 31 次发布
|
|
590
|
+
|
|
591
|
+
发布时间:2022-03-21 08:06:03
|
|
592
|
+
|
|
593
|
+
本次发布包含了以下内容:
|
|
594
|
+
|
|
595
|
+
改善已有的文档。
|
|
596
|
+
|
|
597
|
+
修改接口:
|
|
598
|
+
|
|
599
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
600
|
+
|
|
601
|
+
* 新增入参:SetVolumeCommandInput
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
新增数据结构:
|
|
605
|
+
|
|
606
|
+
* [[SetVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetVolumeCommandInput)](https://cloud.tencent.com/document/api/1155/40113#[SetVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetVolumeCommandInput))
|
|
607
|
+
|
|
608
|
+
修改数据结构:
|
|
609
|
+
|
|
610
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1155/40113#KTVRobotInfo)
|
|
611
|
+
|
|
612
|
+
* 新增成员:SetVolumeInput
|
|
613
|
+
|
|
614
|
+
|
|
517
615
|
### 第 30 次发布
|
|
518
616
|
|
|
519
617
|
发布时间:2022-03-10 08:03:53
|
|
@@ -31074,6 +31172,28 @@
|
|
|
31074
31172
|
|
|
31075
31173
|
## 电子签服务(ess) 版本:2020-11-11
|
|
31076
31174
|
|
|
31175
|
+
### 第 3 次发布
|
|
31176
|
+
|
|
31177
|
+
发布时间:2022-03-18 15:46:35
|
|
31178
|
+
|
|
31179
|
+
本次发布包含了以下内容:
|
|
31180
|
+
|
|
31181
|
+
改善已有的文档。
|
|
31182
|
+
|
|
31183
|
+
修改接口:
|
|
31184
|
+
|
|
31185
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
31186
|
+
|
|
31187
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
31188
|
+
|
|
31189
|
+
|
|
31190
|
+
修改数据结构:
|
|
31191
|
+
|
|
31192
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
31193
|
+
|
|
31194
|
+
* 新增成员:VerifyChannel
|
|
31195
|
+
|
|
31196
|
+
|
|
31077
31197
|
### 第 2 次发布
|
|
31078
31198
|
|
|
31079
31199
|
发布时间:2022-03-16 08:09:15
|
|
@@ -43618,7 +43738,7 @@
|
|
|
43618
43738
|
|
|
43619
43739
|
新增数据结构:
|
|
43620
43740
|
|
|
43621
|
-
* [
|
|
43741
|
+
* [CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice)
|
|
43622
43742
|
|
|
43623
43743
|
修改数据结构:
|
|
43624
43744
|
|
|
@@ -46265,7 +46385,7 @@
|
|
|
46265
46385
|
|
|
46266
46386
|
新增接口:
|
|
46267
46387
|
|
|
46268
|
-
* [
|
|
46388
|
+
* [TextCorrectionPro](https://cloud.tencent.com/document/api/271/71355)
|
|
46269
46389
|
|
|
46270
46390
|
### 第 13 次发布
|
|
46271
46391
|
|
|
@@ -50506,6 +50626,40 @@
|
|
|
50506
50626
|
|
|
50507
50627
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
50508
50628
|
|
|
50629
|
+
### 第 13 次发布
|
|
50630
|
+
|
|
50631
|
+
发布时间:2022-03-21 08:15:09
|
|
50632
|
+
|
|
50633
|
+
本次发布包含了以下内容:
|
|
50634
|
+
|
|
50635
|
+
改善已有的文档。
|
|
50636
|
+
|
|
50637
|
+
修改接口:
|
|
50638
|
+
|
|
50639
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/1464/61475)
|
|
50640
|
+
|
|
50641
|
+
* 新增入参:IsDemo
|
|
50642
|
+
|
|
50643
|
+
* [DescribeScores](https://cloud.tencent.com/document/api/1464/61951)
|
|
50644
|
+
|
|
50645
|
+
* 新增入参:IsDemo
|
|
50646
|
+
|
|
50647
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
50648
|
+
|
|
50649
|
+
* 新增入参:IsDemo
|
|
50650
|
+
|
|
50651
|
+
|
|
50652
|
+
修改数据结构:
|
|
50653
|
+
|
|
50654
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
50655
|
+
|
|
50656
|
+
* <font color="#dd0000">**修改成员**:</font>ID, ProjectID
|
|
50657
|
+
|
|
50658
|
+
* [RumProject](https://cloud.tencent.com/document/api/1464/61476#RumProject)
|
|
50659
|
+
|
|
50660
|
+
* 新增成员:ProjectStatus
|
|
50661
|
+
|
|
50662
|
+
|
|
50509
50663
|
### 第 12 次发布
|
|
50510
50664
|
|
|
50511
50665
|
发布时间:2022-03-15 08:13:58
|
|
@@ -50738,6 +50892,21 @@
|
|
|
50738
50892
|
|
|
50739
50893
|
## 云函数(scf) 版本:2018-04-16
|
|
50740
50894
|
|
|
50895
|
+
### 第 45 次发布
|
|
50896
|
+
|
|
50897
|
+
发布时间:2022-03-21 08:15:19
|
|
50898
|
+
|
|
50899
|
+
本次发布包含了以下内容:
|
|
50900
|
+
|
|
50901
|
+
改善已有的文档。
|
|
50902
|
+
|
|
50903
|
+
修改接口:
|
|
50904
|
+
|
|
50905
|
+
* [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
|
|
50906
|
+
|
|
50907
|
+
* 新增入参:ProvisionedType, TrackingTarget, MinCapacity, MaxCapacity
|
|
50908
|
+
|
|
50909
|
+
|
|
50741
50910
|
### 第 44 次发布
|
|
50742
50911
|
|
|
50743
50912
|
发布时间:2022-03-16 08:13:22
|
|
@@ -55715,6 +55884,19 @@
|
|
|
55715
55884
|
|
|
55716
55885
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
55717
55886
|
|
|
55887
|
+
### 第 81 次发布
|
|
55888
|
+
|
|
55889
|
+
发布时间:2022-03-21 08:16:19
|
|
55890
|
+
|
|
55891
|
+
本次发布包含了以下内容:
|
|
55892
|
+
|
|
55893
|
+
改善已有的文档。
|
|
55894
|
+
|
|
55895
|
+
新增接口:
|
|
55896
|
+
|
|
55897
|
+
* [[FreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71436)](https://cloud.tencent.com/document/api/#/#)
|
|
55898
|
+
* [[UnfreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71435)](https://cloud.tencent.com/document/api/#/#)
|
|
55899
|
+
|
|
55718
55900
|
### 第 80 次发布
|
|
55719
55901
|
|
|
55720
55902
|
发布时间:2022-01-17 08:12:48
|
|
@@ -62030,6 +62212,34 @@
|
|
|
62030
62212
|
|
|
62031
62213
|
## 容器服务(tke) 版本:2018-05-25
|
|
62032
62214
|
|
|
62215
|
+
### 第 93 次发布
|
|
62216
|
+
|
|
62217
|
+
发布时间:2022-03-21 08:17:26
|
|
62218
|
+
|
|
62219
|
+
本次发布包含了以下内容:
|
|
62220
|
+
|
|
62221
|
+
改善已有的文档。
|
|
62222
|
+
|
|
62223
|
+
修改接口:
|
|
62224
|
+
|
|
62225
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
62226
|
+
|
|
62227
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel
|
|
62228
|
+
|
|
62229
|
+
* 新增出参:ClusterLevel, AutoUpgradeClusterLevel
|
|
62230
|
+
|
|
62231
|
+
|
|
62232
|
+
新增数据结构:
|
|
62233
|
+
|
|
62234
|
+
* [[AutoUpgradeClusterLevel](https://cloud.tencent.com/document/api/457/31866#AutoUpgradeClusterLevel)](https://cloud.tencent.com/document/api/457/31866#[AutoUpgradeClusterLevel](https://cloud.tencent.com/document/api/457/31866#AutoUpgradeClusterLevel))
|
|
62235
|
+
|
|
62236
|
+
修改数据结构:
|
|
62237
|
+
|
|
62238
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
62239
|
+
|
|
62240
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
62241
|
+
|
|
62242
|
+
|
|
62033
62243
|
### 第 92 次发布
|
|
62034
62244
|
|
|
62035
62245
|
发布时间:2022-03-16 08:15:43
|
|
@@ -67236,6 +67446,27 @@
|
|
|
67236
67446
|
|
|
67237
67447
|
## 云点播(vod) 版本:2018-07-17
|
|
67238
67448
|
|
|
67449
|
+
### 第 97 次发布
|
|
67450
|
+
|
|
67451
|
+
发布时间:2022-03-21 08:18:21
|
|
67452
|
+
|
|
67453
|
+
本次发布包含了以下内容:
|
|
67454
|
+
|
|
67455
|
+
改善已有的文档。
|
|
67456
|
+
|
|
67457
|
+
新增接口:
|
|
67458
|
+
|
|
67459
|
+
* [[ProcessImage](https://cloud.tencent.com/document/api/266/71437)](https://cloud.tencent.com/document/api/#/#)
|
|
67460
|
+
|
|
67461
|
+
新增数据结构:
|
|
67462
|
+
|
|
67463
|
+
* [[ContentReviewOcrResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewOcrResult)](https://cloud.tencent.com/document/api/266/31773#[ContentReviewOcrResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewOcrResult))
|
|
67464
|
+
* [[ContentReviewResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewResult)](https://cloud.tencent.com/document/api/266/31773#[ContentReviewResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewResult))
|
|
67465
|
+
* [[ImageContentReviewInput](https://cloud.tencent.com/document/api/266/31773#ImageContentReviewInput)](https://cloud.tencent.com/document/api/266/31773#[ImageContentReviewInput](https://cloud.tencent.com/document/api/266/31773#ImageContentReviewInput))
|
|
67466
|
+
* [[PoliticalImageResult](https://cloud.tencent.com/document/api/266/31773#PoliticalImageResult)](https://cloud.tencent.com/document/api/266/31773#[PoliticalImageResult](https://cloud.tencent.com/document/api/266/31773#PoliticalImageResult))
|
|
67467
|
+
* [[PornImageResult](https://cloud.tencent.com/document/api/266/31773#PornImageResult)](https://cloud.tencent.com/document/api/266/31773#[PornImageResult](https://cloud.tencent.com/document/api/266/31773#PornImageResult))
|
|
67468
|
+
* [[TerrorismImageResult](https://cloud.tencent.com/document/api/266/31773#TerrorismImageResult)](https://cloud.tencent.com/document/api/266/31773#[TerrorismImageResult](https://cloud.tencent.com/document/api/266/31773#TerrorismImageResult))
|
|
67469
|
+
|
|
67239
67470
|
### 第 96 次发布
|
|
67240
67471
|
|
|
67241
67472
|
发布时间:2022-03-10 08:17:15
|