tencentcloud-sdk-nodejs 4.0.700 → 4.0.702

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 (134) hide show
  1. package/CHANGELOG.md +946 -0
  2. package/SERVICE_CHANGELOG.md +1457 -79
  3. package/package.json +1 -1
  4. package/products.md +38 -39
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +23 -18
  7. package/src/services/as/v20180419/as_models.ts +1 -4
  8. package/src/services/batch/v20170312/batch_models.ts +6 -1
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cfg/v20210820/cfg_client.ts +1 -0
  11. package/src/services/cfg/v20210820/cfg_models.ts +76 -3
  12. package/src/services/cls/v20201016/cls_client.ts +1 -1
  13. package/src/services/cls/v20201016/cls_models.ts +18 -15
  14. package/src/services/cvm/v20170312/cvm_models.ts +6 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +4778 -1799
  16. package/src/services/cwp/v20180228/cwp_models.ts +21046 -9016
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -3
  19. package/src/services/dlc/v20210125/dlc_client.ts +340 -61
  20. package/src/services/dlc/v20210125/dlc_models.ts +1312 -253
  21. package/src/services/dts/v20211206/dts_models.ts +30 -30
  22. package/src/services/emr/v20190103/emr_client.ts +18 -6
  23. package/src/services/emr/v20190103/emr_models.ts +28 -0
  24. package/src/services/es/v20180416/es_models.ts +19 -14
  25. package/src/services/ess/v20201111/ess_client.ts +23 -2
  26. package/src/services/ess/v20201111/ess_models.ts +71 -2
  27. package/src/services/essbasic/v20210526/essbasic_client.ts +72 -18
  28. package/src/services/essbasic/v20210526/essbasic_models.ts +217 -30
  29. package/src/services/index.ts +0 -1
  30. package/src/services/iss/v20230517/iss_models.ts +3 -3
  31. package/src/services/live/v20180801/live_models.ts +4 -1
  32. package/src/services/monitor/v20180724/monitor_models.ts +10 -5
  33. package/src/services/mps/v20190612/mps_models.ts +29 -24
  34. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  35. package/src/services/postgres/v20170312/postgres_client.ts +12 -0
  36. package/src/services/postgres/v20170312/postgres_models.ts +66 -0
  37. package/src/services/scf/v20180416/scf_models.ts +1 -0
  38. package/src/services/sms/v20190711/sms_client.ts +0 -7
  39. package/src/services/sms/v20190711/sms_models.ts +14 -12
  40. package/src/services/ssl/v20191205/ssl_client.ts +4 -2
  41. package/src/services/ssl/v20191205/ssl_models.ts +32 -4
  42. package/src/services/tcm/v20210413/tcm_models.ts +5 -0
  43. package/src/services/tdmq/v20200217/tdmq_client.ts +2 -1
  44. package/src/services/tdmq/v20200217/tdmq_models.ts +202 -93
  45. package/src/services/teo/v20220901/teo_client.ts +5 -41
  46. package/src/services/teo/v20220901/teo_models.ts +84 -209
  47. package/src/services/tke/v20180525/tke_models.ts +1 -1
  48. package/src/services/trp/v20210515/trp_client.ts +17 -3
  49. package/src/services/trp/v20210515/trp_models.ts +58 -6
  50. package/src/services/vod/v20180717/vod_models.ts +2 -2
  51. package/src/services/waf/v20180125/waf_client.ts +102 -14
  52. package/src/services/waf/v20180125/waf_models.ts +744 -391
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +23 -18
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -4
  57. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +6 -1
  58. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  59. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +75 -3
  60. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  61. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  62. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -15
  63. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -1
  64. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1522 -562
  65. package/tencentcloud/services/cwp/v20180228/cwp_client.js +2285 -847
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20250 -8805
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  68. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +3 -3
  69. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +105 -17
  70. package/tencentcloud/services/dlc/v20210125/dlc_client.js +156 -24
  71. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1260 -260
  72. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +30 -30
  73. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
  74. package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
  75. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +26 -0
  76. package/tencentcloud/services/es/v20180416/es_models.d.ts +19 -14
  77. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -3
  78. package/tencentcloud/services/ess/v20201111/ess_client.js +17 -2
  79. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +69 -2
  80. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +38 -9
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +45 -10
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +210 -30
  83. package/tencentcloud/services/index.d.ts +0 -1
  84. package/tencentcloud/services/index.js +0 -2
  85. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +3 -3
  86. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
  87. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -5
  88. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +29 -24
  89. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  90. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  91. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  92. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -0
  93. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -0
  94. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -7
  95. package/tencentcloud/services/sms/v20190711/sms_client.js +0 -7
  96. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +14 -12
  97. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +3 -1
  98. package/tencentcloud/services/ssl/v20191205/ssl_client.js +3 -1
  99. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +32 -4
  100. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  101. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +201 -93
  102. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -13
  103. package/tencentcloud/services/teo/v20220901/teo_client.js +0 -18
  104. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +84 -203
  105. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  106. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -1
  107. package/tencentcloud/services/trp/v20210515/trp_client.js +8 -0
  108. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +56 -6
  109. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  110. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +29 -1
  111. package/tencentcloud/services/waf/v20180125/waf_client.js +42 -0
  112. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +731 -396
  113. package/test/cwp.v20180228.test.js +2948 -558
  114. package/test/dlc.v20210125.test.js +238 -18
  115. package/test/emr.v20190103.test.js +12 -2
  116. package/test/ess.v20201111.test.js +10 -0
  117. package/test/essbasic.v20210526.test.js +34 -4
  118. package/test/postgres.v20170312.test.js +10 -0
  119. package/test/teo.v20220901.test.js +0 -30
  120. package/test/trp.v20210515.test.js +10 -0
  121. package/test/waf.v20180125.test.js +70 -0
  122. package/src/services/zj/index.ts +0 -5
  123. package/src/services/zj/v20190121/index.ts +0 -6
  124. package/src/services/zj/v20190121/zj_client.ts +0 -311
  125. package/src/services/zj/v20190121/zj_models.ts +0 -1415
  126. package/tencentcloud/services/zj/index.d.ts +0 -6
  127. package/tencentcloud/services/zj/index.js +0 -7
  128. package/tencentcloud/services/zj/v20190121/index.d.ts +0 -6
  129. package/tencentcloud/services/zj/v20190121/index.js +0 -9
  130. package/tencentcloud/services/zj/v20190121/zj_client.d.ts +0 -94
  131. package/tencentcloud/services/zj/v20190121/zj_client.js +0 -157
  132. package/tencentcloud/services/zj/v20190121/zj_models.d.ts +0 -1329
  133. package/tencentcloud/services/zj/v20190121/zj_models.js +0 -18
  134. package/test/zj.v20190121.test.js +0 -231
