tencentcloud-sdk-nodejs 4.0.489 → 4.0.491
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 +461 -0
- package/SERVICE_CHANGELOG.md +578 -73
- package/package.json +1 -1
- package/products.md +21 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +4 -2
- package/src/services/asr/v20190614/asr_models.ts +33 -2
- package/src/services/cdb/v20170320/cdb_client.ts +2 -15
- package/src/services/cdb/v20170320/cdb_models.ts +72 -132
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +8 -3
- package/src/services/cdwch/index.ts +5 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +118 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +314 -0
- package/src/services/cdwch/v20200915/index.ts +6 -0
- package/src/services/cfw/v20190904/cfw_client.ts +4 -4
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +25 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +22 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +155 -0
- package/src/services/emr/v20190103/emr_client.ts +5 -5
- package/src/services/emr/v20190103/emr_models.ts +13 -19
- package/src/services/ess/v20201111/ess_client.ts +26 -0
- package/src/services/ess/v20201111/ess_models.ts +100 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +53 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +322 -83
- package/src/services/faceid/v20180301/faceid_client.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +15 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +16 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/postgres/v20170312/postgres_client.ts +2 -0
- package/src/services/postgres/v20170312/postgres_models.ts +119 -7
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/tcm/v20210413/tcm_models.ts +27 -2
- package/src/services/teo/v20220901/teo_models.ts +8 -3
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +0 -6
- package/src/services/vod/v20180717/vod_models.ts +156 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +3 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +3 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +28 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +59 -109
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -3
- package/tencentcloud/services/cdwch/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/index.js +7 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +38 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +73 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +255 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.js +18 -0
- package/tencentcloud/services/cdwch/v20200915/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/v20200915/index.js +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +21 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +10 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +11 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +132 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +5 -5
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +11 -17
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +85 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +24 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +278 -75
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +102 -7
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -5
- package/test/cdb.v20170320.test.js +0 -10
- package/test/cdwch.v20200915.test.js +91 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +32 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 105 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-11-
|
|
7
|
+
发布时间:2022-11-29 06:19:07
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* ModifyCDBProxy
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
18
18
|
|
|
19
|
+
* RoWeight
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
##
|
|
23
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
23
24
|
|
|
24
|
-
### 第
|
|
25
|
+
### 第 113 次发布
|
|
25
26
|
|
|
26
|
-
发布时间:2022-11-
|
|
27
|
+
发布时间:2022-11-29 06:20:53
|
|
27
28
|
|
|
28
29
|
本次发布包含了以下内容:
|
|
29
30
|
|
|
30
31
|
改善已有的文档。
|
|
31
32
|
|
|
32
|
-
|
|
33
|
+
修改接口:
|
|
33
34
|
|
|
34
|
-
* [
|
|
35
|
+
* [DescribeIpStatus](https://cloud.tencent.com/document/api/228/41954)
|
|
35
36
|
|
|
36
|
-
|
|
37
|
+
* 新增入参:AbbreviationIpv6
|
|
37
38
|
|
|
38
|
-
* [KeyValue](https://cloud.tencent.com/document/api/1427/56185#KeyValue)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
##
|
|
42
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
43
43
|
|
|
44
|
-
### 第
|
|
44
|
+
### 第 99 次发布
|
|
45
45
|
|
|
46
|
-
发布时间:2022-11-
|
|
46
|
+
发布时间:2022-11-29 06:30:25
|
|
47
47
|
|
|
48
48
|
本次发布包含了以下内容:
|
|
49
49
|
|
|
@@ -51,22 +51,24 @@
|
|
|
51
51
|
|
|
52
52
|
修改接口:
|
|
53
53
|
|
|
54
|
-
* [
|
|
54
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
55
55
|
|
|
56
|
-
* 新增入参:
|
|
56
|
+
* 新增入参:ImageSetRequired
|
|
57
57
|
|
|
58
|
+
* 新增出参:ImageSet
|
|
58
59
|
|
|
59
60
|
|
|
61
|
+
新增数据结构:
|
|
60
62
|
|
|
61
|
-
|
|
63
|
+
* [SyncImage](https://cloud.tencent.com/document/api/213/15753#SyncImage)
|
|
62
64
|
|
|
63
65
|
|
|
64
66
|
|
|
65
|
-
##
|
|
67
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
66
68
|
|
|
67
|
-
### 第
|
|
69
|
+
### 第 50 次发布
|
|
68
70
|
|
|
69
|
-
发布时间:2022-11-
|
|
71
|
+
发布时间:2022-11-29 06:37:37
|
|
70
72
|
|
|
71
73
|
本次发布包含了以下内容:
|
|
72
74
|
|
|
@@ -74,39 +76,46 @@
|
|
|
74
76
|
|
|
75
77
|
新增接口:
|
|
76
78
|
|
|
77
|
-
* [
|
|
78
|
-
* [CreateK8sApiAbnormalRuleExportJob](https://cloud.tencent.com/document/api/1285/83379)
|
|
79
|
-
* [CreateK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83378)
|
|
80
|
-
* [DeleteK8sApiAbnormalRule](https://cloud.tencent.com/document/api/1285/83377)
|
|
81
|
-
* [DescribeAssetClusterList](https://cloud.tencent.com/document/api/1285/83376)
|
|
82
|
-
* [DescribeK8sApiAbnormalEventInfo](https://cloud.tencent.com/document/api/1285/83375)
|
|
83
|
-
* [DescribeK8sApiAbnormalEventList](https://cloud.tencent.com/document/api/1285/83374)
|
|
84
|
-
* [DescribeK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83373)
|
|
85
|
-
* [DescribeK8sApiAbnormalRuleList](https://cloud.tencent.com/document/api/1285/83372)
|
|
86
|
-
* [DescribeK8sApiAbnormalRuleScopeList](https://cloud.tencent.com/document/api/1285/83371)
|
|
87
|
-
* [DescribeK8sApiAbnormalSummary](https://cloud.tencent.com/document/api/1285/83370)
|
|
88
|
-
* [DescribeK8sApiAbnormalTendency](https://cloud.tencent.com/document/api/1285/83369)
|
|
89
|
-
* [ModifyK8sApiAbnormalEventStatus](https://cloud.tencent.com/document/api/1285/83368)
|
|
90
|
-
* [ModifyK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83367)
|
|
91
|
-
* [ModifyK8sApiAbnormalRuleStatus](https://cloud.tencent.com/document/api/1285/83366)
|
|
79
|
+
* [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/557/83475)
|
|
92
80
|
|
|
93
81
|
新增数据结构:
|
|
94
82
|
|
|
95
|
-
* [
|
|
96
|
-
* [
|
|
97
|
-
* [
|
|
98
|
-
* [
|
|
99
|
-
* [
|
|
100
|
-
* [K8sApiAbnormalRuleScopeInfo](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalRuleScopeInfo)
|
|
101
|
-
* [K8sApiAbnormalTendencyItem](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalTendencyItem)
|
|
83
|
+
* [Account](https://cloud.tencent.com/document/api/557/16142#Account)
|
|
84
|
+
* [ColumnPrivilege](https://cloud.tencent.com/document/api/557/16142#ColumnPrivilege)
|
|
85
|
+
* [DatabasePrivilege](https://cloud.tencent.com/document/api/557/16142#DatabasePrivilege)
|
|
86
|
+
* [TablePrivilege](https://cloud.tencent.com/document/api/557/16142#TablePrivilege)
|
|
87
|
+
* [ViewPrivileges](https://cloud.tencent.com/document/api/557/16142#ViewPrivileges)
|
|
102
88
|
|
|
103
89
|
|
|
104
90
|
|
|
105
|
-
##
|
|
91
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
106
92
|
|
|
107
|
-
### 第
|
|
93
|
+
### 第 51 次发布
|
|
108
94
|
|
|
109
|
-
发布时间:2022-11-
|
|
95
|
+
发布时间:2022-11-29 06:46:33
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改接口:
|
|
102
|
+
|
|
103
|
+
* [DetectAuth](https://cloud.tencent.com/document/api/1007/31816)
|
|
104
|
+
|
|
105
|
+
* 新增入参:Config
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
新增数据结构:
|
|
109
|
+
|
|
110
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
115
|
+
|
|
116
|
+
### 第 48 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2022-11-29 06:52:35
|
|
110
119
|
|
|
111
120
|
本次发布包含了以下内容:
|
|
112
121
|
|
|
@@ -114,10 +123,99 @@
|
|
|
114
123
|
|
|
115
124
|
修改数据结构:
|
|
116
125
|
|
|
117
|
-
* [
|
|
126
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
|
|
127
|
+
|
|
128
|
+
* 新增成员:IsLora
|
|
129
|
+
|
|
130
|
+
|
|
118
131
|
|
|
119
|
-
* 新增成员:RocketMQFlag
|
|
120
132
|
|
|
133
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
134
|
+
|
|
135
|
+
### 第 31 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2022-11-29 07:09:18
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
新增数据结构:
|
|
144
|
+
|
|
145
|
+
* [ParamSpecRelation](https://cloud.tencent.com/document/api/409/16778#ParamSpecRelation)
|
|
146
|
+
* [ParamVersionRelation](https://cloud.tencent.com/document/api/409/16778#ParamVersionRelation)
|
|
147
|
+
|
|
148
|
+
修改数据结构:
|
|
149
|
+
|
|
150
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
|
|
151
|
+
|
|
152
|
+
* 新增成员:StandbyRelated, VersionRelationSet, SpecRelationSet
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
158
|
+
|
|
159
|
+
### 第 19 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2022-11-29 07:19:41
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
166
|
+
|
|
167
|
+
修改接口:
|
|
168
|
+
|
|
169
|
+
* [DescribeAccessLogConfig](https://cloud.tencent.com/document/api/1261/83255)
|
|
170
|
+
|
|
171
|
+
* 新增出参:CLS, Address, EnableServer, EnableStdout, Enable
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
177
|
+
|
|
178
|
+
### 第 16 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2022-11-29 07:26:41
|
|
181
|
+
|
|
182
|
+
本次发布包含了以下内容:
|
|
183
|
+
|
|
184
|
+
改善已有的文档。
|
|
185
|
+
|
|
186
|
+
修改接口:
|
|
187
|
+
|
|
188
|
+
* [CreateSecurityDropPage](https://cloud.tencent.com/document/api/1552/80682)
|
|
189
|
+
|
|
190
|
+
* 新增入参:TemplateId
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
200
|
+
|
|
201
|
+
### 第 11 次发布
|
|
202
|
+
|
|
203
|
+
发布时间:2022-11-29 07:29:47
|
|
204
|
+
|
|
205
|
+
本次发布包含了以下内容:
|
|
206
|
+
|
|
207
|
+
改善已有的文档。
|
|
208
|
+
|
|
209
|
+
修改数据结构:
|
|
210
|
+
|
|
211
|
+
* [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
|
|
212
|
+
|
|
213
|
+
* 新增成员:Conditions
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
121
219
|
|
|
122
220
|
|
|
123
221
|
|
|
@@ -5124,6 +5222,32 @@
|
|
|
5124
5222
|
|
|
5125
5223
|
## 语音识别(asr) 版本:2019-06-14
|
|
5126
5224
|
|
|
5225
|
+
### 第 21 次发布
|
|
5226
|
+
|
|
5227
|
+
发布时间:2022-11-28 06:10:45
|
|
5228
|
+
|
|
5229
|
+
本次发布包含了以下内容:
|
|
5230
|
+
|
|
5231
|
+
改善已有的文档。
|
|
5232
|
+
|
|
5233
|
+
修改接口:
|
|
5234
|
+
|
|
5235
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
5236
|
+
|
|
5237
|
+
* 新增入参:EmotionalEnergy, ReinforceHotword
|
|
5238
|
+
|
|
5239
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
5240
|
+
|
|
5241
|
+
* 新增入参:ReinforceHotword
|
|
5242
|
+
|
|
5243
|
+
|
|
5244
|
+
修改数据结构:
|
|
5245
|
+
|
|
5246
|
+
* [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
|
|
5247
|
+
|
|
5248
|
+
* 新增成员:EmotionalEnergy, SilenceTime
|
|
5249
|
+
|
|
5250
|
+
|
|
5127
5251
|
### 第 20 次发布
|
|
5128
5252
|
|
|
5129
5253
|
发布时间:2022-09-02 06:09:54
|
|
@@ -12133,6 +12257,22 @@
|
|
|
12133
12257
|
|
|
12134
12258
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
12135
12259
|
|
|
12260
|
+
### 第 105 次发布
|
|
12261
|
+
|
|
12262
|
+
发布时间:2022-11-29 06:19:07
|
|
12263
|
+
|
|
12264
|
+
本次发布包含了以下内容:
|
|
12265
|
+
|
|
12266
|
+
改善已有的文档。
|
|
12267
|
+
|
|
12268
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
12269
|
+
|
|
12270
|
+
* ModifyCDBProxy
|
|
12271
|
+
|
|
12272
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
12273
|
+
|
|
12274
|
+
* RoWeight
|
|
12275
|
+
|
|
12136
12276
|
### 第 104 次发布
|
|
12137
12277
|
|
|
12138
12278
|
发布时间:2022-11-16 06:11:36
|
|
@@ -14396,6 +14536,21 @@
|
|
|
14396
14536
|
|
|
14397
14537
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
14398
14538
|
|
|
14539
|
+
### 第 113 次发布
|
|
14540
|
+
|
|
14541
|
+
发布时间:2022-11-29 06:20:53
|
|
14542
|
+
|
|
14543
|
+
本次发布包含了以下内容:
|
|
14544
|
+
|
|
14545
|
+
改善已有的文档。
|
|
14546
|
+
|
|
14547
|
+
修改接口:
|
|
14548
|
+
|
|
14549
|
+
* [DescribeIpStatus](https://cloud.tencent.com/document/api/228/41954)
|
|
14550
|
+
|
|
14551
|
+
* 新增入参:AbbreviationIpv6
|
|
14552
|
+
|
|
14553
|
+
|
|
14399
14554
|
### 第 112 次发布
|
|
14400
14555
|
|
|
14401
14556
|
发布时间:2022-10-25 06:16:59
|
|
@@ -16964,6 +17119,35 @@
|
|
|
16964
17119
|
|
|
16965
17120
|
|
|
16966
17121
|
|
|
17122
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
17123
|
+
|
|
17124
|
+
### 第 1 次发布
|
|
17125
|
+
|
|
17126
|
+
发布时间:2022-11-25 17:33:17
|
|
17127
|
+
|
|
17128
|
+
本次发布包含了以下内容:
|
|
17129
|
+
|
|
17130
|
+
改善已有的文档。
|
|
17131
|
+
|
|
17132
|
+
新增接口:
|
|
17133
|
+
|
|
17134
|
+
* [ActionAlterCkUser](https://cloud.tencent.com/document/api/1299/83425)
|
|
17135
|
+
* [CreateBackUpSchedule](https://cloud.tencent.com/document/api/1299/83424)
|
|
17136
|
+
* [DescribeCkSqlApis](https://cloud.tencent.com/document/api/1299/83428)
|
|
17137
|
+
* [DescribeInstanceShards](https://cloud.tencent.com/document/api/1299/83427)
|
|
17138
|
+
* [ModifyClusterConfigs](https://cloud.tencent.com/document/api/1299/83423)
|
|
17139
|
+
* [ModifyUserNewPrivilege](https://cloud.tencent.com/document/api/1299/83422)
|
|
17140
|
+
* [OpenBackUp](https://cloud.tencent.com/document/api/1299/83421)
|
|
17141
|
+
|
|
17142
|
+
新增数据结构:
|
|
17143
|
+
|
|
17144
|
+
* [BackupTableContent](https://cloud.tencent.com/document/api/1299/83429#BackupTableContent)
|
|
17145
|
+
* [CkUserAlterInfo](https://cloud.tencent.com/document/api/1299/83429#CkUserAlterInfo)
|
|
17146
|
+
* [ConfigSubmitContext](https://cloud.tencent.com/document/api/1299/83429#ConfigSubmitContext)
|
|
17147
|
+
|
|
17148
|
+
|
|
17149
|
+
|
|
17150
|
+
|
|
16967
17151
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
16968
17152
|
|
|
16969
17153
|
### 第 4 次发布
|
|
@@ -26910,6 +27094,27 @@
|
|
|
26910
27094
|
|
|
26911
27095
|
## 云服务器(cvm) 版本:2017-03-12
|
|
26912
27096
|
|
|
27097
|
+
### 第 99 次发布
|
|
27098
|
+
|
|
27099
|
+
发布时间:2022-11-29 06:30:25
|
|
27100
|
+
|
|
27101
|
+
本次发布包含了以下内容:
|
|
27102
|
+
|
|
27103
|
+
改善已有的文档。
|
|
27104
|
+
|
|
27105
|
+
修改接口:
|
|
27106
|
+
|
|
27107
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
27108
|
+
|
|
27109
|
+
* 新增入参:ImageSetRequired
|
|
27110
|
+
|
|
27111
|
+
* 新增出参:ImageSet
|
|
27112
|
+
|
|
27113
|
+
|
|
27114
|
+
新增数据结构:
|
|
27115
|
+
|
|
27116
|
+
* [[SyncImage](https://cloud.tencent.com/document/api/213/15753#SyncImage)](https://cloud.tencent.com/document/api/213/15753#[SyncImage](https://cloud.tencent.com/document/api/213/15753#SyncImage))
|
|
27117
|
+
|
|
26913
27118
|
### 第 98 次发布
|
|
26914
27119
|
|
|
26915
27120
|
发布时间:2022-11-23 06:18:34
|
|
@@ -33198,6 +33403,26 @@
|
|
|
33198
33403
|
|
|
33199
33404
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
33200
33405
|
|
|
33406
|
+
### 第 50 次发布
|
|
33407
|
+
|
|
33408
|
+
发布时间:2022-11-29 06:37:37
|
|
33409
|
+
|
|
33410
|
+
本次发布包含了以下内容:
|
|
33411
|
+
|
|
33412
|
+
改善已有的文档。
|
|
33413
|
+
|
|
33414
|
+
新增接口:
|
|
33415
|
+
|
|
33416
|
+
* [[ModifyAccountPrivileges](https://cloud.tencent.com/document/api/557/83475)](https://cloud.tencent.com/document/api/#/#)
|
|
33417
|
+
|
|
33418
|
+
新增数据结构:
|
|
33419
|
+
|
|
33420
|
+
* [[Account](https://cloud.tencent.com/document/api/557/16142#Account)](https://cloud.tencent.com/document/api/557/16142#[Account](https://cloud.tencent.com/document/api/557/16142#Account))
|
|
33421
|
+
* [[ColumnPrivilege](https://cloud.tencent.com/document/api/557/16142#ColumnPrivilege)](https://cloud.tencent.com/document/api/557/16142#[ColumnPrivilege](https://cloud.tencent.com/document/api/557/16142#ColumnPrivilege))
|
|
33422
|
+
* [[DatabasePrivilege](https://cloud.tencent.com/document/api/557/16142#DatabasePrivilege)](https://cloud.tencent.com/document/api/557/16142#[DatabasePrivilege](https://cloud.tencent.com/document/api/557/16142#DatabasePrivilege))
|
|
33423
|
+
* [[TablePrivilege](https://cloud.tencent.com/document/api/557/16142#TablePrivilege)](https://cloud.tencent.com/document/api/557/16142#[TablePrivilege](https://cloud.tencent.com/document/api/557/16142#TablePrivilege))
|
|
33424
|
+
* [[ViewPrivileges](https://cloud.tencent.com/document/api/557/16142#ViewPrivileges)](https://cloud.tencent.com/document/api/557/16142#[ViewPrivileges](https://cloud.tencent.com/document/api/557/16142#ViewPrivileges))
|
|
33425
|
+
|
|
33201
33426
|
### 第 49 次发布
|
|
33202
33427
|
|
|
33203
33428
|
发布时间:2022-11-23 06:23:24
|
|
@@ -34973,11 +35198,11 @@
|
|
|
34973
35198
|
|
|
34974
35199
|
新增接口:
|
|
34975
35200
|
|
|
34976
|
-
* [
|
|
35201
|
+
* [ModifyRecordFields](https://cloud.tencent.com/document/api/1427/83364)
|
|
34977
35202
|
|
|
34978
35203
|
新增数据结构:
|
|
34979
35204
|
|
|
34980
|
-
* [
|
|
35205
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1427/56185#KeyValue)
|
|
34981
35206
|
|
|
34982
35207
|
### 第 10 次发布
|
|
34983
35208
|
|
|
@@ -40599,6 +40824,30 @@
|
|
|
40599
40824
|
|
|
40600
40825
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
40601
40826
|
|
|
40827
|
+
### 第 32 次发布
|
|
40828
|
+
|
|
40829
|
+
发布时间:2022-11-25 18:17:09
|
|
40830
|
+
|
|
40831
|
+
本次发布包含了以下内容:
|
|
40832
|
+
|
|
40833
|
+
改善已有的文档。
|
|
40834
|
+
|
|
40835
|
+
新增接口:
|
|
40836
|
+
|
|
40837
|
+
* [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
|
|
40838
|
+
|
|
40839
|
+
### 第 31 次发布
|
|
40840
|
+
|
|
40841
|
+
发布时间:2022-11-25 16:12:15
|
|
40842
|
+
|
|
40843
|
+
本次发布包含了以下内容:
|
|
40844
|
+
|
|
40845
|
+
改善已有的文档。
|
|
40846
|
+
|
|
40847
|
+
新增接口:
|
|
40848
|
+
|
|
40849
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
40850
|
+
|
|
40602
40851
|
### 第 30 次发布
|
|
40603
40852
|
|
|
40604
40853
|
发布时间:2022-11-21 15:12:52
|
|
@@ -41248,6 +41497,36 @@
|
|
|
41248
41497
|
|
|
41249
41498
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
41250
41499
|
|
|
41500
|
+
### 第 53 次发布
|
|
41501
|
+
|
|
41502
|
+
发布时间:2022-11-28 10:42:34
|
|
41503
|
+
|
|
41504
|
+
本次发布包含了以下内容:
|
|
41505
|
+
|
|
41506
|
+
改善已有的文档。
|
|
41507
|
+
|
|
41508
|
+
新增接口:
|
|
41509
|
+
|
|
41510
|
+
* [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
|
|
41511
|
+
|
|
41512
|
+
新增数据结构:
|
|
41513
|
+
|
|
41514
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
|
|
41515
|
+
* [RelieveInfo](https://cloud.tencent.com/document/api/1420/61525#RelieveInfo)
|
|
41516
|
+
|
|
41517
|
+
### 第 52 次发布
|
|
41518
|
+
|
|
41519
|
+
发布时间:2022-11-25 18:17:38
|
|
41520
|
+
|
|
41521
|
+
本次发布包含了以下内容:
|
|
41522
|
+
|
|
41523
|
+
改善已有的文档。
|
|
41524
|
+
|
|
41525
|
+
新增接口:
|
|
41526
|
+
|
|
41527
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
41528
|
+
* [DescribeChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/83442)
|
|
41529
|
+
|
|
41251
41530
|
### 第 51 次发布
|
|
41252
41531
|
|
|
41253
41532
|
发布时间:2022-11-24 06:32:35
|
|
@@ -42290,6 +42569,25 @@
|
|
|
42290
42569
|
|
|
42291
42570
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
42292
42571
|
|
|
42572
|
+
### 第 51 次发布
|
|
42573
|
+
|
|
42574
|
+
发布时间:2022-11-29 06:46:33
|
|
42575
|
+
|
|
42576
|
+
本次发布包含了以下内容:
|
|
42577
|
+
|
|
42578
|
+
改善已有的文档。
|
|
42579
|
+
|
|
42580
|
+
修改接口:
|
|
42581
|
+
|
|
42582
|
+
* [DetectAuth](https://cloud.tencent.com/document/api/1007/31816)
|
|
42583
|
+
|
|
42584
|
+
* 新增入参:Config
|
|
42585
|
+
|
|
42586
|
+
|
|
42587
|
+
新增数据结构:
|
|
42588
|
+
|
|
42589
|
+
* [[RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)](https://cloud.tencent.com/document/api/1007/41958#[RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig))
|
|
42590
|
+
|
|
42293
42591
|
### 第 50 次发布
|
|
42294
42592
|
|
|
42295
42593
|
发布时间:2022-11-16 06:23:45
|
|
@@ -48959,6 +49257,21 @@
|
|
|
48959
49257
|
|
|
48960
49258
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
48961
49259
|
|
|
49260
|
+
### 第 48 次发布
|
|
49261
|
+
|
|
49262
|
+
发布时间:2022-11-29 06:52:35
|
|
49263
|
+
|
|
49264
|
+
本次发布包含了以下内容:
|
|
49265
|
+
|
|
49266
|
+
改善已有的文档。
|
|
49267
|
+
|
|
49268
|
+
修改数据结构:
|
|
49269
|
+
|
|
49270
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
|
|
49271
|
+
|
|
49272
|
+
* 新增成员:IsLora
|
|
49273
|
+
|
|
49274
|
+
|
|
48962
49275
|
### 第 47 次发布
|
|
48963
49276
|
|
|
48964
49277
|
发布时间:2022-11-21 06:32:42
|
|
@@ -64097,6 +64410,26 @@
|
|
|
64097
64410
|
|
|
64098
64411
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
64099
64412
|
|
|
64413
|
+
### 第 31 次发布
|
|
64414
|
+
|
|
64415
|
+
发布时间:2022-11-29 07:09:18
|
|
64416
|
+
|
|
64417
|
+
本次发布包含了以下内容:
|
|
64418
|
+
|
|
64419
|
+
改善已有的文档。
|
|
64420
|
+
|
|
64421
|
+
新增数据结构:
|
|
64422
|
+
|
|
64423
|
+
* [[ParamSpecRelation](https://cloud.tencent.com/document/api/409/16778#ParamSpecRelation)](https://cloud.tencent.com/document/api/409/16778#[ParamSpecRelation](https://cloud.tencent.com/document/api/409/16778#ParamSpecRelation))
|
|
64424
|
+
* [[ParamVersionRelation](https://cloud.tencent.com/document/api/409/16778#ParamVersionRelation)](https://cloud.tencent.com/document/api/409/16778#[ParamVersionRelation](https://cloud.tencent.com/document/api/409/16778#ParamVersionRelation))
|
|
64425
|
+
|
|
64426
|
+
修改数据结构:
|
|
64427
|
+
|
|
64428
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
|
|
64429
|
+
|
|
64430
|
+
* 新增成员:StandbyRelated, VersionRelationSet, SpecRelationSet
|
|
64431
|
+
|
|
64432
|
+
|
|
64100
64433
|
### 第 30 次发布
|
|
64101
64434
|
|
|
64102
64435
|
发布时间:2022-11-24 06:46:55
|
|
@@ -75149,6 +75482,21 @@
|
|
|
75149
75482
|
|
|
75150
75483
|
## 服务网格(tcm) 版本:2021-04-13
|
|
75151
75484
|
|
|
75485
|
+
### 第 19 次发布
|
|
75486
|
+
|
|
75487
|
+
发布时间:2022-11-29 07:19:41
|
|
75488
|
+
|
|
75489
|
+
本次发布包含了以下内容:
|
|
75490
|
+
|
|
75491
|
+
改善已有的文档。
|
|
75492
|
+
|
|
75493
|
+
修改接口:
|
|
75494
|
+
|
|
75495
|
+
* [DescribeAccessLogConfig](https://cloud.tencent.com/document/api/1261/83255)
|
|
75496
|
+
|
|
75497
|
+
* 新增出参:CLS, Address, EnableServer, EnableStdout, Enable
|
|
75498
|
+
|
|
75499
|
+
|
|
75152
75500
|
### 第 18 次发布
|
|
75153
75501
|
|
|
75154
75502
|
发布时间:2022-11-24 06:54:17
|
|
@@ -76434,31 +76782,31 @@
|
|
|
76434
76782
|
|
|
76435
76783
|
新增接口:
|
|
76436
76784
|
|
|
76437
|
-
* [
|
|
76438
|
-
* [
|
|
76439
|
-
* [
|
|
76440
|
-
* [
|
|
76441
|
-
* [
|
|
76442
|
-
* [
|
|
76443
|
-
* [
|
|
76444
|
-
* [
|
|
76445
|
-
* [
|
|
76446
|
-
* [
|
|
76447
|
-
* [
|
|
76448
|
-
* [
|
|
76449
|
-
* [
|
|
76450
|
-
* [
|
|
76451
|
-
* [
|
|
76785
|
+
* [CreateK8sApiAbnormalEventExportJob](https://cloud.tencent.com/document/api/1285/83380)
|
|
76786
|
+
* [CreateK8sApiAbnormalRuleExportJob](https://cloud.tencent.com/document/api/1285/83379)
|
|
76787
|
+
* [CreateK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83378)
|
|
76788
|
+
* [DeleteK8sApiAbnormalRule](https://cloud.tencent.com/document/api/1285/83377)
|
|
76789
|
+
* [DescribeAssetClusterList](https://cloud.tencent.com/document/api/1285/83376)
|
|
76790
|
+
* [DescribeK8sApiAbnormalEventInfo](https://cloud.tencent.com/document/api/1285/83375)
|
|
76791
|
+
* [DescribeK8sApiAbnormalEventList](https://cloud.tencent.com/document/api/1285/83374)
|
|
76792
|
+
* [DescribeK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83373)
|
|
76793
|
+
* [DescribeK8sApiAbnormalRuleList](https://cloud.tencent.com/document/api/1285/83372)
|
|
76794
|
+
* [DescribeK8sApiAbnormalRuleScopeList](https://cloud.tencent.com/document/api/1285/83371)
|
|
76795
|
+
* [DescribeK8sApiAbnormalSummary](https://cloud.tencent.com/document/api/1285/83370)
|
|
76796
|
+
* [DescribeK8sApiAbnormalTendency](https://cloud.tencent.com/document/api/1285/83369)
|
|
76797
|
+
* [ModifyK8sApiAbnormalEventStatus](https://cloud.tencent.com/document/api/1285/83368)
|
|
76798
|
+
* [ModifyK8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/83367)
|
|
76799
|
+
* [ModifyK8sApiAbnormalRuleStatus](https://cloud.tencent.com/document/api/1285/83366)
|
|
76452
76800
|
|
|
76453
76801
|
新增数据结构:
|
|
76454
76802
|
|
|
76455
|
-
* [
|
|
76456
|
-
* [
|
|
76457
|
-
* [
|
|
76458
|
-
* [
|
|
76459
|
-
* [
|
|
76460
|
-
* [
|
|
76461
|
-
* [
|
|
76803
|
+
* [AssetClusterListItem](https://cloud.tencent.com/document/api/1285/65614#AssetClusterListItem)
|
|
76804
|
+
* [K8sApiAbnormalEventInfo](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalEventInfo)
|
|
76805
|
+
* [K8sApiAbnormalEventListItem](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalEventListItem)
|
|
76806
|
+
* [K8sApiAbnormalRuleInfo](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalRuleInfo)
|
|
76807
|
+
* [K8sApiAbnormalRuleListItem](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalRuleListItem)
|
|
76808
|
+
* [K8sApiAbnormalRuleScopeInfo](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalRuleScopeInfo)
|
|
76809
|
+
* [K8sApiAbnormalTendencyItem](https://cloud.tencent.com/document/api/1285/65614#K8sApiAbnormalTendencyItem)
|
|
76462
76810
|
|
|
76463
76811
|
### 第 32 次发布
|
|
76464
76812
|
|
|
@@ -80832,6 +81180,21 @@
|
|
|
80832
81180
|
|
|
80833
81181
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
80834
81182
|
|
|
81183
|
+
### 第 16 次发布
|
|
81184
|
+
|
|
81185
|
+
发布时间:2022-11-29 07:26:41
|
|
81186
|
+
|
|
81187
|
+
本次发布包含了以下内容:
|
|
81188
|
+
|
|
81189
|
+
改善已有的文档。
|
|
81190
|
+
|
|
81191
|
+
修改接口:
|
|
81192
|
+
|
|
81193
|
+
* [CreateSecurityDropPage](https://cloud.tencent.com/document/api/1552/80682)
|
|
81194
|
+
|
|
81195
|
+
* 新增入参:TemplateId
|
|
81196
|
+
|
|
81197
|
+
|
|
80835
81198
|
### 第 15 次发布
|
|
80836
81199
|
|
|
80837
81200
|
发布时间:2022-11-24 06:59:55
|
|
@@ -83220,6 +83583,21 @@
|
|
|
83220
83583
|
|
|
83221
83584
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
83222
83585
|
|
|
83586
|
+
### 第 11 次发布
|
|
83587
|
+
|
|
83588
|
+
发布时间:2022-11-29 07:29:47
|
|
83589
|
+
|
|
83590
|
+
本次发布包含了以下内容:
|
|
83591
|
+
|
|
83592
|
+
改善已有的文档。
|
|
83593
|
+
|
|
83594
|
+
修改数据结构:
|
|
83595
|
+
|
|
83596
|
+
* [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
|
|
83597
|
+
|
|
83598
|
+
* 新增成员:Conditions
|
|
83599
|
+
|
|
83600
|
+
|
|
83223
83601
|
### 第 10 次发布
|
|
83224
83602
|
|
|
83225
83603
|
发布时间:2022-11-23 06:59:03
|
|
@@ -91452,6 +91830,133 @@
|
|
|
91452
91830
|
|
|
91453
91831
|
## 云点播(vod) 版本:2018-07-17
|
|
91454
91832
|
|
|
91833
|
+
### 第 128 次发布
|
|
91834
|
+
|
|
91835
|
+
发布时间:2022-11-28 07:19:44
|
|
91836
|
+
|
|
91837
|
+
本次发布包含了以下内容:
|
|
91838
|
+
|
|
91839
|
+
改善已有的文档。
|
|
91840
|
+
|
|
91841
|
+
修改数据结构:
|
|
91842
|
+
|
|
91843
|
+
* [AiAnalysisTaskClassificationResult](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskClassificationResult)
|
|
91844
|
+
|
|
91845
|
+
* 新增成员:Progress
|
|
91846
|
+
|
|
91847
|
+
* [AiAnalysisTaskCoverResult](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskCoverResult)
|
|
91848
|
+
|
|
91849
|
+
* 新增成员:Progress
|
|
91850
|
+
|
|
91851
|
+
* [AiAnalysisTaskFrameTagResult](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskFrameTagResult)
|
|
91852
|
+
|
|
91853
|
+
* 新增成员:Progress
|
|
91854
|
+
|
|
91855
|
+
* [AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskHighlightResult)
|
|
91856
|
+
|
|
91857
|
+
* 新增成员:Progress
|
|
91858
|
+
|
|
91859
|
+
* [AiAnalysisTaskTagResult](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskTagResult)
|
|
91860
|
+
|
|
91861
|
+
* 新增成员:Progress
|
|
91862
|
+
|
|
91863
|
+
* [AiRecognitionTaskAsrWordsResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrWordsResult)
|
|
91864
|
+
|
|
91865
|
+
* 新增成员:Progress
|
|
91866
|
+
|
|
91867
|
+
* [AiRecognitionTaskFaceResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskFaceResult)
|
|
91868
|
+
|
|
91869
|
+
* 新增成员:Progress
|
|
91870
|
+
|
|
91871
|
+
* [AiRecognitionTaskHeadTailResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskHeadTailResult)
|
|
91872
|
+
|
|
91873
|
+
* 新增成员:Progress
|
|
91874
|
+
|
|
91875
|
+
* [AiRecognitionTaskObjectResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskObjectResult)
|
|
91876
|
+
|
|
91877
|
+
* 新增成员:Progress
|
|
91878
|
+
|
|
91879
|
+
* [AiRecognitionTaskOcrFullTextResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskOcrFullTextResult)
|
|
91880
|
+
|
|
91881
|
+
* 新增成员:Progress
|
|
91882
|
+
|
|
91883
|
+
* [AiRecognitionTaskOcrWordsResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskOcrWordsResult)
|
|
91884
|
+
|
|
91885
|
+
* 新增成员:Progress
|
|
91886
|
+
|
|
91887
|
+
* [AiRecognitionTaskSegmentResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskSegmentResult)
|
|
91888
|
+
|
|
91889
|
+
* 新增成员:Progress
|
|
91890
|
+
|
|
91891
|
+
* [AiReviewTaskPoliticalAsrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskPoliticalAsrResult)
|
|
91892
|
+
|
|
91893
|
+
* 新增成员:Progress
|
|
91894
|
+
|
|
91895
|
+
* [AiReviewTaskPoliticalResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskPoliticalResult)
|
|
91896
|
+
|
|
91897
|
+
* 新增成员:Progress
|
|
91898
|
+
|
|
91899
|
+
* [AiReviewTaskPornAsrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskPornAsrResult)
|
|
91900
|
+
|
|
91901
|
+
* 新增成员:Progress
|
|
91902
|
+
|
|
91903
|
+
* [AiReviewTaskPornOcrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskPornOcrResult)
|
|
91904
|
+
|
|
91905
|
+
* 新增成员:Progress
|
|
91906
|
+
|
|
91907
|
+
* [AiReviewTaskPornResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskPornResult)
|
|
91908
|
+
|
|
91909
|
+
* 新增成员:Progress
|
|
91910
|
+
|
|
91911
|
+
* [AiReviewTaskProhibitedAsrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskProhibitedAsrResult)
|
|
91912
|
+
|
|
91913
|
+
* 新增成员:Progress
|
|
91914
|
+
|
|
91915
|
+
* [AiReviewTaskProhibitedOcrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskProhibitedOcrResult)
|
|
91916
|
+
|
|
91917
|
+
* 新增成员:Progress
|
|
91918
|
+
|
|
91919
|
+
* [AiReviewTaskTerrorismOcrResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskTerrorismOcrResult)
|
|
91920
|
+
|
|
91921
|
+
* 新增成员:Progress
|
|
91922
|
+
|
|
91923
|
+
* [AiReviewTaskTerrorismResult](https://cloud.tencent.com/document/api/266/31773#AiReviewTaskTerrorismResult)
|
|
91924
|
+
|
|
91925
|
+
* 新增成员:Progress
|
|
91926
|
+
|
|
91927
|
+
* [MediaProcessTaskAnimatedGraphicResult](https://cloud.tencent.com/document/api/266/31773#MediaProcessTaskAnimatedGraphicResult)
|
|
91928
|
+
|
|
91929
|
+
* 新增成员:Progress
|
|
91930
|
+
|
|
91931
|
+
* [MediaProcessTaskCoverBySnapshotResult](https://cloud.tencent.com/document/api/266/31773#MediaProcessTaskCoverBySnapshotResult)
|
|
91932
|
+
|
|
91933
|
+
* 新增成员:Progress
|
|
91934
|
+
|
|
91935
|
+
* [MediaProcessTaskImageSpriteResult](https://cloud.tencent.com/document/api/266/31773#MediaProcessTaskImageSpriteResult)
|
|
91936
|
+
|
|
91937
|
+
* 新增成员:Progress
|
|
91938
|
+
|
|
91939
|
+
* [MediaProcessTaskSampleSnapshotResult](https://cloud.tencent.com/document/api/266/31773#MediaProcessTaskSampleSnapshotResult)
|
|
91940
|
+
|
|
91941
|
+
* 新增成员:Progress
|
|
91942
|
+
|
|
91943
|
+
* [MediaProcessTaskSnapshotByTimeOffsetResult](https://cloud.tencent.com/document/api/266/31773#MediaProcessTaskSnapshotByTimeOffsetResult)
|
|
91944
|
+
|
|
91945
|
+
* 新增成员:Progress
|
|
91946
|
+
|
|
91947
|
+
* [ProcedureTask](https://cloud.tencent.com/document/api/266/31773#ProcedureTask)
|
|
91948
|
+
|
|
91949
|
+
* 新增成员:Operator, OperationType
|
|
91950
|
+
|
|
91951
|
+
* [PullUploadTask](https://cloud.tencent.com/document/api/266/31773#PullUploadTask)
|
|
91952
|
+
|
|
91953
|
+
* 新增成员:Progress
|
|
91954
|
+
|
|
91955
|
+
* [SplitMediaTask](https://cloud.tencent.com/document/api/266/31773#SplitMediaTask)
|
|
91956
|
+
|
|
91957
|
+
* 新增成员:Progress
|
|
91958
|
+
|
|
91959
|
+
|
|
91455
91960
|
### 第 127 次发布
|
|
91456
91961
|
|
|
91457
91962
|
发布时间:2022-11-15 06:48:04
|