tencentcloud-sdk-nodejs 4.0.570 → 4.0.572

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 +488 -0
  2. package/SERVICE_CHANGELOG.md +508 -132
  3. package/package.json +1 -1
  4. package/products.md +44 -44
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +14 -12
  7. package/src/services/car/v20220110/car_client.ts +24 -0
  8. package/src/services/car/v20220110/car_models.ts +40 -0
  9. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  10. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  11. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +52 -2
  13. package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
  14. package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
  15. package/src/services/cls/v20201016/cls_models.ts +2 -2
  16. package/src/services/cwp/v20180228/cwp_client.ts +20 -7
  17. package/src/services/cwp/v20180228/cwp_models.ts +185 -4
  18. package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
  19. package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  21. package/src/services/ess/v20201111/ess_models.ts +5 -0
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
  24. package/src/services/lcic/v20220817/lcic_client.ts +55 -16
  25. package/src/services/lcic/v20220817/lcic_models.ts +325 -111
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  27. package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
  28. package/src/services/monitor/v20180724/monitor_models.ts +25 -3
  29. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  30. package/src/services/ocr/v20181119/ocr_models.ts +26 -16
  31. package/src/services/redis/v20180412/redis_models.ts +35 -12
  32. package/src/services/scf/v20180416/scf_client.ts +12 -0
  33. package/src/services/scf/v20180416/scf_models.ts +50 -0
  34. package/src/services/smop/v20201203/smop_models.ts +8 -2
  35. package/src/services/tcss/v20201101/tcss_models.ts +71 -61
  36. package/src/services/teo/v20220901/teo_models.ts +4 -2
  37. package/src/services/tke/v20180525/tke_models.ts +6 -0
  38. package/src/services/vod/v20180717/vod_client.ts +73 -9
  39. package/src/services/vod/v20180717/vod_models.ts +705 -212
  40. package/src/services/vpc/v20170312/vpc_client.ts +11 -10
  41. package/src/services/vpc/v20170312/vpc_models.ts +191 -72
  42. package/src/services/waf/v20180125/waf_client.ts +14 -1
  43. package/src/services/waf/v20180125/waf_models.ts +66 -24
  44. package/src/services/wedata/v20210820/wedata_models.ts +11 -5
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +14 -12
  48. package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
  49. package/tencentcloud/services/car/v20220110/car_client.js +12 -0
  50. package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
  51. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
  54. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  55. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  56. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  58. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  59. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  60. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
  61. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  62. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  63. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
  64. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  65. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -12
  69. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
  70. package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
  71. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
  72. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  73. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
  75. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
  78. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
  79. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
  80. package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
  81. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
  82. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
  83. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +69 -61
  84. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
  85. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  86. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
  87. package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
  88. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +608 -192
  89. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
  90. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
  91. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
  92. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  93. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  94. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
  96. package/test/car.v20220110.test.js +20 -0
  97. package/test/cdwch.v20200915.test.js +10 -0
  98. package/test/cwp.v20180228.test.js +12 -2
  99. package/test/dcdb.v20180411.test.js +10 -0
  100. package/test/lcic.v20220817.test.js +34 -4
  101. package/test/scf.v20180416.test.js +10 -0
  102. package/test/vod.v20180717.test.js +50 -0
  103. package/test/waf.v20180125.test.js +10 -0
