tencentcloud-sdk-nodejs 4.0.369 → 4.0.372

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 (91) hide show
  1. package/CHANGELOG.md +425 -0
  2. package/SERVICE_CHANGELOG.md +422 -130
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +4 -3
  7. package/src/services/cii/v20210408/cii_models.ts +5 -0
  8. package/src/services/clb/v20180317/clb_models.ts +6 -0
  9. package/src/services/cls/v20201016/cls_client.ts +13 -64
  10. package/src/services/cls/v20201016/cls_models.ts +162 -467
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +163 -38
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +2077 -462
  13. package/src/services/cvm/v20170312/cvm_models.ts +10 -3
  14. package/src/services/cwp/v20180228/cwp_models.ts +6 -0
  15. package/src/services/eb/v20210416/eb_models.ts +5 -5
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +13 -14
  17. package/src/services/gaap/v20180529/gaap_models.ts +6 -0
  18. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
  19. package/src/services/mmps/v20200710/mmps_client.ts +20 -6
  20. package/src/services/mmps/v20200710/mmps_models.ts +157 -0
  21. package/src/services/monitor/v20180724/monitor_client.ts +93 -32
  22. package/src/services/monitor/v20180724/monitor_models.ts +651 -377
  23. package/src/services/mrs/v20200910/mrs_client.ts +1 -0
  24. package/src/services/mrs/v20200910/mrs_models.ts +41 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +25 -22
  26. package/src/services/postgres/v20170312/postgres_models.ts +2 -2
  27. package/src/services/tcbr/v20220217/tcbr_client.ts +1 -0
  28. package/src/services/tcbr/v20220217/tcbr_models.ts +29 -0
  29. package/src/services/tdmq/v20200217/tdmq_client.ts +22 -2
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -12
  31. package/src/services/teo/v20220106/teo_client.ts +4 -3
  32. package/src/services/teo/v20220106/teo_models.ts +132 -105
  33. package/src/services/tke/v20180525/tke_client.ts +13 -1
  34. package/src/services/tke/v20180525/tke_models.ts +61 -6
  35. package/src/services/trtc/v20190722/trtc_client.ts +42 -115
  36. package/src/services/trtc/v20190722/trtc_models.ts +799 -1431
  37. package/src/services/tse/v20201207/tse_client.ts +75 -23
  38. package/src/services/tse/v20201207/tse_models.ts +417 -157
  39. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  40. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -1
  44. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  45. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
  47. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +148 -406
  49. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1706 -338
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -1
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  54. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -11
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
  59. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
  60. package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
  61. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +130 -0
  62. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +28 -8
  63. package/tencentcloud/services/monitor/v20180724/monitor_client.js +40 -10
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +558 -325
  65. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +35 -0
  66. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +25 -22
  67. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
  68. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +25 -0
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +21 -1
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -1
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -12
  72. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  73. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
  74. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  75. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  76. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +52 -6
  77. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -28
  78. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -35
  79. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +773 -1310
  80. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
  81. package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
  82. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
  83. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  85. package/test/cls.v20201016.test.js +2 -42
  86. package/test/cpdp.v20190820.test.js +98 -8
  87. package/test/mmps.v20200710.test.js +12 -2
  88. package/test/monitor.v20180724.test.js +56 -6
  89. package/test/tke.v20180525.test.js +10 -0
  90. package/test/trtc.v20190722.test.js +0 -40
  91. package/test/tse.v20201207.test.js +44 -4
@@ -288,16 +288,6 @@ it("cls.v20201016.DeleteConfigFromMachineGroup", async function () {
288
288
  }
289
289
  })
290
290
 
