tencentcloud-sdk-nodejs 4.0.643 → 4.0.645
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 +644 -0
- package/SERVICE_CHANGELOG.md +638 -128
- package/package.json +1 -1
- package/products.md +36 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +35 -26
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +41 -18
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +7 -0
- package/src/services/batch/v20170312/batch_models.ts +4 -4
- package/src/services/cam/v20190116/cam_models.ts +11 -6
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +10 -10
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +22 -0
- package/src/services/cls/v20201016/cls_client.ts +31 -18
- package/src/services/cls/v20201016/cls_models.ts +86 -0
- package/src/services/csip/v20221121/csip_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +14 -11
- package/src/services/cwp/v20180228/cwp_client.ts +0 -14
- package/src/services/cwp/v20180228/cwp_models.ts +0 -28
- package/src/services/dlc/v20210125/dlc_models.ts +34 -34
- package/src/services/domain/v20180808/domain_models.ts +5 -3
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
- package/src/services/goosefs/v20220519/goosefs_client.ts +40 -1
- package/src/services/goosefs/v20220519/goosefs_models.ts +153 -10
- package/src/services/keewidb/v20220308/keewidb_models.ts +9 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +2 -23
- package/src/services/monitor/v20180724/monitor_models.ts +28 -74
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +4 -4
- package/src/services/ocr/v20181119/ocr_models.ts +21 -4
- package/src/services/redis/v20180412/redis_models.ts +8 -8
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/trro/v20220325/trro_models.ts +74 -14
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +14 -0
- package/src/services/tse/v20201207/tse_models.ts +57 -0
- package/src/services/vrs/v20200824/vrs_client.ts +47 -21
- package/src/services/vrs/v20200824/vrs_models.ts +141 -51
- package/src/services/wav/v20210129/wav_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +140 -40
- package/src/services/wedata/v20210820/wedata_models.ts +711 -87
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -26
- package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -18
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -4
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -6
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +15 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +83 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +14 -11
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +0 -26
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -34
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +13 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +18 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +144 -10
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +9 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -14
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +28 -71
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +21 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +74 -14
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +17 -9
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +22 -10
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +135 -51
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -12
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +64 -16
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +685 -81
- package/test/cls.v20201016.test.js +16 -6
- package/test/cwp.v20180228.test.js +0 -10
- package/test/goosefs.v20220519.test.js +30 -0
- package/test/monitor.v20180724.test.js +0 -10
- package/test/tse.v20201207.test.js +10 -0
- package/test/vrs.v20200824.test.js +24 -4
- package/test/wedata.v20210820.test.js +90 -10
|
@@ -328,9 +328,9 @@ it("cls.v20201016.DeleteDataTransform", async function () {
|
|
|
328
328
|
}
|
|
329
329
|
})
|
|
330
330
|
|
|
331
|
-
it("cls.v20201016.
|
|
331
|
+
it("cls.v20201016.CreateLogset", async function () {
|
|
332
332
|
try {
|
|
333
|
-
const data = await client.
|
|
333
|
+
const data = await client.CreateLogset({})
|
|
334
334
|
expect(data).to.be.ok
|
|
335
335
|
} catch(error) {
|
|
336
336
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +408,9 @@ it("cls.v20201016.ApplyConfigToMachineGroup", async function () {
|
|
|
408
408
|
}
|
|
409
409
|
})
|
|
410
410
|
|
|
411
|
-
it("cls.v20201016.
|
|
411
|
+
it("cls.v20201016.DeleteConfigExtra", async function () {
|
|
412
412
|
try {
|
|
413
|
-
const data = await client.
|
|
413
|
+
const data = await client.DeleteConfigExtra({})
|
|
414
414
|
expect(data).to.be.ok
|
|
415
415
|
} catch(error) {
|
|
416
416
|
expect(error.requestId).to.be.ok
|
|
@@ -518,6 +518,16 @@ it("cls.v20201016.DescribeAlertRecordHistory", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("cls.v20201016.DeleteTopic", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.DeleteTopic({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
521
531
|
it("cls.v20201016.DescribeShipperTasks", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.DescribeShipperTasks({})
|
|
@@ -738,9 +748,9 @@ it("cls.v20201016.CreateAlarm", async function () {
|
|
|
738
748
|
}
|
|
739
749
|
})
|
|
740
750
|
|
|
741
|
-
it("cls.v20201016.
|
|
751
|
+
it("cls.v20201016.CreateScheduledSql", async function () {
|
|
742
752
|
try {
|
|
743
|
-
const data = await client.
|
|
753
|
+
const data = await client.CreateScheduledSql({})
|
|
744
754
|
expect(data).to.be.ok
|
|
745
755
|
} catch(error) {
|
|
746
756
|
expect(error.requestId).to.be.ok
|
|
@@ -128,16 +128,6 @@ it("cwp.v20180228.DescribeVulList", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("cwp.v20180228.DescribeSearchExportList", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribeSearchExportList({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
131
|
it("cwp.v20180228.DescribeAssetPlanTaskList", async function () {
|
|
142
132
|
try {
|
|
143
133
|
const data = await client.DescribeAssetPlanTaskList({})
|
|
@@ -18,6 +18,26 @@ const client = new tencentcloud.goosefs.v20220519.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("goosefs.v20220519.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("goosefs.v20220519.DescribeClusterRoles", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeClusterRoles({})
|
|
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("goosefs.v20220519.DescribeClusterClientToken", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeClusterClientToken({})
|
|
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
|
+
|
|
21
41
|
it("goosefs.v20220519.DescribeDataRepositoryTaskStatus", async function () {
|
|
22
42
|
try {
|
|
23
43
|
const data = await client.DescribeDataRepositoryTaskStatus({})
|
|
@@ -28,6 +48,16 @@ it("goosefs.v20220519.DescribeDataRepositoryTaskStatus", async function () {
|
|
|
28
48
|
}
|
|
29
49
|
})
|
|
30
50
|
|
|
51
|
+
it("goosefs.v20220519.DescribeClusterRoleToken", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeClusterRoleToken({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
31
61
|
it("goosefs.v20220519.CreateDataRepositoryTask", async function () {
|
|
32
62
|
try {
|
|
33
63
|
const data = await client.CreateDataRepositoryTask({})
|
|
@@ -1268,16 +1268,6 @@ it("monitor.v20180724.GetMonitorData", async function () {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
})
|
|
1270
1270
|
|
|
1271
|
-
it("monitor.v20180724.PutMonitorData", async function () {
|
|
1272
|
-
try {
|
|
1273
|
-
const data = await client.PutMonitorData({})
|
|
1274
|
-
expect(data).to.be.ok
|
|
1275
|
-
} catch(error) {
|
|
1276
|
-
expect(error.requestId).to.be.ok
|
|
1277
|
-
expect(error.code).to.be.ok
|
|
1278
|
-
}
|
|
1279
|
-
})
|
|
1280
|
-
|
|
1281
1271
|
it("monitor.v20180724.UpdateDNSConfig", async function () {
|
|
1282
1272
|
try {
|
|
1283
1273
|
const data = await client.UpdateDNSConfig({})
|
|
@@ -98,6 +98,16 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayRoutes", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayPorts", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeCloudNativeAPIGatewayPorts({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
101
111
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayRoute", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DeleteCloudNativeAPIGatewayRoute({})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.vrs.v20200824.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("vrs.v20200824.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("vrs.v20200824.
|
|
21
|
+
it("vrs.v20200824.DownloadVRSModel", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DownloadVRSModel({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("vrs.v20200824.CreateVRSTask", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("vrs.v20200824.
|
|
31
|
+
it("vrs.v20200824.CancelVRSTask", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.CancelVRSTask({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -58,4 +58,24 @@ it("vrs.v20200824.DescribeVRSTaskStatus", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("vrs.v20200824.CreateVRSTask", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.CreateVRSTask({})
|
|
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("vrs.v20200824.GetTrainingText", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetTrainingText({})
|
|
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
|
+
|
|
61
81
|
})
|
|
@@ -238,6 +238,16 @@ it("wedata.v20210820.DescribeInLongAgentList", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("wedata.v20210820.RemoveWorkflowDs", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.RemoveWorkflowDs({})
|
|
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
|
+
|
|
241
251
|
it("wedata.v20210820.BatchDeleteTasksNew", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.BatchDeleteTasksNew({})
|
|
@@ -328,6 +338,16 @@ it("wedata.v20210820.DeleteFolder", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
341
|
+
it("wedata.v20210820.DeleteProjectParamDs", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DeleteProjectParamDs({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
331
351
|
it("wedata.v20210820.CreateDataSource", async function () {
|
|
332
352
|
try {
|
|
333
353
|
const data = await client.CreateDataSource({})
|
|
@@ -498,6 +518,16 @@ it("wedata.v20210820.DeleteInLongAgent", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
521
|
+
it("wedata.v20210820.SubmitTaskTestRun", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.SubmitTaskTestRun({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
501
531
|
it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
|
|
502
532
|
try {
|
|
503
533
|
const data = await client.CommitRuleGroupExecResult({})
|
|
@@ -508,9 +538,9 @@ it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
|
|
|
508
538
|
}
|
|
509
539
|
})
|
|
510
540
|
|
|
511
|
-
it("wedata.v20210820.
|
|
541
|
+
it("wedata.v20210820.DeleteFilePath", async function () {
|
|
512
542
|
try {
|
|
513
|
-
const data = await client.
|
|
543
|
+
const data = await client.DeleteFilePath({})
|
|
514
544
|
expect(data).to.be.ok
|
|
515
545
|
} catch(error) {
|
|
516
546
|
expect(error.requestId).to.be.ok
|
|
@@ -898,9 +928,9 @@ it("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
|
|
|
898
928
|
}
|
|
899
929
|
})
|
|
900
930
|
|
|
901
|
-
it("wedata.v20210820.
|
|
931
|
+
it("wedata.v20210820.DeleteResourceFiles", async function () {
|
|
902
932
|
try {
|
|
903
|
-
const data = await client.
|
|
933
|
+
const data = await client.DeleteResourceFiles({})
|
|
904
934
|
expect(data).to.be.ok
|
|
905
935
|
} catch(error) {
|
|
906
936
|
expect(error.requestId).to.be.ok
|
|
@@ -928,6 +958,16 @@ it("wedata.v20210820.DescribeRuleGroup", async function () {
|
|
|
928
958
|
}
|
|
929
959
|
})
|
|
930
960
|
|
|
961
|
+
it("wedata.v20210820.ModifyTaskScript", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.ModifyTaskScript({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
931
971
|
it("wedata.v20210820.DescribeDatabaseInfoList", async function () {
|
|
932
972
|
try {
|
|
933
973
|
const data = await client.DescribeDatabaseInfoList({})
|
|
@@ -1068,6 +1108,16 @@ it("wedata.v20210820.DescribeTableScoreTrend", async function () {
|
|
|
1068
1108
|
}
|
|
1069
1109
|
})
|
|
1070
1110
|
|
|
1111
|
+
it("wedata.v20210820.DescribeTaskInstances", async function () {
|
|
1112
|
+
try {
|
|
1113
|
+
const data = await client.DescribeTaskInstances({})
|
|
1114
|
+
expect(data).to.be.ok
|
|
1115
|
+
} catch(error) {
|
|
1116
|
+
expect(error.requestId).to.be.ok
|
|
1117
|
+
expect(error.code).to.be.ok
|
|
1118
|
+
}
|
|
1119
|
+
})
|
|
1120
|
+
|
|
1071
1121
|
it("wedata.v20210820.DescribeTableQualityDetails", async function () {
|
|
1072
1122
|
try {
|
|
1073
1123
|
const data = await client.DescribeTableQualityDetails({})
|
|
@@ -1378,6 +1428,16 @@ it("wedata.v20210820.CreateWorkflow", async function () {
|
|
|
1378
1428
|
}
|
|
1379
1429
|
})
|
|
1380
1430
|
|
|
1431
|
+
it("wedata.v20210820.DescribeTaskReport", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.DescribeTaskReport({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1381
1441
|
it("wedata.v20210820.SuspendIntegrationTask", async function () {
|
|
1382
1442
|
try {
|
|
1383
1443
|
const data = await client.SuspendIntegrationTask({})
|
|
@@ -1438,9 +1498,9 @@ it("wedata.v20210820.LockIntegrationTask", async function () {
|
|
|
1438
1498
|
}
|
|
1439
1499
|
})
|
|
1440
1500
|
|
|
1441
|
-
it("wedata.v20210820.
|
|
1501
|
+
it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
|
|
1442
1502
|
try {
|
|
1443
|
-
const data = await client.
|
|
1503
|
+
const data = await client.DescribeQualityScoreTrend({})
|
|
1444
1504
|
expect(data).to.be.ok
|
|
1445
1505
|
} catch(error) {
|
|
1446
1506
|
expect(error.requestId).to.be.ok
|
|
@@ -1518,9 +1578,9 @@ it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
|
|
|
1518
1578
|
}
|
|
1519
1579
|
})
|
|
1520
1580
|
|
|
1521
|
-
it("wedata.v20210820.
|
|
1581
|
+
it("wedata.v20210820.DeleteTaskDs", async function () {
|
|
1522
1582
|
try {
|
|
1523
|
-
const data = await client.
|
|
1583
|
+
const data = await client.DeleteTaskDs({})
|
|
1524
1584
|
expect(data).to.be.ok
|
|
1525
1585
|
} catch(error) {
|
|
1526
1586
|
expect(error.requestId).to.be.ok
|
|
@@ -1568,9 +1628,9 @@ it("wedata.v20210820.DeleteResource", async function () {
|
|
|
1568
1628
|
}
|
|
1569
1629
|
})
|
|
1570
1630
|
|
|
1571
|
-
it("wedata.v20210820.
|
|
1631
|
+
it("wedata.v20210820.BatchDeleteTasksDs", async function () {
|
|
1572
1632
|
try {
|
|
1573
|
-
const data = await client.
|
|
1633
|
+
const data = await client.BatchDeleteTasksDs({})
|
|
1574
1634
|
expect(data).to.be.ok
|
|
1575
1635
|
} catch(error) {
|
|
1576
1636
|
expect(error.requestId).to.be.ok
|
|
@@ -1798,6 +1858,16 @@ it("wedata.v20210820.SubmitTask", async function () {
|
|
|
1798
1858
|
}
|
|
1799
1859
|
})
|
|
1800
1860
|
|
|
1861
|
+
it("wedata.v20210820.SubmitSqlTask", async function () {
|
|
1862
|
+
try {
|
|
1863
|
+
const data = await client.SubmitSqlTask({})
|
|
1864
|
+
expect(data).to.be.ok
|
|
1865
|
+
} catch(error) {
|
|
1866
|
+
expect(error.requestId).to.be.ok
|
|
1867
|
+
expect(error.code).to.be.ok
|
|
1868
|
+
}
|
|
1869
|
+
})
|
|
1870
|
+
|
|
1801
1871
|
it("wedata.v20210820.DescribeInstances", async function () {
|
|
1802
1872
|
try {
|
|
1803
1873
|
const data = await client.DescribeInstances({})
|
|
@@ -1848,6 +1918,16 @@ it("wedata.v20210820.DescribeRuleExecHistory", async function () {
|
|
|
1848
1918
|
}
|
|
1849
1919
|
})
|
|
1850
1920
|
|
|
1921
|
+
it("wedata.v20210820.TaskLog", async function () {
|
|
1922
|
+
try {
|
|
1923
|
+
const data = await client.TaskLog({})
|
|
1924
|
+
expect(data).to.be.ok
|
|
1925
|
+
} catch(error) {
|
|
1926
|
+
expect(error.requestId).to.be.ok
|
|
1927
|
+
expect(error.code).to.be.ok
|
|
1928
|
+
}
|
|
1929
|
+
})
|
|
1930
|
+
|
|
1851
1931
|
it("wedata.v20210820.DescribeRuleTemplates", async function () {
|
|
1852
1932
|
try {
|
|
1853
1933
|
const data = await client.DescribeRuleTemplates({})
|