tencentcloud-sdk-nodejs 4.0.475 → 4.0.476

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 (45) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/SERVICE_CHANGELOG.md +643 -0
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cls/v20201016/cls_client.ts +37 -13
  7. package/src/services/cls/v20201016/cls_models.ts +222 -170
  8. package/src/services/dts/v20211206/dts_client.ts +4 -4
  9. package/src/services/mariadb/v20170312/mariadb_client.ts +24 -12
  10. package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
  11. package/src/services/mps/v20190612/mps_client.ts +322 -47
  12. package/src/services/mps/v20190612/mps_models.ts +2669 -542
  13. package/src/services/redis/v20180412/redis_models.ts +8 -2
  14. package/src/services/soe/v20180724/soe_models.ts +38 -35
  15. package/src/services/tcr/v20190924/tcr_models.ts +5 -0
  16. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  17. package/src/services/teo/v20220901/teo_models.ts +17 -1
  18. package/src/services/tiia/v20190529/tiia_client.ts +22 -24
  19. package/src/services/tiia/v20190529/tiia_models.ts +19 -19
  20. package/src/services/vod/v20180717/vod_models.ts +5 -0
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -3
  24. package/tencentcloud/services/cls/v20201016/cls_client.js +15 -3
  25. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +201 -155
  26. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +4 -4
  27. package/tencentcloud/services/dts/v20211206/dts_client.js +4 -4
  28. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -5
  29. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -6
  30. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
  31. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +84 -10
  32. package/tencentcloud/services/mps/v20190612/mps_client.js +122 -12
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2281 -477
  34. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -2
  35. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +35 -32
  36. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  37. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  38. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +15 -1
  39. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +19 -21
  40. package/tencentcloud/services/tiia/v20190529/tiia_client.js +19 -21
  41. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -17
  42. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  43. package/test/cls.v20201016.test.js +22 -2
  44. package/test/mariadb.v20170312.test.js +14 -4
  45. package/test/mps.v20190612.test.js +186 -6
