tencentcloud-sdk-nodejs 4.0.941 → 4.0.943

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 (70) hide show
  1. package/CHANGELOG.md +416 -0
  2. package/SERVICE_CHANGELOG.md +386 -13
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +8 -0
  7. package/src/services/asr/v20190614/asr_client.ts +71 -57
  8. package/src/services/asr/v20190614/asr_models.ts +967 -895
  9. package/src/services/cfg/v20210820/cfg_models.ts +4 -0
  10. package/src/services/cwp/v20180228/cwp_client.ts +5 -3
  11. package/src/services/cwp/v20180228/cwp_models.ts +131 -48
  12. package/src/services/dlc/v20210125/dlc_models.ts +4 -0
  13. package/src/services/dsgc/v20190723/dsgc_models.ts +1 -1
  14. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -0
  15. package/src/services/ims/v20201229/ims_client.ts +1 -1
  16. package/src/services/ims/v20201229/ims_models.ts +3 -3
  17. package/src/services/lke/v20231130/lke_client.ts +576 -478
  18. package/src/services/lke/v20231130/lke_models.ts +516 -98
  19. package/src/services/mps/v20190612/mps_models.ts +8 -3
  20. package/src/services/mqtt/v20240516/mqtt_client.ts +215 -4
  21. package/src/services/mqtt/v20240516/mqtt_models.ts +894 -97
  22. package/src/services/organization/v20210331/organization_client.ts +26 -0
  23. package/src/services/organization/v20210331/organization_models.ts +176 -26
  24. package/src/services/tcss/v20201101/tcss_client.ts +4 -2
  25. package/src/services/tke/v20180525/tke_client.ts +40 -16
  26. package/src/services/tke/v20180525/tke_models.ts +154 -70
  27. package/src/services/vdb/v20230616/vdb_models.ts +5 -0
  28. package/src/services/vod/v20180717/vod_client.ts +2 -1
  29. package/src/services/vod/v20180717/vod_models.ts +34 -1
  30. package/src/services/vpc/v20170312/vpc_models.ts +17 -1
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
  34. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
  35. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  36. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +998 -930
  37. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
  38. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +128 -47
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  41. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +1 -1
  42. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -0
  43. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  44. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  45. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +3 -3
  46. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +195 -163
  47. package/tencentcloud/services/lke/v20231130/lke_client.js +288 -240
  48. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +497 -97
  49. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
  50. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +72 -1
  51. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +105 -0
  52. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +856 -97
  53. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
  54. package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
  55. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +170 -26
  56. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +3 -1
  57. package/tencentcloud/services/tcss/v20201101/tcss_client.js +3 -1
  58. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
  59. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
  60. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +150 -70
  61. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +5 -0
  62. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  63. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -1
  64. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +33 -1
  65. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
  66. package/test/asr.v20190614.test.js +10 -0
  67. package/test/lke.v20231130.test.js +238 -158
  68. package/test/mqtt.v20240516.test.js +170 -0
  69. package/test/organization.v20210331.test.js +20 -0
  70. package/test/tke.v20180525.test.js +24 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,419 @@
