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.
- package/CHANGELOG.md +404 -0
- package/SERVICE_CHANGELOG.md +441 -49
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +10 -5
- package/src/services/clb/v20180317/clb_models.ts +13 -1
- package/src/services/cwp/v20180228/cwp_client.ts +445 -84
- package/src/services/cwp/v20180228/cwp_models.ts +2230 -688
- package/src/services/dlc/v20210125/dlc_client.ts +103 -30
- package/src/services/dlc/v20210125/dlc_models.ts +437 -150
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +256 -17
- package/src/services/monitor/v20180724/monitor_models.ts +27 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +7 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +24 -16
- package/src/services/tke/v20180525/tke_models.ts +19 -19
- package/src/services/trtc/v20190722/trtc_client.ts +1 -0
- package/src/services/trtc/v20190722/trtc_models.ts +55 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +28 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +111 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +5 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +137 -21
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +204 -30
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1860 -544
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +33 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +48 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +368 -128
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +219 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +24 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +6 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +22 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -19
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +46 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +24 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +93 -18
- package/test/cwp.v20180228.test.js +310 -20
- package/test/dlc.v20210125.test.js +68 -8
- 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.
|
|
351
|
+
it("dlc.v20210125.DescribeSparkAppTasks", async function () {
|
|
332
352
|
try {
|
|
333
|
-
const data = await client.
|
|
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.
|
|
681
|
+
it("dlc.v20210125.DescribeLakeFsDirSummary", async function () {
|
|
632
682
|
try {
|
|
633
|
-
const data = await client.
|
|
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.
|
|
791
|
+
it("dlc.v20210125.CreateDataEngine", async function () {
|
|
732
792
|
try {
|
|
733
|
-
const data = await client.
|
|
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.
|
|
841
|
+
it("dlc.v20210125.DescribeLakeFsInfo", async function () {
|
|
782
842
|
try {
|
|
783
|
-
const data = await client.
|
|
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({})
|