tencentcloud-sdk-nodejs 4.0.985 → 4.0.986

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +318 -0
  2. package/SERVICE_CHANGELOG.md +462 -77
  3. package/package.json +1 -1
  4. package/products.md +15 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +74 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +8 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +34 -10
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +107 -41
  11. package/src/services/emr/v20190103/emr_models.ts +9 -4
  12. package/src/services/ess/v20201111/ess_models.ts +10 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -1
  14. package/src/services/index.ts +1 -0
  15. package/src/services/lke/v20231130/lke_client.ts +126 -39
  16. package/src/services/lke/v20231130/lke_models.ts +464 -78
  17. package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
  18. package/src/services/tmt/v20180321/tmt_client.ts +1 -1
  19. package/src/services/trocket/v20230308/trocket_models.ts +12 -12
  20. package/src/services/vcube/index.ts +5 -0
  21. package/src/services/vcube/v20220410/index.ts +6 -0
  22. package/src/services/vcube/v20220410/vcube_client.ts +455 -0
  23. package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
  24. package/src/services/vod/v20180717/vod_models.ts +17 -1
  25. package/src/services/vpc/v20170312/vpc_models.ts +12 -5
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
  30. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
  33. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +102 -40
  34. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -1
  37. package/tencentcloud/services/index.d.ts +1 -0
  38. package/tencentcloud/services/index.js +2 -0
  39. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
  40. package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
  41. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +447 -78
  42. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
  43. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
  44. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
  45. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
  46. package/tencentcloud/services/vcube/index.d.ts +6 -0
  47. package/tencentcloud/services/vcube/index.js +7 -0
  48. package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
  49. package/tencentcloud/services/vcube/v20220410/index.js +9 -0
  50. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
  51. package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
  52. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
  53. package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  55. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -5
  56. package/test/cynosdb.v20190107.test.js +22 -2
  57. package/test/lke.v20231130.test.js +88 -18
  58. package/test/vcube.v20220410.test.js +361 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,321 @@
