tencentcloud-sdk-nodejs 4.0.437 → 4.0.440

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 (137) hide show
  1. package/CHANGELOG.md +979 -0
  2. package/SERVICE_CHANGELOG.md +817 -163
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/bma/v20210624/bma_models.ts +5 -0
  8. package/src/services/cbs/v20170312/cbs_client.ts +109 -41
  9. package/src/services/cbs/v20170312/cbs_models.ts +318 -111
  10. package/src/services/cdb/v20170320/cdb_client.ts +17 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +285 -2
  12. package/src/services/cfs/v20190719/cfs_client.ts +253 -103
  13. package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
  14. package/src/services/cfw/v20190904/cfw_client.ts +12 -0
  15. package/src/services/cfw/v20190904/cfw_models.ts +70 -2
  16. package/src/services/clb/v20180317/clb_models.ts +5 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
  18. package/src/services/cwp/v20180228/cwp_client.ts +192 -53
  19. package/src/services/cwp/v20180228/cwp_models.ts +1370 -336
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
  22. package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
  23. package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
  24. package/src/services/ecm/v20190719/ecm_models.ts +9 -0
  25. package/src/services/ess/v20201111/ess_client.ts +3 -2
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +283 -102
  28. package/src/services/gme/v20180711/gme_client.ts +15 -2
  29. package/src/services/gme/v20180711/gme_models.ts +68 -13
  30. package/src/services/monitor/v20180724/monitor_client.ts +20 -4
  31. package/src/services/monitor/v20180724/monitor_models.ts +190 -59
  32. package/src/services/ms/v20180408/ms_client.ts +26 -11
  33. package/src/services/ms/v20180408/ms_models.ts +224 -27
  34. package/src/services/ocr/v20181119/ocr_client.ts +18 -3
  35. package/src/services/ocr/v20181119/ocr_models.ts +166 -76
  36. package/src/services/redis/v20180412/redis_models.ts +1 -1
  37. package/src/services/rum/v20210622/rum_models.ts +15 -0
  38. package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
  39. package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
  40. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  41. package/src/services/taf/v20200210/taf_client.ts +1 -15
  42. package/src/services/taf/v20200210/taf_models.ts +8 -96
  43. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  44. package/src/services/tem/v20210701/tem_models.ts +15 -0
  45. package/src/services/teo/v20220106/teo_models.ts +17 -11
  46. package/src/services/tione/v20211111/tione_client.ts +106 -16
  47. package/src/services/tione/v20211111/tione_models.ts +888 -125
  48. package/src/services/tke/v20180525/tke_models.ts +5 -0
  49. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  50. package/src/services/tts/v20190823/tts_models.ts +6 -2
  51. package/src/services/vm/v20210922/vm_client.ts +2 -0
  52. package/src/services/vm/v20210922/vm_models.ts +87 -28
  53. package/src/services/vod/v20180717/vod_client.ts +16 -0
  54. package/src/services/vod/v20180717/vod_models.ts +67 -1
  55. package/tencentcloud/common/sdk_version.d.ts +1 -1
  56. package/tencentcloud/common/sdk_version.js +1 -1
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  58. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
  59. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
  60. package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
  61. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
  62. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  63. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
  65. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
  66. package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
  67. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
  68. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  69. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  70. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -2
  71. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  72. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
  74. package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
  75. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1146 -289
  76. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
  78. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
  80. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
  81. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  82. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
  83. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  84. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +234 -83
  88. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  89. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  90. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +58 -11
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -1
  92. package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -0
  93. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +163 -54
  94. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
  95. package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
  96. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
  97. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  98. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  99. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
  100. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  101. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
  102. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
  103. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
  104. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
  105. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  106. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  107. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  108. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
  109. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  110. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
  111. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
  112. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
  113. package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
  114. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
  115. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  116. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  117. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
  118. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
  119. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  120. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  121. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -1
  122. package/test/cbs.v20170312.test.js +58 -8
  123. package/test/cdb.v20170320.test.js +10 -0
  124. package/test/cfs.v20190719.test.js +150 -30
  125. package/test/cfw.v20190904.test.js +10 -0
  126. package/test/cwp.v20180228.test.js +128 -18
  127. package/test/cynosdb.v20190107.test.js +34 -14
  128. package/test/dbbrain.v20210527.test.js +12 -2
  129. package/test/essbasic.v20210526.test.js +22 -2
  130. package/test/gme.v20180711.test.js +10 -0
  131. package/test/monitor.v20180724.test.js +10 -0
  132. package/test/ms.v20180408.test.js +12 -2
  133. package/test/ocr.v20181119.test.js +10 -0
  134. package/test/sqlserver.v20180328.test.js +72 -2
  135. package/test/taf.v20200210.test.js +0 -10
  136. package/test/tione.v20211111.test.js +72 -2
  137. package/test/vod.v20180717.test.js +10 -0
