tencentcloud-sdk-nodejs 4.0.506 → 4.0.508

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 (104) hide show
  1. package/CHANGELOG.md +458 -0
  2. package/SERVICE_CHANGELOG.md +444 -45
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/anicloud/index.ts +5 -0
  7. package/src/services/anicloud/v20220923/anicloud_client.ts +69 -0
  8. package/src/services/anicloud/v20220923/anicloud_models.ts +278 -0
  9. package/src/services/anicloud/v20220923/index.ts +6 -0
  10. package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
  11. package/src/services/antiddos/v20200309/antiddos_models.ts +121 -6
  12. package/src/services/cam/v20190116/cam_client.ts +1 -1
  13. package/src/services/cam/v20190116/cam_models.ts +6 -6
  14. package/src/services/cdb/v20170320/cdb_client.ts +24 -0
  15. package/src/services/cdb/v20170320/cdb_models.ts +151 -0
  16. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  17. package/src/services/cdwch/v20200915/cdwch_client.ts +48 -19
  18. package/src/services/cdwch/v20200915/cdwch_models.ts +614 -202
  19. package/src/services/ckafka/v20190819/ckafka_client.ts +2 -0
  20. package/src/services/ckafka/v20190819/ckafka_models.ts +73 -0
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -0
  22. package/src/services/gs/v20191118/gs_models.ts +9 -2
  23. package/src/services/index.ts +1 -0
  24. package/src/services/irp/v20220805/irp_models.ts +5 -5
  25. package/src/services/lighthouse/v20200324/lighthouse_client.ts +105 -23
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +408 -140
  27. package/src/services/monitor/v20180724/monitor_client.ts +14 -1
  28. package/src/services/monitor/v20180724/monitor_models.ts +75 -4
  29. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  30. package/src/services/rum/v20210622/rum_client.ts +12 -0
  31. package/src/services/rum/v20210622/rum_models.ts +20 -0
  32. package/src/services/ssl/v20191205/ssl_models.ts +5 -0
  33. package/src/services/teo/v20220901/teo_client.ts +0 -12
  34. package/src/services/teo/v20220901/teo_models.ts +6 -32
  35. package/src/services/thpc/v20220401/thpc_client.ts +42 -6
  36. package/src/services/thpc/v20220401/thpc_models.ts +70 -0
  37. package/src/services/tione/v20211111/tione_models.ts +1 -1
  38. package/src/services/vod/v20180717/vod_client.ts +83 -29
  39. package/src/services/vod/v20180717/vod_models.ts +429 -24
  40. package/src/services/waf/v20180125/waf_models.ts +67 -1
  41. package/tencentcloud/common/abstract_client.js +2 -2
  42. package/tencentcloud/common/cvm_role_credential.d.ts +6 -6
  43. package/tencentcloud/common/cvm_role_credential.js +3 -3
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/anicloud/index.d.ts +6 -0
  47. package/tencentcloud/services/anicloud/index.js +7 -0
  48. package/tencentcloud/services/anicloud/v20220923/anicloud_client.d.ts +22 -0
  49. package/tencentcloud/services/anicloud/v20220923/anicloud_client.js +49 -0
  50. package/tencentcloud/services/anicloud/v20220923/anicloud_models.d.ts +223 -0
  51. package/tencentcloud/services/anicloud/v20220923/anicloud_models.js +18 -0
  52. package/tencentcloud/services/anicloud/v20220923/index.d.ts +6 -0
  53. package/tencentcloud/services/anicloud/v20220923/index.js +9 -0
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +101 -6
  57. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
  58. package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
  59. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +6 -6
  60. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  61. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  62. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +125 -0
  63. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  64. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -3
  65. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -3
  66. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +484 -138
  67. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +62 -0
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -0
  69. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +8 -2
  70. package/tencentcloud/services/index.d.ts +1 -0
  71. package/tencentcloud/services/index.js +2 -0
  72. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +5 -5
  73. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +39 -7
  74. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +51 -7
  75. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +361 -128
  76. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  77. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +65 -4
  79. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  80. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +5 -1
  81. package/tencentcloud/services/rum/v20210622/rum_client.js +6 -0
  82. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +18 -0
  83. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  84. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -5
  85. package/tencentcloud/services/teo/v20220901/teo_client.js +0 -6
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -28
  87. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +15 -3
  88. package/tencentcloud/services/thpc/v20220401/thpc_client.js +21 -3
  89. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +62 -0
  90. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  91. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +38 -21
  92. package/tencentcloud/services/vod/v20180717/vod_client.js +47 -22
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +372 -20
  94. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -1
  95. package/test/anicloud.v20220923.test.js +51 -0
  96. package/test/antiddos.v20200309.test.js +10 -0
  97. package/test/cdb.v20170320.test.js +20 -0
  98. package/test/cdwch.v20200915.test.js +22 -2
  99. package/test/lighthouse.v20200324.test.js +62 -2
  100. package/test/monitor.v20180724.test.js +10 -0
  101. package/test/rum.v20210622.test.js +10 -0
  102. package/test/teo.v20220901.test.js +0 -10
  103. package/test/thpc.v20220401.test.js +32 -2
  104. package/test/vod.v20180717.test.js +44 -4