291
- it("cls.v20201016.DeleteDataTransform", async function () {
292
- try {
293
- const data = await client.DeleteDataTransform({})
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
-
301
291
  it("cls.v20201016.DeleteConfigExtra", async function () {
302
292
  try {
303
293
  const data = await client.DeleteConfigExtra({})
@@ -308,19 +298,9 @@ it("cls.v20201016.DeleteConfigExtra", async function () {
308
298
  }
309
299
  })
310
300
 
311
- it("cls.v20201016.CreateDataTransform", async function () {
312
- try {
313
- const data = await client.CreateDataTransform({})
314
- expect(data).to.be.ok
315
- } catch(error) {
316
- expect(error.requestId).to.be.ok
317
- expect(error.code).to.be.ok
318
- }
319
- })
320
-
321
- it("cls.v20201016.DescribeDataTransformInfo", async function () {
301
+ it("cls.v20201016.DescribeAlarms", async function () {
322
302
  try {
323
- const data = await client.DescribeDataTransformInfo({})
303
+ const data = await client.DescribeAlarms({})
324
304
  expect(data).to.be.ok
325
305
  } catch(error) {
326
306
  expect(error.requestId).to.be.ok
@@ -498,16 +478,6 @@ it("cls.v20201016.DeleteIndex", async function () {
498
478
  }
499
479
  })
500
480
 
501
- it("cls.v20201016.ModifyDataTransform", async function () {
502
- try {
503
- const data = await client.ModifyDataTransform({})
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
481
  it("cls.v20201016.DeleteAlarm", async function () {
512
482
  try {
513
483
  const data = await client.DeleteAlarm({})
@@ -648,14 +618,4 @@ it("cls.v20201016.CloseKafkaConsumer", async function () {
648
618
  }
649
619
  })
650
620
 
651
- it("cls.v20201016.DescribeAlarms", async function () {
652
- try {
653
- const data = await client.DescribeAlarms({})
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
-
661
621
  })
@@ -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
@@ -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
@@ -488,6 +488,16 @@ it("monitor.v20180724.UpdateServiceDiscovery", async function () {
488
488
  }
489
489
  })
490
490
 
491
+ it("monitor.v20180724.ModifyAlarmNotice", async function () {
492
+ try {
493
+ const data = await client.ModifyAlarmNotice({})
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
+
491
501
  it("monitor.v20180724.DescribeMonitorTypes", async function () {
492
502
  try {
493
503
  const data = await client.DescribeMonitorTypes({})
@@ -518,9 +528,9 @@ it("monitor.v20180724.CreateExporterIntegration", async function () {
518
528
  }
519
529
  })
520
530
 
521
- it("monitor.v20180724.SetDefaultAlarmPolicy", async function () {
531
+ it("monitor.v20180724.DeleteRecordingRules", async function () {
522
532
  try {
523
- const data = await client.SetDefaultAlarmPolicy({})
533
+ const data = await client.DeleteRecordingRules({})
524
534
  expect(data).to.be.ok
525
535
  } catch(error) {
526
536
  expect(error.requestId).to.be.ok
@@ -608,6 +618,36 @@ it("monitor.v20180724.DescribeAlarmMetrics", async function () {
608
618
  }
609
619
  })
610
620
 
621
+ it("monitor.v20180724.SetDefaultAlarmPolicy", async function () {
622
+ try {
623
+ const data = await client.SetDefaultAlarmPolicy({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
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
+
641
+ it("monitor.v20180724.DescribeRecordingRules", async function () {
642
+ try {
643
+ const data = await client.DescribeRecordingRules({})
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
+
611
651
  it("monitor.v20180724.DeleteExporterIntegration", async function () {
612
652
  try {
613
653
  const data = await client.DeleteExporterIntegration({})
@@ -668,6 +708,16 @@ it("monitor.v20180724.DeleteAlarmNotices", async function () {
668
708
  }
669
709
  })
670
710
 
711
+ it("monitor.v20180724.UpdateRecordingRule", async function () {
712
+ try {
713
+ const data = await client.UpdateRecordingRule({})
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
+
671
721
  it("monitor.v20180724.DescribeServiceDiscovery", async function () {
672
722
  try {
673
723
  const data = await client.DescribeServiceDiscovery({})
@@ -678,9 +728,9 @@ it("monitor.v20180724.DescribeServiceDiscovery", async function () {
678
728
  }
679
729
  })
680
730
 
681
- it("monitor.v20180724.ModifyAlarmNotice", async function () {
731
+ it("monitor.v20180724.CreateRecordingRule", async function () {
682
732
  try {
683
- const data = await client.ModifyAlarmNotice({})
733
+ const data = await client.CreateRecordingRule({})
684
734
  expect(data).to.be.ok
685
735
  } catch(error) {
686
736
  expect(error.requestId).to.be.ok
@@ -1388,6 +1388,16 @@ it("tke.v20180525.EnableClusterDeletionProtection", async function () {
1388
1388
  }
1389
1389
  })
1390
1390
 
1391
+ it("tke.v20180525.ForwardTKEEdgeApplicationRequestV3", async function () {
1392
+ try {
1393
+ const data = await client.ForwardTKEEdgeApplicationRequestV3({})
1394
+ expect(data).to.be.ok
1395
+ } catch(error) {
1396
+ expect(error.requestId).to.be.ok
1397
+ expect(error.code).to.be.ok
1398
+ }
1399
+ })
1400
+
1391
1401
  it("tke.v20180525.SyncPrometheusTemplate", async function () {
1392
1402
  try {
1393
1403
  const data = await client.SyncPrometheusTemplate({})
@@ -108,26 +108,6 @@ it("trtc.v20190722.DescribeCallDetail", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("trtc.v20190722.ModifyCloudRecording", async function () {
112
- try {
113
- const data = await client.ModifyCloudRecording({})
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
-
121
- it("trtc.v20190722.CreateCloudRecording", async function () {
122
- try {
123
- const data = await client.CreateCloudRecording({})
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
-
131
111
  it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
132
112
  try {
133
113
  const data = await client.DescribeExternalTrtcMeasure({})
@@ -228,26 +208,6 @@ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
228
208
  }
229
209
  })
230
210
 
231
- it("trtc.v20190722.DescribeCloudRecording", async function () {
232
- try {
233
- const data = await client.DescribeCloudRecording({})
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
-
241
- it("trtc.v20190722.DeleteCloudRecording", async function () {
242
- try {
243
- const data = await client.DeleteCloudRecording({})
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
211
  it("trtc.v20190722.DescribePicture", async function () {
252
212
  try {
253
213
  const data = await client.DescribePicture({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.tse.v20201207.Client({
18
18
  })
19
19
  describe("tse.v20201207.test.js", function () {
20
20
 
21
+ it("tse.v20201207.DescribeZookeeperReplicas", async function () {
22
+ try {
23
+ const data = await client.DescribeZookeeperReplicas({})
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("tse.v20201207.DeleteEngine", async function () {
22
32
  try {
23
33
  const data = await client.DeleteEngine({})
@@ -28,9 +38,29 @@ it("tse.v20201207.DeleteEngine", async function () {
28
38
  }
29
39
  })
30
40
 
31
- it("tse.v20201207.DescribeSREInstanceAccessAddress", async function () {
41
+ it("tse.v20201207.DescribeSREInstances", async function () {
32
42
  try {
33
- const data = await client.DescribeSREInstanceAccessAddress({})
43
+ const data = await client.DescribeSREInstances({})
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("tse.v20201207.DescribeNacosReplicas", async function () {
52
+ try {
53
+ const data = await client.DescribeNacosReplicas({})
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
+ it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
62
+ try {
63
+ const data = await client.DescribeZookeeperServerInterfaces({})
34
64
  expect(data).to.be.ok
35
65
  } catch(error) {
36
66
  expect(error.requestId).to.be.ok
@@ -48,9 +78,19 @@ it("tse.v20201207.CreateEngine", async function () {
48
78
  }
49
79
  })
50
80
 
51
- it("tse.v20201207.DescribeSREInstances", async function () {
81
+ it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
52
82
  try {
53
- const data = await client.DescribeSREInstances({})
83
+ const data = await client.DescribeNacosServerInterfaces({})
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("tse.v20201207.DescribeSREInstanceAccessAddress", async function () {
92
+ try {
93
+ const data = await client.DescribeSREInstanceAccessAddress({})
54
94
  expect(data).to.be.ok
55
95
  } catch(error) {
56
96
  expect(error.requestId).to.be.ok