tencentcloud-sdk-nodejs 4.0.722 → 4.0.724

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 (69) hide show
  1. package/CHANGELOG.md +270 -0
  2. package/SERVICE_CHANGELOG.md +296 -49
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +9 -5
  7. package/src/services/car/v20220110/car_client.ts +1 -1
  8. package/src/services/ccc/v20200210/ccc_models.ts +6 -2
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +4 -6
  11. package/src/services/cls/v20201016/cls_client.ts +15 -3
  12. package/src/services/cls/v20201016/cls_models.ts +54 -18
  13. package/src/services/ess/v20201111/ess_client.ts +23 -6
  14. package/src/services/ess/v20201111/ess_models.ts +345 -208
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +45 -18
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +140 -73
  17. package/src/services/lighthouse/v20200324/lighthouse_client.ts +29 -2
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +98 -50
  19. package/src/services/mna/v20210119/mna_client.ts +15 -1
  20. package/src/services/mna/v20210119/mna_models.ts +90 -12
  21. package/src/services/ocr/v20181119/ocr_models.ts +43 -25
  22. package/src/services/ses/v20201002/ses_models.ts +5 -1
  23. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -4
  24. package/src/services/teo/v20220901/teo_client.ts +46 -21
  25. package/src/services/teo/v20220901/teo_models.ts +91 -23
  26. package/src/services/tione/v20211111/tione_models.ts +1 -1
  27. package/src/services/waf/v20180125/waf_client.ts +20 -7
  28. package/src/services/waf/v20180125/waf_models.ts +118 -1
  29. package/src/services/wedata/v20210820/wedata_models.ts +14 -2
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +9 -5
  33. package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
  34. package/tencentcloud/services/car/v20220110/car_client.js +1 -1
  35. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +6 -2
  36. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  37. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -6
  38. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -1
  39. package/tencentcloud/services/cls/v20201016/cls_client.js +6 -0
  40. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +52 -18
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -3
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +341 -207
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +43 -16
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +43 -16
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +140 -73
  47. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -1
  48. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +15 -0
  49. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +94 -50
  50. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  51. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  52. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +86 -12
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +43 -25
  54. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +6 -1
  55. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +41 -4
  56. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +16 -8
  57. package/tencentcloud/services/teo/v20220901/teo_client.js +22 -10
  58. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +86 -23
  59. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  60. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +8 -4
  61. package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
  62. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +115 -1
  63. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -2
  64. package/test/cls.v20201016.test.js +10 -0
  65. package/test/ess.v20201111.test.js +10 -0
  66. package/test/lighthouse.v20200324.test.js +20 -0
  67. package/test/mna.v20210119.test.js +10 -0
  68. package/test/teo.v20220901.test.js +26 -6
  69. package/test/waf.v20180125.test.js +12 -2
@@ -618,6 +618,16 @@ it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
618
618
  }
619
619
  })
620
620
 
