tencentcloud-sdk-nodejs 4.0.920 → 4.0.922

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 (73) hide show
  1. package/CHANGELOG.md +415 -0
  2. package/SERVICE_CHANGELOG.md +478 -84
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +1 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +4 -4
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +165 -168
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +630 -773
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
  15. package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
  16. package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
  17. package/src/services/emr/v20190103/emr_models.ts +4 -0
  18. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  19. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
  21. package/src/services/mps/v20190612/mps_models.ts +152 -14
  22. package/src/services/organization/v20210331/organization_client.ts +2 -2
  23. package/src/services/organization/v20210331/organization_models.ts +17 -17
  24. package/src/services/redis/v20180412/redis_models.ts +42 -40
  25. package/src/services/trtc/v20190722/trtc_client.ts +26 -35
  26. package/src/services/trtc/v20190722/trtc_models.ts +72 -0
  27. package/src/services/tse/v20201207/tse_client.ts +1 -0
  28. package/src/services/tse/v20201207/tse_models.ts +29 -0
  29. package/src/services/tts/v20190823/tts_models.ts +2 -2
  30. package/src/services/vclm/v20240523/vclm_models.ts +4 -0
  31. package/src/services/vod/v20180717/vod_client.ts +66 -28
  32. package/src/services/vod/v20180717/vod_models.ts +246 -71
  33. package/src/services/vpc/v20170312/vpc_models.ts +78 -24
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
  38. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +47 -47
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +69 -69
  40. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +625 -765
  41. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
  46. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
  47. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
  48. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
  49. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
  50. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  51. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  52. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  53. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  54. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
  55. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
  56. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
  57. package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
  60. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +11 -36
  61. package/tencentcloud/services/trtc/v20190722/trtc_client.js +14 -35
  62. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +68 -0
  63. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
  64. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
  65. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
  66. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
  67. package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
  68. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -70
  69. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -24
  70. package/test/cdwdoris.v20211228.test.js +60 -60
  71. package/test/cynosdb.v20190107.test.js +24 -4
  72. package/test/trtc.v20190722.test.js +20 -0
  73. package/test/vod.v20180717.test.js +36 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,418 @@
