tencentcloud-sdk-nodejs 4.0.920 → 4.0.921
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 +185 -0
- package/SERVICE_CHANGELOG.md +252 -99
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +148 -164
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +508 -728
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
- package/src/services/mps/v20190612/mps_models.ts +152 -14
- package/src/services/trtc/v20190722/trtc_client.ts +12 -0
- package/src/services/trtc/v20190722/trtc_models.ts +32 -0
- package/src/services/vod/v20180717/vod_client.ts +66 -28
- package/src/services/vod/v20180717/vod_models.ts +246 -71
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +43 -47
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +63 -69
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +488 -702
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +30 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
- package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cdwdoris.v20211228.test.js +54 -64
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/trtc.v20190722.test.js +10 -0
- package/test/vod.v20180717.test.js +36 -6
|
@@ -28,9 +28,9 @@ it("cdwdoris.v20211228.CreateBackUpSchedule", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("cdwdoris.v20211228.
|
|
31
|
+
it("cdwdoris.v20211228.OpenCoolDownPolicy", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.OpenCoolDownPolicy({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("cdwdoris.v20211228.
|
|
71
|
+
it("cdwdoris.v20211228.DescribeCoolDownTableData", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeCoolDownTableData({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("cdwdoris.v20211228.DescribeBackUpTables", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("cdwdoris.v20211228.
|
|
171
|
+
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.ScaleOutInstance({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("cdwdoris.v20211228.
|
|
211
|
+
it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.RecoverBackUpJob({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +248,9 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("cdwdoris.v20211228.
|
|
251
|
+
it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.ResizeDisk({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +258,9 @@ it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
-
it("cdwdoris.v20211228.
|
|
261
|
+
it("cdwdoris.v20211228.CreateCoolDownPolicy", async function () {
|
|
262
262
|
try {
|
|
263
|
-
const data = await client.
|
|
263
|
+
const data = await client.CreateCoolDownPolicy({})
|
|
264
264
|
expect(data).to.be.ok
|
|
265
265
|
} catch(error) {
|
|
266
266
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +268,9 @@ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
-
it("cdwdoris.v20211228.
|
|
271
|
+
it("cdwdoris.v20211228.UpdateCoolDown", async function () {
|
|
272
272
|
try {
|
|
273
|
-
const data = await client.
|
|
273
|
+
const data = await client.UpdateCoolDown({})
|
|
274
274
|
expect(data).to.be.ok
|
|
275
275
|
} catch(error) {
|
|
276
276
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +278,9 @@ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
-
it("cdwdoris.v20211228.
|
|
281
|
+
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
282
282
|
try {
|
|
283
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeInstanceState({})
|
|
284
284
|
expect(data).to.be.ok
|
|
285
285
|
} catch(error) {
|
|
286
286
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +288,9 @@ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
-
it("cdwdoris.v20211228.
|
|
291
|
+
it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
292
292
|
try {
|
|
293
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeClusterConfigs({})
|
|
294
294
|
expect(data).to.be.ok
|
|
295
295
|
} catch(error) {
|
|
296
296
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +298,9 @@ it("cdwdoris.v20211228.OpenBackUp", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("cdwdoris.v20211228.
|
|
301
|
+
it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.DeleteWorkloadGroup({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +308,9 @@ it("cdwdoris.v20211228.DescribeDmsSqlHistory", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
-
it("cdwdoris.v20211228.
|
|
311
|
+
it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
312
312
|
try {
|
|
313
|
-
const data = await client.
|
|
313
|
+
const data = await client.ModifySecurityGroups({})
|
|
314
314
|
expect(data).to.be.ok
|
|
315
315
|
} catch(error) {
|
|
316
316
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +318,9 @@ it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
|
|
|
318
318
|
}
|
|
319
319
|
})
|
|
320
320
|
|
|
321
|
-
it("cdwdoris.v20211228.
|
|
321
|
+
it("cdwdoris.v20211228.DescribeCoolDownBackends", async function () {
|
|
322
322
|
try {
|
|
323
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeCoolDownBackends({})
|
|
324
324
|
expect(data).to.be.ok
|
|
325
325
|
} catch(error) {
|
|
326
326
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +328,9 @@ it("cdwdoris.v20211228.DescribeFederationToken", async function () {
|
|
|
328
328
|
}
|
|
329
329
|
})
|
|
330
330
|
|
|
331
|
-
it("cdwdoris.v20211228.
|
|
331
|
+
it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
332
332
|
try {
|
|
333
|
-
const data = await client.
|
|
333
|
+
const data = await client.ScaleUpInstance({})
|
|
334
334
|
expect(data).to.be.ok
|
|
335
335
|
} catch(error) {
|
|
336
336
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +338,9 @@ it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
|
338
338
|
}
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
-
it("cdwdoris.v20211228.
|
|
341
|
+
it("cdwdoris.v20211228.ReduceInstance", async function () {
|
|
342
342
|
try {
|
|
343
|
-
const data = await client.
|
|
343
|
+
const data = await client.ReduceInstance({})
|
|
344
344
|
expect(data).to.be.ok
|
|
345
345
|
} catch(error) {
|
|
346
346
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +348,9 @@ it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
|
|
|
348
348
|
}
|
|
349
349
|
})
|
|
350
350
|
|
|
351
|
-
it("cdwdoris.v20211228.
|
|
351
|
+
it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
|
|
352
352
|
try {
|
|
353
|
-
const data = await client.
|
|
353
|
+
const data = await client.ModifyUserPrivilegesV3({})
|
|
354
354
|
expect(data).to.be.ok
|
|
355
355
|
} catch(error) {
|
|
356
356
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +358,9 @@ it("cdwdoris.v20211228.ReduceInstance", async function () {
|
|
|
358
358
|
}
|
|
359
359
|
})
|
|
360
360
|
|
|
361
|
-
it("cdwdoris.v20211228.
|
|
361
|
+
it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
|
|
362
362
|
try {
|
|
363
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeInstanceOperations({})
|
|
364
364
|
expect(data).to.be.ok
|
|
365
365
|
} catch(error) {
|
|
366
366
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,9 @@ it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("cdwdoris.v20211228.
|
|
371
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.ModifyWorkloadGroupStatus({})
|
|
374
374
|
expect(data).to.be.ok
|
|
375
375
|
} catch(error) {
|
|
376
376
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +378,9 @@ it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
|
|
|
378
378
|
}
|
|
379
379
|
})
|
|
380
380
|
|
|
381
|
-
it("cdwdoris.v20211228.
|
|
381
|
+
it("cdwdoris.v20211228.ModifyCoolDownPolicy", async function () {
|
|
382
382
|
try {
|
|
383
|
-
const data = await client.
|
|
383
|
+
const data = await client.ModifyCoolDownPolicy({})
|
|
384
384
|
expect(data).to.be.ok
|
|
385
385
|
} catch(error) {
|
|
386
386
|
expect(error.requestId).to.be.ok
|
|
@@ -428,19 +428,9 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
|
|
431
|
-
it("cdwdoris.v20211228.
|
|
432
|
-
try {
|
|
433
|
-
const data = await client.DescribeGoodsDetail({})
|
|
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
|
-
|
|
441
|
-
it("cdwdoris.v20211228.DescribeDatabaseAuditResource", async function () {
|
|
431
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
|
|
442
432
|
try {
|
|
443
|
-
const data = await client.
|
|
433
|
+
const data = await client.ModifyWorkloadGroup({})
|
|
444
434
|
expect(data).to.be.ok
|
|
445
435
|
} catch(error) {
|
|
446
436
|
expect(error.requestId).to.be.ok
|
|
@@ -458,19 +448,9 @@ it("cdwdoris.v20211228.CancelBackupJob", async function () {
|
|
|
458
448
|
}
|
|
459
449
|
})
|
|
460
450
|
|
|
461
|
-
it("cdwdoris.v20211228.
|
|
462
|
-
try {
|
|
463
|
-
const data = await client.ScaleUpInstance({})
|
|
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
|
-
|
|
471
|
-
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
451
|
+
it("cdwdoris.v20211228.DescribeBackUpJobDetail", async function () {
|
|
472
452
|
try {
|
|
473
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeBackUpJobDetail({})
|
|
474
454
|
expect(data).to.be.ok
|
|
475
455
|
} catch(error) {
|
|
476
456
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +458,9 @@ it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
|
478
458
|
}
|
|
479
459
|
})
|
|
480
460
|
|
|
481
|
-
it("cdwdoris.v20211228.
|
|
461
|
+
it("cdwdoris.v20211228.CheckCoolDownWorkingVariableConfigCorrect", async function () {
|
|
482
462
|
try {
|
|
483
|
-
const data = await client.
|
|
463
|
+
const data = await client.CheckCoolDownWorkingVariableConfigCorrect({})
|
|
484
464
|
expect(data).to.be.ok
|
|
485
465
|
} catch(error) {
|
|
486
466
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +508,9 @@ it("cdwdoris.v20211228.DescribeAreaRegion", async function () {
|
|
|
528
508
|
}
|
|
529
509
|
})
|
|
530
510
|
|
|
531
|
-
it("cdwdoris.v20211228.
|
|
511
|
+
it("cdwdoris.v20211228.OpenCoolDown", async function () {
|
|
532
512
|
try {
|
|
533
|
-
const data = await client.
|
|
513
|
+
const data = await client.OpenCoolDown({})
|
|
534
514
|
expect(data).to.be.ok
|
|
535
515
|
} catch(error) {
|
|
536
516
|
expect(error.requestId).to.be.ok
|
|
@@ -578,6 +558,16 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
|
578
558
|
}
|
|
579
559
|
})
|
|
580
560
|
|
|
561
|
+
it("cdwdoris.v20211228.DescribeCoolDownPolicies", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeCoolDownPolicies({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
581
571
|
it("cdwdoris.v20211228.DescribeWorkloadGroup", async function () {
|
|
582
572
|
try {
|
|
583
573
|
const data = await client.DescribeWorkloadGroup({})
|
|
@@ -48,6 +48,16 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("cynosdb.v20190107.ModifyBinlogConfig", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyBinlogConfig({})
|
|
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
|
+
|
|
51
61
|
it("cynosdb.v20190107.CreateProxyEndPoint", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.CreateProxyEndPoint({})
|
|
@@ -928,6 +938,16 @@ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
|
|
|
928
938
|
}
|
|
929
939
|
})
|
|
930
940
|
|
|
941
|
+
it("cynosdb.v20190107.DescribeBinlogConfig", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeBinlogConfig({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
931
951
|
it("cynosdb.v20190107.DescribeResourcePackageSaleSpec", async function () {
|
|
932
952
|
try {
|
|
933
953
|
const data = await client.DescribeResourcePackageSaleSpec({})
|
|
@@ -958,9 +978,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
|
|
|
958
978
|
}
|
|
959
979
|
})
|
|
960
980
|
|
|
961
|
-
it("cynosdb.v20190107.
|
|
981
|
+
it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
|
|
962
982
|
try {
|
|
963
|
-
const data = await client.
|
|
983
|
+
const data = await client.ExportInstanceErrorLogs({})
|
|
964
984
|
expect(data).to.be.ok
|
|
965
985
|
} catch(error) {
|
|
966
986
|
expect(error.requestId).to.be.ok
|
|
@@ -1448,9 +1468,9 @@ it("cynosdb.v20190107.DescribeParamTemplateDetail", async function () {
|
|
|
1448
1468
|
}
|
|
1449
1469
|
})
|
|
1450
1470
|
|
|
1451
|
-
it("cynosdb.v20190107.
|
|
1471
|
+
it("cynosdb.v20190107.IsolateInstance", async function () {
|
|
1452
1472
|
try {
|
|
1453
|
-
const data = await client.
|
|
1473
|
+
const data = await client.IsolateInstance({})
|
|
1454
1474
|
expect(data).to.be.ok
|
|
1455
1475
|
} catch(error) {
|
|
1456
1476
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +158,16 @@ it("trtc.v20190722.StartStreamIngest", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("trtc.v20190722.UpdateStreamIngest", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.UpdateStreamIngest({})
|
|
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("trtc.v20190722.DeletePicture", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.DeletePicture({})
|
|
@@ -768,9 +768,19 @@ it("vod.v20180717.DeleteMedia", async function () {
|
|
|
768
768
|
}
|
|
769
769
|
})
|
|
770
770
|
|
|
771
|
-
it("vod.v20180717.
|
|
771
|
+
it("vod.v20180717.HandleCurrentPlaylist", async function () {
|
|
772
772
|
try {
|
|
773
|
-
const data = await client.
|
|
773
|
+
const data = await client.HandleCurrentPlaylist({})
|
|
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("vod.v20180717.CreateSuperPlayerConfig", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.CreateSuperPlayerConfig({})
|
|
774
784
|
expect(data).to.be.ok
|
|
775
785
|
} catch(error) {
|
|
776
786
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +838,9 @@ it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
|
|
|
828
838
|
}
|
|
829
839
|
})
|
|
830
840
|
|
|
831
|
-
it("vod.v20180717.
|
|
841
|
+
it("vod.v20180717.DescribeCurrentPlaylist", async function () {
|
|
832
842
|
try {
|
|
833
|
-
const data = await client.
|
|
843
|
+
const data = await client.DescribeCurrentPlaylist({})
|
|
834
844
|
expect(data).to.be.ok
|
|
835
845
|
} catch(error) {
|
|
836
846
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +978,9 @@ it("vod.v20180717.VerifyDomainRecord", async function () {
|
|
|
968
978
|
}
|
|
969
979
|
})
|
|
970
980
|
|
|
971
|
-
it("vod.v20180717.
|
|
981
|
+
it("vod.v20180717.DescribeImageReviewUsageData", async function () {
|
|
972
982
|
try {
|
|
973
|
-
const data = await client.
|
|
983
|
+
const data = await client.DescribeImageReviewUsageData({})
|
|
974
984
|
expect(data).to.be.ok
|
|
975
985
|
} catch(error) {
|
|
976
986
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,6 +1118,16 @@ it("vod.v20180717.DeleteWordSamples", async function () {
|
|
|
1108
1118
|
}
|
|
1109
1119
|
})
|
|
1110
1120
|
|
|
1121
|
+
it("vod.v20180717.FastEditMedia", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.FastEditMedia({})
|
|
1124
|
+
expect(data).to.be.ok
|
|
1125
|
+
} catch(error) {
|
|
1126
|
+
expect(error.requestId).to.be.ok
|
|
1127
|
+
expect(error.code).to.be.ok
|
|
1128
|
+
}
|
|
1129
|
+
})
|
|
1130
|
+
|
|
1111
1131
|
it("vod.v20180717.CreateVodDomain", async function () {
|
|
1112
1132
|
try {
|
|
1113
1133
|
const data = await client.CreateVodDomain({})
|
|
@@ -1258,6 +1278,16 @@ it("vod.v20180717.ModifySubAppIdInfo", async function () {
|
|
|
1258
1278
|
}
|
|
1259
1279
|
})
|
|
1260
1280
|
|
|
1281
|
+
it("vod.v20180717.ModifyRoundPlay", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.ModifyRoundPlay({})
|
|
1284
|
+
expect(data).to.be.ok
|
|
1285
|
+
} catch(error) {
|
|
1286
|
+
expect(error.requestId).to.be.ok
|
|
1287
|
+
expect(error.code).to.be.ok
|
|
1288
|
+
}
|
|
1289
|
+
})
|
|
1290
|
+
|
|
1261
1291
|
it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function () {
|
|
1262
1292
|
try {
|
|
1263
1293
|
const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})
|