tencentcloud-sdk-nodejs 4.0.339 → 4.0.342

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 (134) hide show
  1. package/CHANGELOG.md +439 -0
  2. package/SERVICE_CHANGELOG.md +470 -42
  3. package/package.json +1 -1
  4. package/products.md +27 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/apm/v20210622/apm_client.ts +47 -32
  8. package/src/services/apm/v20210622/apm_models.ts +310 -195
  9. package/src/services/bi/index.ts +5 -0
  10. package/src/services/bi/v20220105/bi_client.ts +57 -0
  11. package/src/services/bi/v20220105/bi_models.ts +214 -0
  12. package/src/services/bi/v20220105/index.ts +6 -0
  13. package/src/services/ccc/v20200210/ccc_client.ts +1 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +31 -30
  15. package/src/services/cdc/index.ts +5 -0
  16. package/src/services/cdc/v20201214/cdc_client.ts +286 -0
  17. package/src/services/cdc/v20201214/cdc_models.ts +1651 -0
  18. package/src/services/cdc/v20201214/index.ts +6 -0
  19. package/src/services/cdn/v20180606/cdn_models.ts +2 -2
  20. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  21. package/src/services/ckafka/v20190819/ckafka_models.ts +40 -0
  22. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  23. package/src/services/cpdp/v20190820/cpdp_models.ts +17 -9
  24. package/src/services/cwp/v20180228/cwp_models.ts +5 -0
  25. package/src/services/ess/v20201111/ess_models.ts +26 -8
  26. package/src/services/gaap/v20180529/gaap_client.ts +68 -28
  27. package/src/services/gaap/v20180529/gaap_models.ts +280 -68
  28. package/src/services/index.ts +2 -0
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
  30. package/src/services/lighthouse/v20200324/lighthouse_client.ts +12 -2
  31. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  32. package/src/services/ocr/v20181119/ocr_models.ts +7 -15
  33. package/src/services/redis/v20180412/redis_client.ts +13 -1
  34. package/src/services/redis/v20180412/redis_models.ts +47 -12
  35. package/src/services/sts/v20180813/sts_client.ts +1 -0
  36. package/src/services/sts/v20180813/sts_models.ts +23 -3
  37. package/src/services/teo/v20220106/teo_client.ts +23 -10
  38. package/src/services/teo/v20220106/teo_models.ts +130 -9
  39. package/src/services/tiw/v20190919/tiw_client.ts +3 -2
  40. package/src/services/tiw/v20190919/tiw_models.ts +79 -38
  41. package/src/services/tke/v20180525/tke_client.ts +498 -270
  42. package/src/services/tke/v20180525/tke_models.ts +4357 -4017
  43. package/src/services/tmt/v20180321/tmt_client.ts +61 -33
  44. package/src/services/tmt/v20180321/tmt_models.ts +285 -131
  45. package/src/services/trtc/v20190722/trtc_client.ts +215 -142
  46. package/src/services/trtc/v20190722/trtc_models.ts +773 -141
  47. package/src/services/tsf/v20180326/tsf_models.ts +6 -0
  48. package/src/services/vod/v20180717/vod_client.ts +32 -15
  49. package/src/services/vod/v20180717/vod_models.ts +69 -6
  50. package/src/services/vpc/v20170312/vpc_client.ts +36 -12
  51. package/src/services/vpc/v20170312/vpc_models.ts +40 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  55. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -9
  56. package/tencentcloud/services/apm/v20210622/apm_client.js +19 -12
  57. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +267 -169
  58. package/tencentcloud/services/bi/index.d.ts +6 -0
  59. package/tencentcloud/services/bi/index.js +7 -0
  60. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
  61. package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
  62. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
  63. package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
  64. package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
  65. package/tencentcloud/services/bi/v20220105/index.js +9 -0
  66. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
  67. package/tencentcloud/services/ccc/v20200210/ccc_client.js +1 -1
  68. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +29 -28
  69. package/tencentcloud/services/cdc/index.d.ts +6 -0
  70. package/tencentcloud/services/cdc/index.js +7 -0
  71. package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +90 -0
  72. package/tencentcloud/services/cdc/v20201214/cdc_client.js +151 -0
  73. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +1370 -0
  74. package/tencentcloud/services/cdc/v20201214/cdc_models.js +18 -0
  75. package/tencentcloud/services/cdc/v20201214/index.d.ts +6 -0
  76. package/tencentcloud/services/cdc/v20201214/index.js +9 -0
  77. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  78. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  79. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  80. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +34 -0
  81. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  82. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  83. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +14 -6
  84. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
  85. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
  86. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +21 -9
  87. package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
  88. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
  89. package/tencentcloud/services/index.d.ts +2 -0
  90. package/tencentcloud/services/index.js +4 -0
  91. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
  92. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
  93. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -2
  94. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +12 -2
  95. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  96. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  97. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -15
  98. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  99. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  100. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +41 -11
  101. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +20 -3
  102. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -5
  103. package/tencentcloud/services/teo/v20220106/teo_client.js +12 -6
  104. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +108 -4
  105. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  106. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +69 -33
  107. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +87 -11
  108. package/tencentcloud/services/tke/v20180525/tke_client.js +129 -15
  109. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3903 -3606
  110. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +23 -13
  111. package/tencentcloud/services/tmt/v20180321/tmt_client.js +31 -17
  112. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +259 -123
  113. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +95 -68
  114. package/tencentcloud/services/trtc/v20190722/trtc_client.js +121 -86
  115. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +672 -135
  116. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
  117. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -6
  118. package/tencentcloud/services/vod/v20180717/vod_client.js +17 -7
  119. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +61 -6
  120. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -5
  121. package/tencentcloud/services/vpc/v20170312/vpc_client.js +18 -6
  122. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +36 -0
  123. package/test/apm.v20210622.test.js +18 -8
  124. package/test/bi.v20220105.test.js +41 -0
  125. package/test/cdc.v20201214.test.js +221 -0
  126. package/test/ckafka.v20190819.test.js +10 -0
  127. package/test/gaap.v20180529.test.js +44 -14
  128. package/test/redis.v20180412.test.js +10 -0
  129. package/test/teo.v20220106.test.js +14 -4
  130. package/test/tke.v20180525.test.js +200 -10
  131. package/test/tmt.v20180321.test.js +28 -8
  132. package/test/trtc.v20190722.test.js +74 -34
  133. package/test/vod.v20180717.test.js +14 -4
  134. package/test/vpc.v20170312.test.js +24 -4
