tencentcloud-sdk-nodejs 4.0.552 → 4.0.554

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 (48) hide show
  1. package/CHANGELOG.md +404 -0
  2. package/SERVICE_CHANGELOG.md +441 -49
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/v20181217/bpaas_models.ts +6 -0
  7. package/src/services/ccc/v20200210/ccc_models.ts +10 -5
  8. package/src/services/clb/v20180317/clb_models.ts +13 -1
  9. package/src/services/cwp/v20180228/cwp_client.ts +445 -84
  10. package/src/services/cwp/v20180228/cwp_models.ts +2230 -688
  11. package/src/services/dlc/v20210125/dlc_client.ts +103 -30
  12. package/src/services/dlc/v20210125/dlc_models.ts +437 -150
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +18 -2
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +256 -17
  15. package/src/services/monitor/v20180724/monitor_models.ts +27 -2
  16. package/src/services/tcbr/v20220217/tcbr_models.ts +7 -2
  17. package/src/services/tdmq/v20200217/tdmq_models.ts +24 -16
  18. package/src/services/tke/v20180525/tke_models.ts +19 -19
  19. package/src/services/trtc/v20190722/trtc_client.ts +1 -0
  20. package/src/services/trtc/v20190722/trtc_models.ts +55 -1
  21. package/src/services/tse/v20201207/tse_client.ts +1 -0
  22. package/src/services/tse/v20201207/tse_models.ts +28 -0
  23. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  24. package/src/services/wedata/v20210820/wedata_models.ts +111 -22
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +5 -0
  28. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +8 -4
  29. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -1
  30. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +137 -21
  31. package/tencentcloud/services/cwp/v20180228/cwp_client.js +204 -30
  32. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1860 -544
  33. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +33 -9
  34. package/tencentcloud/services/dlc/v20210125/dlc_client.js +48 -12
  35. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +368 -128
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +219 -17
  39. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +24 -2
  40. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +6 -2
  41. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +22 -15
  42. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -19
  43. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +46 -1
  44. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +24 -0
  45. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +93 -18
  46. package/test/cwp.v20180228.test.js +310 -20
  47. package/test/dlc.v20210125.test.js +68 -8
  48. package/test/essbasic.v20210526.test.js +10 -0
@@ -158,6 +158,16 @@ it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("dlc.v20210125.ModifySparkApp", async function () {
162
+ try {
163
+ const data = await client.ModifySparkApp({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("dlc.v20210125.DeleteSparkApp", async function () {
162
172
  try {
163
173
  const data = await client.DeleteSparkApp({})
@@ -318,6 +328,16 @@ it("dlc.v20210125.DescribeNotebookSessionLog", async function () {
318
328
  }
319
329
  })
320
330
 
331
+ it("dlc.v20210125.SwitchDataEngine", async function () {
332
+ try {
333
+ const data = await client.SwitchDataEngine({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
321
341
  it("dlc.v20210125.AlterDMSDatabase", async function () {
322
342
  try {
323
343
  const data = await client.AlterDMSDatabase({})
@@ -328,9 +348,9 @@ it("dlc.v20210125.AlterDMSDatabase", async function () {
328
348
  }
329
349
  })
330
350
 
331
- it("dlc.v20210125.ModifySparkApp", async function () {
351
+ it("dlc.v20210125.DescribeSparkAppTasks", async function () {
332
352
  try {
333
- const data = await client.ModifySparkApp({})
353
+ const data = await client.DescribeSparkAppTasks({})
334
354
  expect(data).to.be.ok
335
355
  } catch(error) {
336
356
  expect(error.requestId).to.be.ok
@@ -438,6 +458,16 @@ it("dlc.v20210125.CreateScript", async function () {
438
458
  }
439
459
  })
440
460
 
461
+ it("dlc.v20210125.UpdateRowFilter", async function () {
462
+ try {
463
+ const data = await client.UpdateRowFilter({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
441
471
  it("dlc.v20210125.DescribeDMSTables", async function () {
442
472
  try {
443
473
  const data = await client.DescribeDMSTables({})
@@ -538,6 +568,16 @@ it("dlc.v20210125.DescribeTable", async function () {
538
568
  }
539
569
  })
540
570
 
571
+ it("dlc.v20210125.DetachUserPolicy", async function () {
572
+ try {
573
+ const data = await client.DetachUserPolicy({})
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
+
541
581
  it("dlc.v20210125.DescribeNotebookSessionStatements", async function () {
542
582
  try {
543
583
  const data = await client.DescribeNotebookSessionStatements({})
@@ -588,6 +628,16 @@ it("dlc.v20210125.BindWorkGroupsToUser", async function () {
588
628
  }
589
629
  })
590
630
 
631
+ it("dlc.v20210125.SuspendResumeDataEngine", async function () {
632
+ try {
633
+ const data = await client.SuspendResumeDataEngine({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
591
641
  it("dlc.v20210125.CreateSparkAppTask", async function () {
592
642
  try {
593
643
  const data = await client.CreateSparkAppTask({})
@@ -628,9 +678,19 @@ it("dlc.v20210125.DeleteUser", async function () {
628
678
  }
629
679
  })
630
680
 
631
- it("dlc.v20210125.SuspendResumeDataEngine", async function () {
681
+ it("dlc.v20210125.DescribeLakeFsDirSummary", async function () {
632
682
  try {
633
- const data = await client.SuspendResumeDataEngine({})
683
+ const data = await client.DescribeLakeFsDirSummary({})
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
+
691
+ it("dlc.v20210125.DescribeEngineUsageInfo", async function () {
692
+ try {
693
+ const data = await client.DescribeEngineUsageInfo({})
634
694
  expect(data).to.be.ok
635
695
  } catch(error) {
636
696
  expect(error.requestId).to.be.ok
@@ -728,9 +788,9 @@ it("dlc.v20210125.ModifyGovernEventRule", async function () {
728
788
  }
729
789
  })
730
790
 
731
- it("dlc.v20210125.DescribeSparkAppTasks", async function () {
791
+ it("dlc.v20210125.CreateDataEngine", async function () {
732
792
  try {
733
- const data = await client.DescribeSparkAppTasks({})
793
+ const data = await client.CreateDataEngine({})
734
794
  expect(data).to.be.ok
735
795
  } catch(error) {
736
796
  expect(error.requestId).to.be.ok
@@ -778,9 +838,9 @@ it("dlc.v20210125.CreateNotebookSessionStatement", async function () {
778
838
  }
779
839
  })
780
840
 
781
- it("dlc.v20210125.DetachUserPolicy", async function () {
841
+ it("dlc.v20210125.DescribeLakeFsInfo", async function () {
782
842
  try {
783
- const data = await client.DetachUserPolicy({})
843
+ const data = await client.DescribeLakeFsInfo({})
784
844
  expect(data).to.be.ok
785
845
  } catch(error) {
786
846
  expect(error.requestId).to.be.ok
@@ -178,6 +178,16 @@ it("essbasic.v20210526.ChannelCreateBoundFlows", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("essbasic.v20210526.ChannelCreatePrepareFlow", async function () {
182
+ try {
183
+ const data = await client.ChannelCreatePrepareFlow({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
182
192
  try {
183
193
  const data = await client.ChannelCreateBatchCancelFlowUrl({})