1
+ # Release 4.0.943
2
+
3
+ ## 集团账号管理(organization) 版本:2021-03-31
4
+
5
+ ### 第 38 次发布
6
+
7
+ 发布时间:2024-09-23 12:16:37
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
16
+ * [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
17
+
18
+ 修改接口:
19
+
20
+ * [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
21
+
22
+ * 新增入参:Tags
23
+
24
+ * [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
25
+
26
+ * 新增入参:Tags
27
+
28
+ * [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
29
+
30
+ * 新增入参:Tags
31
+
32
+ * [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
33
+
34
+ * 新增入参:Tags
35
+
36
+
37
+ 新增数据结构:
38
+
39
+ * [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
40
+ * [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
41
+
42
+ 修改数据结构:
43
+
44
+ * [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
45
+
46
+ * 新增成员:Tags
47
+
48
+ * [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
49
+
50
+ * 新增成员:Tags
51
+
52
+
53
+
54
+
55
+ ## 集团账号管理(organization) 版本:2018-12-25
56
+
57
+
58
+
59
+ # Release 4.0.942
60
+
61
+ ## 弹性伸缩(as) 版本:2018-04-19
62
+
63
+ ### 第 73 次发布
64
+
65
+ 发布时间:2024-09-20 12:54:26
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 修改数据结构:
72
+
73
+ * [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
74
+
75
+ * 新增成员:ReplaceMode
76
+
77
+
78
+
79
+
80
+ ## 语音识别(asr) 版本:2019-06-14
81
+
82
+ ### 第 40 次发布
83
+
84
+ 发布时间:2024-09-23 01:07:54
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 新增接口:
91
+
92
+ * [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)
93
+
94
+ 新增数据结构:
95
+
96
+ * [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
97
+ * [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
98
+
99
+
100
+
101
+ ## 混沌演练平台(cfg) 版本:2021-08-20
102
+
103
+ ### 第 20 次发布
104
+
105
+ 发布时间:2024-09-20 12:56:59
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 修改接口:
112
+
113
+ * [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
114
+
115
+ * 新增入参:Record
116
+
117
+
118
+
119
+
120
+ ## 主机安全(cwp) 版本:2018-02-28
121
+
122
+ ### 第 123 次发布
123
+
124
+ 发布时间:2024-09-20 12:58:49
125
+
126
+ 本次发布包含了以下内容:
127
+
128
+ 改善已有的文档。
129
+
130
+ 修改接口:
131
+
132
+ * [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
133
+
134
+ * 新增入参:Rules
135
+
136
+ * [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
137
+
138
+ * 新增入参:UpdateAll
139
+
140
+ * <font color="#dd0000">**修改入参**:</font>Ids
141
+
142
+
143
+ 新增数据结构:
144
+
145
+ * [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
146
+ * [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
147
+
148
+ 修改数据结构:
149
+
150
+ * [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy)
151
+
152
+ * 新增成员:Rules
153
+
154
+ * [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
155
+
156
+ * 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName
157
+
158
+ * <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid
159
+
160
+
161
+
162
+
163
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
164
+
165
+ ### 第 104 次发布
166
+
167
+ 发布时间:2024-09-20 13:00:46
168
+
169
+ 本次发布包含了以下内容:
170
+
171
+ 改善已有的文档。
172
+
173
+ 修改接口:
174
+
175
+ * [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
176
+
177
+ * 新增入参:IsMultiStatement
178
+
179
+
180
+
181
+
182
+ ## 大模型知识引擎(lke) 版本:2023-11-30
183
+
184
+ ### 第 17 次发布
185
+
186
+ 发布时间:2024-09-20 13:06:39
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 新增接口:
193
+
194
+ * [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
195
+ * [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
196
+ * [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
197
+ * [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
198
+ * [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
199
+ * [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
200
+ * [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
201
+ * [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
202
+
203
+ 新增数据结构:
204
+
205
+ * [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
206
+ * [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
207
+
208
+
209
+
210
+ ## 媒体处理(mps) 版本:2019-06-12
211
+
212
+ ### 第 96 次发布
213
+
214
+ 发布时间:2024-09-20 13:07:52
215
+
216
+ 本次发布包含了以下内容:
217
+
218
+ 改善已有的文档。
219
+
220
+ 修改数据结构:
221
+
222
+ * [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
223
+
224
+ * 新增成员:Zones
225
+
226
+
227
+
228
+
229
+ ## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
230
+
231
+ ### 第 2 次发布
232
+
233
+ 发布时间:2024-09-20 13:08:14
234
+
235
+ 本次发布包含了以下内容:
236
+
237
+ 改善已有的文档。
238
+
239
+ 新增接口:
240
+
241
+ * [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
242
+ * [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
243
+ * [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
244
+ * [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
245
+ * [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
246
+ * [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
247
+ * [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
248
+ * [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
249
+ * [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
250
+ * [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
251
+ * [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
252
+ * [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
253
+ * [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
254
+ * [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
255
+ * [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
256
+ * [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
257
+ * [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
258
+
259
+ 新增数据结构:
260
+
261
+ * [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
262
+ * [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
263
+ * [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
264
+ * [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
265
+
266
+
267
+
268
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
269
+
270
+ ### 第 27 次发布
271
+
272
+ 发布时间:2024-09-20 13:08:23
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 修改数据结构:
279
+
280
+ * [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
281
+
282
+ * <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
283
+
284
+
285
+
286
+
287
+ ## 容器安全服务(tcss) 版本:2020-11-01
288
+
289
+ ### 第 65 次发布
290
+
291
+ 发布时间:2024-09-20 13:11:46
292
+
293
+ 本次发布包含了以下内容:
294
+
295
+ 改善已有的文档。
296
+
297
+ <font color="#dd0000">**预下线接口**:</font>
298
+
299
+ * DeleteCompliancePolicyItemFromWhitelist
300
+
301
+
302
+
303
+ ## 容器服务(tke) 版本:2022-05-01
304
+
305
+
306
+
307
+ ## 容器服务(tke) 版本:2018-05-25
308
+
309
+ ### 第 181 次发布
310
+
311
+ 发布时间:2024-09-23 01:27:12
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 新增接口:
318
+
319
+ * [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
320
+
321
+ ### 第 180 次发布
322
+
323
+ 发布时间:2024-09-20 13:13:40
324
+
325
+ 本次发布包含了以下内容:
326
+
327
+ 改善已有的文档。
328
+
329
+ 新增接口:
330
+
331
+ * [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
332
+
333
+
334
+
335
+ ## 向量数据库(vdb) 版本:2023-06-16
336
+
337
+ ### 第 6 次发布
338
+
339
+ 发布时间:2024-09-20 13:15:27
340
+
341
+ 本次发布包含了以下内容:
342
+
343
+ 改善已有的文档。
344
+
345
+ 修改数据结构:
346
+
347
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
348
+
349
+ * 新增成员:ApiVersion
350
+
351
+
352
+
353
+
354
+ ## 云点播(vod) 版本:2024-07-18
355
+
356
+
357
+
358
+ ## 云点播(vod) 版本:2018-07-17
359
+
360
+ ### 第 187 次发布
361
+
362
+ 发布时间:2024-09-20 13:15:33
363
+
364
+ 本次发布包含了以下内容:
365
+
366
+ 改善已有的文档。
367
+
368
+ 修改接口:
369
+
370
+ * [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296)
371
+
372
+ * 新增出参:PersistenceCompleteEventSwitch
373
+
374
+ * [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244)
375
+
376
+ * 新增入参:PersistenceCompleteEventSwitch
377
+
378
+
379
+ 新增数据结构:
380
+
381
+ * [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)
382
+
383
+ 修改数据结构:
384
+
385
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
386
+
387
+ * 新增成员:PersistenceCompleteEvent
388
+
389
+
390
+
391
+
392
+ ## 私有网络(vpc) 版本:2017-03-12
393
+
394
+ ### 第 206 次发布
395
+
396
+ 发布时间:2024-09-20 13:16:10
397
+
398
+ 本次发布包含了以下内容:
399
+
400
+ 改善已有的文档。
401
+
402
+ 修改数据结构:
403
+
404
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
405
+
406
+ * 新增成员:UnVpcId
407
+
408
+ * [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
409
+
410
+ * 新增成员:QuotaGroup
411
+
412
+ * <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
413
+
414
+
415
+
416
+
1
417
  # Release 4.0.941
2
418
 
3
419
  ## 消息队列 MQTT 版(mqtt) 版本:2024-05-16