621
+ it("ess.v20201111.DescribeBillUsageDetail", async function () {
622
+ try {
623
+ const data = await client.DescribeBillUsageDetail({})
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
+
621
631
  it("ess.v20201111.DescribeIntegrationDepartments", async function () {
622
632
  try {
623
633
  const data = await client.DescribeIntegrationDepartments({})
@@ -38,6 +38,16 @@ it("lighthouse.v20200324.DeleteBlueprints", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("lighthouse.v20200324.CancelShareBlueprintAcrossAccounts", async function () {
42
+ try {
43
+ const data = await client.CancelShareBlueprintAcrossAccounts({})
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("lighthouse.v20200324.CreateFirewallRules", async function () {
42
52
  try {
43
53
  const data = await client.CreateFirewallRules({})
@@ -568,6 +578,16 @@ it("lighthouse.v20200324.DescribeBundles", async function () {
568
578
  }
569
579
  })
570
580
 
581
+ it("lighthouse.v20200324.ShareBlueprintAcrossAccounts", async function () {
582
+ try {
583
+ const data = await client.ShareBlueprintAcrossAccounts({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
571
591
  it("lighthouse.v20200324.DescribeInstancesTrafficPackages", async function () {
572
592
  try {
573
593
  const data = await client.DescribeInstancesTrafficPackages({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.mna.v20210119.Client({
18
18
  })
19
19
  describe("mna.v20210119.test.js", function () {
20
20
 
21
+ it("mna.v20210119.GetNetMonitor", async function () {
22
+ try {
23
+ const data = await client.GetNetMonitor({})
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("mna.v20210119.GetStatisticData", async function () {
22
32
  try {
23
33
  const data = await client.GetStatisticData({})
@@ -238,6 +238,16 @@ it("teo.v20220901.DescribeAvailablePlans", async function () {
238
238
  }
239
239
  })
240
240
 
241
+ it("teo.v20220901.BindSharedCNAME", async function () {
242
+ try {
243
+ const data = await client.BindSharedCNAME({})
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
+
241
251
  it("teo.v20220901.IdentifyZone", async function () {
242
252
  try {
243
253
  const data = await client.IdentifyZone({})
@@ -248,6 +258,16 @@ it("teo.v20220901.IdentifyZone", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
262
+ try {
263
+ const data = await client.ModifyAliasDomainStatus({})
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
+
251
271
  it("teo.v20220901.DescribeOriginProtection", async function () {
252
272
  try {
253
273
  const data = await client.DescribeOriginProtection({})
@@ -408,9 +428,9 @@ it("teo.v20220901.ModifyZoneStatus", async function () {
408
428
  }
409
429
  })
410
430
 
411
- it("teo.v20220901.ModifyAliasDomainStatus", async function () {
431
+ it("teo.v20220901.DescribeOriginGroup", async function () {
412
432
  try {
413
- const data = await client.ModifyAliasDomainStatus({})
433
+ const data = await client.DescribeOriginGroup({})
414
434
  expect(data).to.be.ok
415
435
  } catch(error) {
416
436
  expect(error.requestId).to.be.ok
@@ -508,9 +528,9 @@ it("teo.v20220901.DescribeDDoSAttackData", async function () {
508
528
  }
509
529
  })
510
530
 
511
- it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
531
+ it("teo.v20220901.DeleteSharedCNAME", async function () {
512
532
  try {
513
- const data = await client.DescribeDDoSAttackEvent({})
533
+ const data = await client.DeleteSharedCNAME({})
514
534
  expect(data).to.be.ok
515
535
  } catch(error) {
516
536
  expect(error.requestId).to.be.ok
@@ -638,9 +658,9 @@ it("teo.v20220901.CreateApplicationProxy", async function () {
638
658
  }
639
659
  })
640
660
 
641
- it("teo.v20220901.DescribeOriginGroup", async function () {
661
+ it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
642
662
  try {
643
- const data = await client.DescribeOriginGroup({})
663
+ const data = await client.DescribeDDoSAttackEvent({})
644
664
  expect(data).to.be.ok
645
665
  } catch(error) {
646
666
  expect(error.requestId).to.be.ok
@@ -378,9 +378,9 @@ it("waf.v20180125.ModifyHostStatus", async function () {
378
378
  }
379
379
  })
380
380
 
381
- it("waf.v20180125.ModifySpartaProtectionMode", async function () {
381
+ it("waf.v20180125.DescribeModuleStatus", async function () {
382
382
  try {
383
- const data = await client.ModifySpartaProtectionMode({})
383
+ const data = await client.DescribeModuleStatus({})
384
384
  expect(data).to.be.ok
385
385
  } catch(error) {
386
386
  expect(error.requestId).to.be.ok
@@ -568,6 +568,16 @@ it("waf.v20180125.ModifyWafThreatenIntelligence", async function () {
568
568
  }
569
569
  })
570
570
 
571
+ it("waf.v20180125.ModifySpartaProtectionMode", async function () {
572
+ try {
573
+ const data = await client.ModifySpartaProtectionMode({})
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
+
571
581
  it("waf.v20180125.DeleteAttackDownloadRecord", async function () {
572
582
  try {
573
583
  const data = await client.DeleteAttackDownloadRecord({})