tencentcloud-sdk-nodejs 4.0.704 → 4.0.706

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 (87) hide show
  1. package/CHANGELOG.md +286 -0
  2. package/SERVICE_CHANGELOG.md +325 -224
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +7 -6
  7. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  8. package/src/services/ccc/v20200210/ccc_models.ts +84 -27
  9. package/src/services/cdwpg/v20201230/cdwpg_client.ts +32 -17
  10. package/src/services/cdwpg/v20201230/cdwpg_models.ts +214 -18
  11. package/src/services/csip/v20221121/csip_client.ts +46 -7
  12. package/src/services/csip/v20221121/csip_models.ts +369 -57
  13. package/src/services/cvm/v20170312/cvm_models.ts +7 -6
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  15. package/src/services/emr/v20190103/emr_client.ts +18 -4
  16. package/src/services/emr/v20190103/emr_models.ts +163 -55
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +16 -2
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
  21. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +107 -51
  23. package/src/services/live/v20180801/live_models.ts +13 -0
  24. package/src/services/ocr/v20181119/ocr_models.ts +23 -22
  25. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  26. package/src/services/rum/v20210622/rum_models.ts +5 -1
  27. package/src/services/scf/v20180416/scf_models.ts +1 -1
  28. package/src/services/soe/v20180724/soe_models.ts +18 -12
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
  30. package/src/services/tke/v20180525/tke_models.ts +3 -2
  31. package/src/services/tse/v20201207/tse_client.ts +12 -0
  32. package/src/services/tse/v20201207/tse_models.ts +53 -0
  33. package/src/services/waf/v20180125/waf_client.ts +68 -18
  34. package/src/services/waf/v20180125/waf_models.ts +239 -25
  35. package/src/services/wedata/v20210820/wedata_client.ts +128 -28
  36. package/src/services/wedata/v20210820/wedata_models.ts +633 -84
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +7 -6
  40. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  41. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  42. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +82 -27
  43. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +11 -7
  44. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +15 -9
  45. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +209 -18
  46. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +13 -1
  47. package/tencentcloud/services/csip/v20221121/csip_client.js +18 -0
  48. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +359 -56
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -6
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  51. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  52. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  53. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +159 -55
  54. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  55. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +105 -51
  63. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  64. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -22
  65. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  66. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
  67. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  68. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +18 -12
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
  70. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -2
  71. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  72. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  73. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +51 -0
  74. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +21 -5
  75. package/tencentcloud/services/waf/v20180125/waf_client.js +30 -6
  76. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +229 -25
  77. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -10
  78. package/tencentcloud/services/wedata/v20210820/wedata_client.js +62 -12
  79. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +618 -87
  80. package/test/ccc.v20200210.test.js +10 -0
  81. package/test/cdwpg.v20201230.test.js +18 -8
  82. package/test/csip.v20221121.test.js +30 -0
  83. package/test/emr.v20190103.test.js +10 -0
  84. package/test/iotexplorer.v20190423.test.js +10 -0
  85. package/test/tse.v20201207.test.js +10 -0
  86. package/test/waf.v20180125.test.js +44 -4
  87. package/test/wedata.v20210820.test.js +86 -6
@@ -378,6 +378,16 @@ it("ccc.v20200210.DescribeProtectedTelCdr", async function () {
378
378
  }
379
379
  })
380
380
 