@@ -68,6 +68,26 @@ it("dlc.v20210125.DescribeUserRoles", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("dlc.v20210125.ModifyUserType", async function () {
72
+ try {
73
+ const data = await client.ModifyUserType({})
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("dlc.v20210125.DescribeWorkGroupInfo", async function () {
82
+ try {
83
+ const data = await client.DescribeWorkGroupInfo({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
71
91
  it("dlc.v20210125.DescribeNotebookSession", async function () {
72
92
  try {
73
93
  const data = await client.DescribeNotebookSession({})
@@ -108,9 +128,9 @@ it("dlc.v20210125.UnlockMetaData", async function () {
108
128
  }
109
129
  })
110
130
 
111
- it("dlc.v20210125.CreateStoreLocation", async function () {
131
+ it("dlc.v20210125.DescribeDataEngine", async function () {
112
132
  try {
113
- const data = await client.CreateStoreLocation({})
133
+ const data = await client.DescribeDataEngine({})
114
134
  expect(data).to.be.ok
115
135
  } catch(error) {
116
136
  expect(error.requestId).to.be.ok
@@ -118,9 +138,9 @@ it("dlc.v20210125.CreateStoreLocation", async function () {
118
138
  }
119
139
  })
120
140
 
121
- it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function () {
141
+ it("dlc.v20210125.CreateStoreLocation", async function () {
122
142
  try {
123
- const data = await client.CreateNotebookSessionStatementSupportBatchSQL({})
143
+ const data = await client.CreateStoreLocation({})
124
144
  expect(data).to.be.ok
125
145
  } catch(error) {
126
146
  expect(error.requestId).to.be.ok
@@ -128,9 +148,9 @@ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function
128
148
  }
129
149
  })
130
150
 
131
- it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
151
+ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function () {
132
152
  try {
133
- const data = await client.DescribeSparkSessionBatchSqlLog({})
153
+ const data = await client.CreateNotebookSessionStatementSupportBatchSQL({})
134
154
  expect(data).to.be.ok
135
155
  } catch(error) {
136
156
  expect(error.requestId).to.be.ok
@@ -188,6 +208,16 @@ it("dlc.v20210125.DescribeDMSTables", async function () {
188
208
  }
189
209
  })
190
210
 
211
+ it("dlc.v20210125.DescribeUserType", async function () {
212
+ try {
213
+ const data = await client.DescribeUserType({})
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
+
191
221
  it("dlc.v20210125.DescribeTasks", async function () {
192
222
  try {
193
223
  const data = await client.DescribeTasks({})
@@ -208,6 +238,16 @@ it("dlc.v20210125.DeleteScript", async function () {
208
238
  }
209
239
  })
210
240
 
241
+ it("dlc.v20210125.SwitchDataEngineImage", async function () {
242
+ try {
243
+ const data = await client.SwitchDataEngineImage({})
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
+
211
251
  it("dlc.v20210125.CreateSparkAppTask", async function () {
212
252
  try {
213
253
  const data = await client.CreateSparkAppTask({})
@@ -238,9 +278,9 @@ it("dlc.v20210125.DescribeDatabases", async function () {
238
278
  }
239
279
  })
240
280
 
241
- it("dlc.v20210125.DescribeNotebookSessions", async function () {
281
+ it("dlc.v20210125.AlterDMSPartition", async function () {
242
282
  try {
243
- const data = await client.DescribeNotebookSessions({})
283
+ const data = await client.AlterDMSPartition({})
244
284
  expect(data).to.be.ok
245
285
  } catch(error) {
246
286
  expect(error.requestId).to.be.ok
@@ -278,9 +318,19 @@ it("dlc.v20210125.ModifySparkAppBatch", async function () {
278
318
  }
279
319
  })
280
320
 
281
- it("dlc.v20210125.AlterDMSPartition", async function () {
321
+ it("dlc.v20210125.DescribeNotebookSessions", async function () {
282
322
  try {
283
- const data = await client.AlterDMSPartition({})
323
+ const data = await client.DescribeNotebookSessions({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("dlc.v20210125.UpdateRowFilter", async function () {
332
+ try {
333
+ const data = await client.UpdateRowFilter({})
284
334
  expect(data).to.be.ok
285
335
  } catch(error) {
286
336
  expect(error.requestId).to.be.ok
@@ -418,6 +468,16 @@ it("dlc.v20210125.CreateDatabase", async function () {
418
468
  }
419
469
  })
420
470
 
471
+ it("dlc.v20210125.RollbackDataEngineImage", async function () {
472
+ try {
473
+ const data = await client.RollbackDataEngineImage({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
421
481
  it("dlc.v20210125.CreateSparkSessionBatchSQL", async function () {
422
482
  try {
423
483
  const data = await client.CreateSparkSessionBatchSQL({})
@@ -548,6 +608,16 @@ it("dlc.v20210125.AddDMSPartitions", async function () {
548
608
  }
549
609
  })
550
610
 
611
+ it("dlc.v20210125.UpdateUserDataEngineConfig", async function () {
612
+ try {
613
+ const data = await client.UpdateUserDataEngineConfig({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
551
621
  it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
552
622
  try {
553
623
  const data = await client.CancelNotebookSessionStatementBatch({})
@@ -558,6 +628,16 @@ it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
558
628
  }
559
629
  })
560
630
 
631
+ it("dlc.v20210125.CheckDataEngineImageCanBeUpgrade", async function () {
632
+ try {
633
+ const data = await client.CheckDataEngineImageCanBeUpgrade({})
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
+
561
641
  it("dlc.v20210125.DeleteSparkApp", async function () {
562
642
  try {
563
643
  const data = await client.DeleteSparkApp({})
@@ -628,6 +708,16 @@ it("dlc.v20210125.DescribeDatasourceConnection", async function () {
628
708
  }
629
709
  })
630
710
 
711
+ it("dlc.v20210125.CheckDataEngineImageCanBeRollback", async function () {
712
+ try {
713
+ const data = await client.CheckDataEngineImageCanBeRollback({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
631
721
  it("dlc.v20210125.CancelSparkSessionBatchSQL", async function () {
632
722
  try {
633
723
  const data = await client.CancelSparkSessionBatchSQL({})
@@ -638,9 +728,9 @@ it("dlc.v20210125.CancelSparkSessionBatchSQL", async function () {
638
728
  }
639
729
  })
640
730
 
641
- it("dlc.v20210125.CancelTask", async function () {
731
+ it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
642
732
  try {
643
- const data = await client.CancelTask({})
733
+ const data = await client.DescribeSparkSessionBatchSqlLog({})
644
734
  expect(data).to.be.ok
645
735
  } catch(error) {
646
736
  expect(error.requestId).to.be.ok
@@ -648,9 +738,59 @@ it("dlc.v20210125.CancelTask", async function () {
648
738
  }
649
739
  })
650
740
 
651
- it("dlc.v20210125.ModifySparkApp", async function () {
741
+ it("dlc.v20210125.DescribeTable", async function () {
652
742
  try {
653
- const data = await client.ModifySparkApp({})
743
+ const data = await client.DescribeTable({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("dlc.v20210125.GetOptimizerPolicy", async function () {
752
+ try {
753
+ const data = await client.GetOptimizerPolicy({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("dlc.v20210125.DescribeUserInfo", async function () {
762
+ try {
763
+ const data = await client.DescribeUserInfo({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
771
+ it("dlc.v20210125.UpdateDataEngine", async function () {
772
+ try {
773
+ const data = await client.UpdateDataEngine({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("dlc.v20210125.CheckDataEngineConfigPairsValidity", async function () {
782
+ try {
783
+ const data = await client.CheckDataEngineConfigPairsValidity({})
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
+
791
+ it("dlc.v20210125.DeleteDataEngine", async function () {
792
+ try {
793
+ const data = await client.DeleteDataEngine({})
654
794
  expect(data).to.be.ok
655
795
  } catch(error) {
656
796
  expect(error.requestId).to.be.ok
@@ -678,6 +818,16 @@ it("dlc.v20210125.DescribeEngineUsageInfo", async function () {
678
818
  }
679
819
  })
680
820
 
821
+ it("dlc.v20210125.UpdateDataEngineConfig", async function () {
822
+ try {
823
+ const data = await client.UpdateDataEngineConfig({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
681
831
  it("dlc.v20210125.CreateTasksInOrder", async function () {
682
832
  try {
683
833
  const data = await client.CreateTasksInOrder({})
@@ -688,9 +838,9 @@ it("dlc.v20210125.CreateTasksInOrder", async function () {
688
838
  }
689
839
  })
690
840
 
691
- it("dlc.v20210125.UpdateRowFilter", async function () {
841
+ it("dlc.v20210125.DescribeDataEngineImageVersions", async function () {
692
842
  try {
693
- const data = await client.UpdateRowFilter({})
843
+ const data = await client.DescribeDataEngineImageVersions({})
694
844
  expect(data).to.be.ok
695
845
  } catch(error) {
696
846
  expect(error.requestId).to.be.ok
@@ -708,6 +858,16 @@ it("dlc.v20210125.CreateDMSTable", async function () {
708
858
  }
709
859
  })
710
860
 
861
+ it("dlc.v20210125.UpgradeDataEngineImage", async function () {
862
+ try {
863
+ const data = await client.UpgradeDataEngineImage({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
711
871
  it("dlc.v20210125.DetachUserPolicy", async function () {
712
872
  try {
713
873
  const data = await client.DetachUserPolicy({})
@@ -788,6 +948,16 @@ it("dlc.v20210125.CreateExportTask", async function () {
788
948
  }
789
949
  })
790
950
 
951
+ it("dlc.v20210125.CancelTask", async function () {
952
+ try {
953
+ const data = await client.CancelTask({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
791
961
  it("dlc.v20210125.DeleteUsersFromWorkGroup", async function () {
792
962
  try {
793
963
  const data = await client.DeleteUsersFromWorkGroup({})
@@ -838,6 +1008,16 @@ it("dlc.v20210125.CreateScript", async function () {
838
1008
  }
839
1009
  })
840
1010
 
1011
+ it("dlc.v20210125.RestartDataEngine", async function () {
1012
+ try {
1013
+ const data = await client.RestartDataEngine({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
841
1021
  it("dlc.v20210125.DescribeNotebookSessionStatement", async function () {
842
1022
  try {
843
1023
  const data = await client.DescribeNotebookSessionStatement({})
@@ -848,9 +1028,19 @@ it("dlc.v20210125.DescribeNotebookSessionStatement", async function () {
848
1028
  }
849
1029
  })
850
1030
 
851
- it("dlc.v20210125.DescribeTable", async function () {
1031
+ it("dlc.v20210125.RenewDataEngine", async function () {
852
1032
  try {
853
- const data = await client.DescribeTable({})
1033
+ const data = await client.RenewDataEngine({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1041
+ it("dlc.v20210125.ModifySparkApp", async function () {
1042
+ try {
1043
+ const data = await client.ModifySparkApp({})
854
1044
  expect(data).to.be.ok
855
1045
  } catch(error) {
856
1046
  expect(error.requestId).to.be.ok
@@ -888,6 +1078,16 @@ it("dlc.v20210125.BindWorkGroupsToUser", async function () {
888
1078
  }
889
1079
  })
890
1080
 
1081
+ it("dlc.v20210125.DescribeUserDataEngineConfig", async function () {
1082
+ try {
1083
+ const data = await client.DescribeUserDataEngineConfig({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
891
1091
  it("dlc.v20210125.ModifyUser", async function () {
892
1092
  try {
893
1093
  const data = await client.ModifyUser({})
@@ -898,6 +1098,16 @@ it("dlc.v20210125.ModifyUser", async function () {
898
1098
  }
899
1099
  })
900
1100
 
1101
+ it("dlc.v20210125.ModifyDataEngineDescription", async function () {
1102
+ try {
1103
+ const data = await client.ModifyDataEngineDescription({})
1104
+ expect(data).to.be.ok
1105
+ } catch(error) {
1106
+ expect(error.requestId).to.be.ok
1107
+ expect(error.code).to.be.ok
1108
+ }
1109
+ })
1110
+
901
1111
  it("dlc.v20210125.DeleteNotebookSession", async function () {
902
1112
  try {
903
1113
  const data = await client.DeleteNotebookSession({})
@@ -948,6 +1158,16 @@ it("dlc.v20210125.DescribeSparkAppTasks", async function () {
948
1158
  }
949
1159
  })
950
1160
 
1161
+ it("dlc.v20210125.DescribeDataEnginePythonSparkImages", async function () {
1162
+ try {
1163
+ const data = await client.DescribeDataEnginePythonSparkImages({})
1164
+ expect(data).to.be.ok
1165
+ } catch(error) {
1166
+ expect(error.requestId).to.be.ok
1167
+ expect(error.code).to.be.ok
1168
+ }
1169
+ })
1170
+
951
1171
  it("dlc.v20210125.DescribeLakeFsInfo", async function () {
952
1172
  try {
953
1173
  const data = await client.DescribeLakeFsInfo({})
@@ -128,9 +128,9 @@ it("emr.v20190103.ScaleOutInstance", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("emr.v20190103.TerminateInstance", async function () {
131
+ it("emr.v20190103.ModifyUserManagerPwd", async function () {
132
132
  try {
133
- const data = await client.TerminateInstance({})
133
+ const data = await client.ModifyUserManagerPwd({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -308,6 +308,16 @@ it("emr.v20190103.TerminateTasks", async function () {
308
308
  }
309
309
  })
310
310
 
311
+ it("emr.v20190103.TerminateInstance", async function () {
312
+ try {
313
+ const data = await client.TerminateInstance({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
311
321
  it("emr.v20190103.DescribeClusterNodes", async function () {
312
322
  try {
313
323
  const data = await client.DescribeClusterNodes({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.ess.v20201111.Client({
18
18
  })
19
19
  describe("ess.v20201111.test.js", function () {
20
20
 
21
+ it("ess.v20201111.CreateUserAutoSignSealUrl", async function () {
22
+ try {
23
+ const data = await client.CreateUserAutoSignSealUrl({})
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
+
21
31
  it("ess.v20201111.DescribeFlowInfo", async function () {
22
32
  try {
23
33
  const data = await client.DescribeFlowInfo({})
@@ -138,9 +138,9 @@ it("essbasic.v20210526.ChannelCancelFlow", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
141
+ it("essbasic.v20210526.ChannelCreateOrganizationBatchSignUrl", async function () {
142
142
  try {
143
- const data = await client.GetDownloadFlowUrl({})
143
+ const data = await client.ChannelCreateOrganizationBatchSignUrl({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -168,6 +168,16 @@ it("essbasic.v20210526.ChannelCreateRole", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
172
+ try {
173
+ const data = await client.CreateFlowsByTemplates({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
171
181
  it("essbasic.v20210526.ChannelDisableUserAutoSign", async function () {
172
182
  try {
173
183
  const data = await client.ChannelDisableUserAutoSign({})
@@ -318,6 +328,16 @@ it("essbasic.v20210526.ChannelCreateBoundFlows", async function () {
318
328
  }
319
329
  })
320
330
 
331
+ it("essbasic.v20210526.ChannelCreateUserAutoSignSealUrl", async function () {
332
+ try {
333
+ const data = await client.ChannelCreateUserAutoSignSealUrl({})
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("essbasic.v20210526.ChannelDescribeUserAutoSignStatus", async function () {
322
342
  try {
323
343
  const data = await client.ChannelDescribeUserAutoSignStatus({})
@@ -398,9 +418,19 @@ it("essbasic.v20210526.PrepareFlows", async function () {
398
418
  }
399
419
  })
400
420
 
401
- it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
421
+ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
402
422
  try {
403
- const data = await client.CreateFlowsByTemplates({})
423
+ const data = await client.GetDownloadFlowUrl({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("essbasic.v20210526.ChannelCreateFlowApprovers", async function () {
432
+ try {
433
+ const data = await client.ChannelCreateFlowApprovers({})
404
434
  expect(data).to.be.ok
405
435
  } catch(error) {
406
436
  expect(error.requestId).to.be.ok
@@ -468,6 +468,16 @@ it("postgres.v20170312.DescribeBackupSummaries", async function () {
468
468
  }
469
469
  })
470
470
 
471
+ it("postgres.v20170312.UpgradeDBInstanceMajorVersion", async function () {
472
+ try {
473
+ const data = await client.UpgradeDBInstanceMajorVersion({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
471
481
  it("postgres.v20170312.DescribeBackupOverview", async function () {
472
482
  try {
473
483
  const data = await client.DescribeBackupOverview({})
@@ -28,16 +28,6 @@ it("teo.v20220901.ModifyApplicationProxyRule", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("teo.v20220901.DeleteOriginGroup", async function () {
32
- try {
33
- const data = await client.DeleteOriginGroup({})
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
31
  it("teo.v20220901.CreateSharedCNAME", async function () {
42
32
  try {
43
33
  const data = await client.CreateSharedCNAME({})
@@ -68,16 +58,6 @@ it("teo.v20220901.CreatePurgeTask", async function () {
68
58
  }
69
59
  })
70
60
 
71
- it("teo.v20220901.CreateOriginGroup", async function () {
72
- try {
73
- const data = await client.CreateOriginGroup({})
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
61
  it("teo.v20220901.CreateSecurityIPGroup", async function () {
82
62
  try {
83
63
  const data = await client.CreateSecurityIPGroup({})
@@ -298,16 +278,6 @@ it("teo.v20220901.DescribeAccelerationDomains", async function () {
298
278
  }
299
279
  })
300
280
 
301
- it("teo.v20220901.ModifyOriginGroup", async function () {
302
- try {
303
- const data = await client.ModifyOriginGroup({})
304
- expect(data).to.be.ok
305
- } catch(error) {
306
- expect(error.requestId).to.be.ok
307
- expect(error.code).to.be.ok
308
- }
309
- })
310
-
311
281
  it("teo.v20220901.DeleteSecurityIPGroup", async function () {
312
282
  try {
313
283
  const data = await client.DeleteSecurityIPGroup({})
@@ -208,6 +208,16 @@ it("trp.v20210515.ModifyTraceData", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("trp.v20210515.DescribeCodeBatches", async function () {
212
+ try {
213
+ const data = await client.DescribeCodeBatches({})
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
+
211
221
  it("trp.v20210515.ModifyProduct", async function () {
212
222
  try {
213
223
  const data = await client.ModifyProduct({})