tencentcloud-sdk-nodejs 4.0.432 → 4.0.435

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 (68) hide show
  1. package/CHANGELOG.md +506 -0
  2. package/SERVICE_CHANGELOG.md +493 -52
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +3 -1
  7. package/src/services/as/v20180419/as_models.ts +18 -8
  8. package/src/services/asr/v20190614/asr_models.ts +13 -10
  9. package/src/services/clb/v20180317/clb_models.ts +2 -2
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  11. package/src/services/es/v20180416/es_models.ts +11 -0
  12. package/src/services/ess/v20201111/ess_client.ts +43 -11
  13. package/src/services/ess/v20201111/ess_models.ts +289 -57
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  15. package/src/services/faceid/v20180301/faceid_models.ts +5 -0
  16. package/src/services/gaap/v20180529/gaap_models.ts +9 -0
  17. package/src/services/live/v20180801/live_client.ts +1 -1
  18. package/src/services/monitor/v20180724/monitor_models.ts +12 -0
  19. package/src/services/tiia/v20190529/tiia_models.ts +5 -2
  20. package/src/services/tke/v20180525/tke_models.ts +6 -0
  21. package/src/services/trp/v20210515/trp_client.ts +1 -0
  22. package/src/services/trp/v20210515/trp_models.ts +62 -1
  23. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  24. package/src/services/vm/index.ts +2 -0
  25. package/src/services/vm/v20210922/index.ts +6 -0
  26. package/src/services/vm/v20210922/vm_client.ts +100 -0
  27. package/src/services/vm/v20210922/vm_models.ts +1023 -0
  28. package/src/services/vod/v20180717/vod_client.ts +3 -0
  29. package/src/services/vod/v20180717/vod_models.ts +201 -2
  30. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  31. package/src/services/waf/v20180125/waf_client.ts +2 -1
  32. package/src/services/waf/v20180125/waf_models.ts +133 -91
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/as/v20180419/as_client.d.ts +3 -1
  36. package/tencentcloud/services/as/v20180419/as_client.js +3 -1
  37. package/tencentcloud/services/as/v20180419/as_models.d.ts +16 -8
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -10
  39. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  41. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -6
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +23 -6
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +244 -49
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  46. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  47. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +8 -0
  48. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  49. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  50. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
  51. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -2
  52. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  53. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +51 -1
  54. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  55. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  56. package/tencentcloud/services/vm/index.d.ts +4 -0
  57. package/tencentcloud/services/vm/index.js +2 -0
  58. package/tencentcloud/services/vm/v20210922/index.d.ts +6 -0
  59. package/tencentcloud/services/vm/v20210922/index.js +9 -0
  60. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +28 -0
  61. package/tencentcloud/services/vm/v20210922/vm_client.js +57 -0
  62. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +866 -0
  63. package/tencentcloud/services/vm/v20210922/vm_models.js +18 -0
  64. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +175 -2
  65. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -75
  67. package/test/ess.v20201111.test.js +22 -2
  68. package/test/vm.v20210922.test.js +61 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,509 @@