@@ -228,6 +228,16 @@ it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("dbbrain.v20210527.ModifySqlFilters", async function () {
232
+ try {
233
+ const data = await client.ModifySqlFilters({})
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
+
231
241
  it("dbbrain.v20210527.DescribeRedisTopBigKeys", async function () {
232
242
  try {
233
243
  const data = await client.DescribeRedisTopBigKeys({})
@@ -278,9 +288,9 @@ it("dbbrain.v20210527.DescribeDBDiagHistory", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("dbbrain.v20210527.ModifySqlFilters", async function () {
291
+ it("dbbrain.v20210527.DescribeRedisTopKeyPrefixList", async function () {
282
292
  try {
283
- const data = await client.ModifySqlFilters({})
293
+ const data = await client.DescribeRedisTopKeyPrefixList({})
284
294
  expect(data).to.be.ok
285
295
  } catch(error) {
286
296
  expect(error.requestId).to.be.ok
@@ -158,6 +158,26 @@ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
162
+ try {
163
+ const data = await client.SyncProxyOrganizationOperators({})
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
+
171
+ it("essbasic.v20210526.ChannelBatchCancelFlows", async function () {
172
+ try {
173
+ const data = await client.ChannelBatchCancelFlows({})
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
+
161
181
  it("essbasic.v20210526.PrepareFlows", async function () {
162
182
  try {
163
183
  const data = await client.PrepareFlows({})
@@ -218,9 +238,9 @@ it("essbasic.v20210526.OperateChannelTemplate", async function () {
218
238
  }
219
239
  })
220
240
 
221
- it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
241
+ it("essbasic.v20210526.ChannelCreateFlowGroupByFiles", async function () {
222
242
  try {
223
- const data = await client.SyncProxyOrganizationOperators({})
243
+ const data = await client.ChannelCreateFlowGroupByFiles({})
224
244
  expect(data).to.be.ok
225
245
  } catch(error) {
226
246
  expect(error.requestId).to.be.ok
@@ -108,6 +108,16 @@ it("gme.v20180711.CreateAgeDetectTask", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("gme.v20180711.DeleteRoomMember", async function () {
112
+ try {
113
+ const data = await client.DeleteRoomMember({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("gme.v20180711.DescribeApplicationData", async function () {
112
122
  try {
113
123
  const data = await client.DescribeApplicationData({})
@@ -368,6 +368,16 @@ it("monitor.v20180724.UpgradeGrafanaInstance", async function () {
368
368
  }
369
369
  })
370
370
 
371
+ it("monitor.v20180724.DescribeGrafanaChannels", async function () {
372
+ try {
373
+ const data = await client.DescribeGrafanaChannels({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
371
381
  it("monitor.v20180724.DeleteGrafanaIntegration", async function () {
372
382
  try {
373
383
  const data = await client.DeleteGrafanaIntegration({})
@@ -128,6 +128,16 @@ it("ms.v20180408.DescribeShieldInstances", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("ms.v20180408.DescribeScanInstances", async function () {
132
+ try {
133
+ const data = await client.DescribeScanInstances({})
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
+
131
141
  it("ms.v20180408.DescribeUrlDetectionResult", async function () {
132
142
  try {
133
143
  const data = await client.DescribeUrlDetectionResult({})
@@ -158,9 +168,9 @@ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("ms.v20180408.DescribeScanInstances", async function () {
171
+ it("ms.v20180408.DescribeApkDetectionResult", async function () {
162
172
  try {
163
- const data = await client.DescribeScanInstances({})
173
+ const data = await client.DescribeApkDetectionResult({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -288,6 +288,16 @@ it("ocr.v20181119.InvoiceGeneralOCR", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("ocr.v20181119.RecognizeMedicalInvoiceOCR", async function () {
292
+ try {
293
+ const data = await client.RecognizeMedicalInvoiceOCR({})
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
+
291
301
  it("ocr.v20181119.RecognizeOnlineTaxiItineraryOCR", async function () {
292
302
  try {
293
303
  const data = await client.RecognizeOnlineTaxiItineraryOCR({})
@@ -288,6 +288,16 @@ it("sqlserver.v20180328.DeleteDBInstance", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("sqlserver.v20180328.CreateBusinessDBInstances", async function () {
292
+ try {
293
+ const data = await client.CreateBusinessDBInstances({})
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
+
291
301
  it("sqlserver.v20180328.ModifyDBName", async function () {
292
302
  try {
293
303
  const data = await client.ModifyDBName({})
@@ -398,6 +408,16 @@ it("sqlserver.v20180328.ModifyDatabaseCDC", async function () {
398
408
  }
399
409
  })
400
410
 
411
+ it("sqlserver.v20180328.RunMigration", async function () {
412
+ try {
413
+ const data = await client.RunMigration({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
401
421
  it("sqlserver.v20180328.DescribeProjectSecurityGroups", async function () {
402
422
  try {
403
423
  const data = await client.DescribeProjectSecurityGroups({})
@@ -498,6 +518,16 @@ it("sqlserver.v20180328.DescribeInstanceParamRecords", async function () {
498
518
  }
499
519
  })
500
520
 
521
+ it("sqlserver.v20180328.CreateBusinessIntelligenceFile", async function () {
522
+ try {
523
+ const data = await client.CreateBusinessIntelligenceFile({})
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("sqlserver.v20180328.StartMigrationCheck", async function () {
502
532
  try {
503
533
  const data = await client.StartMigrationCheck({})
@@ -618,6 +648,16 @@ it("sqlserver.v20180328.CreateMigration", async function () {
618
648
  }
619
649
  })
620
650
 
651
+ it("sqlserver.v20180328.DeleteBusinessIntelligenceFile", async function () {
652
+ try {
653
+ const data = await client.DeleteBusinessIntelligenceFile({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
621
661
  it("sqlserver.v20180328.CreateBackupMigration", async function () {
622
662
  try {
623
663
  const data = await client.CreateBackupMigration({})
@@ -638,6 +678,16 @@ it("sqlserver.v20180328.DescribeDBInstances", async function () {
638
678
  }
639
679
  })
640
680
 
681
+ it("sqlserver.v20180328.DescribeBusinessIntelligenceFile", async function () {
682
+ try {
683
+ const data = await client.DescribeBusinessIntelligenceFile({})
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
+
641
691
  it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
642
692
  try {
643
693
  const data = await client.AssociateSecurityGroups({})
@@ -648,6 +698,16 @@ it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
648
698
  }
649
699
  })
650
700
 
701
+ it("sqlserver.v20180328.OpenInterCommunication", async function () {
702
+ try {
703
+ const data = await client.OpenInterCommunication({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
651
711
  it("sqlserver.v20180328.CreateIncrementalMigration", async function () {
652
712
  try {
653
713
  const data = await client.CreateIncrementalMigration({})
@@ -728,9 +788,9 @@ it("sqlserver.v20180328.DescribeMigrationDatabases", async function () {
728
788
  }
729
789
  })
730
790
 
731
- it("sqlserver.v20180328.RunMigration", async function () {
791
+ it("sqlserver.v20180328.DescribeDBInstanceInter", async function () {
732
792
  try {
733
- const data = await client.RunMigration({})
793
+ const data = await client.DescribeDBInstanceInter({})
734
794
  expect(data).to.be.ok
735
795
  } catch(error) {
736
796
  expect(error.requestId).to.be.ok
@@ -748,6 +808,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
748
808
  }
749
809
  })
750
810
 
811
+ it("sqlserver.v20180328.CloseInterCommunication", async function () {
812
+ try {
813
+ const data = await client.CloseInterCommunication({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
751
821
  it("sqlserver.v20180328.ModifyMigration", async function () {
752
822
  try {
753
823
  const data = await client.ModifyMigration({})
@@ -48,14 +48,4 @@ it("taf.v20200210.RecognizeTargetAudience", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("taf.v20200210.SendTrafficSecuritySmsMessage", async function () {
52
- try {
53
- const data = await client.SendTrafficSecuritySmsMessage({})
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
-
61
51
  })
@@ -28,6 +28,26 @@ it("tione.v20211111.DescribeTrainingModelVersion", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("tione.v20211111.DeleteBatchTask", async function () {
32
+ try {
33
+ const data = await client.DeleteBatchTask({})
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
+ it("tione.v20211111.DescribeBillingSpecs", async function () {
42
+ try {
43
+ const data = await client.DescribeBillingSpecs({})
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
+
31
51
  it("tione.v20211111.DeleteDataset", async function () {
32
52
  try {
33
53
  const data = await client.DeleteDataset({})
@@ -88,6 +108,16 @@ it("tione.v20211111.CreateTrainingTask", async function () {
88
108
  }
89
109
  })
90
110
 
111
+ it("tione.v20211111.StopBatchTask", async function () {
112
+ try {
113
+ const data = await client.StopBatchTask({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
91
121
  it("tione.v20211111.DescribeDatasetDetailUnstructured", async function () {
92
122
  try {
93
123
  const data = await client.DescribeDatasetDetailUnstructured({})
@@ -138,6 +168,26 @@ it("tione.v20211111.DeleteTrainingModel", async function () {
138
168
  }
139
169
  })
140
170
 
171
+ it("tione.v20211111.DescribeBatchTaskInstances", async function () {
172
+ try {
173
+ const data = await client.DescribeBatchTaskInstances({})
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
+
181
+ it("tione.v20211111.StopTrainingTask", async function () {
182
+ try {
183
+ const data = await client.StopTrainingTask({})
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
+
141
191
  it("tione.v20211111.StartTrainingTask", async function () {
142
192
  try {
143
193
  const data = await client.StartTrainingTask({})
@@ -168,9 +218,9 @@ it("tione.v20211111.PushTrainingMetrics", async function () {
168
218
  }
169
219
  })
170
220
 
171
- it("tione.v20211111.StopTrainingTask", async function () {
221
+ it("tione.v20211111.DescribeBatchTasks", async function () {
172
222
  try {
173
- const data = await client.StopTrainingTask({})
223
+ const data = await client.DescribeBatchTasks({})
174
224
  expect(data).to.be.ok
175
225
  } catch(error) {
176
226
  expect(error.requestId).to.be.ok
@@ -228,6 +278,16 @@ it("tione.v20211111.DescribeTrainingTask", async function () {
228
278
  }
229
279
  })
230
280
 
281
+ it("tione.v20211111.CreateBatchTask", async function () {
282
+ try {
283
+ const data = await client.CreateBatchTask({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
231
291
  it("tione.v20211111.DeleteTrainingTask", async function () {
232
292
  try {
233
293
  const data = await client.DeleteTrainingTask({})
@@ -238,6 +298,16 @@ it("tione.v20211111.DeleteTrainingTask", async function () {
238
298
  }
239
299
  })
240
300
 
301
+ it("tione.v20211111.DescribeBatchTask", async function () {
302
+ try {
303
+ const data = await client.DescribeBatchTask({})
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
+
241
311
  it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
242
312
  try {
243
313
  const data = await client.DescribeLatestTrainingMetrics({})
@@ -538,6 +538,16 @@ it("vod.v20180717.DeleteSuperPlayerConfig", async function () {
538
538
  }
539
539
  })
540
540
 
541
+ it("vod.v20180717.ReviewAudioVideo", async function () {
542
+ try {
543
+ const data = await client.ReviewAudioVideo({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
541
551
  it("vod.v20180717.DescribeProcedureTemplates", async function () {
542
552
  try {
543
553
  const data = await client.DescribeProcedureTemplates({})