381
+ it("ccc.v20200210.DescribeIMCdrList", async function () {
382
+ try {
383
+ const data = await client.DescribeIMCdrList({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
381
391
  it("ccc.v20200210.DescribeCallInMetrics", async function () {
382
392
  try {
383
393
  const data = await client.DescribeCallInMetrics({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.cdwpg.v20201230.Client({
18
18
  })
19
19
  describe("cdwpg.v20201230.test.js", function () {
20
20
 
21
- it("cdwpg.v20201230.DestroyInstanceByApi", async function () {
21
+ it("cdwpg.v20201230.DescribeInstanceState", async function () {
22
22
  try {
23
- const data = await client.DestroyInstanceByApi({})
23
+ const data = await client.DescribeInstanceState({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("cdwpg.v20201230.DestroyInstanceByApi", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("cdwpg.v20201230.CreateInstanceByApi", async function () {
31
+ it("cdwpg.v20201230.DestroyInstanceByApi", async function () {
32
32
  try {
33
- const data = await client.CreateInstanceByApi({})
33
+ const data = await client.DestroyInstanceByApi({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("cdwpg.v20201230.CreateInstanceByApi", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cdwpg.v20201230.DescribeInstanceState", async function () {
41
+ it("cdwpg.v20201230.DescribeInstance", async function () {
42
42
  try {
43
- const data = await client.DescribeInstanceState({})
43
+ const data = await client.DescribeInstance({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("cdwpg.v20201230.DescribeInstanceState", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("cdwpg.v20201230.ModifyInstance", async function () {
51
+ it("cdwpg.v20201230.CreateInstanceByApi", async function () {
52
52
  try {
53
- const data = await client.ModifyInstance({})
53
+ const data = await client.CreateInstanceByApi({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -68,4 +68,14 @@ it("cdwpg.v20201230.DescribeSimpleInstances", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("cdwpg.v20201230.ModifyInstance", async function () {
72
+ try {
73
+ const data = await client.ModifyInstance({})
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
+
71
81
  })
@@ -38,6 +38,16 @@ it("csip.v20221121.DescribeDbAssetInfo", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("csip.v20221121.DescribeRiskCenterVULViewVULRiskList", async function () {
42
+ try {
43
+ const data = await client.DescribeRiskCenterVULViewVULRiskList({})
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("csip.v20221121.DescribeDomainAssets", async function () {
42
52
  try {
43
53
  const data = await client.DescribeDomainAssets({})
@@ -248,6 +258,16 @@ it("csip.v20221121.DescribeDbAssets", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("csip.v20221121.DescribeRiskCenterPortViewPortRiskList", async function () {
262
+ try {
263
+ const data = await client.DescribeRiskCenterPortViewPortRiskList({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
251
271
  it("csip.v20221121.DescribeRiskCenterAssetViewPortRiskList", async function () {
252
272
  try {
253
273
  const data = await client.DescribeRiskCenterAssetViewPortRiskList({})
@@ -258,6 +278,16 @@ it("csip.v20221121.DescribeRiskCenterAssetViewPortRiskList", async function () {
258
278
  }
259
279
  })
260
280
 
281
+ it("csip.v20221121.ModifyRiskCenterRiskStatus", async function () {
282
+ try {
283
+ const data = await client.ModifyRiskCenterRiskStatus({})
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
+
261
291
  it("csip.v20221121.StopRiskCenterTask", async function () {
262
292
  try {
263
293
  const data = await client.StopRiskCenterTask({})
@@ -108,6 +108,16 @@ it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("emr.v20190103.DescribeAutoScaleRecords", async function () {
112
+ try {
113
+ const data = await client.DescribeAutoScaleRecords({})
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("emr.v20190103.DescribeCvmQuota", async function () {
112
122
  try {
113
123
  const data = await client.DescribeCvmQuota({})
@@ -418,6 +418,16 @@ it("iotexplorer.v20190423.CallDeviceActionAsync", async function () {
418
418
  }
419
419
  })
420
420
 
421
+ it("iotexplorer.v20190423.GetDeviceSumStatistics", async function () {
422
+ try {
423
+ const data = await client.GetDeviceSumStatistics({})
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
+
421
431
  it("iotexplorer.v20190423.DeleteProject", async function () {
422
432
  try {
423
433
  const data = await client.DeleteProject({})
@@ -178,6 +178,16 @@ it("tse.v20201207.DeleteEngine", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayCertificate", async function () {
182
+ try {
183
+ const data = await client.ModifyCloudNativeAPIGatewayCertificate({})
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("tse.v20201207.DeleteCloudNativeAPIGatewayCanaryRule", async function () {
182
192
  try {
183
193
  const data = await client.DeleteCloudNativeAPIGatewayCanaryRule({})
@@ -558,6 +558,16 @@ it("waf.v20180125.DescribeWafInfo", async function () {
558
558
  }
559
559
  })
560
560
 
561
+ it("waf.v20180125.DescribeAttackWhiteRule", async function () {
562
+ try {
563
+ const data = await client.DescribeAttackWhiteRule({})
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
+
561
571
  it("waf.v20180125.DescribeHosts", async function () {
562
572
  try {
563
573
  const data = await client.DescribeHosts({})
@@ -608,9 +618,9 @@ it("waf.v20180125.ModifyHost", async function () {
608
618
  }
609
619
  })
610
620
 
611
- it("waf.v20180125.DescribeTlsVersion", async function () {
621
+ it("waf.v20180125.ModifyBotStatus", async function () {
612
622
  try {
613
- const data = await client.DescribeTlsVersion({})
623
+ const data = await client.ModifyBotStatus({})
614
624
  expect(data).to.be.ok
615
625
  } catch(error) {
616
626
  expect(error.requestId).to.be.ok
@@ -688,9 +698,9 @@ it("waf.v20180125.DeleteDownloadRecord", async function () {
688
698
  }
689
699
  })
690
700
 
691
- it("waf.v20180125.ModifyBotStatus", async function () {
701
+ it("waf.v20180125.DescribeTlsVersion", async function () {
692
702
  try {
693
- const data = await client.ModifyBotStatus({})
703
+ const data = await client.DescribeTlsVersion({})
694
704
  expect(data).to.be.ok
695
705
  } catch(error) {
696
706
  expect(error.requestId).to.be.ok
@@ -758,6 +768,16 @@ it("waf.v20180125.ModifyCustomRuleStatus", async function () {
758
768
  }
759
769
  })
760
770
 
771
+ it("waf.v20180125.DeleteAttackWhiteRule", async function () {
772
+ try {
773
+ const data = await client.DeleteAttackWhiteRule({})
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
+
761
781
  it("waf.v20180125.DescribeIpAccessControl", async function () {
762
782
  try {
763
783
  const data = await client.DescribeIpAccessControl({})
@@ -768,6 +788,16 @@ it("waf.v20180125.DescribeIpAccessControl", async function () {
768
788
  }
769
789
  })
770
790
 
791
+ it("waf.v20180125.AddAttackWhiteRule", async function () {
792
+ try {
793
+ const data = await client.AddAttackWhiteRule({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
771
801
  it("waf.v20180125.DescribeDomainCountInfo", async function () {
772
802
  try {
773
803
  const data = await client.DescribeDomainCountInfo({})
@@ -988,6 +1018,16 @@ it("waf.v20180125.DescribeInstances", async function () {
988
1018
  }
989
1019
  })
990
1020
 
1021
+ it("waf.v20180125.ModifyAttackWhiteRule", async function () {
1022
+ try {
1023
+ const data = await client.ModifyAttackWhiteRule({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
991
1031
  it("waf.v20180125.ModifyUserSignatureRule", async function () {
992
1032
  try {
993
1033
  const data = await client.ModifyUserSignatureRule({})
@@ -558,9 +558,9 @@ it("wedata.v20210820.DeleteRuleTemplate", async function () {
558
558
  }
559
559
  })
560
560
 
561
- it("wedata.v20210820.KillInstances", async function () {
561
+ it("wedata.v20210820.CreateDsFolder", async function () {
562
562
  try {
563
- const data = await client.KillInstances({})
563
+ const data = await client.CreateDsFolder({})
564
564
  expect(data).to.be.ok
565
565
  } catch(error) {
566
566
  expect(error.requestId).to.be.ok
@@ -708,9 +708,29 @@ it("wedata.v20210820.DeleteInLongAgent", async function () {
708
708
  }
709
709
  })
710
710
 
711
- it("wedata.v20210820.SubmitTaskTestRun", async function () {
711
+ it("wedata.v20210820.RunForceSucScheduleInstances", async function () {
712
712
  try {
713
- const data = await client.SubmitTaskTestRun({})
713
+ const data = await client.RunForceSucScheduleInstances({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("wedata.v20210820.DescribeDsFolderTree", async function () {
722
+ try {
723
+ const data = await client.DescribeDsFolderTree({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
+ it("wedata.v20210820.KillInstances", async function () {
732
+ try {
733
+ const data = await client.KillInstances({})
714
734
  expect(data).to.be.ok
715
735
  } catch(error) {
716
736
  expect(error.requestId).to.be.ok
@@ -1178,6 +1198,16 @@ it("wedata.v20210820.DescribeFunctionTypes", async function () {
1178
1198
  }
1179
1199
  })
1180
1200
 
1201
+ it("wedata.v20210820.DescribeDsParentFolderTree", async function () {
1202
+ try {
1203
+ const data = await client.DescribeDsParentFolderTree({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1181
1211
  it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
1182
1212
  try {
1183
1213
  const data = await client.DescribeTaskReportDetailList({})
@@ -1508,6 +1538,16 @@ it("wedata.v20210820.CreateHiveTableByDDL", async function () {
1508
1538
  }
1509
1539
  })
1510
1540
 
1541
+ it("wedata.v20210820.DeleteDsFolder", async function () {
1542
+ try {
1543
+ const data = await client.DeleteDsFolder({})
1544
+ expect(data).to.be.ok
1545
+ } catch(error) {
1546
+ expect(error.requestId).to.be.ok
1547
+ expect(error.code).to.be.ok
1548
+ }
1549
+ })
1550
+
1511
1551
  it("wedata.v20210820.ForceSucScheduleInstances", async function () {
1512
1552
  try {
1513
1553
  const data = await client.ForceSucScheduleInstances({})
@@ -1708,6 +1748,16 @@ it("wedata.v20210820.RerunInstances", async function () {
1708
1748
  }
1709
1749
  })
1710
1750
 
1751
+ it("wedata.v20210820.SubmitTaskTestRun", async function () {
1752
+ try {
1753
+ const data = await client.SubmitTaskTestRun({})
1754
+ expect(data).to.be.ok
1755
+ } catch(error) {
1756
+ expect(error.requestId).to.be.ok
1757
+ expect(error.code).to.be.ok
1758
+ }
1759
+ })
1760
+
1711
1761
  it("wedata.v20210820.DescribeBatchOperateTask", async function () {
1712
1762
  try {
1713
1763
  const data = await client.DescribeBatchOperateTask({})
@@ -2418,9 +2468,9 @@ it("wedata.v20210820.DescribeDependTasksNew", async function () {
2418
2468
  }
2419
2469
  })
2420
2470
 
2421
- it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
2471
+ it("wedata.v20210820.ModifyDsFolder", async function () {
2422
2472
  try {
2423
- const data = await client.ModifyTaskAlarmRegular({})
2473
+ const data = await client.ModifyDsFolder({})
2424
2474
  expect(data).to.be.ok
2425
2475
  } catch(error) {
2426
2476
  expect(error.requestId).to.be.ok
@@ -2638,6 +2688,26 @@ it("wedata.v20210820.ModifyDimensionWeight", async function () {
2638
2688
  }
2639
2689
  })
2640
2690
 
2691
+ it("wedata.v20210820.FindAllFolder", async function () {
2692
+ try {
2693
+ const data = await client.FindAllFolder({})
2694
+ expect(data).to.be.ok
2695
+ } catch(error) {
2696
+ expect(error.requestId).to.be.ok
2697
+ expect(error.code).to.be.ok
2698
+ }
2699
+ })
2700
+
2701
+ it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
2702
+ try {
2703
+ const data = await client.ModifyTaskAlarmRegular({})
2704
+ expect(data).to.be.ok
2705
+ } catch(error) {
2706
+ expect(error.requestId).to.be.ok
2707
+ expect(error.code).to.be.ok
2708
+ }
2709
+ })
2710
+
2641
2711
  it("wedata.v20210820.CheckDuplicateTemplateName", async function () {
2642
2712
  try {
2643
2713
  const data = await client.CheckDuplicateTemplateName({})
@@ -2648,6 +2718,16 @@ it("wedata.v20210820.CheckDuplicateTemplateName", async function () {
2648
2718
  }
2649
2719
  })
2650
2720
 
2721
+ it("wedata.v20210820.RunRerunScheduleInstances", async function () {
2722
+ try {
2723
+ const data = await client.RunRerunScheduleInstances({})
2724
+ expect(data).to.be.ok
2725
+ } catch(error) {
2726
+ expect(error.requestId).to.be.ok
2727
+ expect(error.code).to.be.ok
2728
+ }
2729
+ })
2730
+
2651
2731
  it("wedata.v20210820.BatchResumeIntegrationTasks", async function () {
2652
2732
  try {
2653
2733
  const data = await client.BatchResumeIntegrationTasks({})