tencentcloud-sdk-nodejs 4.0.370 → 4.0.373

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 (150) hide show
  1. package/CHANGELOG.md +829 -0
  2. package/SERVICE_CHANGELOG.md +1139 -31
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +3 -2
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +73 -27
  8. package/src/services/apm/v20210622/apm_models.ts +17 -11
  9. package/src/services/batch/v20170312/batch_models.ts +4 -3
  10. package/src/services/ccc/v20200210/ccc_client.ts +12 -0
  11. package/src/services/ccc/v20200210/ccc_models.ts +45 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +9 -0
  13. package/src/services/ciam/v20220331/ciam_client.ts +14 -1
  14. package/src/services/ciam/v20220331/ciam_models.ts +166 -4
  15. package/src/services/clb/v20180317/clb_models.ts +6 -0
  16. package/src/services/cls/v20201016/cls_client.ts +13 -64
  17. package/src/services/cls/v20201016/cls_models.ts +162 -467
  18. package/src/services/cpdp/v20190820/cpdp_client.ts +164 -38
  19. package/src/services/cpdp/v20190820/cpdp_models.ts +2093 -455
  20. package/src/services/cvm/v20170312/cvm_models.ts +10 -3
  21. package/src/services/cwp/v20180228/cwp_models.ts +87 -4
  22. package/src/services/dlc/v20210125/dlc_client.ts +243 -43
  23. package/src/services/dlc/v20210125/dlc_models.ts +1538 -281
  24. package/src/services/eb/v20210416/eb_client.ts +1 -0
  25. package/src/services/eb/v20210416/eb_models.ts +45 -5
  26. package/src/services/ess/v20201111/ess_client.ts +3 -3
  27. package/src/services/ess/v20201111/ess_models.ts +176 -154
  28. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -7
  29. package/src/services/essbasic/v20210526/essbasic_models.ts +235 -220
  30. package/src/services/gaap/v20180529/gaap_models.ts +6 -0
  31. package/src/services/index.ts +1 -0
  32. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
  33. package/src/services/mmps/v20200710/mmps_client.ts +20 -6
  34. package/src/services/mmps/v20200710/mmps_models.ts +157 -0
  35. package/src/services/monitor/v20180724/monitor_client.ts +22 -10
  36. package/src/services/monitor/v20180724/monitor_models.ts +110 -55
  37. package/src/services/mrs/v20200910/mrs_client.ts +1 -0
  38. package/src/services/mrs/v20200910/mrs_models.ts +41 -0
  39. package/src/services/ocr/v20181119/ocr_models.ts +14 -12
  40. package/src/services/taf/v20200210/taf_client.ts +3 -18
  41. package/src/services/taf/v20200210/taf_models.ts +16 -221
  42. package/src/services/tcbr/v20220217/tcbr_client.ts +1 -0
  43. package/src/services/tcbr/v20220217/tcbr_models.ts +46 -0
  44. package/src/services/tdmq/v20200217/tdmq_client.ts +22 -2
  45. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -12
  46. package/src/services/teo/v20220106/teo_client.ts +2 -1
  47. package/src/services/teo/v20220106/teo_models.ts +185 -113
  48. package/src/services/tke/v20180525/tke_client.ts +221 -65
  49. package/src/services/tke/v20180525/tke_models.ts +562 -154
  50. package/src/services/trtc/v20190722/trtc_client.ts +42 -115
  51. package/src/services/trtc/v20190722/trtc_models.ts +799 -1431
  52. package/src/services/tse/v20201207/tse_client.ts +75 -23
  53. package/src/services/tse/v20201207/tse_models.ts +417 -157
  54. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  55. package/src/services/tsf/v20180326/tsf_models.ts +25 -3
  56. package/src/services/vod/v20180717/vod_client.ts +18 -18
  57. package/src/services/vod/v20180717/vod_models.ts +238 -238
  58. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  59. package/src/services/yinsuda/index.ts +5 -0
  60. package/src/services/yinsuda/v20220527/index.ts +6 -0
  61. package/src/services/yinsuda/v20220527/yinsuda_client.ts +98 -0
  62. package/src/services/yinsuda/v20220527/yinsuda_models.ts +381 -0
  63. package/tencentcloud/common/sdk_version.d.ts +1 -1
  64. package/tencentcloud/common/sdk_version.js +1 -1
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  66. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +61 -22
  67. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +15 -9
  68. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -1
  69. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  70. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  71. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +38 -0
  72. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  73. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
  74. package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
  75. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +141 -4
  76. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  77. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
  78. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
  79. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +148 -406
  80. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
  81. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
  82. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1725 -337
  83. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -1
  84. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +73 -4
  85. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +77 -13
  86. package/tencentcloud/services/dlc/v20210125/dlc_client.js +114 -18
  87. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1230 -176
  88. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +37 -4
  89. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
  90. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
  91. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -144
  92. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -7
  93. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -7
  94. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +218 -206
  95. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  96. package/tencentcloud/services/index.d.ts +1 -0
  97. package/tencentcloud/services/index.js +2 -0
  98. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
  99. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
  100. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
  101. package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
  102. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +130 -0
  103. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -3
  104. package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -3
  105. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +94 -48
  106. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +35 -0
  107. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -12
  108. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  109. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  110. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +14 -184
  111. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +39 -0
  112. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +21 -1
  113. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -1
  114. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -12
  115. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +159 -94
  116. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +73 -21
  117. package/tencentcloud/services/tke/v20180525/tke_client.js +108 -30
  118. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +468 -119
  119. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -28
  120. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -35
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +773 -1310
  122. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
  123. package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
  124. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
  125. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  126. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +22 -3
  127. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -18
  128. package/tencentcloud/services/vod/v20180717/vod_client.js +18 -18
  129. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -237
  130. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  131. package/tencentcloud/services/yinsuda/index.d.ts +6 -0
  132. package/tencentcloud/services/yinsuda/index.js +7 -0
  133. package/tencentcloud/services/yinsuda/v20220527/index.d.ts +6 -0
  134. package/tencentcloud/services/yinsuda/v20220527/index.js +9 -0
  135. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +30 -0
  136. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +61 -0
  137. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +311 -0
  138. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.js +18 -0
  139. package/test/ccc.v20200210.test.js +10 -0
  140. package/test/ciam.v20220331.test.js +10 -0
  141. package/test/cls.v20201016.test.js +2 -42
  142. package/test/cpdp.v20190820.test.js +98 -8
  143. package/test/dlc.v20210125.test.js +172 -12
  144. package/test/mmps.v20200710.test.js +12 -2
  145. package/test/monitor.v20180724.test.js +12 -2
  146. package/test/taf.v20200210.test.js +0 -10
  147. package/test/tke.v20180525.test.js +162 -32
  148. package/test/trtc.v20190722.test.js +0 -40
  149. package/test/tse.v20201207.test.js +44 -4
  150. package/test/yinsuda.v20220527.test.js +71 -0
