tencentcloud-sdk-nodejs 4.0.352 → 4.0.355

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 (106) hide show
  1. package/CHANGELOG.md +585 -0
  2. package/SERVICE_CHANGELOG.md +628 -40
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/api/v20201106/api_models.ts +2 -2
  7. package/src/services/as/v20180419/as_client.ts +2 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  9. package/src/services/cdb/v20170320/cdb_models.ts +20 -0
  10. package/src/services/cdn/v20180606/cdn_client.ts +27 -15
  11. package/src/services/cdn/v20180606/cdn_models.ts +87 -52
  12. package/src/services/cpdp/v20190820/cpdp_client.ts +237 -48
  13. package/src/services/cpdp/v20190820/cpdp_models.ts +1896 -527
  14. package/src/services/cvm/v20170312/cvm_models.ts +22 -0
  15. package/src/services/dasb/v20191018/dasb_client.ts +202 -34
  16. package/src/services/dasb/v20191018/dasb_models.ts +633 -175
  17. package/src/services/dlc/v20210125/dlc_models.ts +7 -1
  18. package/src/services/ess/v20201111/ess_client.ts +30 -9
  19. package/src/services/ess/v20201111/ess_models.ts +254 -6
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -0
  21. package/src/services/faceid/v20180301/faceid_client.ts +13 -1
  22. package/src/services/faceid/v20180301/faceid_models.ts +161 -19
  23. package/src/services/gaap/v20180529/gaap_models.ts +10 -6
  24. package/src/services/index.ts +1 -0
  25. package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
  26. package/src/services/soe/v20180724/soe_models.ts +2 -2
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +11 -1
  28. package/src/services/tan/index.ts +5 -0
  29. package/src/services/tan/v20220420/index.ts +6 -0
  30. package/src/services/tan/v20220420/tan_client.ts +40 -0
  31. package/src/services/tan/v20220420/tan_models.ts +46 -0
  32. package/src/services/teo/v20220106/teo_client.ts +585 -18
  33. package/src/services/teo/v20220106/teo_models.ts +3872 -252
  34. package/src/services/thpc/v20220401/thpc_models.ts +1 -1
  35. package/src/services/tiia/v20190529/tiia_client.ts +8 -3
  36. package/src/services/tiia/v20190529/tiia_models.ts +254 -83
  37. package/src/services/tke/v20180525/tke_client.ts +302 -74
  38. package/src/services/tke/v20180525/tke_models.ts +1504 -479
  39. package/src/services/trtc/v20190722/trtc_client.ts +91 -61
  40. package/src/services/trtc/v20190722/trtc_models.ts +1145 -994
  41. package/src/services/tse/v20201207/tse_models.ts +5 -0
  42. package/src/services/tts/v20190823/tts_client.ts +11 -0
  43. package/src/services/tts/v20190823/tts_models.ts +2 -2
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
  47. package/tencentcloud/services/as/v20180419/as_client.d.ts +2 -0
  48. package/tencentcloud/services/as/v20180419/as_client.js +2 -0
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -0
  50. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +9 -5
  51. package/tencentcloud/services/cdn/v20180606/cdn_client.js +12 -6
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +76 -46
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +65 -9
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +96 -12
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1640 -473
  56. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -0
  57. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +67 -11
  58. package/tencentcloud/services/dasb/v20191018/dasb_client.js +99 -15
  59. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +554 -157
  60. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -1
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -3
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +210 -5
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -0
  65. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  66. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +136 -16
  68. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -6
  69. package/tencentcloud/services/index.d.ts +1 -0
  70. package/tencentcloud/services/index.js +2 -0
  71. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
  72. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
  73. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -1
  74. package/tencentcloud/services/tan/index.d.ts +6 -0
  75. package/tencentcloud/services/tan/index.js +7 -0
  76. package/tencentcloud/services/tan/v20220420/index.d.ts +6 -0
  77. package/tencentcloud/services/tan/v20220420/index.js +9 -0
  78. package/tencentcloud/services/tan/v20220420/tan_client.d.ts +14 -0
  79. package/tencentcloud/services/tan/v20220420/tan_client.js +37 -0
  80. package/tencentcloud/services/tan/v20220420/tan_models.d.ts +26 -0
  81. package/tencentcloud/services/tan/v20220420/tan_models.js +18 -0
  82. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +179 -3
  83. package/tencentcloud/services/teo/v20220106/teo_client.js +267 -3
  84. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3325 -232
  85. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +1 -1
  86. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +1 -1
  87. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +225 -76
  88. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +91 -19
  89. package/tencentcloud/services/tke/v20180525/tke_client.js +135 -27
  90. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1235 -363
  91. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +17 -5
  92. package/tencentcloud/services/trtc/v20190722/trtc_client.js +22 -6
  93. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +976 -849
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  95. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +11 -0
  96. package/tencentcloud/services/tts/v20190823/tts_client.js +11 -0
  97. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
  98. package/test/cdn.v20180606.test.js +14 -4
  99. package/test/cpdp.v20190820.test.js +148 -8
  100. package/test/dasb.v20191018.test.js +150 -10
  101. package/test/ess.v20201111.test.js +12 -2
  102. package/test/faceid.v20180301.test.js +10 -0
  103. package/test/tan.v20220420.test.js +31 -0
  104. package/test/teo.v20220106.test.js +442 -2
  105. package/test/tke.v20180525.test.js +202 -22
  106. package/test/trtc.v20190722.test.js +24 -4
