tencentcloud-sdk-nodejs 4.0.844 → 4.0.846

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 (33) hide show
  1. package/CHANGELOG.md +79 -0
  2. package/SERVICE_CHANGELOG.md +77 -232
  3. package/package.json +1 -1
  4. package/products.md +6 -6
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +5 -42
  7. package/src/services/cls/v20201016/cls_client.ts +98 -35
  8. package/src/services/cls/v20201016/cls_models.ts +319 -136
  9. package/src/services/ims/v20201229/ims_client.ts +1 -1
  10. package/src/services/rum/v20210622/rum_models.ts +1 -1
  11. package/src/services/teo/v20220901/teo_client.ts +104 -17
  12. package/src/services/teo/v20220901/teo_models.ts +257 -45
  13. package/src/services/tione/v20191022/tione_models.ts +1 -1
  14. package/src/services/tke/v20180525/tke_client.ts +3 -3
  15. package/src/services/tke/v20180525/tke_models.ts +18 -61
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -42
  19. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
  20. package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
  21. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +306 -136
  22. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  23. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  24. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  25. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
  26. package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
  27. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
  28. package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
  29. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -3
  30. package/tencentcloud/services/tke/v20180525/tke_client.js +3 -3
  31. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -61
  32. package/test/cls.v20201016.test.js +66 -16
  33. package/test/teo.v20220901.test.js +64 -4