1
+ # Release 4.0.435
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 57 次发布
6
+
7
+ 发布时间:2022-09-02 06:09:13
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ModifyLifecycleHook](https://cloud.tencent.com/document/api/377/73060)
16
+
17
+ * 新增入参:LifecycleCommand
18
+
19
+ * [UpgradeLifecycleHook](https://cloud.tencent.com/document/api/377/34451)
20
+
21
+ * 新增入参:LifecycleCommand
22
+
23
+
24
+
25
+
26
+ ## 语音识别(asr) 版本:2019-06-14
27
+
28
+ ### 第 20 次发布
29
+
30
+ 发布时间:2022-09-02 06:09:54
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
39
+
40
+ * 新增入参:CustomizationId
41
+
42
+
43
+
44
+
45
+ ## Elasticsearch Service(es) 版本:2018-04-16
46
+
47
+ ### 第 34 次发布
48
+
49
+ 发布时间:2022-09-02 06:30:38
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改接口:
56
+
57
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
58
+
59
+ * 新增入参:EnableHybridStorage
60
+
61
+
62
+ 修改数据结构:
63
+
64
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
65
+
66
+ * 新增成员:EnableHybridStorage
67
+
68
+
69
+
70
+
71
+ ## 电子签服务(ess) 版本:2020-11-11
72
+
73
+ ### 第 16 次发布
74
+
75
+ 发布时间:2022-09-02 06:31:01
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ 新增接口:
82
+
83
+ * [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
84
+ * [DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)
85
+
86
+ 新增数据结构:
87
+
88
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
89
+ * [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
90
+ * [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
91
+
92
+ 修改数据结构:
93
+
94
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
95
+
96
+ * 新增成员:UserId, ApproverSource, CustomApproverTag
97
+
98
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
99
+
100
+ * 新增成员:ApproverSource, CustomApproverTag
101
+
102
+
103
+
104
+
105
+ ## 人脸核身(faceid) 版本:2018-03-01
106
+
107
+ ### 第 46 次发布
108
+
109
+ 发布时间:2022-09-02 06:31:36
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改数据结构:
116
+
117
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
118
+
119
+ * 新增成员:IntentionRecognition
120
+
121
+
122
+
123
+
124
+ ## 云监控(monitor) 版本:2018-07-24
125
+
126
+ ### 第 57 次发布
127
+
128
+ 发布时间:2022-09-02 06:42:08
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改数据结构:
135
+
136
+ * [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
137
+
138
+ * 新增成员:AlertRuleLimit, RecordingRuleLimit
139
+
140
+
141
+
142
+
143
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
144
+
145
+ ### 第 4 次发布
146
+
147
+ 发布时间:2022-09-02 07:00:24
148
+
149
+ 本次发布包含了以下内容:
150
+
151
+ 改善已有的文档。
152
+
153
+ 修改接口:
154
+
155
+ * [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
156
+
157
+ * 新增入参:CloneId
158
+
159
+
160
+
161
+
162
+ ## 视频内容安全(vm) 版本:2021-09-22
163
+
164
+ ### 第 1 次发布
165
+
166
+ 发布时间:2022-09-01 20:31:39
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 新增接口:
173
+
174
+ * [CancelTask](https://cloud.tencent.com/document/api/1265/80018)
175
+ * [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
176
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
177
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1265/80015)
178
+
179
+ 新增数据结构:
180
+
181
+ * [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
182
+ * [AudioResultDetailLanguageResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailLanguageResult)
183
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
184
+ * [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)
185
+ * [AudioSegments](https://cloud.tencent.com/document/api/1265/80019#AudioSegments)
186
+ * [BucketInfo](https://cloud.tencent.com/document/api/1265/80019#BucketInfo)
187
+ * [ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult)
188
+ * [ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult)
189
+ * [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail)
190
+ * [ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation)
191
+ * [ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments)
192
+ * [InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo)
193
+ * [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
194
+ * [StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo)
195
+ * [TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData)
196
+ * [TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter)
197
+ * [TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput)
198
+ * [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
199
+ * [TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult)
200
+
201
+
202
+
203
+ ## 视频内容安全(vm) 版本:2020-12-29
204
+
205
+
206
+
207
+ ## 视频内容安全(vm) 版本:2020-07-09
208
+
209
+
210
+
211
+ ## 云点播(vod) 版本:2018-07-17
212
+
213
+ ### 第 118 次发布
214
+
215
+ 发布时间:2022-09-02 07:03:01
216
+
217
+ 本次发布包含了以下内容:
218
+
219
+ 改善已有的文档。
220
+
221
+ 修改数据结构:
222
+
223
+ * [ProductInstance](https://cloud.tencent.com/document/api/266/31773#ProductInstance)
224
+
225
+ * 新增成员:RenewStatus
226
+
227
+
228
+
229
+
230
+ ## Web 应用防火墙(waf) 版本:2018-01-25
231
+
232
+ ### 第 16 次发布
233
+
234
+ 发布时间:2022-09-02 07:06:31
235
+
236
+ 本次发布包含了以下内容:
237
+
238
+ 改善已有的文档。
239
+
240
+ 新增数据结构:
241
+
242
+ * [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
243
+
244
+ 修改数据结构:
245
+
246
+ * [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
247
+
248
+ * 新增成员:Type
249
+
250
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
251
+
252
+ * 新增成员:BotQPS
253
+
254
+
255
+
256
+
257
+ # Release 4.0.434
258
+
259
+ ## 弹性伸缩(as) 版本:2018-04-19
260
+
261
+ ### 第 56 次发布
262
+
263
+ 发布时间:2022-09-01 06:08:45
264
+
265
+ 本次发布包含了以下内容:
266
+
267
+ 改善已有的文档。
268
+
269
+ 修改数据结构:
270
+
271
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
272
+
273
+ * <font color="#dd0000">**修改成员**:</font>Parameters
274
+
275
+
276
+
277
+
278
+ ## 全球应用加速(gaap) 版本:2018-05-29
279
+
280
+ ### 第 36 次发布
281
+
282
+ 发布时间:2022-09-01 06:29:26
283
+
284
+ 本次发布包含了以下内容:
285
+
286
+ 改善已有的文档。
287
+
288
+ 修改数据结构:
289
+
290
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
291
+
292
+ * 新增成员:Http3Supported
293
+
294
+
295
+
296
+
297
+ ## 容器服务(tke) 版本:2018-05-25
298
+
299
+ ### 第 120 次发布
300
+
301
+ 发布时间:2022-09-01 06:53:50
302
+
303
+ 本次发布包含了以下内容:
304
+
305
+ 改善已有的文档。
306
+
307
+ 修改数据结构:
308
+
309
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
310
+
311
+ * 新增成员:RuntimeVersion
312
+
313
+
314
+
315
+
316
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
317
+
318
+ ### 第 3 次发布
319
+
320
+ 发布时间:2022-09-01 06:55:12
321
+
322
+ 本次发布包含了以下内容:
323
+
324
+ 改善已有的文档。
325
+
326
+ 修改接口:
327
+
328
+ * [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
329
+
330
+ * 新增入参:Status, PhaseData
331
+
332
+ * [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
333
+
334
+ * 新增入参:PhaseData
335
+
336
+
337
+ 新增数据结构:
338
+
339
+ * [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
340
+
341
+ 修改数据结构:
342
+
343
+ * [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
344
+
345
+ * 新增成员:Key
346
+
347
+
348
+
349
+
350
+ ## 云点播(vod) 版本:2018-07-17
351
+
352
+ ### 第 117 次发布
353
+
354
+ 发布时间:2022-09-01 06:57:37
355
+
356
+ 本次发布包含了以下内容:
357
+
358
+ 改善已有的文档。
359
+
360
+ 修改接口:
361
+
362
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
363
+
364
+ * 新增出参:ReviewAudioVideoTask
365
+
366
+
367
+ 新增数据结构:
368
+
369
+ * [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
370
+ * [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
371
+ * [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
372
+
373
+ 修改数据结构:
374
+
375
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
376
+
377
+ * 新增成员:ReviewAudioVideoCompleteEvent
378
+
379
+
380
+
381
+
382
+ # Release 4.0.433
383
+
384
+ ## 弹性伸缩(as) 版本:2018-04-19
385
+
386
+ ### 第 56 次发布
387
+
388
+ 发布时间:2022-09-01 06:08:45
389
+
390
+ 本次发布包含了以下内容:
391
+
392
+ 改善已有的文档。
393
+
394
+ 修改数据结构:
395
+
396
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
397
+
398
+ * <font color="#dd0000">**修改成员**:</font>Parameters
399
+
400
+
401
+
402
+
403
+ ## 全球应用加速(gaap) 版本:2018-05-29
404
+
405
+ ### 第 36 次发布
406
+
407
+ 发布时间:2022-09-01 06:29:26
408
+
409
+ 本次发布包含了以下内容:
410
+
411
+ 改善已有的文档。
412
+
413
+ 修改数据结构:
414
+
415
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
416
+
417
+ * 新增成员:Http3Supported
418
+
419
+
420
+
421
+
422
+ ## 容器服务(tke) 版本:2018-05-25
423
+
424
+ ### 第 120 次发布
425
+
426
+ 发布时间:2022-09-01 06:53:50
427
+
428
+ 本次发布包含了以下内容:
429
+
430
+ 改善已有的文档。
431
+
432
+ 修改数据结构:
433
+
434
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
435
+
436
+ * 新增成员:RuntimeVersion
437
+
438
+
439
+
440
+
441
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
442
+
443
+ ### 第 3 次发布
444
+
445
+ 发布时间:2022-09-01 06:55:12
446
+
447
+ 本次发布包含了以下内容:
448
+
449
+ 改善已有的文档。
450
+
451
+ 修改接口:
452
+
453
+ * [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
454
+
455
+ * 新增入参:Status, PhaseData
456
+
457
+ * [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
458
+
459
+ * 新增入参:PhaseData
460
+
461
+
462
+ 新增数据结构:
463
+
464
+ * [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
465
+
466
+ 修改数据结构:
467
+
468
+ * [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
469
+
470
+ * 新增成员:Key
471
+
472
+
473
+
474
+
475
+ ## 云点播(vod) 版本:2018-07-17
476
+
477
+ ### 第 117 次发布
478
+
479
+ 发布时间:2022-09-01 06:57:37
480
+
481
+ 本次发布包含了以下内容:
482
+
483
+ 改善已有的文档。
484
+
485
+ 修改接口:
486
+
487
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
488
+
489
+ * 新增出参:ReviewAudioVideoTask
490
+
491
+
492
+ 新增数据结构:
493
+
494
+ * [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
495
+ * [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
496
+ * [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
497
+
498
+ 修改数据结构:
499
+
500
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
501
+
502
+ * 新增成员:ReviewAudioVideoCompleteEvent
503
+
504
+
505
+
506
+
1
507
  # Release 4.0.432
2
508
 
3
509
  ## 企业收付平台(cpdp) 版本:2019-08-20