@@ -18,6 +18,16 @@ const client = new tencentcloud.tke.v20180525.Client({
18
18
  })
19
19
  describe("tke.v20180525.test.js", function () {
20
20
 
21
+ it("tke.v20180525.CreateECMInstances", async function () {
22
+ try {
23
+ const data = await client.CreateECMInstances({})
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("tke.v20180525.UpdateImageCache", async function () {
22
32
  try {
23
33
  const data = await client.UpdateImageCache({})
@@ -68,6 +78,16 @@ it("tke.v20180525.DeleteCluster", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("tke.v20180525.DeleteEdgeClusterInstances", async function () {
82
+ try {
83
+ const data = await client.DeleteEdgeClusterInstances({})
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
+
71
91
  it("tke.v20180525.ModifyPrometheusAlertRule", async function () {
72
92
  try {
73
93
  const data = await client.ModifyPrometheusAlertRule({})
@@ -98,6 +118,16 @@ it("tke.v20180525.DescribeEKSContainerInstanceEvent", async function () {
98
118
  }
99
119
  })
100
120
 
121
+ it("tke.v20180525.DescribeEdgeAvailableExtraArgs", async function () {
122
+ try {
123
+ const data = await client.DescribeEdgeAvailableExtraArgs({})
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
+
101
131
  it("tke.v20180525.DescribeClusterCommonNames", async function () {
102
132
  try {
103
133
  const data = await client.DescribeClusterCommonNames({})
@@ -128,6 +158,16 @@ it("tke.v20180525.DescribePrometheusAlertHistory", async function () {
128
158
  }
129
159
  })
130
160
 
161
+ it("tke.v20180525.DescribeTKEEdgeClusterCredential", async function () {
162
+ try {
163
+ const data = await client.DescribeTKEEdgeClusterCredential({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
131
171
  it("tke.v20180525.CreateClusterRouteTable", async function () {
132
172
  try {
133
173
  const data = await client.CreateClusterRouteTable({})
@@ -158,6 +198,16 @@ it("tke.v20180525.CreatePrometheusTemplate", async function () {
158
198
  }
159
199
  })
160
200
 
201
+ it("tke.v20180525.InstallLogAgent", async function () {
202
+ try {
203
+ const data = await client.InstallLogAgent({})
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
+
161
211
  it("tke.v20180525.GetMostSuitableImageCache", async function () {
162
212
  try {
163
213
  const data = await client.GetMostSuitableImageCache({})
@@ -168,9 +218,19 @@ it("tke.v20180525.GetMostSuitableImageCache", async function () {
168
218
  }
169
219
  })
170
220
 
171
- it("tke.v20180525.CreateClusterNodePoolFromExistingAsg", async function () {
221
+ it("tke.v20180525.DescribeAvailableTKEEdgeVersion", async function () {
172
222
  try {
173
- const data = await client.CreateClusterNodePoolFromExistingAsg({})
223
+ const data = await client.DescribeAvailableTKEEdgeVersion({})
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
+
231
+ it("tke.v20180525.DescribeTKEEdgeClusters", async function () {
232
+ try {
233
+ const data = await client.DescribeTKEEdgeClusters({})
174
234
  expect(data).to.be.ok
175
235
  } catch(error) {
176
236
  expect(error.requestId).to.be.ok
@@ -198,6 +258,16 @@ it("tke.v20180525.DescribeVersions", async function () {
198
258
  }
199
259
  })
200
260
 
261
+ it("tke.v20180525.ForwardApplicationRequestV3", async function () {
262
+ try {
263
+ const data = await client.ForwardApplicationRequestV3({})
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
+
201
271
  it("tke.v20180525.DeleteEKSCluster", async function () {
202
272
  try {
203
273
  const data = await client.DeleteEKSCluster({})
@@ -208,6 +278,16 @@ it("tke.v20180525.DeleteEKSCluster", async function () {
208
278
  }
209
279
  })
210
280
 
281
+ it("tke.v20180525.DescribeTKEEdgeExternalKubeconfig", async function () {
282
+ try {
283
+ const data = await client.DescribeTKEEdgeExternalKubeconfig({})
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
+
211
291
  it("tke.v20180525.EnableClusterAudit", async function () {
212
292
  try {
213
293
  const data = await client.EnableClusterAudit({})
@@ -218,9 +298,9 @@ it("tke.v20180525.EnableClusterAudit", async function () {
218
298
  }
219
299
  })
220
300
 
221
- it("tke.v20180525.ModifyClusterNodePool", async function () {
301
+ it("tke.v20180525.DescribeEdgeClusterExtraArgs", async function () {
222
302
  try {
223
- const data = await client.ModifyClusterNodePool({})
303
+ const data = await client.DescribeEdgeClusterExtraArgs({})
224
304
  expect(data).to.be.ok
225
305
  } catch(error) {
226
306
  expect(error.requestId).to.be.ok
@@ -298,9 +378,9 @@ it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
298
378
  }
299
379
  })
300
380
 
301
- it("tke.v20180525.DescribeClusterStatus", async function () {
381
+ it("tke.v20180525.DeleteECMInstances", async function () {
302
382
  try {
303
- const data = await client.DescribeClusterStatus({})
383
+ const data = await client.DeleteECMInstances({})
304
384
  expect(data).to.be.ok
305
385
  } catch(error) {
306
386
  expect(error.requestId).to.be.ok
@@ -388,9 +468,9 @@ it("tke.v20180525.DescribeExistedInstances", async function () {
388
468
  }
389
469
  })
390
470
 
391
- it("tke.v20180525.DescribeClusterNodePools", async function () {
471
+ it("tke.v20180525.DescribeEKSClusterCredential", async function () {
392
472
  try {
393
- const data = await client.DescribeClusterNodePools({})
473
+ const data = await client.DescribeEKSClusterCredential({})
394
474
  expect(data).to.be.ok
395
475
  } catch(error) {
396
476
  expect(error.requestId).to.be.ok
@@ -398,9 +478,9 @@ it("tke.v20180525.DescribeClusterNodePools", async function () {
398
478
  }
399
479
  })
400
480
 
401
- it("tke.v20180525.DescribeEKSClusterCredential", async function () {
481
+ it("tke.v20180525.UpgradeClusterInstances", async function () {
402
482
  try {
403
- const data = await client.DescribeEKSClusterCredential({})
483
+ const data = await client.UpgradeClusterInstances({})
404
484
  expect(data).to.be.ok
405
485
  } catch(error) {
406
486
  expect(error.requestId).to.be.ok
@@ -408,9 +488,9 @@ it("tke.v20180525.DescribeEKSClusterCredential", async function () {
408
488
  }
409
489
  })
410
490
 
411
- it("tke.v20180525.UpgradeClusterInstances", async function () {
491
+ it("tke.v20180525.DescribeClusterRouteTables", async function () {
412
492
  try {
413
- const data = await client.UpgradeClusterInstances({})
493
+ const data = await client.DescribeClusterRouteTables({})
414
494
  expect(data).to.be.ok
415
495
  } catch(error) {
416
496
  expect(error.requestId).to.be.ok
@@ -418,9 +498,9 @@ it("tke.v20180525.UpgradeClusterInstances", async function () {
418
498
  }
419
499
  })
420
500
 
421
- it("tke.v20180525.DescribeClusterRouteTables", async function () {
501
+ it("tke.v20180525.DeleteEdgeCVMInstances", async function () {
422
502
  try {
423
- const data = await client.DescribeClusterRouteTables({})
503
+ const data = await client.DeleteEdgeCVMInstances({})
424
504
  expect(data).to.be.ok
425
505
  } catch(error) {
426
506
  expect(error.requestId).to.be.ok
@@ -528,6 +608,16 @@ it("tke.v20180525.DescribeClusterInstances", async function () {
528
608
  }
529
609
  })
530
610
 
611
+ it("tke.v20180525.DescribeEdgeCVMInstances", async function () {
612
+ try {
613
+ const data = await client.DescribeEdgeCVMInstances({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
531
621
  it("tke.v20180525.DescribeClusterLevelAttribute", async function () {
532
622
  try {
533
623
  const data = await client.DescribeClusterLevelAttribute({})
@@ -538,6 +628,16 @@ it("tke.v20180525.DescribeClusterLevelAttribute", async function () {
538
628
  }
539
629
  })
540
630
 
631
+ it("tke.v20180525.DeleteTKEEdgeCluster", async function () {
632
+ try {
633
+ const data = await client.DeleteTKEEdgeCluster({})
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
+
541
641
  it("tke.v20180525.AddClusterCIDR", async function () {
542
642
  try {
543
643
  const data = await client.AddClusterCIDR({})
@@ -688,6 +788,16 @@ it("tke.v20180525.DescribePrometheusTemplateSync", async function () {
688
788
  }
689
789
  })
690
790
 
791
+ it("tke.v20180525.DisableVpcCniNetworkType", async function () {
792
+ try {
793
+ const data = await client.DisableVpcCniNetworkType({})
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
+
691
801
  it("tke.v20180525.DescribePrometheusInstance", async function () {
692
802
  try {
693
803
  const data = await client.DescribePrometheusInstance({})
@@ -768,6 +878,16 @@ it("tke.v20180525.DescribeExternalClusterSpec", async function () {
768
878
  }
769
879
  })
770
880
 
881
+ it("tke.v20180525.ModifyClusterNodePool", async function () {
882
+ try {
883
+ const data = await client.ModifyClusterNodePool({})
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
+
771
891
  it("tke.v20180525.CreateEKSContainerInstances", async function () {
772
892
  try {
773
893
  const data = await client.CreateEKSContainerInstances({})
@@ -838,9 +958,9 @@ it("tke.v20180525.ModifyPrometheusGlobalNotification", async function () {
838
958
  }
839
959
  })
840
960
 
841
- it("tke.v20180525.ForwardApplicationRequestV3", async function () {
961
+ it("tke.v20180525.DescribeClusterStatus", async function () {
842
962
  try {
843
- const data = await client.ForwardApplicationRequestV3({})
963
+ const data = await client.DescribeClusterStatus({})
844
964
  expect(data).to.be.ok
845
965
  } catch(error) {
846
966
  expect(error.requestId).to.be.ok
@@ -928,9 +1048,9 @@ it("tke.v20180525.DeleteClusterNodePool", async function () {
928
1048
  }
929
1049
  })
930
1050
 
931
- it("tke.v20180525.InstallLogAgent", async function () {
1051
+ it("tke.v20180525.CreateTKEEdgeCluster", async function () {
932
1052
  try {
933
- const data = await client.InstallLogAgent({})
1053
+ const data = await client.CreateTKEEdgeCluster({})
934
1054
  expect(data).to.be.ok
935
1055
  } catch(error) {
936
1056
  expect(error.requestId).to.be.ok
@@ -968,9 +1088,19 @@ it("tke.v20180525.DeleteClusterEndpointVip", async function () {
968
1088
  }
969
1089
  })
970
1090
 
971
- it("tke.v20180525.DescribePrometheusTemplates", async function () {
1091
+ it("tke.v20180525.DescribeECMInstances", async function () {
972
1092
  try {
973
- const data = await client.DescribePrometheusTemplates({})
1093
+ const data = await client.DescribeECMInstances({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1101
+ it("tke.v20180525.DescribeClusterNodePools", async function () {
1102
+ try {
1103
+ const data = await client.DescribeClusterNodePools({})
974
1104
  expect(data).to.be.ok
975
1105
  } catch(error) {
976
1106
  expect(error.requestId).to.be.ok
@@ -1068,6 +1198,16 @@ it("tke.v20180525.DescribePrometheusOverviews", async function () {
1068
1198
  }
1069
1199
  })
1070
1200
 
1201
+ it("tke.v20180525.DescribeTKEEdgeClusterStatus", async function () {
1202
+ try {
1203
+ const data = await client.DescribeTKEEdgeClusterStatus({})
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
+
1071
1211
  it("tke.v20180525.CreatePrometheusAlertPolicy", async function () {
1072
1212
  try {
1073
1213
  const data = await client.CreatePrometheusAlertPolicy({})
@@ -1148,6 +1288,16 @@ it("tke.v20180525.ModifyPrometheusTemplate", async function () {
1148
1288
  }
1149
1289
  })
1150
1290
 
1291
+ it("tke.v20180525.CreateClusterNodePoolFromExistingAsg", async function () {
1292
+ try {
1293
+ const data = await client.CreateClusterNodePoolFromExistingAsg({})
1294
+ expect(data).to.be.ok
1295
+ } catch(error) {
1296
+ expect(error.requestId).to.be.ok
1297
+ expect(error.code).to.be.ok
1298
+ }
1299
+ })
1300
+
1151
1301
  it("tke.v20180525.DescribeClusterKubeconfig", async function () {
1152
1302
  try {
1153
1303
  const data = await client.DescribeClusterKubeconfig({})
@@ -1158,6 +1308,16 @@ it("tke.v20180525.DescribeClusterKubeconfig", async function () {
1158
1308
  }
1159
1309
  })
1160
1310
 
1311
+ it("tke.v20180525.DescribeEdgeClusterInstances", async function () {
1312
+ try {
1313
+ const data = await client.DescribeEdgeClusterInstances({})
1314
+ expect(data).to.be.ok
1315
+ } catch(error) {
1316
+ expect(error.requestId).to.be.ok
1317
+ expect(error.code).to.be.ok
1318
+ }
1319
+ })
1320
+
1161
1321
  it("tke.v20180525.DescribeClusterAsGroupOption", async function () {
1162
1322
  try {
1163
1323
  const data = await client.DescribeClusterAsGroupOption({})
@@ -1248,6 +1408,16 @@ it("tke.v20180525.DescribeEKSContainerInstanceRegions", async function () {
1248
1408
  }
1249
1409
  })
1250
1410
 
1411
+ it("tke.v20180525.UpdateTKEEdgeCluster", async function () {
1412
+ try {
1413
+ const data = await client.UpdateTKEEdgeCluster({})
1414
+ expect(data).to.be.ok
1415
+ } catch(error) {
1416
+ expect(error.requestId).to.be.ok
1417
+ expect(error.code).to.be.ok
1418
+ }
1419
+ })
1420
+
1251
1421
  it("tke.v20180525.RemoveNodeFromNodePool", async function () {
1252
1422
  try {
1253
1423
  const data = await client.RemoveNodeFromNodePool({})
@@ -1258,9 +1428,9 @@ it("tke.v20180525.RemoveNodeFromNodePool", async function () {
1258
1428
  }
1259
1429
  })
1260
1430
 
1261
- it("tke.v20180525.DisableVpcCniNetworkType", async function () {
1431
+ it("tke.v20180525.DescribePrometheusTemplates", async function () {
1262
1432
  try {
1263
- const data = await client.DisableVpcCniNetworkType({})
1433
+ const data = await client.DescribePrometheusTemplates({})
1264
1434
  expect(data).to.be.ok
1265
1435
  } catch(error) {
1266
1436
  expect(error.requestId).to.be.ok
@@ -1328,6 +1498,16 @@ it("tke.v20180525.GetTkeAppChartList", async function () {
1328
1498
  }
1329
1499
  })
1330
1500
 
1501
+ it("tke.v20180525.CheckEdgeClusterCIDR", async function () {
1502
+ try {
1503
+ const data = await client.CheckEdgeClusterCIDR({})
1504
+ expect(data).to.be.ok
1505
+ } catch(error) {
1506
+ expect(error.requestId).to.be.ok
1507
+ expect(error.code).to.be.ok
1508
+ }
1509
+ })
1510
+
1331
1511
  it("tke.v20180525.CreateClusterEndpointVip", async function () {
1332
1512
  try {
1333
1513
  const data = await client.CreateClusterEndpointVip({})
@@ -98,9 +98,9 @@ it("trtc.v20190722.RemoveUser", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("trtc.v20190722.ModifyCloudRecording", async function () {
101
+ it("trtc.v20190722.DescribeCallDetail", async function () {
102
102
  try {
103
- const data = await client.ModifyCloudRecording({})
103
+ const data = await client.DescribeCallDetail({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("trtc.v20190722.ModifyCloudRecording", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("trtc.v20190722.DescribeCallDetail", async function () {
111
+ it("trtc.v20190722.MeasureTrtcMcuExternal", async function () {
112
112
  try {
113
- const data = await client.DescribeCallDetail({})
113
+ const data = await client.MeasureTrtcMcuExternal({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -128,6 +128,16 @@ it("trtc.v20190722.CreateCloudRecording", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
132
+ try {
133
+ const data = await client.DescribeExternalTrtcMeasure({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
132
142
  try {
133
143
  const data = await client.StopMCUMixTranscodeByStrRoomId({})
@@ -138,6 +148,16 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
138
148
  }
139
149
  })
140
150
 
151
+ it("trtc.v20190722.ModifyCloudRecording", async function () {
152
+ try {
153
+ const data = await client.ModifyCloudRecording({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
141
161
  it("trtc.v20190722.ModifyPicture", async function () {
142
162
  try {
143
163
  const data = await client.ModifyPicture({})