1
+ # Release 4.0.922
2
+
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
+
5
+ ### 第 19 次发布
6
+
7
+ 发布时间:2024-08-21 01:14:40
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
16
+
17
+ 新增数据结构:
18
+
19
+ * [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
20
+
21
+ 修改数据结构:
22
+
23
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
24
+
25
+ * 新增成员:EnableDlc, AccountType
26
+
27
+
28
+
29
+
30
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
31
+
32
+ ### 第 70 次发布
33
+
34
+ 发布时间:2024-08-21 01:29:32
35
+
36
+ 本次发布包含了以下内容:
37
+
38
+ 改善已有的文档。
39
+
40
+ 修改接口:
41
+
42
+ * [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
43
+
44
+ * 新增入参:SwitchStartTime, SwitchEndTime, SwitchAutoRetry
45
+
46
+
47
+
48
+
49
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
50
+
51
+ ### 第 18 次发布
52
+
53
+ 发布时间:2024-08-21 01:32:52
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 修改接口:
60
+
61
+ * [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
62
+
63
+ * 新增入参:Status
64
+
65
+ * [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
66
+
67
+ * 新增入参:Status
68
+
69
+
70
+ 新增数据结构:
71
+
72
+ * [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
73
+
74
+ 修改数据结构:
75
+
76
+ * [CategoryRule](https://cloud.tencent.com/document/api/1087/96844#CategoryRule)
77
+
78
+ * 新增成员:RuleEffectItems, RuleStatus
79
+
80
+ * [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
81
+
82
+ * 新增成员:Status
83
+
84
+
85
+
86
+
87
+ ## 人脸核身(faceid) 版本:2018-03-01
88
+
89
+ ### 第 78 次发布
90
+
91
+ 发布时间:2024-08-21 01:40:11
92
+
93
+ 本次发布包含了以下内容:
94
+
95
+ 改善已有的文档。
96
+
97
+ 修改接口:
98
+
99
+ * [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
100
+
101
+ * 新增入参:IsEncryptResponse, Encryption
102
+
103
+ * 新增出参:EncryptedBody
104
+
105
+
106
+
107
+
108
+ ## 实时音视频(trtc) 版本:2019-07-22
109
+
110
+ ### 第 89 次发布
111
+
112
+ 发布时间:2024-08-21 02:23:20
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 新增接口:
119
+
120
+ * [UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)
121
+
122
+
123
+
124
+ ## 微服务引擎(tse) 版本:2020-12-07
125
+
126
+ ### 第 75 次发布
127
+
128
+ 发布时间:2024-08-21 02:23:57
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改接口:
135
+
136
+ * [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
137
+
138
+ * 新增入参:Location
139
+
140
+ * 新增出参:Location
141
+
142
+
143
+ 新增数据结构:
144
+
145
+ * [Location](https://cloud.tencent.com/document/api/1364/54942#Location)
146
+
147
+
148
+
149
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
150
+
151
+ ### 第 5 次发布
152
+
153
+ 发布时间:2024-08-21 02:27:00
154
+
155
+ 本次发布包含了以下内容:
156
+
157
+ 改善已有的文档。
158
+
159
+ 修改接口:
160
+
161
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
162
+
163
+ * 新增入参:EnableBodyJoins
164
+
165
+
166
+
167
+
168
+ ## 私有网络(vpc) 版本:2017-03-12
169
+
170
+ ### 第 202 次发布
171
+
172
+ 发布时间:2024-08-21 02:29:48
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ 修改数据结构:
179
+
180
+ * [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
181
+
182
+ * 新增成员:TagSet
183
+
184
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
185
+
186
+ * [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
187
+
188
+ * 新增成员:TagSet
189
+
190
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
191
+
192
+ * [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
193
+
194
+ * 新增成员:TagSet
195
+
196
+ * [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
197
+
198
+ * 新增成员:TagSet
199
+
200
+ * [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
201
+
202
+ * 新增成员:TagSet
203
+
204
+ * [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
205
+
206
+ * 新增成员:TagSet, LocalGatewayId
207
+
208
+ * [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
209
+
210
+ * 新增成员:TagSet
211
+
212
+ * [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
213
+
214
+ * 新增成员:TagSet
215
+
216
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
217
+
218
+ * [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
219
+
220
+ * 新增成员:TagSet
221
+
222
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
223
+
224
+ * [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
225
+
226
+ * 新增成员:TagSet
227
+
228
+
229
+
230
+
231
+ # Release 4.0.921
232
+
233
+ ## 云联络中心(ccc) 版本:2020-02-10
234
+
235
+ ### 第 72 次发布
236
+
237
+ 发布时间:2024-08-20 01:11:11
238
+
239
+ 本次发布包含了以下内容:
240
+
241
+ 改善已有的文档。
242
+
243
+ 修改接口:
244
+
245
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
246
+
247
+ * <font color="#dd0000">**修改入参**:</font>SdkAppId
248
+
249
+
250
+
251
+
252
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
253
+
254
+ ### 第 18 次发布
255
+
256
+ 发布时间:2024-08-20 01:14:45
257
+
258
+ 本次发布包含了以下内容:
259
+
260
+ 改善已有的文档。
261
+
262
+ 新增接口:
263
+
264
+ * [CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)
265
+ * [CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)
266
+ * [DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)
267
+ * [DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)
268
+ * [DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)
269
+ * [ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)
270
+ * [OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)
271
+ * [OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)
272
+ * [UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)
273
+
274
+ <font color="#dd0000">**删除接口**:</font>
275
+
276
+ * DescribeDatabaseAuditResource
277
+ * DescribeDmsSqlHistory
278
+ * DescribeDorisMetricFiles
279
+ * DescribeFederationToken
280
+ * DescribeFrontEnd
281
+ * DescribeGoodsDetail
282
+ * DescribeRegionZone
283
+ * DescribeReplicaVersion
284
+ * FitClsLog
285
+ * OpenBackUp
286
+
287
+ 新增数据结构:
288
+
289
+ * [CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)
290
+ * [CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)
291
+ * [CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)
292
+
293
+ <font color="#dd0000">**删除数据结构**:</font>
294
+
295
+ * DescribeMetricsFileReq
296
+ * ModifyMetricFileStruct
297
+ * ModifyMetricFileStructNew
298
+ * ResourceNodeDiskSpec
299
+ * ResourceNodeSpec
300
+ * SpecExtra
301
+ * VersionReplicaItem
302
+
303
+
304
+
305
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
306
+
307
+ ### 第 99 次发布
308
+
309
+ 发布时间:2024-08-20 01:26:47
310
+
311
+ 本次发布包含了以下内容:
312
+
313
+ 改善已有的文档。
314
+
315
+ 新增接口:
316
+
317
+ * [DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)
318
+ * [ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)
319
+
320
+ 新增数据结构:
321
+
322
+ * [BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)
323
+
324
+
325
+
326
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
327
+
328
+ ### 第 72 次发布
329
+
330
+ 发布时间:2024-08-20 01:37:24
331
+
332
+ 本次发布包含了以下内容:
333
+
334
+ 改善已有的文档。
335
+
336
+ 修改接口:
337
+
338
+ * [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
339
+
340
+ * 新增入参:HardwareResourceType
341
+
342
+
343
+
344
+
345
+ ## 媒体处理(mps) 版本:2019-06-12
346
+
347
+ ### 第 93 次发布
348
+
349
+ 发布时间:2024-08-20 01:57:54
350
+
351
+ 本次发布包含了以下内容:
352
+
353
+ 改善已有的文档。
354
+
355
+ 修改数据结构:
356
+
357
+ * [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
358
+
359
+ * <font color="#dd0000">**修改成员**:</font>Category, Type, Timestamp, Description, DateTime, SeverityLevel
360
+
361
+ * [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
362
+
363
+ * 新增成员:QualityControlResultSet, DiagnoseResultSet
364
+
365
+ * <font color="#dd0000">**修改成员**:</font>DiagnoseResults
366
+
367
+
368
+
369
+
370
+ ## 实时音视频(trtc) 版本:2019-07-22
371
+
372
+ ### 第 88 次发布
373
+
374
+ 发布时间:2024-08-20 02:24:24
375
+
376
+ 本次发布包含了以下内容:
377
+
378
+ 改善已有的文档。
379
+
380
+ 新增接口:
381
+
382
+ * [UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)
383
+
384
+
385
+
386
+ ## 云点播(vod) 版本:2018-07-17
387
+
388
+ ### 第 185 次发布
389
+
390
+ 发布时间:2024-08-20 02:28:28
391
+
392
+ 本次发布包含了以下内容:
393
+
394
+ 改善已有的文档。
395
+
396
+ 新增接口:
397
+
398
+ * [DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)
399
+ * [FastEditMedia](https://cloud.tencent.com/document/api/266/110079)
400
+ * [HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)
401
+
402
+ 新增数据结构:
403
+
404
+ * [FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)
405
+ * [RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)
406
+
407
+ 修改数据结构:
408
+
409
+ * [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
410
+
411
+ * 新增成员:CreateTime, UpdateTime
412
+
413
+
414
+
415
+
1
416
  # Release 4.0.920
2
417
 
3
418
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28