tencentcloud-sdk-nodejs 4.0.742 → 4.0.744

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 (103) hide show
  1. package/CHANGELOG.md +472 -0
  2. package/SERVICE_CHANGELOG.md +508 -19
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +1 -1
  7. package/src/services/cam/v20190116/cam_models.ts +3 -2
  8. package/src/services/cat/v20180409/cat_client.ts +20 -7
  9. package/src/services/cat/v20180409/cat_models.ts +114 -30
  10. package/src/services/cfg/v20210820/cfg_models.ts +14 -0
  11. package/src/services/cls/v20201016/cls_client.ts +33 -19
  12. package/src/services/cls/v20201016/cls_models.ts +224 -94
  13. package/src/services/config/v20220802/config_client.ts +15 -2
  14. package/src/services/config/v20220802/config_models.ts +88 -33
  15. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  16. package/src/services/cwp/v20180228/cwp_models.ts +26 -18
  17. package/src/services/dts/v20211206/dts_models.ts +1 -1
  18. package/src/services/eb/v20210416/eb_client.ts +1 -0
  19. package/src/services/eb/v20210416/eb_models.ts +36 -1
  20. package/src/services/ess/v20201111/ess_models.ts +37 -29
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +20 -7
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +162 -72
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +10 -4
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  26. package/src/services/mna/v20210119/mna_models.ts +2 -2
  27. package/src/services/oceanus/v20190422/oceanus_client.ts +0 -2
  28. package/src/services/oceanus/v20190422/oceanus_models.ts +29 -19
  29. package/src/services/scf/v20180416/scf_client.ts +1 -0
  30. package/src/services/scf/v20180416/scf_models.ts +34 -2
  31. package/src/services/ssl/v20191205/ssl_models.ts +51 -6
  32. package/src/services/tcr/v20190924/tcr_client.ts +21 -63
  33. package/src/services/tcr/v20190924/tcr_models.ts +115 -243
  34. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  35. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -15
  36. package/src/services/teo/v20220901/teo_client.ts +113 -38
  37. package/src/services/teo/v20220901/teo_models.ts +402 -73
  38. package/src/services/thpc/v20230321/thpc_models.ts +6 -6
  39. package/src/services/tione/v20211111/tione_client.ts +12 -0
  40. package/src/services/tione/v20211111/tione_models.ts +64 -0
  41. package/src/services/trtc/v20190722/trtc_client.ts +45 -7
  42. package/src/services/trtc/v20190722/trtc_models.ts +167 -9
  43. package/src/services/tts/v20190823/tts_models.ts +10 -10
  44. package/src/services/weilingwith/v20230427/weilingwith_client.ts +2 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
  48. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -2
  49. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +7 -3
  50. package/tencentcloud/services/cat/v20180409/cat_client.js +9 -3
  51. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +111 -30
  52. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +14 -0
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +14 -8
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +220 -94
  56. package/tencentcloud/services/config/v20220802/config_client.d.ts +5 -1
  57. package/tencentcloud/services/config/v20220802/config_client.js +6 -0
  58. package/tencentcloud/services/config/v20220802/config_models.d.ts +85 -33
  59. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  60. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  61. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +26 -18
  62. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +35 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -29
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -7
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -7
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -72
  68. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -0
  69. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -0
  70. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  72. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +2 -2
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +0 -2
  74. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +0 -2
  75. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +29 -19
  76. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +33 -2
  77. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +51 -6
  78. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -23
  79. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -30
  80. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +113 -235
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +3 -1
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +3 -1
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -15
  84. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +35 -11
  85. package/tencentcloud/services/teo/v20220901/teo_client.js +51 -15
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +387 -73
  87. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -6
  88. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  89. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  90. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +62 -0
  91. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +15 -3
  92. package/tencentcloud/services/trtc/v20190722/trtc_client.js +21 -3
  93. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +159 -9
  94. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +10 -10
  95. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +2 -2
  96. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +2 -2
  97. package/test/cat.v20180409.test.js +12 -2
  98. package/test/cls.v20201016.test.js +14 -4
  99. package/test/config.v20220802.test.js +10 -0
  100. package/test/tcr.v20190924.test.js +4 -34
  101. package/test/teo.v20220901.test.js +70 -10
  102. package/test/tione.v20211111.test.js +10 -0
  103. package/test/trtc.v20190722.test.js +32 -2