@@ -468,6 +468,16 @@ it("antiddos.v20200309.CreateDDoSSpeedLimitConfig", async function () {
468
468
  }
469
469
  })
470
470
 
471
+ it("antiddos.v20200309.DescribeBizHttpStatus", async function () {
472
+ try {
473
+ const data = await client.DescribeBizHttpStatus({})
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("antiddos.v20200309.DescribeListBGPInstances", async function () {
472
482
  try {
473
483
  const data = await client.DescribeListBGPInstances({})
@@ -1108,6 +1108,16 @@ it("cdb.v20170320.DescribeAuditRules", async function () {
1108
1108
  }
1109
1109
  })
1110
1110
 
1111
+ it("cdb.v20170320.DescribeRemoteBackupConfig", async function () {
1112
+ try {
1113
+ const data = await client.DescribeRemoteBackupConfig({})
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
+
1111
1121
  it("cdb.v20170320.DescribeBackupDatabases", async function () {
1112
1122
  try {
1113
1123
  const data = await client.DescribeBackupDatabases({})
@@ -1338,6 +1348,16 @@ it("cdb.v20170320.CreateDeployGroup", async function () {
1338
1348
  }
1339
1349
  })
1340
1350
 
1351
+ it("cdb.v20170320.ModifyRemoteBackupConfig", async function () {
1352
+ try {
1353
+ const data = await client.ModifyRemoteBackupConfig({})
1354
+ expect(data).to.be.ok
1355
+ } catch(error) {
1356
+ expect(error.requestId).to.be.ok
1357
+ expect(error.code).to.be.ok
1358
+ }
1359
+ })
1360
+
1341
1361
  it("cdb.v20170320.DeleteTimeWindow", async function () {
1342
1362
  try {
1343
1363
  const data = await client.DeleteTimeWindow({})
@@ -58,6 +58,16 @@ it("cdwch.v20200915.OpenBackUp", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("cdwch.v20200915.DescribeSpec", async function () {
62
+ try {
63
+ const data = await client.DescribeSpec({})
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
+
61
71
  it("cdwch.v20200915.ModifyClusterConfigs", async function () {
62
72
  try {
63
73
  const data = await client.ModifyClusterConfigs({})
@@ -68,9 +78,19 @@ it("cdwch.v20200915.ModifyClusterConfigs", async function () {
68
78
  }
69
79
  })
70
80
 
71
- it("cdwch.v20200915.DescribeSpec", async function () {
81
+ it("cdwch.v20200915.DescribeInstance", async function () {
72
82
  try {
73
- const data = await client.DescribeSpec({})
83
+ const data = await client.DescribeInstance({})
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
+
91
+ it("cdwch.v20200915.CreateInstanceNew", async function () {
92
+ try {
93
+ const data = await client.CreateInstanceNew({})
74
94
  expect(data).to.be.ok
75
95
  } catch(error) {
76
96
  expect(error.requestId).to.be.ok
@@ -38,6 +38,16 @@ it("lighthouse.v20200324.ModifyFirewallRuleDescription", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("lighthouse.v20200324.TerminateInstances", async function () {
42
+ try {
43
+ const data = await client.TerminateInstances({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("lighthouse.v20200324.DeleteBlueprints", async function () {
42
52
  try {
43
53
  const data = await client.DeleteBlueprints({})
@@ -48,6 +58,16 @@ it("lighthouse.v20200324.DeleteBlueprints", async function () {
48
58
  }
49
59
  })
50
60
 
61
+ it("lighthouse.v20200324.ApplyDiskBackup", async function () {
62
+ try {
63
+ const data = await client.ApplyDiskBackup({})
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
+
51
71
  it("lighthouse.v20200324.DescribeAllScenes", async function () {
52
72
  try {
53
73
  const data = await client.DescribeAllScenes({})
@@ -208,6 +228,16 @@ it("lighthouse.v20200324.ImportKeyPair", async function () {
208
228
  }
209
229
  })
210
230
 
231
+ it("lighthouse.v20200324.DeleteDiskBackups", async function () {
232
+ try {
233
+ const data = await client.DeleteDiskBackups({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
211
241
  it("lighthouse.v20200324.DescribeInstancesTrafficPackages", async function () {
212
242
  try {
213
243
  const data = await client.DescribeInstancesTrafficPackages({})
@@ -258,6 +288,16 @@ it("lighthouse.v20200324.DeleteFirewallRules", async function () {
258
288
  }
259
289
  })
260
290
 
291
+ it("lighthouse.v20200324.DescribeDiskBackups", async function () {
292
+ try {
293
+ const data = await client.DescribeDiskBackups({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
261
301
  it("lighthouse.v20200324.DisassociateInstancesKeyPairs", async function () {
262
302
  try {
263
303
  const data = await client.DisassociateInstancesKeyPairs({})
@@ -378,6 +418,16 @@ it("lighthouse.v20200324.DescribeInstancesDeniedActions", async function () {
378
418
  }
379
419
  })
380
420
 
421
+ it("lighthouse.v20200324.ModifyDiskBackupsAttribute", async function () {
422
+ try {
423
+ const data = await client.ModifyDiskBackupsAttribute({})
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
+
381
431
  it("lighthouse.v20200324.InquirePriceRenewInstances", async function () {
382
432
  try {
383
433
  const data = await client.InquirePriceRenewInstances({})
@@ -538,9 +588,9 @@ it("lighthouse.v20200324.ModifyFirewallRules", async function () {
538
588
  }
539
589
  })
540
590
 
541
- it("lighthouse.v20200324.TerminateInstances", async function () {
591
+ it("lighthouse.v20200324.DescribeDiskBackupsDeniedActions", async function () {
542
592
  try {
543
- const data = await client.TerminateInstances({})
593
+ const data = await client.DescribeDiskBackupsDeniedActions({})
544
594
  expect(data).to.be.ok
545
595
  } catch(error) {
546
596
  expect(error.requestId).to.be.ok
@@ -608,6 +658,16 @@ it("lighthouse.v20200324.DescribeResetInstanceBlueprints", async function () {
608
658
  }
609
659
  })
610
660
 
661
+ it("lighthouse.v20200324.CreateDiskBackup", async function () {
662
+ try {
663
+ const data = await client.CreateDiskBackup({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
611
671
  it("lighthouse.v20200324.DescribeScenes", async function () {
612
672
  try {
613
673
  const data = await client.DescribeScenes({})
@@ -58,6 +58,16 @@ it("monitor.v20180724.UpdateAlertRule", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("monitor.v20180724.DescribePrometheusInstanceUsage", async function () {
62
+ try {
63
+ const data = await client.DescribePrometheusInstanceUsage({})
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
+
61
71
  it("monitor.v20180724.ModifyAlarmReceivers", async function () {
62
72
  try {
63
73
  const data = await client.ModifyAlarmReceivers({})
@@ -318,6 +318,16 @@ it("rum.v20210622.DescribeProjects", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("rum.v20210622.StopProject", async function () {
322
+ try {
323
+ const data = await client.StopProject({})
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
+
321
331
  it("rum.v20210622.CreateStarProject", async function () {
322
332
  try {
323
333
  const data = await client.CreateStarProject({})
@@ -238,16 +238,6 @@ it("teo.v20220901.DeleteApplicationProxyRule", async function () {
238
238
  }
239
239
  })
240
240
 
241
- it("teo.v20220901.ModifyLoadBalancingStatus", async function () {
242
- try {
243
- const data = await client.ModifyLoadBalancingStatus({})
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
-
251
241
  it("teo.v20220901.DescribeWebProtectionData", async function () {
252
242
  try {
253
243
  const data = await client.DescribeWebProtectionData({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.thpc.v20220401.Client({
18
18
  })
19
19
  describe("thpc.v20220401.test.js", function () {
20
20
 
21
+ it("thpc.v20220401.DescribeClusterStorageOption", async function () {
22
+ try {
23
+ const data = await client.DescribeClusterStorageOption({})
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("thpc.v20220401.DeleteNodes", async function () {
22
32
  try {
23
33
  const data = await client.DeleteNodes({})
@@ -48,6 +58,16 @@ it("thpc.v20220401.CreateCluster", async function () {
48
58
  }
49
59
  })
50
60
 
61
+ it("thpc.v20220401.DeleteClusterStorageOption", async function () {
62
+ try {
63
+ const data = await client.DeleteClusterStorageOption({})
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
+
51
71
  it("thpc.v20220401.SetAutoScalingConfiguration", async function () {
52
72
  try {
53
73
  const data = await client.SetAutoScalingConfiguration({})
@@ -78,9 +98,9 @@ it("thpc.v20220401.DescribeClusters", async function () {
78
98
  }
79
99
  })
80
100
 
81
- it("thpc.v20220401.DeleteCluster", async function () {
101
+ it("thpc.v20220401.AddClusterStorageOption", async function () {
82
102
  try {
83
- const data = await client.DeleteCluster({})
103
+ const data = await client.AddClusterStorageOption({})
84
104
  expect(data).to.be.ok
85
105
  } catch(error) {
86
106
  expect(error.requestId).to.be.ok
@@ -98,4 +118,14 @@ it("thpc.v20220401.DescribeClusterActivities", async function () {
98
118
  }
99
119
  })
100
120
 
121
+ it("thpc.v20220401.DeleteCluster", async function () {
122
+ try {
123
+ const data = await client.DeleteCluster({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
101
131
  })
@@ -358,6 +358,16 @@ it("vod.v20180717.DescribeMediaPlayStatDetails", async function () {
358
358
  }
359
359
  })
360
360
 
361
+ it("vod.v20180717.ModifyReviewTemplate", async function () {
362
+ try {
363
+ const data = await client.ModifyReviewTemplate({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
361
371
  it("vod.v20180717.DescribeLicenseUsageData", async function () {
362
372
  try {
363
373
  const data = await client.DescribeLicenseUsageData({})
@@ -398,9 +408,9 @@ it("vod.v20180717.ExecuteFunction", async function () {
398
408
  }
399
409
  })
400
410
 
401
- it("vod.v20180717.DeleteVodDomain", async function () {
411
+ it("vod.v20180717.DeleteReviewTemplate", async function () {
402
412
  try {
403
- const data = await client.DeleteVodDomain({})
413
+ const data = await client.DeleteReviewTemplate({})
404
414
  expect(data).to.be.ok
405
415
  } catch(error) {
406
416
  expect(error.requestId).to.be.ok
@@ -808,6 +818,16 @@ it("vod.v20180717.DeleteImageProcessingTemplate", async function () {
808
818
  }
809
819
  })
810
820
 
821
+ it("vod.v20180717.ProcessMedia", async function () {
822
+ try {
823
+ const data = await client.ProcessMedia({})
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
+
811
831
  it("vod.v20180717.CreateHeadTailTemplate", async function () {
812
832
  try {
813
833
  const data = await client.CreateHeadTailTemplate({})
@@ -1078,6 +1098,16 @@ it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
1078
1098
  }
1079
1099
  })
1080
1100
 
1101
+ it("vod.v20180717.CreateReviewTemplate", async function () {
1102
+ try {
1103
+ const data = await client.CreateReviewTemplate({})
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
+
1081
1111
  it("vod.v20180717.DescribeAIRecognitionTemplates", async function () {
1082
1112
  try {
1083
1113
  const data = await client.DescribeAIRecognitionTemplates({})
@@ -1118,6 +1148,16 @@ it("vod.v20180717.DescribeHeadTailTemplates", async function () {
1118
1148
  }
1119
1149
  })
1120
1150
 
1151
+ it("vod.v20180717.DescribeReviewTemplates", async function () {
1152
+ try {
1153
+ const data = await client.DescribeReviewTemplates({})
1154
+ expect(data).to.be.ok
1155
+ } catch(error) {
1156
+ expect(error.requestId).to.be.ok
1157
+ expect(error.code).to.be.ok
1158
+ }
1159
+ })
1160
+
1121
1161
  it("vod.v20180717.CommitUpload", async function () {
1122
1162
  try {
1123
1163
  const data = await client.CommitUpload({})
@@ -1318,9 +1358,9 @@ it("vod.v20180717.ModifyContentReviewTemplate", async function () {
1318
1358
  }
1319
1359
  })
1320
1360
 
1321
- it("vod.v20180717.ProcessMedia", async function () {
1361
+ it("vod.v20180717.DeleteVodDomain", async function () {
1322
1362
  try {
1323
- const data = await client.ProcessMedia({})
1363
+ const data = await client.DeleteVodDomain({})
1324
1364
  expect(data).to.be.ok
1325
1365
  } catch(error) {
1326
1366
  expect(error.requestId).to.be.ok