@@ -58,6 +58,16 @@ it("cls.v20201016.CreateIndex", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("cls.v20201016.QueryMetric", async function () {
62
+ try {
63
+ const data = await client.QueryMetric({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("cls.v20201016.ModifyShipper", async function () {
62
72
  try {
63
73
  const data = await client.ModifyShipper({})
@@ -178,9 +188,9 @@ it("cls.v20201016.CreateConfig", async function () {
178
188
  }
179
189
  })
180
190
 
181
- it("cls.v20201016.QueryMetric", async function () {
191
+ it("cls.v20201016.DescribeMachineGroupConfigs", async function () {
182
192
  try {
183
- const data = await client.QueryMetric({})
193
+ const data = await client.DescribeMachineGroupConfigs({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -258,9 +268,9 @@ it("cls.v20201016.ModifyIndex", async function () {
258
268
  }
259
269
  })
260
270
 
261
- it("cls.v20201016.DescribeIndex", async function () {
271
+ it("cls.v20201016.ModifyKafkaRecharge", async function () {
262
272
  try {
263
- const data = await client.DescribeIndex({})
273
+ const data = await client.ModifyKafkaRecharge({})
264
274
  expect(data).to.be.ok
265
275
  } catch(error) {
266
276
  expect(error.requestId).to.be.ok
@@ -408,6 +418,16 @@ it("cls.v20201016.DescribeShipperTasks", async function () {
408
418
  }
409
419
  })
410
420
 
421
+ it("cls.v20201016.ModifyDashboardSubscribe", async function () {
422
+ try {
423
+ const data = await client.ModifyDashboardSubscribe({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
411
431
  it("cls.v20201016.DeleteIndex", async function () {
412
432
  try {
413
433
  const data = await client.DeleteIndex({})
@@ -458,6 +478,16 @@ it("cls.v20201016.ModifyAlarmShield", async function () {
458
478
  }
459
479
  })
460
480
 
481
+ it("cls.v20201016.SearchDashboardSubscribe", async function () {
482
+ try {
483
+ const data = await client.SearchDashboardSubscribe({})
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
+
461
491
  it("cls.v20201016.CreateConfigExtra", async function () {
462
492
  try {
463
493
  const data = await client.CreateConfigExtra({})
@@ -528,6 +558,16 @@ it("cls.v20201016.DescribeLogsets", async function () {
528
558
  }
529
559
  })
530
560
 
561
+ it("cls.v20201016.CreateDashboardSubscribe", async function () {
562
+ try {
563
+ const data = await client.CreateDashboardSubscribe({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
531
571
  it("cls.v20201016.SearchCosRechargeInfo", async function () {
532
572
  try {
533
573
  const data = await client.SearchCosRechargeInfo({})
@@ -538,9 +578,9 @@ it("cls.v20201016.SearchCosRechargeInfo", async function () {
538
578
  }
539
579
  })
540
580
 
541
- it("cls.v20201016.ModifyKafkaRecharge", async function () {
581
+ it("cls.v20201016.DescribeIndex", async function () {
542
582
  try {
543
- const data = await client.ModifyKafkaRecharge({})
583
+ const data = await client.DescribeIndex({})
544
584
  expect(data).to.be.ok
545
585
  } catch(error) {
546
586
  expect(error.requestId).to.be.ok
@@ -558,6 +598,16 @@ it("cls.v20201016.CreateAlarmNotice", async function () {
558
598
  }
559
599
  })
560
600
 
601
+ it("cls.v20201016.DeleteDashboardSubscribe", async function () {
602
+ try {
603
+ const data = await client.DeleteDashboardSubscribe({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
561
611
  it("cls.v20201016.CreateDataTransform", async function () {
562
612
  try {
563
613
  const data = await client.CreateDataTransform({})
@@ -718,6 +768,16 @@ it("cls.v20201016.ModifyTopic", async function () {
718
768
  }
719
769
  })
720
770
 
771
+ it("cls.v20201016.DescribeDashboardSubscribes", async function () {
772
+ try {
773
+ const data = await client.DescribeDashboardSubscribes({})
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
+
721
781
  it("cls.v20201016.ModifyMachineGroup", async function () {
722
782
  try {
723
783
  const data = await client.ModifyMachineGroup({})
@@ -848,16 +908,6 @@ it("cls.v20201016.ModifyLogset", async function () {
848
908
  }
849
909
  })
850
910
 
851
- it("cls.v20201016.DescribeMachineGroupConfigs", async function () {
852
- try {
853
- const data = await client.DescribeMachineGroupConfigs({})
854
- expect(data).to.be.ok
855
- } catch(error) {
856
- expect(error.requestId).to.be.ok
857
- expect(error.code).to.be.ok
858
- }
859
- })
860
-
861
911
  it("cls.v20201016.ModifyDataTransform", async function () {
862
912
  try {
863
913
  const data = await client.ModifyDataTransform({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.teo.v20220901.Client({
18
18
  })
19
19
  describe("teo.v20220901.test.js", function () {
20
20
 
21
+ it("teo.v20220901.DestroyPlan", async function () {
22
+ try {
23
+ const data = await client.DestroyPlan({})
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("teo.v20220901.CreatePurgeTask", async function () {
22
32
  try {
23
33
  const data = await client.CreatePurgeTask({})
@@ -168,6 +178,16 @@ it("teo.v20220901.DescribeEnvironments", async function () {
168
178
  }
169
179
  })
170
180
 
181
+ it("teo.v20220901.IncreasePlanQuota", async function () {
182
+ try {
183
+ const data = await client.IncreasePlanQuota({})
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("teo.v20220901.DeleteApplicationProxyRule", async function () {
172
192
  try {
173
193
  const data = await client.DeleteApplicationProxyRule({})
@@ -338,9 +358,9 @@ it("teo.v20220901.ModifyL4Proxy", async function () {
338
358
  }
339
359
  })
340
360
 
341
- it("teo.v20220901.CreateAliasDomain", async function () {
361
+ it("teo.v20220901.ModifyL4ProxyRules", async function () {
342
362
  try {
343
- const data = await client.CreateAliasDomain({})
363
+ const data = await client.ModifyL4ProxyRules({})
344
364
  expect(data).to.be.ok
345
365
  } catch(error) {
346
366
  expect(error.requestId).to.be.ok
@@ -378,9 +398,9 @@ it("teo.v20220901.ModifyZoneSetting", async function () {
378
398
  }
379
399
  })
380
400
 
381
- it("teo.v20220901.ModifyL4ProxyRules", async function () {
401
+ it("teo.v20220901.CreateAliasDomain", async function () {
382
402
  try {
383
- const data = await client.ModifyL4ProxyRules({})
403
+ const data = await client.CreateAliasDomain({})
384
404
  expect(data).to.be.ok
385
405
  } catch(error) {
386
406
  expect(error.requestId).to.be.ok
@@ -458,6 +478,16 @@ it("teo.v20220901.ModifySecurityPolicy", async function () {
458
478
  }
459
479
  })
460
480
 
481
+ it("teo.v20220901.ModifyPlan", async function () {
482
+ try {
483
+ const data = await client.ModifyPlan({})
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
+
461
491
  it("teo.v20220901.BindZoneToPlan", async function () {
462
492
  try {
463
493
  const data = await client.BindZoneToPlan({})
@@ -518,6 +548,16 @@ it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
518
548
  }
519
549
  })
520
550
 
551
+ it("teo.v20220901.CreatePlan", async function () {
552
+ try {
553
+ const data = await client.CreatePlan({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
521
561
  it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
522
562
  try {
523
563
  const data = await client.DescribeTimingL7AnalysisData({})
@@ -698,6 +738,16 @@ it("teo.v20220901.DescribeL4Proxy", async function () {
698
738
  }
699
739
  })
700
740
 
741
+ it("teo.v20220901.UpgradePlan", async function () {
742
+ try {
743
+ const data = await client.UpgradePlan({})
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("teo.v20220901.DescribeRules", async function () {
702
752
  try {
703
753
  const data = await client.DescribeRules({})
@@ -868,6 +918,16 @@ it("teo.v20220901.ModifyL4ProxyRulesStatus", async function () {
868
918
  }
869
919
  })
870
920
 
921
+ it("teo.v20220901.RenewPlan", async function () {
922
+ try {
923
+ const data = await client.RenewPlan({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
871
931
  it("teo.v20220901.DescribeZoneSetting", async function () {
872
932
  try {
873
933
  const data = await client.DescribeZoneSetting({})