@@ -208,16 +208,6 @@ it("tcr.v20190924.DescribeReplicationInstanceCreateTasks", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("tcr.v20190924.ModifyCustomAccount", async function () {
212
- try {
213
- const data = await client.ModifyCustomAccount({})
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
-
221
211
  it("tcr.v20190924.DeleteImageAccelerateService", async function () {
222
212
  try {
223
213
  const data = await client.DeleteImageAccelerateService({})
@@ -358,9 +348,9 @@ it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
358
348
  }
359
349
  })
360
350
 
361
- it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
351
+ it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
362
352
  try {
363
- const data = await client.DeleteRepositoryPersonal({})
353
+ const data = await client.DeleteInstanceCustomizedDomain({})
364
354
  expect(data).to.be.ok
365
355
  } catch(error) {
366
356
  expect(error.requestId).to.be.ok
@@ -488,16 +478,6 @@ it("tcr.v20190924.DescribeRegions", async function () {
488
478
  }
489
479
  })
490
480
 
491
- it("tcr.v20190924.DeleteCustomAccount", async function () {
492
- try {
493
- const data = await client.DeleteCustomAccount({})
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
-
501
481
  it("tcr.v20190924.DescribeSecurityPolicies", async function () {
502
482
  try {
503
483
  const data = await client.DescribeSecurityPolicies({})
@@ -698,16 +678,6 @@ it("tcr.v20190924.DescribeChartDownloadInfo", async function () {
698
678
  }
699
679
  })
700
680
 
701
- it("tcr.v20190924.CreateCustomAccount", async function () {
702
- try {
703
- const data = await client.CreateCustomAccount({})
704
- expect(data).to.be.ok
705
- } catch(error) {
706
- expect(error.requestId).to.be.ok
707
- expect(error.code).to.be.ok
708
- }
709
- })
710
-
711
681
  it("tcr.v20190924.ModifyServiceAccount", async function () {
712
682
  try {
713
683
  const data = await client.ModifyServiceAccount({})
@@ -988,9 +958,9 @@ it("tcr.v20190924.DescribeInstances", async function () {
988
958
  }
989
959
  })
990
960
 
991
- it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
961
+ it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
992
962
  try {
993
- const data = await client.DeleteInstanceCustomizedDomain({})
963
+ const data = await client.DeleteRepositoryPersonal({})
994
964
  expect(data).to.be.ok
995
965
  } catch(error) {
996
966
  expect(error.requestId).to.be.ok
@@ -138,6 +138,16 @@ it("teo.v20220901.ModifyHostsCertificate", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("teo.v20220901.DescribeDeployHistory", async function () {
142
+ try {
143
+ const data = await client.DescribeDeployHistory({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("teo.v20220901.CreateRule", async function () {
142
152
  try {
143
153
  const data = await client.CreateRule({})
@@ -148,9 +158,9 @@ it("teo.v20220901.CreateRule", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("teo.v20220901.CreatePlanForZone", async function () {
161
+ it("teo.v20220901.CreateConfigGroupVersion", async function () {
152
162
  try {
153
- const data = await client.CreatePlanForZone({})
163
+ const data = await client.CreateConfigGroupVersion({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -328,6 +338,16 @@ it("teo.v20220901.DescribeAccelerationDomains", async function () {
328
338
  }
329
339
  })
330
340
 
341
+ it("teo.v20220901.DescribeConfigGroupVersions", async function () {
342
+ try {
343
+ const data = await client.DescribeConfigGroupVersions({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
331
351
  it("teo.v20220901.ModifyOriginGroup", async function () {
332
352
  try {
333
353
  const data = await client.ModifyOriginGroup({})
@@ -358,6 +378,16 @@ it("teo.v20220901.CreateApplicationProxyRule", async function () {
358
378
  }
359
379
  })
360
380
 
381
+ it("teo.v20220901.DescribeOverviewL7Data", async function () {
382
+ try {
383
+ const data = await client.DescribeOverviewL7Data({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
361
391
  it("teo.v20220901.DescribePrefetchTasks", async function () {
362
392
  try {
363
393
  const data = await client.DescribePrefetchTasks({})
@@ -448,6 +478,16 @@ it("teo.v20220901.DownloadL7Logs", async function () {
448
478
  }
449
479
  })
450
480
 
481
+ it("teo.v20220901.DescribeEnvironments", async function () {
482
+ try {
483
+ const data = await client.DescribeEnvironments({})
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
+
451
491
  it("teo.v20220901.DeleteApplicationProxyRule", async function () {
452
492
  try {
453
493
  const data = await client.DeleteApplicationProxyRule({})
@@ -578,9 +618,9 @@ it("teo.v20220901.DeleteAliasDomain", async function () {
578
618
  }
579
619
  })
580
620
 
581
- it("teo.v20220901.DescribeOverviewL7Data", async function () {
621
+ it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
582
622
  try {
583
- const data = await client.DescribeOverviewL7Data({})
623
+ const data = await client.DescribeDDoSAttackEvent({})
584
624
  expect(data).to.be.ok
585
625
  } catch(error) {
586
626
  expect(error.requestId).to.be.ok
@@ -618,6 +658,16 @@ it("teo.v20220901.DescribeAliasDomains", async function () {
618
658
  }
619
659
  })
620
660
 
661
+ it("teo.v20220901.ModifyAliasDomain", async function () {
662
+ try {
663
+ const data = await client.ModifyAliasDomain({})
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
+
621
671
  it("teo.v20220901.ModifyAccelerationDomain", async function () {
622
672
  try {
623
673
  const data = await client.ModifyAccelerationDomain({})
@@ -658,9 +708,9 @@ it("teo.v20220901.CreateApplicationProxy", async function () {
658
708
  }
659
709
  })
660
710
 
661
- it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
711
+ it("teo.v20220901.DescribeConfigGroupVersionDetail", async function () {
662
712
  try {
663
- const data = await client.DescribeDDoSAttackEvent({})
713
+ const data = await client.DescribeConfigGroupVersionDetail({})
664
714
  expect(data).to.be.ok
665
715
  } catch(error) {
666
716
  expect(error.requestId).to.be.ok
@@ -698,9 +748,19 @@ it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
698
748
  }
699
749
  })
700
750
 
701
- it("teo.v20220901.ModifyAliasDomain", async function () {
751
+ it("teo.v20220901.DeployConfigGroupVersion", async function () {
702
752
  try {
703
- const data = await client.ModifyAliasDomain({})
753
+ const data = await client.DeployConfigGroupVersion({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("teo.v20220901.DescribeApplicationProxies", async function () {
762
+ try {
763
+ const data = await client.DescribeApplicationProxies({})
704
764
  expect(data).to.be.ok
705
765
  } catch(error) {
706
766
  expect(error.requestId).to.be.ok
@@ -718,9 +778,9 @@ it("teo.v20220901.ModifyApplicationProxyRuleStatus", async function () {
718
778
  }
719
779
  })
720
780
 
721
- it("teo.v20220901.DescribeApplicationProxies", async function () {
781
+ it("teo.v20220901.CreatePlanForZone", async function () {
722
782
  try {
723
- const data = await client.DescribeApplicationProxies({})
783
+ const data = await client.CreatePlanForZone({})
724
784
  expect(data).to.be.ok
725
785
  } catch(error) {
726
786
  expect(error.requestId).to.be.ok
@@ -628,6 +628,16 @@ it("tione.v20211111.DescribeBatchTask", async function () {
628
628
  }
629
629
  })
630
630
 
631
+ it("tione.v20211111.DescribeBillingResourceGroup", async function () {
632
+ try {
633
+ const data = await client.DescribeBillingResourceGroup({})
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
+
631
641
  it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
632
642
  try {
633
643
  const data = await client.DescribeLatestTrainingMetrics({})
@@ -68,9 +68,9 @@ it("trtc.v20190722.DescribeCallDetailInfo", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("trtc.v20190722.StopMCUMixTranscode", async function () {
71
+ it("trtc.v20190722.DescribeStreamIngest", async function () {
72
72
  try {
73
- const data = await client.StopMCUMixTranscode({})
73
+ const data = await client.DescribeStreamIngest({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -88,6 +88,16 @@ it("trtc.v20190722.DescribeTRTCMarketScaleMetricData", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("trtc.v20190722.StopStreamIngest", async function () {
92
+ try {
93
+ const data = await client.StopStreamIngest({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
91
101
  it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
92
102
  try {
93
103
  const data = await client.StartMCUMixTranscodeByStrRoomId({})
@@ -98,6 +108,16 @@ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
98
108
  }
99
109
  })
100
110
 
111
+ it("trtc.v20190722.StartStreamIngest", async function () {
112
+ try {
113
+ const data = await client.StartStreamIngest({})
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
+
101
121
  it("trtc.v20190722.DeletePicture", async function () {
102
122
  try {
103
123
  const data = await client.DeletePicture({})
@@ -148,6 +168,16 @@ it("trtc.v20190722.RemoveUser", async function () {
148
168
  }
149
169
  })
150
170
 
171
+ it("trtc.v20190722.StopMCUMixTranscode", async function () {
172
+ try {
173
+ const data = await client.StopMCUMixTranscode({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
151
181
  it("trtc.v20190722.ModifyCloudRecording", async function () {
152
182
  try {
153
183
  const data = await client.ModifyCloudRecording({})