tencentcloud-sdk-nodejs 4.0.821 → 4.0.823
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 +628 -0
- package/SERVICE_CHANGELOG.md +713 -59
- package/package.json +4 -2
- package/products.md +26 -26
- package/src/common/abstract_client.ts +36 -6
- package/src/common/exception/tencent_cloud_sdk_exception.ts +17 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +3 -4
- package/src/services/bi/v20220105/bi_models.ts +12 -0
- package/src/services/billing/v20180709/billing_models.ts +189 -72
- package/src/services/ccc/v20200210/ccc_client.ts +52 -14
- package/src/services/ccc/v20200210/ccc_models.ts +234 -15
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +38 -12
- package/src/services/ckafka/v20190819/ckafka_models.ts +396 -304
- package/src/services/clb/v20180317/clb_models.ts +0 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +20 -4
- package/src/services/csip/v20221121/csip_models.ts +9 -8
- package/src/services/cwp/v20180228/cwp_client.ts +9 -4
- package/src/services/cwp/v20180228/cwp_models.ts +57 -4
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +130 -0
- package/src/services/dlc/v20210125/dlc_models.ts +2 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_models.ts +20 -0
- package/src/services/es/v20180416/es_client.ts +2 -1
- package/src/services/es/v20180416/es_models.ts +94 -41
- package/src/services/ess/v20201111/ess_models.ts +51 -34
- package/src/services/essbasic/v20210526/essbasic_models.ts +18 -7
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +356 -72
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1375 -314
- package/src/services/lcic/v20220817/lcic_client.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +31 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -25
- package/src/services/ocr/v20181119/ocr_client.ts +26 -11
- package/src/services/ocr/v20181119/ocr_models.ts +168 -14
- package/src/services/tione/v20211111/tione_client.ts +2 -1
- package/src/services/tione/v20211111/tione_models.ts +41 -3
- package/src/services/tms/v20201229/tms_client.ts +1 -1
- package/src/services/tts/v20190823/tts_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +12 -17
- package/src/services/wedata/v20210820/wedata_models.ts +173 -68
- package/tencentcloud/common/abstract_client.js +32 -6
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.d.ts +6 -1
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.js +11 -3
- 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 +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -4
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +189 -72
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +226 -15
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +393 -307
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +20 -4
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -8
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +128 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +93 -41
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -34
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -7
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +109 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +162 -24
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1320 -313
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -25
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +163 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +40 -3
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +12 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +173 -68
- package/test/ccc.v20200210.test.js +34 -4
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +246 -16
- package/test/ocr.v20181119.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,631 @@
|
|
|
1
|
+
# Release 4.0.823
|
|
2
|
+
|
|
3
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
4
|
+
|
|
5
|
+
### 第 10 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-29 01:08:41
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
16
|
+
|
|
17
|
+
* 新增入参:OperationAuthLimit
|
|
18
|
+
|
|
19
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
20
|
+
|
|
21
|
+
* 新增入参:ManagePlatform
|
|
22
|
+
|
|
23
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
24
|
+
|
|
25
|
+
* 新增入参:ManagePlatform
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
31
|
+
|
|
32
|
+
### 第 58 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-03-29 01:08:47
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
|
|
43
|
+
|
|
44
|
+
* [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
|
|
45
|
+
|
|
46
|
+
* [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
|
|
47
|
+
|
|
48
|
+
* [ConsumptionBusinessSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionBusinessSummaryDataItem)
|
|
49
|
+
|
|
50
|
+
* 新增成员:RegionName
|
|
51
|
+
|
|
52
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
53
|
+
|
|
54
|
+
* [ConsumptionProjectSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionProjectSummaryDataItem)
|
|
55
|
+
|
|
56
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
57
|
+
|
|
58
|
+
* [ConsumptionRegionSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionRegionSummaryDataItem)
|
|
59
|
+
|
|
60
|
+
* 新增成员:CashPayAmount, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
61
|
+
|
|
62
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
63
|
+
|
|
64
|
+
* 新增成员:PayerUin, OwnerUin, OperateUin, ProductCode, ProductCodeName, RegionType, RegionTypeName, Extend1, Extend2, Extend3, Extend4, Extend5, InstanceType, InstanceTypeName, PayTime, ZoneName, ComponentConfig
|
|
65
|
+
|
|
66
|
+
* <font color="#dd0000">**修改成员**:</font>RealCost, FeeBeginTime, FeeEndTime, DayDiff, DailyTotalCost, OrderId, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
67
|
+
|
|
68
|
+
* [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
|
|
74
|
+
|
|
75
|
+
### 第 5 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-03-29 01:12:12
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
|
|
86
|
+
|
|
87
|
+
* 新增入参:AppId, Uin, UniqVpcId, SubnetId
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
93
|
+
|
|
94
|
+
### 第 111 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2024-03-29 01:13:05
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
103
|
+
|
|
104
|
+
* DeleteAttackLogs
|
|
105
|
+
* ExportAttackLogs
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [CreateSearchTemplate](https://cloud.tencent.com/document/api/296/55730)
|
|
110
|
+
|
|
111
|
+
* 新增出参:Message
|
|
112
|
+
|
|
113
|
+
* [DescribeBaselineItemInfo](https://cloud.tencent.com/document/api/296/87860)
|
|
114
|
+
|
|
115
|
+
* 新增出参:CategoryList
|
|
116
|
+
|
|
117
|
+
* [ModifyBaselineRule](https://cloud.tencent.com/document/api/296/87844)
|
|
118
|
+
|
|
119
|
+
* 新增入参:IdType, ExcludeIds, CategoryIds
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
新增数据结构:
|
|
123
|
+
|
|
124
|
+
* [BaselineItemsCategory](https://cloud.tencent.com/document/api/296/19867#BaselineItemsCategory)
|
|
125
|
+
|
|
126
|
+
修改数据结构:
|
|
127
|
+
|
|
128
|
+
* [BaselineCategory](https://cloud.tencent.com/document/api/296/19867#BaselineCategory)
|
|
129
|
+
|
|
130
|
+
* 新增成员:ItemCount
|
|
131
|
+
|
|
132
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
133
|
+
|
|
134
|
+
* 新增成员:CustomItemValues
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
140
|
+
|
|
141
|
+
### 第 82 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2024-03-29 01:14:11
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
156
|
+
|
|
157
|
+
### 第 27 次发布
|
|
158
|
+
|
|
159
|
+
发布时间:2024-03-29 01:16:13
|
|
160
|
+
|
|
161
|
+
本次发布包含了以下内容:
|
|
162
|
+
|
|
163
|
+
改善已有的文档。
|
|
164
|
+
|
|
165
|
+
修改数据结构:
|
|
166
|
+
|
|
167
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
168
|
+
|
|
169
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
170
|
+
|
|
171
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
172
|
+
|
|
173
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
183
|
+
|
|
184
|
+
### 第 162 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2024-03-29 01:17:41
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
修改接口:
|
|
193
|
+
|
|
194
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
195
|
+
|
|
196
|
+
* 新增入参:ProxyOperatorMobile
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
206
|
+
|
|
207
|
+
### 第 55 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2024-03-29 01:20:28
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
新增数据结构:
|
|
216
|
+
|
|
217
|
+
* [CustomMsgContent](https://cloud.tencent.com/document/api/1639/81423#CustomMsgContent)
|
|
218
|
+
|
|
219
|
+
修改数据结构:
|
|
220
|
+
|
|
221
|
+
* [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
|
|
222
|
+
|
|
223
|
+
* 新增成员:CustomMessage
|
|
224
|
+
|
|
225
|
+
* <font color="#dd0000">**修改成员**:</font>MessageType, TextMessage, ImageMessage
|
|
226
|
+
|
|
227
|
+
* [MsgBody](https://cloud.tencent.com/document/api/1639/81423#MsgBody)
|
|
228
|
+
|
|
229
|
+
* 新增成员:CustomMsgContent
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
235
|
+
|
|
236
|
+
### 第 55 次发布
|
|
237
|
+
|
|
238
|
+
发布时间:2024-03-29 01:28:05
|
|
239
|
+
|
|
240
|
+
本次发布包含了以下内容:
|
|
241
|
+
|
|
242
|
+
改善已有的文档。
|
|
243
|
+
|
|
244
|
+
修改接口:
|
|
245
|
+
|
|
246
|
+
* [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
|
|
247
|
+
|
|
248
|
+
* 新增入参:ImageFilters
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
新增数据结构:
|
|
252
|
+
|
|
253
|
+
* [ImageFIlter](https://cloud.tencent.com/document/api/851/75051#ImageFIlter)
|
|
254
|
+
|
|
255
|
+
修改数据结构:
|
|
256
|
+
|
|
257
|
+
* [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
|
|
258
|
+
|
|
259
|
+
* 新增成员:ErrCode, ErrMsg
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
269
|
+
|
|
270
|
+
### 第 83 次发布
|
|
271
|
+
|
|
272
|
+
发布时间:2024-03-29 01:32:12
|
|
273
|
+
|
|
274
|
+
本次发布包含了以下内容:
|
|
275
|
+
|
|
276
|
+
改善已有的文档。
|
|
277
|
+
|
|
278
|
+
修改数据结构:
|
|
279
|
+
|
|
280
|
+
* [ExportTaskInfo](https://cloud.tencent.com/document/api/1267/76336#ExportTaskInfo)
|
|
281
|
+
|
|
282
|
+
* 新增成员:Expire, DatasourceName, DbTableName, RuleName, RuleExecId
|
|
283
|
+
|
|
284
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
285
|
+
|
|
286
|
+
* 新增成员:TriggerCondition
|
|
287
|
+
|
|
288
|
+
* [RuleExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleExecResult)
|
|
289
|
+
|
|
290
|
+
* <font color="#dd0000">**修改成员**:</font>RuleExecId, RuleGroupExecId, RuleGroupId, RuleId, RuleName, RuleType, SourceObjectDataTypeName, SourceObjectValue, ConditionExpression, ExecResultStatus, TriggerResult, CompareResult, StartTime, AlarmLevel
|
|
291
|
+
|
|
292
|
+
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
293
|
+
|
|
294
|
+
* 新增成员:RuleExecResultVOList
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
# Release 4.0.822
|
|
300
|
+
|
|
301
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
302
|
+
|
|
303
|
+
### 第 63 次发布
|
|
304
|
+
|
|
305
|
+
发布时间:2024-03-28 01:09:50
|
|
306
|
+
|
|
307
|
+
本次发布包含了以下内容:
|
|
308
|
+
|
|
309
|
+
改善已有的文档。
|
|
310
|
+
|
|
311
|
+
新增接口:
|
|
312
|
+
|
|
313
|
+
* [CreateCompanyApply](https://cloud.tencent.com/document/api/679/104629)
|
|
314
|
+
* [DescribeCompanyList](https://cloud.tencent.com/document/api/679/104628)
|
|
315
|
+
* [ModifyCompanyApply](https://cloud.tencent.com/document/api/679/104627)
|
|
316
|
+
|
|
317
|
+
新增数据结构:
|
|
318
|
+
|
|
319
|
+
* [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
|
|
320
|
+
* [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
## 云数据仓库 PostgreSQL(cdwpg) 版本:2020-12-30
|
|
325
|
+
|
|
326
|
+
### 第 7 次发布
|
|
327
|
+
|
|
328
|
+
发布时间:2024-03-28 01:10:53
|
|
329
|
+
|
|
330
|
+
本次发布包含了以下内容:
|
|
331
|
+
|
|
332
|
+
改善已有的文档。
|
|
333
|
+
|
|
334
|
+
修改接口:
|
|
335
|
+
|
|
336
|
+
* [CreateInstanceByApi](https://cloud.tencent.com/document/api/878/98894)
|
|
337
|
+
|
|
338
|
+
* 新增入参:ProductVersion
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
344
|
+
|
|
345
|
+
### 第 100 次发布
|
|
346
|
+
|
|
347
|
+
发布时间:2024-03-28 01:11:33
|
|
348
|
+
|
|
349
|
+
本次发布包含了以下内容:
|
|
350
|
+
|
|
351
|
+
改善已有的文档。
|
|
352
|
+
|
|
353
|
+
新增接口:
|
|
354
|
+
|
|
355
|
+
* [CreatePrometheus](https://cloud.tencent.com/document/api/597/104631)
|
|
356
|
+
* [DescribePrometheus](https://cloud.tencent.com/document/api/597/104630)
|
|
357
|
+
|
|
358
|
+
新增数据结构:
|
|
359
|
+
|
|
360
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
361
|
+
* [PrometheusResult](https://cloud.tencent.com/document/api/597/40861#PrometheusResult)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
366
|
+
|
|
367
|
+
### 第 33 次发布
|
|
368
|
+
|
|
369
|
+
发布时间:2024-03-28 01:12:39
|
|
370
|
+
|
|
371
|
+
本次发布包含了以下内容:
|
|
372
|
+
|
|
373
|
+
改善已有的文档。
|
|
374
|
+
|
|
375
|
+
修改数据结构:
|
|
376
|
+
|
|
377
|
+
* [AssetViewWeakPassRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewWeakPassRisk)
|
|
378
|
+
|
|
379
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, PasswordType, From, VULType, VULURL, Fix, Payload
|
|
380
|
+
|
|
381
|
+
* [PortViewPortRisk](https://cloud.tencent.com/document/api/664/90825#PortViewPortRisk)
|
|
382
|
+
|
|
383
|
+
* <font color="#dd0000">**修改成员**:</font>NoHandleCount, Level, Protocol, Component, Port, RecentTime, FirstTime, Suggestion, AffectAssetCount, Id, From, Index, AppId, Nick, Uin, Service
|
|
384
|
+
|
|
385
|
+
* [WebsiteRisk](https://cloud.tencent.com/document/api/664/90825#WebsiteRisk)
|
|
386
|
+
|
|
387
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, URL, URLPath, InstanceType, DetectEngine, ResultDescribe, SourceURL, SourceURLPath
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
393
|
+
|
|
394
|
+
### 第 84 次发布
|
|
395
|
+
|
|
396
|
+
发布时间:2024-03-28 01:14:58
|
|
397
|
+
|
|
398
|
+
本次发布包含了以下内容:
|
|
399
|
+
|
|
400
|
+
改善已有的文档。
|
|
401
|
+
|
|
402
|
+
修改数据结构:
|
|
403
|
+
|
|
404
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
410
|
+
|
|
411
|
+
### 第 9 次发布
|
|
412
|
+
|
|
413
|
+
发布时间:2024-03-28 01:15:37
|
|
414
|
+
|
|
415
|
+
本次发布包含了以下内容:
|
|
416
|
+
|
|
417
|
+
改善已有的文档。
|
|
418
|
+
|
|
419
|
+
修改接口:
|
|
420
|
+
|
|
421
|
+
* [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
|
|
422
|
+
|
|
423
|
+
* 新增出参:DBUnbindNum, COSUnbindNum
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
429
|
+
|
|
430
|
+
### 第 55 次发布
|
|
431
|
+
|
|
432
|
+
发布时间:2024-03-28 10:47:55
|
|
433
|
+
|
|
434
|
+
本次发布包含了以下内容:
|
|
435
|
+
|
|
436
|
+
改善已有的文档。
|
|
437
|
+
|
|
438
|
+
修改接口:
|
|
439
|
+
|
|
440
|
+
* [CreateIndex](https://cloud.tencent.com/document/api/845/74384)
|
|
441
|
+
|
|
442
|
+
* <font color="#dd0000">**修改入参**:</font>IndexMetaJson
|
|
443
|
+
|
|
444
|
+
* [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
|
|
445
|
+
|
|
446
|
+
* 新增入参:CvmDelayOnlineTime
|
|
447
|
+
|
|
448
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
449
|
+
|
|
450
|
+
* 新增入参:OutboundPublicAcls, OutboundPublicAccess, CvmDelayOnlineTime
|
|
451
|
+
|
|
452
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
453
|
+
|
|
454
|
+
* 新增入参:CvmDelayOnlineTime
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
新增数据结构:
|
|
458
|
+
|
|
459
|
+
* [OutboundPublicAcl](https://cloud.tencent.com/document/api/845/30634#OutboundPublicAcl)
|
|
460
|
+
|
|
461
|
+
修改数据结构:
|
|
462
|
+
|
|
463
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
464
|
+
|
|
465
|
+
* 新增成员:OutboundPublicAcls, NetConnectScheme
|
|
466
|
+
|
|
467
|
+
* [NodeView](https://cloud.tencent.com/document/api/845/30634#NodeView)
|
|
468
|
+
|
|
469
|
+
* 新增成员:CVMStatus
|
|
470
|
+
|
|
471
|
+
* <font color="#dd0000">**修改成员**:</font>IsCoordinationNode
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
477
|
+
|
|
478
|
+
### 第 160 次发布
|
|
479
|
+
|
|
480
|
+
发布时间:2024-03-27 15:13:07
|
|
481
|
+
|
|
482
|
+
本次发布包含了以下内容:
|
|
483
|
+
|
|
484
|
+
改善已有的文档。
|
|
485
|
+
|
|
486
|
+
修改数据结构:
|
|
487
|
+
|
|
488
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
489
|
+
|
|
490
|
+
* <font color="#dd0000">**修改成员**:</font>ForbidAddApprover, ForbidEditFlowProperties
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
496
|
+
|
|
497
|
+
### 第 58 次发布
|
|
498
|
+
|
|
499
|
+
发布时间:2024-03-28 01:18:46
|
|
500
|
+
|
|
501
|
+
本次发布包含了以下内容:
|
|
502
|
+
|
|
503
|
+
改善已有的文档。
|
|
504
|
+
|
|
505
|
+
新增接口:
|
|
506
|
+
|
|
507
|
+
* [BindCloudStorageUser](https://cloud.tencent.com/document/api/1081/104655)
|
|
508
|
+
* [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
|
|
509
|
+
* [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1081/104653)
|
|
510
|
+
* [DescribeCloudStorage](https://cloud.tencent.com/document/api/1081/104652)
|
|
511
|
+
* [DescribeCloudStorageDate](https://cloud.tencent.com/document/api/1081/104651)
|
|
512
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1081/104650)
|
|
513
|
+
* [DescribeCloudStorageMultiThumbnail](https://cloud.tencent.com/document/api/1081/104649)
|
|
514
|
+
* [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
|
|
515
|
+
* [DescribeCloudStoragePackageConsumeDetails](https://cloud.tencent.com/document/api/1081/104647)
|
|
516
|
+
* [DescribeCloudStoragePackageConsumeStats](https://cloud.tencent.com/document/api/1081/104646)
|
|
517
|
+
* [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1081/104645)
|
|
518
|
+
* [DescribeCloudStorageThumbnail](https://cloud.tencent.com/document/api/1081/104644)
|
|
519
|
+
* [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1081/104643)
|
|
520
|
+
* [DescribeCloudStorageTime](https://cloud.tencent.com/document/api/1081/104642)
|
|
521
|
+
* [DescribeCloudStorageUsers](https://cloud.tencent.com/document/api/1081/104641)
|
|
522
|
+
* [DescribeDevicePackages](https://cloud.tencent.com/document/api/1081/104640)
|
|
523
|
+
* [DescribePackageConsumeTask](https://cloud.tencent.com/document/api/1081/104639)
|
|
524
|
+
* [DescribePackageConsumeTasks](https://cloud.tencent.com/document/api/1081/104638)
|
|
525
|
+
* [GenerateSignedVideoURL](https://cloud.tencent.com/document/api/1081/104637)
|
|
526
|
+
* [InheritCloudStorageUser](https://cloud.tencent.com/document/api/1081/104636)
|
|
527
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1081/104635)
|
|
528
|
+
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1081/104634)
|
|
529
|
+
* [TransferCloudStorage](https://cloud.tencent.com/document/api/1081/104633)
|
|
530
|
+
|
|
531
|
+
新增数据结构:
|
|
532
|
+
|
|
533
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEvent)
|
|
534
|
+
* [CloudStorageTimeData](https://cloud.tencent.com/document/api/1081/34988#CloudStorageTimeData)
|
|
535
|
+
* [CloudStorageTimeInfo](https://cloud.tencent.com/document/api/1081/34988#CloudStorageTimeInfo)
|
|
536
|
+
* [CloudStorageUserInfo](https://cloud.tencent.com/document/api/1081/34988#CloudStorageUserInfo)
|
|
537
|
+
* [PackageConsumeStat](https://cloud.tencent.com/document/api/1081/34988#PackageConsumeStat)
|
|
538
|
+
* [PackageConsumeTask](https://cloud.tencent.com/document/api/1081/34988#PackageConsumeTask)
|
|
539
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/1081/34988#PackageInfo)
|
|
540
|
+
* [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1081/34988#ThumbnailURLInfoList)
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
545
|
+
|
|
546
|
+
### 第 132 次发布
|
|
547
|
+
|
|
548
|
+
发布时间:2024-03-27 16:33:01
|
|
549
|
+
|
|
550
|
+
本次发布包含了以下内容:
|
|
551
|
+
|
|
552
|
+
改善已有的文档。
|
|
553
|
+
|
|
554
|
+
新增接口:
|
|
555
|
+
|
|
556
|
+
* [ReconstructDocument](https://cloud.tencent.com/document/api/866/104610)
|
|
557
|
+
|
|
558
|
+
新增数据结构:
|
|
559
|
+
|
|
560
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
561
|
+
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/866/33527#DocumentRecognizeInfo)
|
|
562
|
+
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/866/33527#ReconstructDocumentConfig)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
567
|
+
|
|
568
|
+
### 第 54 次发布
|
|
569
|
+
|
|
570
|
+
发布时间:2024-03-28 01:27:54
|
|
571
|
+
|
|
572
|
+
本次发布包含了以下内容:
|
|
573
|
+
|
|
574
|
+
改善已有的文档。
|
|
575
|
+
|
|
576
|
+
修改数据结构:
|
|
577
|
+
|
|
578
|
+
* [ImageInfo](https://cloud.tencent.com/document/api/851/75051#ImageInfo)
|
|
579
|
+
|
|
580
|
+
* 新增成员:SupportDataPipeline
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
## 语音合成(tts) 版本:2019-08-23
|
|
590
|
+
|
|
591
|
+
### 第 14 次发布
|
|
592
|
+
|
|
593
|
+
发布时间:2024-03-28 01:30:03
|
|
594
|
+
|
|
595
|
+
本次发布包含了以下内容:
|
|
596
|
+
|
|
597
|
+
改善已有的文档。
|
|
598
|
+
|
|
599
|
+
修改接口:
|
|
600
|
+
|
|
601
|
+
* [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
|
|
602
|
+
|
|
603
|
+
* 新增入参:FastVoiceType
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
609
|
+
|
|
610
|
+
### 第 82 次发布
|
|
611
|
+
|
|
612
|
+
发布时间:2024-03-28 01:32:09
|
|
613
|
+
|
|
614
|
+
本次发布包含了以下内容:
|
|
615
|
+
|
|
616
|
+
改善已有的文档。
|
|
617
|
+
|
|
618
|
+
修改数据结构:
|
|
619
|
+
|
|
620
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
621
|
+
|
|
622
|
+
* 新增成员:SelfDepend, ExecutorGroupId, ExecutorGroupName, RunPriority, TryLimit, RetryAble, RetryWait, LastSchedulerCommitTime, Notes, Creator, UpdateUser, UpdateUserId, YarnQueue, ExecutionTTL
|
|
623
|
+
|
|
624
|
+
* <font color="#dd0000">**修改成员**:</font>ExecutionStartTime, ExecutionEndTime, Layer, SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType, CreateTime, UserId, OwnerId, TenantId
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
1
629
|
# Release 4.0.821
|
|
2
630
|
|
|
3
631
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|