@@ -38,6 +38,16 @@ it("cpdp.v20190820.DistributeAccreditQuery", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("cpdp.v20190820.QueryOpenBankSubMerchantRateConfigure", async function () {
42
+ try {
43
+ const data = await client.QueryOpenBankSubMerchantRateConfigure({})
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("cpdp.v20190820.QueryFlexFreezeOrderList", async function () {
42
52
  try {
43
53
  const data = await client.QueryFlexFreezeOrderList({})
@@ -118,9 +128,9 @@ it("cpdp.v20190820.QueryOrder", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("cpdp.v20190820.UploadExternalAnchorInfo", async function () {
131
+ it("cpdp.v20190820.QueryOpenBankRefundOrder", async function () {
122
132
  try {
123
- const data = await client.UploadExternalAnchorInfo({})
133
+ const data = await client.QueryOpenBankRefundOrder({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -218,6 +228,16 @@ it("cpdp.v20190820.ViewContract", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("cpdp.v20190820.CreateOpenBankUnifiedOrder", async function () {
232
+ try {
233
+ const data = await client.CreateOpenBankUnifiedOrder({})
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
+
221
241
  it("cpdp.v20190820.QueryCustAcctIdBalance", async function () {
222
242
  try {
223
243
  const data = await client.QueryCustAcctIdBalance({})
@@ -618,6 +638,16 @@ it("cpdp.v20190820.CreatePayRollPreOrder", async function () {
618
638
  }
619
639
  })
620
640
 
641
+ it("cpdp.v20190820.AddContract", async function () {
642
+ try {
643
+ const data = await client.AddContract({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
621
651
  it("cpdp.v20190820.CreateCloudSubMerchant", async function () {
622
652
  try {
623
653
  const data = await client.CreateCloudSubMerchant({})
@@ -688,6 +718,16 @@ it("cpdp.v20190820.QueryFlexPayeeAccountInfo", async function () {
688
718
  }
689
719
  })
690
720
 
721
+ it("cpdp.v20190820.RefundOpenBankOrder", async function () {
722
+ try {
723
+ const data = await client.RefundOpenBankOrder({})
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
+
691
731
  it("cpdp.v20190820.CreatePayRollToken", async function () {
692
732
  try {
693
733
  const data = await client.CreatePayRollToken({})
@@ -698,6 +738,16 @@ it("cpdp.v20190820.CreatePayRollToken", async function () {
698
738
  }
699
739
  })
700
740
 
741
+ it("cpdp.v20190820.UploadExternalAnchorInfo", async function () {
742
+ try {
743
+ const data = await client.UploadExternalAnchorInfo({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
701
751
  it("cpdp.v20190820.UnifiedOrder", async function () {
702
752
  try {
703
753
  const data = await client.UnifiedOrder({})
@@ -738,6 +788,16 @@ it("cpdp.v20190820.QueryContractRelateShop", async function () {
738
788
  }
739
789
  })
740
790
 
791
+ it("cpdp.v20190820.ViewShop", async function () {
792
+ try {
793
+ const data = await client.ViewShop({})
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
+
741
801
  it("cpdp.v20190820.CheckAmount", async function () {
742
802
  try {
743
803
  const data = await client.CheckAmount({})
@@ -818,6 +878,16 @@ it("cpdp.v20190820.MigrateOrderRefund", async function () {
818
878
  }
819
879
  })
820
880
 
881
+ it("cpdp.v20190820.QueryOpenBankSubMerchantCredential", async function () {
882
+ try {
883
+ const data = await client.QueryOpenBankSubMerchantCredential({})
884
+ expect(data).to.be.ok
885
+ } catch(error) {
886
+ expect(error.requestId).to.be.ok
887
+ expect(error.code).to.be.ok
888
+ }
889
+ })
890
+
821
891
  it("cpdp.v20190820.QueryFlexPaymentOrderStatus", async function () {
822
892
  try {
823
893
  const data = await client.QueryFlexPaymentOrderStatus({})
@@ -878,6 +948,16 @@ it("cpdp.v20190820.QueryBankWithdrawCashDetails", async function () {
878
948
  }
879
949
  })
880
950
 
951
+ it("cpdp.v20190820.QueryOpenBankBillDataPage", async function () {
952
+ try {
953
+ const data = await client.QueryOpenBankBillDataPage({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
881
961
  it("cpdp.v20190820.QueryDownloadBillURL", async function () {
882
962
  try {
883
963
  const data = await client.QueryDownloadBillURL({})
@@ -1408,9 +1488,9 @@ it("cpdp.v20190820.DistributeQuery", async function () {
1408
1488
  }
1409
1489
  })
1410
1490
 
1411
- it("cpdp.v20190820.AddContract", async function () {
1491
+ it("cpdp.v20190820.CreateOpenBankSubMerchantRateConfigure", async function () {
1412
1492
  try {
1413
- const data = await client.AddContract({})
1493
+ const data = await client.CreateOpenBankSubMerchantRateConfigure({})
1414
1494
  expect(data).to.be.ok
1415
1495
  } catch(error) {
1416
1496
  expect(error.requestId).to.be.ok
@@ -1618,6 +1698,16 @@ it("cpdp.v20190820.QueryMemberTransaction", async function () {
1618
1698
  }
1619
1699
  })
1620
1700
 
1701
+ it("cpdp.v20190820.UploadOpenBankSubMerchantCredential", async function () {
1702
+ try {
1703
+ const data = await client.UploadOpenBankSubMerchantCredential({})
1704
+ expect(data).to.be.ok
1705
+ } catch(error) {
1706
+ expect(error.requestId).to.be.ok
1707
+ expect(error.code).to.be.ok
1708
+ }
1709
+ })
1710
+
1621
1711
  it("cpdp.v20190820.DistributeQueryReceiver", async function () {
1622
1712
  try {
1623
1713
  const data = await client.DistributeQueryReceiver({})
@@ -1728,9 +1818,9 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
1728
1818
  }
1729
1819
  })
1730
1820
 
1731
- it("cpdp.v20190820.ViewShop", async function () {
1821
+ it("cpdp.v20190820.QueryAgentStatements", async function () {
1732
1822
  try {
1733
- const data = await client.ViewShop({})
1823
+ const data = await client.QueryAgentStatements({})
1734
1824
  expect(data).to.be.ok
1735
1825
  } catch(error) {
1736
1826
  expect(error.requestId).to.be.ok
@@ -1878,9 +1968,9 @@ it("cpdp.v20190820.QueryAcctInfoList", async function () {
1878
1968
  }
1879
1969
  })
1880
1970
 
1881
- it("cpdp.v20190820.QueryAgentStatements", async function () {
1971
+ it("cpdp.v20190820.CreateOpenBankAggregatedSubMerchantRegistration", async function () {
1882
1972
  try {
1883
- const data = await client.QueryAgentStatements({})
1973
+ const data = await client.CreateOpenBankAggregatedSubMerchantRegistration({})
1884
1974
  expect(data).to.be.ok
1885
1975
  } catch(error) {
1886
1976
  expect(error.requestId).to.be.ok
@@ -38,9 +38,19 @@ it("dlc.v20210125.CreateTask", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("dlc.v20210125.AddUsersToWorkGroup", async function () {
41
+ it("dlc.v20210125.CreateTasksInOrder", async function () {
42
42
  try {
43
- const data = await client.AddUsersToWorkGroup({})
43
+ const data = await client.CreateTasksInOrder({})
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
+
51
+ it("dlc.v20210125.CheckLockMetaData", async function () {
52
+ try {
53
+ const data = await client.CheckLockMetaData({})
44
54
  expect(data).to.be.ok
45
55
  } catch(error) {
46
56
  expect(error.requestId).to.be.ok
@@ -58,9 +68,9 @@ it("dlc.v20210125.CreateImportTask", async function () {
58
68
  }
59
69
  })
60
70
 
61
- it("dlc.v20210125.DescribeTaskResult", async function () {
71
+ it("dlc.v20210125.AlterDMSTable", async function () {
62
72
  try {
63
- const data = await client.DescribeTaskResult({})
73
+ const data = await client.AlterDMSTable({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -68,9 +78,39 @@ it("dlc.v20210125.DescribeTaskResult", async function () {
68
78
  }
69
79
  })
70
80
 
71
- it("dlc.v20210125.BindWorkGroupsToUser", async function () {
81
+ it("dlc.v20210125.DropDMSDatabase", async function () {
72
82
  try {
73
- const data = await client.BindWorkGroupsToUser({})
83
+ const data = await client.DropDMSDatabase({})
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("dlc.v20210125.AddDMSPartitions", async function () {
92
+ try {
93
+ const data = await client.AddDMSPartitions({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("dlc.v20210125.DeleteScript", async function () {
102
+ try {
103
+ const data = await client.DeleteScript({})
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
+
111
+ it("dlc.v20210125.LockMetaData", async function () {
112
+ try {
113
+ const data = await client.LockMetaData({})
74
114
  expect(data).to.be.ok
75
115
  } catch(error) {
76
116
  expect(error.requestId).to.be.ok
@@ -88,6 +128,16 @@ it("dlc.v20210125.CreateTable", async function () {
88
128
  }
89
129
  })
90
130
 
131
+ it("dlc.v20210125.DescribeTaskResult", async function () {
132
+ try {
133
+ const data = await client.DescribeTaskResult({})
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
+
91
141
  it("dlc.v20210125.CreateExportTask", async function () {
92
142
  try {
93
143
  const data = await client.CreateExportTask({})
@@ -148,6 +198,16 @@ it("dlc.v20210125.DeleteWorkGroup", async function () {
148
198
  }
149
199
  })
150
200
 
201
+ it("dlc.v20210125.UnlockMetaData", async function () {
202
+ try {
203
+ const data = await client.UnlockMetaData({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
151
211
  it("dlc.v20210125.CreateStoreLocation", async function () {
152
212
  try {
153
213
  const data = await client.CreateStoreLocation({})
@@ -158,6 +218,16 @@ it("dlc.v20210125.CreateStoreLocation", async function () {
158
218
  }
159
219
  })
160
220
 
221
+ it("dlc.v20210125.DescribeDMSTable", async function () {
222
+ try {
223
+ const data = await client.DescribeDMSTable({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
161
231
  it("dlc.v20210125.DeleteUsersFromWorkGroup", async function () {
162
232
  try {
163
233
  const data = await client.DeleteUsersFromWorkGroup({})
@@ -188,6 +258,16 @@ it("dlc.v20210125.ListTaskJobLogDetail", async function () {
188
258
  }
189
259
  })
190
260
 
261
+ it("dlc.v20210125.AlterDMSDatabase", async function () {
262
+ try {
263
+ const data = await client.AlterDMSDatabase({})
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
+
191
271
  it("dlc.v20210125.UnbindWorkGroupsFromUser", async function () {
192
272
  try {
193
273
  const data = await client.UnbindWorkGroupsFromUser({})
@@ -208,6 +288,16 @@ it("dlc.v20210125.AttachWorkGroupPolicy", async function () {
208
288
  }
209
289
  })
210
290
 
291
+ it("dlc.v20210125.DescribeDMSPartitions", async function () {
292
+ try {
293
+ const data = await client.DescribeDMSPartitions({})
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
+
211
301
  it("dlc.v20210125.CreateSparkApp", async function () {
212
302
  try {
213
303
  const data = await client.CreateSparkApp({})
@@ -228,6 +318,16 @@ it("dlc.v20210125.CancelTask", async function () {
228
318
  }
229
319
  })
230
320
 
321
+ it("dlc.v20210125.DropDMSTable", async function () {
322
+ try {
323
+ const data = await client.DropDMSTable({})
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
+
231
331
  it("dlc.v20210125.CreateScript", async function () {
232
332
  try {
233
333
  const data = await client.CreateScript({})
@@ -238,6 +338,16 @@ it("dlc.v20210125.CreateScript", async function () {
238
338
  }
239
339
  })
240
340
 
341
+ it("dlc.v20210125.DescribeDMSTables", async function () {
342
+ try {
343
+ const data = await client.DescribeDMSTables({})
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
+
241
351
  it("dlc.v20210125.CreateDatabase", async function () {
242
352
  try {
243
353
  const data = await client.CreateDatabase({})
@@ -298,6 +408,16 @@ it("dlc.v20210125.DescribeTable", async function () {
298
408
  }
299
409
  })
300
410
 
411
+ it("dlc.v20210125.DescribeDMSDatabase", async function () {
412
+ try {
413
+ const data = await client.DescribeDMSDatabase({})
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
+
301
421
  it("dlc.v20210125.DescribeTasks", async function () {
302
422
  try {
303
423
  const data = await client.DescribeTasks({})
@@ -308,9 +428,9 @@ it("dlc.v20210125.DescribeTasks", async function () {
308
428
  }
309
429
  })
310
430
 
311
- it("dlc.v20210125.DeleteScript", async function () {
431
+ it("dlc.v20210125.BindWorkGroupsToUser", async function () {
312
432
  try {
313
- const data = await client.DeleteScript({})
433
+ const data = await client.BindWorkGroupsToUser({})
314
434
  expect(data).to.be.ok
315
435
  } catch(error) {
316
436
  expect(error.requestId).to.be.ok
@@ -328,6 +448,16 @@ it("dlc.v20210125.CreateSparkAppTask", async function () {
328
448
  }
329
449
  })
330
450
 
451
+ it("dlc.v20210125.DropDMSPartitions", async function () {
452
+ try {
453
+ const data = await client.DropDMSPartitions({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
331
461
  it("dlc.v20210125.ModifyUser", async function () {
332
462
  try {
333
463
  const data = await client.ModifyUser({})
@@ -358,9 +488,39 @@ it("dlc.v20210125.DescribeDatabases", async function () {
358
488
  }
359
489
  })
360
490
 
361
- it("dlc.v20210125.CreateTasksInOrder", async function () {
491
+ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
362
492
  try {
363
- const data = await client.CreateTasksInOrder({})
493
+ const data = await client.AddUsersToWorkGroup({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
501
+ it("dlc.v20210125.DescribeStoreLocation", async function () {
502
+ try {
503
+ const data = await client.DescribeStoreLocation({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("dlc.v20210125.CreateDMSDatabase", async function () {
512
+ try {
513
+ const data = await client.CreateDMSDatabase({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
521
+ it("dlc.v20210125.AlterDMSPartition", async function () {
522
+ try {
523
+ const data = await client.AlterDMSPartition({})
364
524
  expect(data).to.be.ok
365
525
  } catch(error) {
366
526
  expect(error.requestId).to.be.ok
@@ -378,9 +538,9 @@ it("dlc.v20210125.AttachUserPolicy", async function () {
378
538
  }
379
539
  })
380
540
 
381
- it("dlc.v20210125.DescribeStoreLocation", async function () {
541
+ it("dlc.v20210125.CreateDMSTable", async function () {
382
542
  try {
383
- const data = await client.DescribeStoreLocation({})
543
+ const data = await client.CreateDMSTable({})
384
544
  expect(data).to.be.ok
385
545
  } catch(error) {
386
546
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("mmps.v20200710.CreateAppScanTask", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("mmps.v20200710.DescribeScanTaskList", async function () {
31
+ it("mmps.v20200710.DescribeFlySecMiniAppScanReportList", async function () {
32
32
  try {
33
- const data = await client.DescribeScanTaskList({})
33
+ const data = await client.DescribeFlySecMiniAppScanReportList({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -98,6 +98,16 @@ it("mmps.v20200710.DescribeScanTaskReportUrl", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("mmps.v20200710.DescribeScanTaskList", async function () {
102
+ try {
103
+ const data = await client.DescribeScanTaskList({})
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("mmps.v20200710.DescribeFlySecMiniAppScanTaskList", async function () {
102
112
  try {
103
113
  const data = await client.DescribeFlySecMiniAppScanTaskList({})
@@ -168,9 +168,9 @@ it("monitor.v20180724.GetMonitorData", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("monitor.v20180724.ModifyAlarmPolicyTasks", async function () {
171
+ it("monitor.v20180724.CreatePrometheusMultiTenantInstancePostPayMode", async function () {
172
172
  try {
173
- const data = await client.ModifyAlarmPolicyTasks({})
173
+ const data = await client.CreatePrometheusMultiTenantInstancePostPayMode({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -628,6 +628,16 @@ it("monitor.v20180724.SetDefaultAlarmPolicy", async function () {
628
628
  }
629
629
  })
630
630
 
631
+ it("monitor.v20180724.ModifyAlarmPolicyTasks", async function () {
632
+ try {
633
+ const data = await client.ModifyAlarmPolicyTasks({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
631
641
  it("monitor.v20180724.DescribeRecordingRules", async function () {
632
642
  try {
633
643
  const data = await client.DescribeRecordingRules({})
@@ -18,16 +18,6 @@ const client = new tencentcloud.taf.v20200210.Client({
18
18
  })
19
19
  describe("taf.v20200210.test.js", function () {
20
20
 
21
- it("taf.v20200210.EnhanceTaDegree", async function () {
22
- try {
23
- const data = await client.EnhanceTaDegree({})
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
21
  it("taf.v20200210.RecognizeTargetAudience", async function () {
32
22
  try {
33
23
  const data = await client.RecognizeTargetAudience({})