@@ -5810,23 +5810,23 @@ export interface DescribeInLongAgentListResponse {
5810
5810
  /**
5811
5811
  * 采集器信息列表
5812
5812
  */
5813
- Items: Array<InLongAgentDetail>;
5813
+ Items?: Array<InLongAgentDetail>;
5814
5814
  /**
5815
5815
  * 页码
5816
5816
  */
5817
- PageIndex: number;
5817
+ PageIndex?: number;
5818
5818
  /**
5819
5819
  * 每页记录数
5820
5820
  */
5821
- PageSize: number;
5821
+ PageSize?: number;
5822
5822
  /**
5823
5823
  * 总记录数
5824
5824
  */
5825
- TotalCount: number;
5825
+ TotalCount?: number;
5826
5826
  /**
5827
5827
  * 总页数
5828
5828
  */
5829
- TotalPage: number;
5829
+ TotalPage?: number;
5830
5830
  /**
5831
5831
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5832
5832
  */
@@ -6002,6 +6002,11 @@ export interface InLongAgentDetail {
6002
6002
  注意:此字段可能返回 null,表示取不到有效值。
6003
6003
  */
6004
6004
  AgentTotal: number;
6005
+ /**
6006
+ * 生命周期
6007
+ 注意:此字段可能返回 null,表示取不到有效值。
6008
+ */
6009
+ LifeDays?: number;
6005
6010
  }
6006
6011
  /**
6007
6012
  * ModifyDataSource请求参数结构体
@@ -28,6 +28,16 @@ it("car.v20220110.ApplyConcurrent", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("car.v20220110.StopPublishStream", async function () {
32
+ try {
33
+ const data = await client.StopPublishStream({})
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
+
31
41
  it("car.v20220110.DestroySession", async function () {
32
42
  try {
33
43
  const data = await client.DestroySession({})
@@ -48,4 +58,14 @@ it("car.v20220110.CreateSession", async function () {
48
58
  }
49
59
  })
50
60
 
61
+ it("car.v20220110.StartPublishStream", async function () {
62
+ try {
63
+ const data = await client.StartPublishStream({})
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
+
51
71
  })
@@ -68,6 +68,16 @@ it("cdwch.v20200915.ActionAlterCkUser", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("cdwch.v20200915.DescribeInstanceState", async function () {
72
+ try {
73
+ const data = await client.DescribeInstanceState({})
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
+
71
81
  it("cdwch.v20200915.OpenBackUp", async function () {
72
82
  try {
73
83
  const data = await client.OpenBackUp({})
@@ -728,9 +728,9 @@ it("cwp.v20180228.ExportIgnoreBaselineRule", async function () {
728
728
  }
729
729
  })
730
730
 
731
- it("cwp.v20180228.DescribeMalwareRiskWarning", async function () {
731
+ it("cwp.v20180228.DescribeBashEventsInfoNew", async function () {
732
732
  try {
733
- const data = await client.DescribeMalwareRiskWarning({})
733
+ const data = await client.DescribeBashEventsInfoNew({})
734
734
  expect(data).to.be.ok
735
735
  } catch(error) {
736
736
  expect(error.requestId).to.be.ok
@@ -1768,6 +1768,16 @@ it("cwp.v20180228.DeleteMalwareScanTask", async function () {
1768
1768
  }
1769
1769
  })
1770
1770
 
1771
+ it("cwp.v20180228.DescribeMalwareRiskWarning", async function () {
1772
+ try {
1773
+ const data = await client.DescribeMalwareRiskWarning({})
1774
+ expect(data).to.be.ok
1775
+ } catch(error) {
1776
+ expect(error.requestId).to.be.ok
1777
+ expect(error.code).to.be.ok
1778
+ }
1779
+ })
1780
+
1771
1781
  it("cwp.v20180228.DescribeVulTop", async function () {
1772
1782
  try {
1773
1783
  const data = await client.DescribeVulTop({})
@@ -438,6 +438,16 @@ it("dcdb.v20180411.CloseDBExtranetAccess", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("dcdb.v20180411.DescribeBackupFiles", async function () {
442
+ try {
443
+ const data = await client.DescribeBackupFiles({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("dcdb.v20180411.ModifyDBEncryptAttributes", async function () {
442
452
  try {
443
453
  const data = await client.ModifyDBEncryptAttributes({})
@@ -148,6 +148,16 @@ it("lcic.v20220817.CreateDocument", async function () {
148
148
  }
149
149
  })
150
150
 
151
+ it("lcic.v20220817.DescribeSupervisors", async function () {
152
+ try {
153
+ const data = await client.DescribeSupervisors({})
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
+
151
161
  it("lcic.v20220817.DeleteGroup", async function () {
152
162
  try {
153
163
  const data = await client.DeleteGroup({})
@@ -208,9 +218,9 @@ it("lcic.v20220817.BatchAddGroupMember", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("lcic.v20220817.DescribeDeveloper", async function () {
221
+ it("lcic.v20220817.BatchDeleteGroupMember", async function () {
212
222
  try {
213
- const data = await client.DescribeDeveloper({})
223
+ const data = await client.BatchDeleteGroupMember({})
214
224
  expect(data).to.be.ok
215
225
  } catch(error) {
216
226
  expect(error.requestId).to.be.ok
@@ -348,6 +358,16 @@ it("lcic.v20220817.CreateSupervisor", async function () {
348
358
  }
349
359
  })
350
360
 
361
+ it("lcic.v20220817.DescribeQuestionList", async function () {
362
+ try {
363
+ const data = await client.DescribeQuestionList({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
351
371
  it("lcic.v20220817.SetAppCustomContent", async function () {
352
372
  try {
353
373
  const data = await client.SetAppCustomContent({})
@@ -358,9 +378,9 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
358
378
  }
359
379
  })
360
380
 
361
- it("lcic.v20220817.BatchDeleteGroupMember", async function () {
381
+ it("lcic.v20220817.DescribeDeveloper", async function () {
362
382
  try {
363
- const data = await client.BatchDeleteGroupMember({})
383
+ const data = await client.DescribeDeveloper({})
364
384
  expect(data).to.be.ok
365
385
  } catch(error) {
366
386
  expect(error.requestId).to.be.ok
@@ -388,6 +408,16 @@ it("lcic.v20220817.BatchCreateRoom", async function () {
388
408
  }
389
409
  })
390
410
 
411
+ it("lcic.v20220817.DescribeAnswerList", async function () {
412
+ try {
413
+ const data = await client.DescribeAnswerList({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
391
421
  it("lcic.v20220817.DeleteDocument", async function () {
392
422
  try {
393
423
  const data = await client.DeleteDocument({})
@@ -248,6 +248,16 @@ it("scf.v20180416.DeleteNamespace", async function () {
248
248
  }
249
249
  })
250
250
 
251
+ it("scf.v20180416.UpdateTriggerStatus", async function () {
252
+ try {
253
+ const data = await client.UpdateTriggerStatus({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
251
261
  it("scf.v20180416.CreateAlias", async function () {
252
262
  try {
253
263
  const data = await client.CreateAlias({})
@@ -138,6 +138,16 @@ it("vod.v20180717.ProcessMediaByProcedure", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("vod.v20180717.ModifyRebuildMediaTemplate", async function () {
142
+ try {
143
+ const data = await client.ModifyRebuildMediaTemplate({})
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("vod.v20180717.DeleteTranscodeTemplate", async function () {
142
152
  try {
143
153
  const data = await client.DeleteTranscodeTemplate({})
@@ -518,6 +528,16 @@ it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
518
528
  }
519
529
  })
520
530
 
531
+ it("vod.v20180717.DeleteRebuildMediaTemplate", async function () {
532
+ try {
533
+ const data = await client.DeleteRebuildMediaTemplate({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
521
541
  it("vod.v20180717.LiveRealTimeClip", async function () {
522
542
  try {
523
543
  const data = await client.LiveRealTimeClip({})
@@ -678,6 +698,16 @@ it("vod.v20180717.CreateStorageRegion", async function () {
678
698
  }
679
699
  })
680
700
 
701
+ it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
702
+ try {
703
+ const data = await client.CreateRebuildMediaTemplate({})
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
+
681
711
  it("vod.v20180717.ModifyRoundPlay", async function () {
682
712
  try {
683
713
  const data = await client.ModifyRoundPlay({})
@@ -1138,6 +1168,16 @@ it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
1138
1168
  }
1139
1169
  })
1140
1170
 
1171
+ it("vod.v20180717.RebuildMediaByTemplate", async function () {
1172
+ try {
1173
+ const data = await client.RebuildMediaByTemplate({})
1174
+ expect(data).to.be.ok
1175
+ } catch(error) {
1176
+ expect(error.requestId).to.be.ok
1177
+ expect(error.code).to.be.ok
1178
+ }
1179
+ })
1180
+
1141
1181
  it("vod.v20180717.CreateReviewTemplate", async function () {
1142
1182
  try {
1143
1183
  const data = await client.CreateReviewTemplate({})
@@ -1428,6 +1468,16 @@ it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
1428
1468
  }
1429
1469
  })
1430
1470
 
1471
+ it("vod.v20180717.DescribeRebuildMediaTemplates", async function () {
1472
+ try {
1473
+ const data = await client.DescribeRebuildMediaTemplates({})
1474
+ expect(data).to.be.ok
1475
+ } catch(error) {
1476
+ expect(error.requestId).to.be.ok
1477
+ expect(error.code).to.be.ok
1478
+ }
1479
+ })
1480
+
1431
1481
  it("vod.v20180717.DescribeDailyPlayStatFileList", async function () {
1432
1482
  try {
1433
1483
  const data = await client.DescribeDailyPlayStatFileList({})
@@ -178,6 +178,16 @@ it("waf.v20180125.DescribeFlowTrend", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("waf.v20180125.DescribeVipInfo", async function () {
182
+ try {
183
+ const data = await client.DescribeVipInfo({})
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
+
181
191
  it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
182
192
  try {
183
193
  const data = await client.DescribeUserCdcClbWafRegions({})