@@ -108,6 +108,16 @@ it("tke.v20180525.DescribeClusterCommonNames", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("tke.v20180525.EnableEventPersistence", async function () {
112
+ try {
113
+ const data = await client.EnableEventPersistence({})
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("tke.v20180525.DescribePrometheusAlertHistory", async function () {
112
122
  try {
113
123
  const data = await client.DescribePrometheusAlertHistory({})
@@ -168,6 +178,16 @@ it("tke.v20180525.CreateClusterNodePoolFromExistingAsg", async function () {
168
178
  }
169
179
  })
170
180
 
181
+ it("tke.v20180525.UninstallLogAgent", async function () {
182
+ try {
183
+ const data = await client.UninstallLogAgent({})
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
+
171
191
  it("tke.v20180525.DescribeVersions", async function () {
172
192
  try {
173
193
  const data = await client.DescribeVersions({})
@@ -188,6 +208,16 @@ it("tke.v20180525.DeleteEKSCluster", async function () {
188
208
  }
189
209
  })
190
210
 
211
+ it("tke.v20180525.EnableClusterAudit", async function () {
212
+ try {
213
+ const data = await client.EnableClusterAudit({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
191
221
  it("tke.v20180525.ModifyClusterNodePool", async function () {
192
222
  try {
193
223
  const data = await client.ModifyClusterNodePool({})
@@ -248,6 +278,16 @@ it("tke.v20180525.DeleteClusterRouteTable", async function () {
248
278
  }
249
279
  })
250
280
 
281
+ it("tke.v20180525.ModifyPrometheusAlertPolicy", async function () {
282
+ try {
283
+ const data = await client.ModifyPrometheusAlertPolicy({})
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
+
251
291
  it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
252
292
  try {
253
293
  const data = await client.DescribeClusterAuthenticationOptions({})
@@ -348,6 +388,16 @@ it("tke.v20180525.DescribeExistedInstances", async function () {
348
388
  }
349
389
  })
350
390
 
391
+ it("tke.v20180525.DescribeClusterNodePools", async function () {
392
+ try {
393
+ const data = await client.DescribeClusterNodePools({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
351
401
  it("tke.v20180525.DescribeEKSClusterCredential", async function () {
352
402
  try {
353
403
  const data = await client.DescribeEKSClusterCredential({})
@@ -428,6 +478,16 @@ it("tke.v20180525.AddExistedInstances", async function () {
428
478
  }
429
479
  })
430
480
 
481
+ it("tke.v20180525.ModifyClusterEndpointSP", async function () {
482
+ try {
483
+ const data = await client.ModifyClusterEndpointSP({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
431
491
  it("tke.v20180525.DisableClusterDeletionProtection", async function () {
432
492
  try {
433
493
  const data = await client.DisableClusterDeletionProtection({})
@@ -508,6 +568,16 @@ it("tke.v20180525.UpdateEKSContainerInstance", async function () {
508
568
  }
509
569
  })
510
570
 
571
+ it("tke.v20180525.DescribePrometheusTemp", async function () {
572
+ try {
573
+ const data = await client.DescribePrometheusTemp({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
511
581
  it("tke.v20180525.DescribePrometheusAlertRule", async function () {
512
582
  try {
513
583
  const data = await client.DescribePrometheusAlertRule({})
@@ -588,6 +658,16 @@ it("tke.v20180525.ModifyClusterAsGroupAttribute", async function () {
588
658
  }
589
659
  })
590
660
 
661
+ it("tke.v20180525.CreatePrometheusTemp", async function () {
662
+ try {
663
+ const data = await client.CreatePrometheusTemp({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
591
671
  it("tke.v20180525.DescribeClusterAsGroups", async function () {
592
672
  try {
593
673
  const data = await client.DescribeClusterAsGroups({})
@@ -688,6 +768,16 @@ it("tke.v20180525.CreateEKSContainerInstances", async function () {
688
768
  }
689
769
  })
690
770
 
771
+ it("tke.v20180525.DescribePrometheusRecordRules", async function () {
772
+ try {
773
+ const data = await client.DescribePrometheusRecordRules({})
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
+
691
781
  it("tke.v20180525.DeletePrometheusAlertRule", async function () {
692
782
  try {
693
783
  const data = await client.DeletePrometheusAlertRule({})
@@ -778,6 +868,16 @@ it("tke.v20180525.DescribeClusterSecurity", async function () {
778
868
  }
779
869
  })
780
870
 
871
+ it("tke.v20180525.DescribePrometheusClusterAgents", async function () {
872
+ try {
873
+ const data = await client.DescribePrometheusClusterAgents({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
781
881
  it("tke.v20180525.DeleteClusterNodePool", async function () {
782
882
  try {
783
883
  const data = await client.DeleteClusterNodePool({})
@@ -788,9 +888,9 @@ it("tke.v20180525.DeleteClusterNodePool", async function () {
788
888
  }
789
889
  })
790
890
 
791
- it("tke.v20180525.ScaleInClusterMaster", async function () {
891
+ it("tke.v20180525.InstallLogAgent", async function () {
792
892
  try {
793
- const data = await client.ScaleInClusterMaster({})
893
+ const data = await client.InstallLogAgent({})
794
894
  expect(data).to.be.ok
795
895
  } catch(error) {
796
896
  expect(error.requestId).to.be.ok
@@ -808,6 +908,16 @@ it("tke.v20180525.DescribeResourceUsage", async function () {
808
908
  }
809
909
  })
810
910
 
911
+ it("tke.v20180525.DescribePrometheusTempSync", async function () {
912
+ try {
913
+ const data = await client.DescribePrometheusTempSync({})
914
+ expect(data).to.be.ok
915
+ } catch(error) {
916
+ expect(error.requestId).to.be.ok
917
+ expect(error.code).to.be.ok
918
+ }
919
+ })
920
+
811
921
  it("tke.v20180525.DeleteClusterEndpointVip", async function () {
812
922
  try {
813
923
  const data = await client.DeleteClusterEndpointVip({})
@@ -818,9 +928,9 @@ it("tke.v20180525.DeleteClusterEndpointVip", async function () {
818
928
  }
819
929
  })
820
930
 
821
- it("tke.v20180525.DescribeClusterNodePools", async function () {
931
+ it("tke.v20180525.DescribePrometheusTemplates", async function () {
822
932
  try {
823
- const data = await client.DescribeClusterNodePools({})
933
+ const data = await client.DescribePrometheusTemplates({})
824
934
  expect(data).to.be.ok
825
935
  } catch(error) {
826
936
  expect(error.requestId).to.be.ok
@@ -838,9 +948,19 @@ it("tke.v20180525.DescribeImages", async function () {
838
948
  }
839
949
  })
840
950
 
841
- it("tke.v20180525.ModifyClusterEndpointSP", async function () {
951
+ it("tke.v20180525.DisableClusterAudit", async function () {
842
952
  try {
843
- const data = await client.ModifyClusterEndpointSP({})
953
+ const data = await client.DisableClusterAudit({})
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
+
961
+ it("tke.v20180525.ModifyClusterAuthenticationOptions", async function () {
962
+ try {
963
+ const data = await client.ModifyClusterAuthenticationOptions({})
844
964
  expect(data).to.be.ok
845
965
  } catch(error) {
846
966
  expect(error.requestId).to.be.ok
@@ -858,6 +978,16 @@ it("tke.v20180525.DescribeClusterRoutes", async function () {
858
978
  }
859
979
  })
860
980
 
981
+ it("tke.v20180525.SyncPrometheusTemp", async function () {
982
+ try {
983
+ const data = await client.SyncPrometheusTemp({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
861
991
  it("tke.v20180525.CreateImageCache", async function () {
862
992
  try {
863
993
  const data = await client.CreateImageCache({})
@@ -898,6 +1028,16 @@ it("tke.v20180525.DescribePrometheusOverviews", async function () {
898
1028
  }
899
1029
  })
900
1030
 
1031
+ it("tke.v20180525.CreatePrometheusAlertPolicy", async function () {
1032
+ try {
1033
+ const data = await client.CreatePrometheusAlertPolicy({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
901
1041
  it("tke.v20180525.DeletePrometheusTemplate", async function () {
902
1042
  try {
903
1043
  const data = await client.DeletePrometheusTemplate({})
@@ -908,9 +1048,9 @@ it("tke.v20180525.DeletePrometheusTemplate", async function () {
908
1048
  }
909
1049
  })
910
1050
 
911
- it("tke.v20180525.ModifyClusterAuthenticationOptions", async function () {
1051
+ it("tke.v20180525.DescribePrometheusAlertPolicy", async function () {
912
1052
  try {
913
- const data = await client.ModifyClusterAuthenticationOptions({})
1053
+ const data = await client.DescribePrometheusAlertPolicy({})
914
1054
  expect(data).to.be.ok
915
1055
  } catch(error) {
916
1056
  expect(error.requestId).to.be.ok
@@ -928,6 +1068,16 @@ it("tke.v20180525.DescribePrometheusAgents", async function () {
928
1068
  }
929
1069
  })
930
1070
 
1071
+ it("tke.v20180525.DisableEventPersistence", async function () {
1072
+ try {
1073
+ const data = await client.DisableEventPersistence({})
1074
+ expect(data).to.be.ok
1075
+ } catch(error) {
1076
+ expect(error.requestId).to.be.ok
1077
+ expect(error.code).to.be.ok
1078
+ }
1079
+ })
1080
+
931
1081
  it("tke.v20180525.DeleteClusterEndpoint", async function () {
932
1082
  try {
933
1083
  const data = await client.DeleteClusterEndpoint({})
@@ -978,6 +1128,16 @@ it("tke.v20180525.DescribeClusterAsGroupOption", async function () {
978
1128
  }
979
1129
  })
980
1130
 
1131
+ it("tke.v20180525.ScaleInClusterMaster", async function () {
1132
+ try {
1133
+ const data = await client.ScaleInClusterMaster({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
981
1141
  it("tke.v20180525.DescribeEKSClusters", async function () {
982
1142
  try {
983
1143
  const data = await client.DescribeEKSClusters({})
@@ -998,9 +1158,9 @@ it("tke.v20180525.CreateClusterNodePool", async function () {
998
1158
  }
999
1159
  })
1000
1160
 
1001
- it("tke.v20180525.DescribePrometheusTemplates", async function () {
1161
+ it("tke.v20180525.DeletePrometheusTemp", async function () {
1002
1162
  try {
1003
- const data = await client.DescribePrometheusTemplates({})
1163
+ const data = await client.DeletePrometheusTemp({})
1004
1164
  expect(data).to.be.ok
1005
1165
  } catch(error) {
1006
1166
  expect(error.requestId).to.be.ok
@@ -1068,6 +1228,16 @@ it("tke.v20180525.DisableVpcCniNetworkType", async function () {
1068
1228
  }
1069
1229
  })
1070
1230
 
1231
+ it("tke.v20180525.DescribePrometheusInstancesOverview", async function () {
1232
+ try {
1233
+ const data = await client.DescribePrometheusInstancesOverview({})
1234
+ expect(data).to.be.ok
1235
+ } catch(error) {
1236
+ expect(error.requestId).to.be.ok
1237
+ expect(error.code).to.be.ok
1238
+ }
1239
+ })
1240
+
1071
1241
  it("tke.v20180525.DeleteClusterInstances", async function () {
1072
1242
  try {
1073
1243
  const data = await client.DeleteClusterInstances({})
@@ -1078,6 +1248,26 @@ it("tke.v20180525.DeleteClusterInstances", async function () {
1078
1248
  }
1079
1249
  })
1080
1250
 
1251
+ it("tke.v20180525.DeletePrometheusTempSync", async function () {
1252
+ try {
1253
+ const data = await client.DeletePrometheusTempSync({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1261
+ it("tke.v20180525.DeletePrometheusAlertPolicy", async function () {
1262
+ try {
1263
+ const data = await client.DeletePrometheusAlertPolicy({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1081
1271
  it("tke.v20180525.UpdateEKSCluster", async function () {
1082
1272
  try {
1083
1273
  const data = await client.UpdateEKSCluster({})
@@ -18,9 +18,19 @@ const client = new tencentcloud.tmt.v20180321.Client({
18
18
  })
19
19
  describe("tmt.v20180321.test.js", function () {
20
20
 
21
- it("tmt.v20180321.TextTranslate", async function () {
21
+ it("tmt.v20180321.LanguageDetect", async function () {
22
22
  try {
23
- const data = await client.TextTranslate({})
23
+ const data = await client.LanguageDetect({})
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
+ it("tmt.v20180321.TextTranslateBatch", async function () {
32
+ try {
33
+ const data = await client.TextTranslateBatch({})
24
34
  expect(data).to.be.ok
25
35
  } catch(error) {
26
36
  expect(error.requestId).to.be.ok
@@ -38,9 +48,9 @@ it("tmt.v20180321.ImageTranslate", async function () {
38
48
  }
39
49
  })
40
50
 
41
- it("tmt.v20180321.SpeechTranslate", async function () {
51
+ it("tmt.v20180321.GetFileTranslate", async function () {
42
52
  try {
43
- const data = await client.SpeechTranslate({})
53
+ const data = await client.GetFileTranslate({})
44
54
  expect(data).to.be.ok
45
55
  } catch(error) {
46
56
  expect(error.requestId).to.be.ok
@@ -48,9 +58,9 @@ it("tmt.v20180321.SpeechTranslate", async function () {
48
58
  }
49
59
  })
50
60
 
51
- it("tmt.v20180321.TextTranslateBatch", async function () {
61
+ it("tmt.v20180321.TextTranslate", async function () {
52
62
  try {
53
- const data = await client.TextTranslateBatch({})
63
+ const data = await client.TextTranslate({})
54
64
  expect(data).to.be.ok
55
65
  } catch(error) {
56
66
  expect(error.requestId).to.be.ok
@@ -58,9 +68,19 @@ it("tmt.v20180321.TextTranslateBatch", async function () {
58
68
  }
59
69
  })
60
70
 
61
- it("tmt.v20180321.LanguageDetect", async function () {
71
+ it("tmt.v20180321.FileTranslate", async function () {
62
72
  try {
63
- const data = await client.LanguageDetect({})
73
+ const data = await client.FileTranslate({})
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
+
81
+ it("tmt.v20180321.SpeechTranslate", async function () {
82
+ try {
83
+ const data = await client.SpeechTranslate({})
64
84
  expect(data).to.be.ok
65
85
  } catch(error) {
66
86
  expect(error.requestId).to.be.ok
@@ -18,9 +18,9 @@ const client = new tencentcloud.trtc.v20190722.Client({
18
18
  })
19
19
  describe("trtc.v20190722.test.js", function () {
20
20
 
21
- it("trtc.v20190722.DescribeRecordStatistic", async function () {
21
+ it("trtc.v20190722.StartMCUMixTranscode", async function () {
22
22
  try {
23
- const data = await client.DescribeRecordStatistic({})
23
+ const data = await client.StartMCUMixTranscode({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,19 @@ it("trtc.v20190722.DescribeRecordStatistic", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
31
+ it("trtc.v20190722.DescribeRoomInformation", async function () {
32
32
  try {
33
- const data = await client.DescribeTrtcMcuTranscodeTime({})
33
+ const data = await client.DescribeRoomInformation({})
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("trtc.v20190722.StopMCUMixTranscode", async function () {
42
+ try {
43
+ const data = await client.StopMCUMixTranscode({})
34
44
  expect(data).to.be.ok
35
45
  } catch(error) {
36
46
  expect(error.requestId).to.be.ok
@@ -58,9 +68,9 @@ it("trtc.v20190722.DescribeHistoryScale", async function () {
58
68
  }
59
69
  })
60
70
 
61
- it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
71
+ it("trtc.v20190722.DeletePicture", async function () {
62
72
  try {
63
- const data = await client.StartMCUMixTranscodeByStrRoomId({})
73
+ const data = await client.DeletePicture({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -68,9 +78,9 @@ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
68
78
  }
69
79
  })
70
80
 
71
- it("trtc.v20190722.StartMCUMixTranscode", async function () {
81
+ it("trtc.v20190722.CreatePicture", async function () {
72
82
  try {
73
- const data = await client.StartMCUMixTranscode({})
83
+ const data = await client.CreatePicture({})
74
84
  expect(data).to.be.ok
75
85
  } catch(error) {
76
86
  expect(error.requestId).to.be.ok
@@ -78,9 +88,9 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
78
88
  }
79
89
  })
80
90
 
81
- it("trtc.v20190722.DeletePicture", async function () {
91
+ it("trtc.v20190722.RemoveUser", async function () {
82
92
  try {
83
- const data = await client.DeletePicture({})
93
+ const data = await client.RemoveUser({})
84
94
  expect(data).to.be.ok
85
95
  } catch(error) {
86
96
  expect(error.requestId).to.be.ok
@@ -88,9 +98,9 @@ it("trtc.v20190722.DeletePicture", async function () {
88
98
  }
89
99
  })
90
100
 
91
- it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
101
+ it("trtc.v20190722.ModifyCloudRecording", async function () {
92
102
  try {
93
- const data = await client.StopMCUMixTranscodeByStrRoomId({})
103
+ const data = await client.ModifyCloudRecording({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -98,9 +108,9 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
98
108
  }
99
109
  })
100
110
 
101
- it("trtc.v20190722.CreatePicture", async function () {
111
+ it("trtc.v20190722.DescribeCallDetail", async function () {
102
112
  try {
103
- const data = await client.CreatePicture({})
113
+ const data = await client.DescribeCallDetail({})
104
114
  expect(data).to.be.ok
105
115
  } catch(error) {
106
116
  expect(error.requestId).to.be.ok
@@ -108,9 +118,19 @@ it("trtc.v20190722.CreatePicture", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("trtc.v20190722.DescribePicture", async function () {
121
+ it("trtc.v20190722.CreateCloudRecording", async function () {
112
122
  try {
113
- const data = await client.DescribePicture({})
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
+ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
132
+ try {
133
+ const data = await client.StopMCUMixTranscodeByStrRoomId({})
114
134
  expect(data).to.be.ok
115
135
  } catch(error) {
116
136
  expect(error.requestId).to.be.ok
@@ -128,9 +148,9 @@ it("trtc.v20190722.ModifyPicture", async function () {
128
148
  }
129
149
  })
130
150
 
131
- it("trtc.v20190722.RemoveUser", async function () {
151
+ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
132
152
  try {
133
- const data = await client.RemoveUser({})
153
+ const data = await client.DismissRoomByStrRoomId({})
134
154
  expect(data).to.be.ok
135
155
  } catch(error) {
136
156
  expect(error.requestId).to.be.ok
@@ -138,9 +158,9 @@ it("trtc.v20190722.RemoveUser", async function () {
138
158
  }
139
159
  })
140
160
 
141
- it("trtc.v20190722.DescribeDetailEvent", async function () {
161
+ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
142
162
  try {
143
- const data = await client.DescribeDetailEvent({})
163
+ const data = await client.DescribeAbnormalEvent({})
144
164
  expect(data).to.be.ok
145
165
  } catch(error) {
146
166
  expect(error.requestId).to.be.ok
@@ -148,9 +168,9 @@ it("trtc.v20190722.DescribeDetailEvent", async function () {
148
168
  }
149
169
  })
150
170
 
151
- it("trtc.v20190722.DescribeCallDetail", async function () {
171
+ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
152
172
  try {
153
- const data = await client.DescribeCallDetail({})
173
+ const data = await client.StartMCUMixTranscodeByStrRoomId({})
154
174
  expect(data).to.be.ok
155
175
  } catch(error) {
156
176
  expect(error.requestId).to.be.ok
@@ -158,9 +178,9 @@ it("trtc.v20190722.DescribeCallDetail", async function () {
158
178
  }
159
179
  })
160
180
 
161
- it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
181
+ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
162
182
  try {
163
- const data = await client.DismissRoomByStrRoomId({})
183
+ const data = await client.RemoveUserByStrRoomId({})
164
184
  expect(data).to.be.ok
165
185
  } catch(error) {
166
186
  expect(error.requestId).to.be.ok
@@ -168,9 +188,9 @@ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
168
188
  }
169
189
  })
170
190
 
171
- it("trtc.v20190722.DescribeAbnormalEvent", async function () {
191
+ it("trtc.v20190722.DismissRoom", async function () {
172
192
  try {
173
- const data = await client.DescribeAbnormalEvent({})
193
+ const data = await client.DismissRoom({})
174
194
  expect(data).to.be.ok
175
195
  } catch(error) {
176
196
  expect(error.requestId).to.be.ok
@@ -178,9 +198,9 @@ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("trtc.v20190722.StopMCUMixTranscode", async function () {
201
+ it("trtc.v20190722.DescribeRecordStatistic", async function () {
182
202
  try {
183
- const data = await client.StopMCUMixTranscode({})
203
+ const data = await client.DescribeRecordStatistic({})
184
204
  expect(data).to.be.ok
185
205
  } catch(error) {
186
206
  expect(error.requestId).to.be.ok
@@ -188,9 +208,9 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
188
208
  }
189
209
  })
190
210
 
191
- it("trtc.v20190722.DescribeRoomInformation", async function () {
211
+ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
192
212
  try {
193
- const data = await client.DescribeRoomInformation({})
213
+ const data = await client.DescribeTrtcMcuTranscodeTime({})
194
214
  expect(data).to.be.ok
195
215
  } catch(error) {
196
216
  expect(error.requestId).to.be.ok
@@ -198,9 +218,9 @@ it("trtc.v20190722.DescribeRoomInformation", async function () {
198
218
  }
199
219
  })
200
220
 
201
- it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
221
+ it("trtc.v20190722.DescribeCloudRecording", async function () {
202
222
  try {
203
- const data = await client.RemoveUserByStrRoomId({})
223
+ const data = await client.DescribeCloudRecording({})
204
224
  expect(data).to.be.ok
205
225
  } catch(error) {
206
226
  expect(error.requestId).to.be.ok
@@ -208,9 +228,29 @@ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
208
228
  }
209
229
  })
210
230
 
211
- it("trtc.v20190722.DismissRoom", async function () {
231
+ it("trtc.v20190722.DeleteCloudRecording", async function () {
212
232
  try {
213
- const data = await client.DismissRoom({})
233
+ const data = await client.DeleteCloudRecording({})
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.DescribePicture", async function () {
242
+ try {
243
+ const data = await client.DescribePicture({})
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
+ it("trtc.v20190722.DescribeDetailEvent", async function () {
252
+ try {
253
+ const data = await client.DescribeDetailEvent({})
214
254
  expect(data).to.be.ok
215
255
  } catch(error) {
216
256
  expect(error.requestId).to.be.ok