@@ -168,9 +168,9 @@ it("mariadb.v20170312.ModifyDBParameters", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("mariadb.v20170312.ModifyLogFileRetentionPeriod", async function () {
171
+ it("mariadb.v20170312.KillSession", async function () {
172
172
  try {
173
- const data = await client.ModifyLogFileRetentionPeriod({})
173
+ const data = await client.KillSession({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -298,9 +298,9 @@ it("mariadb.v20170312.ModifyInstanceVip", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("mariadb.v20170312.KillSession", async function () {
301
+ it("mariadb.v20170312.IsolateDBInstance", async function () {
302
302
  try {
303
- const data = await client.KillSession({})
303
+ const data = await client.IsolateDBInstance({})
304
304
  expect(data).to.be.ok
305
305
  } catch(error) {
306
306
  expect(error.requestId).to.be.ok
@@ -658,4 +658,14 @@ it("mariadb.v20170312.DisassociateSecurityGroups", async function () {
658
658
  }
659
659
  })
660
660
 
661
+ it("mariadb.v20170312.ModifyLogFileRetentionPeriod", async function () {
662
+ try {
663
+ const data = await client.ModifyLogFileRetentionPeriod({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
661
671
  })
@@ -18,6 +18,36 @@ const client = new tencentcloud.mps.v20190612.Client({
18
18
  })
19
19
  describe("mps.v20190612.test.js", function () {
20
20
 
21
+ it("mps.v20190612.DescribeStreamLinkFlows", async function () {
22
+ try {
23
+ const data = await client.DescribeStreamLinkFlows({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("mps.v20190612.StopStreamLinkFlow", async function () {
32
+ try {
33
+ const data = await client.StopStreamLinkFlow({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
42
+ try {
43
+ const data = await client.ModifyStreamLinkOutputInfo({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
21
51
  it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
22
52
  try {
23
53
  const data = await client.CreateSnapshotByTimeOffsetTemplate({})
@@ -28,9 +58,29 @@ it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
28
58
  }
29
59
  })
30
60
 
31
- it("mps.v20190612.ParseNotification", async function () {
61
+ it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
32
62
  try {
33
- const data = await client.ParseNotification({})
63
+ const data = await client.DescribeStreamLinkFlowRealtimeStatus({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
72
+ try {
73
+ const data = await client.ModifyAIAnalysisTemplate({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("mps.v20190612.DeleteStreamLinkOutput", async function () {
82
+ try {
83
+ const data = await client.DeleteStreamLinkOutput({})
34
84
  expect(data).to.be.ok
35
85
  } catch(error) {
36
86
  expect(error.requestId).to.be.ok
@@ -158,6 +208,26 @@ it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
158
208
  }
159
209
  })
160
210
 
211
+ it("mps.v20190612.DescribeStreamLinkFlow", async function () {
212
+ try {
213
+ const data = await client.DescribeStreamLinkFlow({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("mps.v20190612.DeleteStreamLinkFlow", async function () {
222
+ try {
223
+ const data = await client.DeleteStreamLinkFlow({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
161
231
  it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
162
232
  try {
163
233
  const data = await client.DescribeAIAnalysisTemplates({})
@@ -168,6 +238,26 @@ it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
168
238
  }
169
239
  })
170
240
 
241
+ it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
242
+ try {
243
+ const data = await client.DescribeStreamLinkFlowLogs({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
252
+ try {
253
+ const data = await client.DescribeStreamLinkFlowSRTStatistics({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
171
261
  it("mps.v20190612.DescribeTaskDetail", async function () {
172
262
  try {
173
263
  const data = await client.DescribeTaskDetail({})
@@ -188,9 +278,9 @@ it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
188
278
  }
189
279
  })
190
280
 
191
- it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
281
+ it("mps.v20190612.CreateStreamLinkOutputInfo", async function () {
192
282
  try {
193
- const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
283
+ const data = await client.CreateStreamLinkOutputInfo({})
194
284
  expect(data).to.be.ok
195
285
  } catch(error) {
196
286
  expect(error.requestId).to.be.ok
@@ -338,6 +428,16 @@ it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
338
428
  }
339
429
  })
340
430
 
431
+ it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
432
+ try {
433
+ const data = await client.DescribeStreamLinkFlowStatistics({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
341
441
  it("mps.v20190612.CreateWatermarkTemplate", async function () {
342
442
  try {
343
443
  const data = await client.CreateWatermarkTemplate({})
@@ -378,6 +478,16 @@ it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
378
478
  }
379
479
  })
380
480
 
481
+ it("mps.v20190612.StartStreamLinkFlow", async function () {
482
+ try {
483
+ const data = await client.StartStreamLinkFlow({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
381
491
  it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
382
492
  try {
383
493
  const data = await client.CreateAnimatedGraphicsTemplate({})
@@ -398,6 +508,16 @@ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
398
508
  }
399
509
  })
400
510
 
511
+ it("mps.v20190612.ModifyStreamLinkInput", async function () {
512
+ try {
513
+ const data = await client.ModifyStreamLinkInput({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
401
521
  it("mps.v20190612.EnableWorkflow", async function () {
402
522
  try {
403
523
  const data = await client.EnableWorkflow({})
@@ -408,6 +528,26 @@ it("mps.v20190612.EnableWorkflow", async function () {
408
528
  }
409
529
  })
410
530
 
531
+ it("mps.v20190612.DescribeStreamLinkFlowMediaStatistics", async function () {
532
+ try {
533
+ const data = await client.DescribeStreamLinkFlowMediaStatistics({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("mps.v20190612.ParseNotification", async function () {
542
+ try {
543
+ const data = await client.ParseNotification({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
411
551
  it("mps.v20190612.RecognizeMediaForZhiXue", async function () {
412
552
  try {
413
553
  const data = await client.RecognizeMediaForZhiXue({})
@@ -428,9 +568,19 @@ it("mps.v20190612.ManageTask", async function () {
428
568
  }
429
569
  })
430
570
 
431
- it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
571
+ it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
432
572
  try {
433
- const data = await client.ModifyAIAnalysisTemplate({})
573
+ const data = await client.DescribeStreamLinkActivateState({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
581
+ it("mps.v20190612.ModifyStreamLinkFlow", async function () {
582
+ try {
583
+ const data = await client.ModifyStreamLinkFlow({})
434
584
  expect(data).to.be.ok
435
585
  } catch(error) {
436
586
  expect(error.requestId).to.be.ok
@@ -448,6 +598,16 @@ it("mps.v20190612.DescribeTasks", async function () {
448
598
  }
449
599
  })
450
600
 
601
+ it("mps.v20190612.DescribeStreamLinkRegions", async function () {
602
+ try {
603
+ const data = await client.DescribeStreamLinkRegions({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
451
611
  it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
452
612
  try {
453
613
  const data = await client.ModifySnapshotByTimeOffsetTemplate({})
@@ -518,6 +678,16 @@ it("mps.v20190612.CreateWorkflow", async function () {
518
678
  }
519
679
  })
520
680
 
681
+ it("mps.v20190612.CreateStreamLinkFlow", async function () {
682
+ try {
683
+ const data = await client.CreateStreamLinkFlow({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
521
691
  it("mps.v20190612.ProcessLiveStream", async function () {
522
692
  try {
523
693
  const data = await client.ProcessLiveStream({})
@@ -608,6 +778,16 @@ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
608
778
  }
609
779
  })
610
780
 
781
+ it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
782
+ try {
783
+ const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
611
791
  it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
612
792
  try {
613
793
  const data = await client.DescribeAIRecognitionTemplates({})