1
+ # Release 4.0.986
2
+
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
+
5
+ ### 第 177 次发布
6
+
7
+ 发布时间:2024-12-05 01:06:32
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)
16
+
17
+ * 新增入参:InstanceId, StartTime, EndTime, EventName, EventStatus, Order, Limit, Offset, NodeId
18
+
19
+ * 新增出参:TotalCount, Items
20
+
21
+
22
+ 新增数据结构:
23
+
24
+ * [InstEventInfo](https://cloud.tencent.com/document/api/236/15878#InstEventInfo)
25
+
26
+
27
+
28
+ ## 文件存储(cfs) 版本:2019-07-19
29
+
30
+ ### 第 33 次发布
31
+
32
+ 发布时间:2024-12-05 01:07:44
33
+
34
+ 本次发布包含了以下内容:
35
+
36
+ 改善已有的文档。
37
+
38
+ 修改接口:
39
+
40
+ * [CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)
41
+
42
+ * 新增入参:Direction
43
+
44
+
45
+ 修改数据结构:
46
+
47
+ * [MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)
48
+
49
+ * 新增成员:Direction
50
+
51
+
52
+
53
+
54
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
55
+
56
+ ### 第 116 次发布
57
+
58
+ 发布时间:2024-12-05 01:11:26
59
+
60
+ 本次发布包含了以下内容:
61
+
62
+ 改善已有的文档。
63
+
64
+ 新增接口:
65
+
66
+ * [DescribeClusterTransparentEncryptInfo](https://cloud.tencent.com/document/api/1003/113594)
67
+ * [OpenClusterTransparentEncrypt](https://cloud.tencent.com/document/api/1003/113593)
68
+
69
+
70
+
71
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
72
+
73
+ ### 第 83 次发布
74
+
75
+ 发布时间:2024-12-05 01:14:08
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ 修改数据结构:
82
+
83
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
84
+
85
+ * 新增成员:BindFileSystemNum
86
+
87
+
88
+
89
+
90
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
91
+
92
+ ### 第 198 次发布
93
+
94
+ 发布时间:2024-12-05 01:14:35
95
+
96
+ 本次发布包含了以下内容:
97
+
98
+ 改善已有的文档。
99
+
100
+ 修改数据结构:
101
+
102
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
103
+
104
+ * 新增成员:SignEndpoints
105
+
106
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
107
+
108
+ * 新增成员:SignEndpoints
109
+
110
+
111
+
112
+
113
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
114
+
115
+ ### 第 196 次发布
116
+
117
+ 发布时间:2024-12-05 01:14:56
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 修改数据结构:
124
+
125
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
126
+
127
+ * 新增成员:SignEndpoints
128
+
129
+
130
+
131
+
132
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
133
+
134
+
135
+
136
+ ## 大模型知识引擎(lke) 版本:2023-11-30
137
+
138
+ ### 第 22 次发布
139
+
140
+ 发布时间:2024-12-05 01:19:03
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 新增接口:
147
+
148
+ * [CreateDocCate](https://cloud.tencent.com/document/api/1759/113601)
149
+ * [DeleteDocCate](https://cloud.tencent.com/document/api/1759/113600)
150
+ * [GroupDoc](https://cloud.tencent.com/document/api/1759/113599)
151
+ * [ListAppKnowledgeDetail](https://cloud.tencent.com/document/api/1759/113596)
152
+ * [ListDocCate](https://cloud.tencent.com/document/api/1759/113598)
153
+ * [ListUsageCallDetail](https://cloud.tencent.com/document/api/1759/113595)
154
+ * [ModifyDocCate](https://cloud.tencent.com/document/api/1759/113597)
155
+
156
+ 新增数据结构:
157
+
158
+ * [CallDetail](https://cloud.tencent.com/document/api/1759/105104#CallDetail)
159
+ * [CateInfo](https://cloud.tencent.com/document/api/1759/105104#CateInfo)
160
+ * [KnowledgeDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeDetail)
161
+
162
+
163
+
164
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
165
+
166
+ ### 第 22 次发布
167
+
168
+ 发布时间:2024-12-05 01:22:30
169
+
170
+ 本次发布包含了以下内容:
171
+
172
+ 改善已有的文档。
173
+
174
+ 修改接口:
175
+
176
+ * [CreatePrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55945)
177
+
178
+ * 新增入参:Remark
179
+
180
+ * [ModifyPrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55934)
181
+
182
+ * 新增入参:Remark
183
+
184
+
185
+ 修改数据结构:
186
+
187
+ * [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
188
+
189
+ * 新增成员:Remark
190
+
191
+
192
+
193
+
194
+ ## 音视频终端引擎(vcube) 版本:2022-04-10
195
+
196
+ ### 第 1 次发布
197
+
198
+ 发布时间:2024-12-04 20:43:28
199
+
200
+ 本次发布包含了以下内容:
201
+
202
+ 改善已有的文档。
203
+
204
+ 新增接口:
205
+
206
+ * [CreateActivityLicense](https://cloud.tencent.com/document/api/1449/113514)
207
+ * [CreateApplicationAndBindLicense](https://cloud.tencent.com/document/api/1449/113533)
208
+ * [CreateApplicationAndVideo](https://cloud.tencent.com/document/api/1449/113532)
209
+ * [CreateApplicationAndWebPlayerLicense](https://cloud.tencent.com/document/api/1449/113536)
210
+ * [CreateLicense](https://cloud.tencent.com/document/api/1449/113531)
211
+ * [CreateTestXMagic](https://cloud.tencent.com/document/api/1449/113513)
212
+ * [CreateTrialApplicationAndLicense](https://cloud.tencent.com/document/api/1449/113512)
213
+ * [CreateTrialLicense](https://cloud.tencent.com/document/api/1449/113511)
214
+ * [CreateXMagic](https://cloud.tencent.com/document/api/1449/113530)
215
+ * [DescribeFeatureList](https://cloud.tencent.com/document/api/1449/113510)
216
+ * [DescribeLicenseList](https://cloud.tencent.com/document/api/1449/113509)
217
+ * [DescribeNews](https://cloud.tencent.com/document/api/1449/113529)
218
+ * [DescribeSTS](https://cloud.tencent.com/document/api/1449/113535)
219
+ * [DescribeTrialFeature](https://cloud.tencent.com/document/api/1449/113508)
220
+ * [DescribeUserConfig](https://cloud.tencent.com/document/api/1449/113502)
221
+ * [DescribeVcubeApplicationAndLicense](https://cloud.tencent.com/document/api/1449/113528)
222
+ * [DescribeVcubeApplicationAndPlayList](https://cloud.tencent.com/document/api/1449/113527)
223
+ * [DescribeVcubeApplicationAndXMagicList](https://cloud.tencent.com/document/api/1449/113526)
224
+ * [DescribeVcubeResources](https://cloud.tencent.com/document/api/1449/113525)
225
+ * [DescribeVcubeResourcesList](https://cloud.tencent.com/document/api/1449/113524)
226
+ * [DescribeXMagicResource](https://cloud.tencent.com/document/api/1449/113500)
227
+ * [DescribeXMagicResourceList](https://cloud.tencent.com/document/api/1449/113499)
228
+ * [ModifyApplication](https://cloud.tencent.com/document/api/1449/113523)
229
+ * [ModifyFormalApplication](https://cloud.tencent.com/document/api/1449/113522)
230
+ * [ModifyLicense](https://cloud.tencent.com/document/api/1449/113521)
231
+ * [ModifyPresetApplication](https://cloud.tencent.com/document/api/1449/113507)
232
+ * [ModifyTrialLicense](https://cloud.tencent.com/document/api/1449/113520)
233
+ * [ModifyXMagic](https://cloud.tencent.com/document/api/1449/113519)
234
+ * [RenewLicense](https://cloud.tencent.com/document/api/1449/113518)
235
+ * [RenewTestXMagic](https://cloud.tencent.com/document/api/1449/113506)
236
+ * [RenewVideo](https://cloud.tencent.com/document/api/1449/113517)
237
+ * [UpdateTestXMagic](https://cloud.tencent.com/document/api/1449/113505)
238
+ * [UpdateTrialLicense](https://cloud.tencent.com/document/api/1449/113504)
239
+ * [UpdateXMagic](https://cloud.tencent.com/document/api/1449/113516)
240
+
241
+ 新增数据结构:
242
+
243
+ * [AppInfo](https://cloud.tencent.com/document/api/1449/113537#AppInfo)
244
+ * [ApplicationInfo](https://cloud.tencent.com/document/api/1449/113537#ApplicationInfo)
245
+ * [Feature](https://cloud.tencent.com/document/api/1449/113537#Feature)
246
+ * [License](https://cloud.tencent.com/document/api/1449/113537#License)
247
+ * [LicenseResourceInfo](https://cloud.tencent.com/document/api/1449/113537#LicenseResourceInfo)
248
+ * [LicenseResourceSimpleInfo](https://cloud.tencent.com/document/api/1449/113537#LicenseResourceSimpleInfo)
249
+ * [NewsInfo](https://cloud.tencent.com/document/api/1449/113537#NewsInfo)
250
+ * [Package](https://cloud.tencent.com/document/api/1449/113537#Package)
251
+ * [RenewResource](https://cloud.tencent.com/document/api/1449/113537#RenewResource)
252
+ * [VideoFeature](https://cloud.tencent.com/document/api/1449/113537#VideoFeature)
253
+ * [XMagicFeature](https://cloud.tencent.com/document/api/1449/113537#XMagicFeature)
254
+ * [XMagicInfo](https://cloud.tencent.com/document/api/1449/113537#XMagicInfo)
255
+ * [XMagicResource](https://cloud.tencent.com/document/api/1449/113537#XMagicResource)
256
+ * [XMagicResourceSimpleInfo](https://cloud.tencent.com/document/api/1449/113537#XMagicResourceSimpleInfo)
257
+ * [XMagicSimpleInfo](https://cloud.tencent.com/document/api/1449/113537#XMagicSimpleInfo)
258
+ * [XMagicTrial](https://cloud.tencent.com/document/api/1449/113537#XMagicTrial)
259
+
260
+
261
+
262
+ ## 云点播(vod) 版本:2024-07-18
263
+
264
+
265
+
266
+ ## 云点播(vod) 版本:2018-07-17
267
+
268
+ ### 第 193 次发布
269
+
270
+ 发布时间:2024-12-05 01:28:46
271
+
272
+ 本次发布包含了以下内容:
273
+
274
+ 改善已有的文档。
275
+
276
+ 修改接口:
277
+
278
+ * [CreateRoundPlay](https://cloud.tencent.com/document/api/266/86175)
279
+
280
+ * 新增入参:RoundPlayId, ExpiredTime
281
+
282
+ * [ModifyRoundPlay](https://cloud.tencent.com/document/api/266/86172)
283
+
284
+ * 新增入参:ExpiredTime
285
+
286
+
287
+ 修改数据结构:
288
+
289
+ * [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
290
+
291
+ * 新增成员:ExpiredTime
292
+
293
+
294
+
295
+
296
+ ## 私有网络(vpc) 版本:2017-03-12
297
+
298
+ ### 第 228 次发布
299
+
300
+ 发布时间:2024-12-05 01:29:33
301
+
302
+ 本次发布包含了以下内容:
303
+
304
+ 改善已有的文档。
305
+
306
+ 修改接口:
307
+
308
+ * [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
309
+
310
+ * 新增入参:HaVipAssociationSet, ClientToken
311
+
312
+ * [ModifyHaVipAttribute](https://cloud.tencent.com/document/api/215/30647)
313
+
314
+ * <font color="#dd0000">**修改入参**:</font>HaVipName
315
+
316
+
317
+
318
+
1
319
  # Release 4.0.985
2
320
 
3
321
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19