tencentcloud-sdk-nodejs 4.0.435 → 4.0.438

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 (122) hide show
  1. package/CHANGELOG.md +772 -0
  2. package/SERVICE_CHANGELOG.md +996 -117
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +0 -35
  8. package/src/services/bda/v20200324/bda_models.ts +31 -6
  9. package/src/services/bma/v20210624/bma_client.ts +45 -8
  10. package/src/services/bma/v20210624/bma_models.ts +222 -37
  11. package/src/services/cbs/v20170312/cbs_client.ts +109 -41
  12. package/src/services/cbs/v20170312/cbs_models.ts +318 -111
  13. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  14. package/src/services/cdb/v20170320/cdb_client.ts +17 -0
  15. package/src/services/cdb/v20170320/cdb_models.ts +285 -2
  16. package/src/services/cfs/v20190719/cfs_client.ts +253 -103
  17. package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
  18. package/src/services/cfw/v20190904/cfw_client.ts +0 -12
  19. package/src/services/cfw/v20190904/cfw_models.ts +20 -38
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +21 -0
  21. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  22. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  23. package/src/services/cwp/v20180228/cwp_models.ts +23 -0
  24. package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
  25. package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
  26. package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
  27. package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
  28. package/src/services/emr/v20190103/emr_models.ts +42 -3
  29. package/src/services/ess/v20201111/ess_models.ts +21 -5
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
  31. package/src/services/gme/v20180711/gme_models.ts +12 -2
  32. package/src/services/monitor/v20180724/monitor_client.ts +3 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +69 -3
  34. package/src/services/redis/v20180412/redis_models.ts +1 -1
  35. package/src/services/ses/v20201002/ses_models.ts +10 -8
  36. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  37. package/src/services/tag/v20180813/tag_models.ts +2 -2
  38. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  39. package/src/services/tem/v20210701/tem_models.ts +15 -0
  40. package/src/services/teo/v20220106/teo_client.ts +9 -3
  41. package/src/services/teo/v20220106/teo_models.ts +522 -250
  42. package/src/services/tione/v20211111/tione_client.ts +106 -16
  43. package/src/services/tione/v20211111/tione_models.ts +888 -125
  44. package/src/services/tke/v20180525/tke_models.ts +5 -0
  45. package/src/services/tts/v20190823/tts_models.ts +6 -2
  46. package/src/services/vm/v20210922/vm_client.ts +2 -0
  47. package/src/services/vm/v20210922/vm_models.ts +87 -28
  48. package/src/services/vod/v20180717/vod_client.ts +16 -0
  49. package/src/services/vod/v20180717/vod_models.ts +66 -0
  50. package/src/services/vpc/v20170312/vpc_client.ts +20 -7
  51. package/src/services/vpc/v20170312/vpc_models.ts +108 -3
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +0 -30
  57. package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
  58. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +15 -3
  59. package/tencentcloud/services/bma/v20210624/bma_client.js +21 -3
  60. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +188 -33
  61. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
  62. package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
  63. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  65. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  66. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  67. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
  68. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
  69. package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
  70. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
  71. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
  72. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
  73. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +17 -33
  74. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +19 -0
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  76. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  77. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  78. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +19 -0
  79. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
  80. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
  81. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
  82. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
  83. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
  84. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  85. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
  86. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
  88. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -2
  89. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
  91. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +57 -3
  92. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  93. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
  94. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  95. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +2 -2
  96. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  97. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
  98. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  99. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +464 -218
  100. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
  101. package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
  102. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
  103. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  104. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
  105. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
  106. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  107. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  108. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
  109. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +12 -8
  110. package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -7
  111. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +91 -3
  112. package/test/antiddos.v20200309.test.js +0 -10
  113. package/test/bma.v20210624.test.js +32 -2
  114. package/test/cbs.v20170312.test.js +58 -8
  115. package/test/cdb.v20170320.test.js +10 -0
  116. package/test/cfs.v20190719.test.js +150 -30
  117. package/test/cfw.v20190904.test.js +0 -10
  118. package/test/cynosdb.v20190107.test.js +34 -14
  119. package/test/dbbrain.v20210527.test.js +12 -2
  120. package/test/tione.v20211111.test.js +72 -2
  121. package/test/vod.v20180717.test.js +10 -0
  122. package/test/vpc.v20170312.test.js +10 -0
@@ -38,9 +38,9 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
41
+ it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
42
42
  try {
43
- const data = await client.DescribeAccountAllGrantPrivileges({})
43
+ const data = await client.RevokeAccountPrivileges({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -158,16 +158,6 @@ it("cynosdb.v20190107.ModifyClusterName", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
162
- try {
163
- const data = await client.RevokeAccountPrivileges({})
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
-
171
161
  it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
172
162
  try {
173
163
  const data = await client.DescribeInstanceDetail({})
@@ -268,6 +258,16 @@ it("cynosdb.v20190107.DescribeClusterParams", async function () {
268
258
  }
269
259
  })
270
260
 
261
+ it("cynosdb.v20190107.CreateBackup", async function () {
262
+ try {
263
+ const data = await client.CreateBackup({})
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
+
271
271
  it("cynosdb.v20190107.OfflineInstance", async function () {
272
272
  try {
273
273
  const data = await client.OfflineInstance({})
@@ -398,9 +398,9 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
398
398
  }
399
399
  })
400
400
 
401
- it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
401
+ it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
402
402
  try {
403
- const data = await client.DescribeInstanceSlowQueries({})
403
+ const data = await client.DescribeAccountAllGrantPrivileges({})
404
404
  expect(data).to.be.ok
405
405
  } catch(error) {
406
406
  expect(error.requestId).to.be.ok
@@ -508,6 +508,16 @@ it("cynosdb.v20190107.CreateAccounts", async function () {
508
508
  }
509
509
  })
510
510
 
511
+ it("cynosdb.v20190107.ModifyClusterStorage", async function () {
512
+ try {
513
+ const data = await client.ModifyClusterStorage({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
511
521
  it("cynosdb.v20190107.ActivateInstance", async function () {
512
522
  try {
513
523
  const data = await client.ActivateInstance({})
@@ -558,6 +568,16 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
572
+ try {
573
+ const data = await client.DescribeInstanceSlowQueries({})
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
+
561
581
  it("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
562
582
  try {
563
583
  const data = await client.DescribeRollbackTimeValidity({})
@@ -228,6 +228,16 @@ it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("dbbrain.v20210527.ModifySqlFilters", async function () {
232
+ try {
233
+ const data = await client.ModifySqlFilters({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("dbbrain.v20210527.DescribeRedisTopBigKeys", async function () {
232
242
  try {
233
243
  const data = await client.DescribeRedisTopBigKeys({})
@@ -278,9 +288,9 @@ it("dbbrain.v20210527.DescribeDBDiagHistory", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("dbbrain.v20210527.ModifySqlFilters", async function () {
291
+ it("dbbrain.v20210527.DescribeRedisTopKeyPrefixList", async function () {
282
292
  try {
283
- const data = await client.ModifySqlFilters({})
293
+ const data = await client.DescribeRedisTopKeyPrefixList({})
284
294
  expect(data).to.be.ok
285
295
  } catch(error) {
286
296
  expect(error.requestId).to.be.ok
@@ -28,6 +28,26 @@ it("tione.v20211111.DescribeTrainingModelVersion", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("tione.v20211111.DeleteBatchTask", async function () {
32
+ try {
33
+ const data = await client.DeleteBatchTask({})
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
+
41
+ it("tione.v20211111.DescribeBillingSpecs", async function () {
42
+ try {
43
+ const data = await client.DescribeBillingSpecs({})
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
+
31
51
  it("tione.v20211111.DeleteDataset", async function () {
32
52
  try {
33
53
  const data = await client.DeleteDataset({})
@@ -88,6 +108,16 @@ it("tione.v20211111.CreateTrainingTask", async function () {
88
108
  }
89
109
  })
90
110
 
111
+ it("tione.v20211111.StopBatchTask", async function () {
112
+ try {
113
+ const data = await client.StopBatchTask({})
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
+
91
121
  it("tione.v20211111.DescribeDatasetDetailUnstructured", async function () {
92
122
  try {
93
123
  const data = await client.DescribeDatasetDetailUnstructured({})
@@ -138,6 +168,26 @@ it("tione.v20211111.DeleteTrainingModel", async function () {
138
168
  }
139
169
  })
140
170
 
171
+ it("tione.v20211111.DescribeBatchTaskInstances", async function () {
172
+ try {
173
+ const data = await client.DescribeBatchTaskInstances({})
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
+
181
+ it("tione.v20211111.StopTrainingTask", async function () {
182
+ try {
183
+ const data = await client.StopTrainingTask({})
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
+
141
191
  it("tione.v20211111.StartTrainingTask", async function () {
142
192
  try {
143
193
  const data = await client.StartTrainingTask({})
@@ -168,9 +218,9 @@ it("tione.v20211111.PushTrainingMetrics", async function () {
168
218
  }
169
219
  })
170
220
 
171
- it("tione.v20211111.StopTrainingTask", async function () {
221
+ it("tione.v20211111.DescribeBatchTasks", async function () {
172
222
  try {
173
- const data = await client.StopTrainingTask({})
223
+ const data = await client.DescribeBatchTasks({})
174
224
  expect(data).to.be.ok
175
225
  } catch(error) {
176
226
  expect(error.requestId).to.be.ok
@@ -228,6 +278,16 @@ it("tione.v20211111.DescribeTrainingTask", async function () {
228
278
  }
229
279
  })
230
280
 
281
+ it("tione.v20211111.CreateBatchTask", async function () {
282
+ try {
283
+ const data = await client.CreateBatchTask({})
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
+
231
291
  it("tione.v20211111.DeleteTrainingTask", async function () {
232
292
  try {
233
293
  const data = await client.DeleteTrainingTask({})
@@ -238,6 +298,16 @@ it("tione.v20211111.DeleteTrainingTask", async function () {
238
298
  }
239
299
  })
240
300
 
301
+ it("tione.v20211111.DescribeBatchTask", async function () {
302
+ try {
303
+ const data = await client.DescribeBatchTask({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
241
311
  it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
242
312
  try {
243
313
  const data = await client.DescribeLatestTrainingMetrics({})
@@ -538,6 +538,16 @@ it("vod.v20180717.DeleteSuperPlayerConfig", async function () {
538
538
  }
539
539
  })
540
540
 
541
+ it("vod.v20180717.ReviewAudioVideo", async function () {
542
+ try {
543
+ const data = await client.ReviewAudioVideo({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
541
551
  it("vod.v20180717.DescribeProcedureTemplates", async function () {
542
552
  try {
543
553
  const data = await client.DescribeProcedureTemplates({})
@@ -2318,6 +2318,16 @@ it("vpc.v20170312.CreateVpnGateway", async function () {
2318
2318
  }
2319
2319
  })
2320
2320
 
2321
+ it("vpc.v20170312.DescribeTrafficPackages", async function () {
2322
+ try {
2323
+ const data = await client.DescribeTrafficPackages({})
2324
+ expect(data).to.be.ok
2325
+ } catch(error) {
2326
+ expect(error.requestId).to.be.ok
2327
+ expect(error.code).to.be.ok
2328
+ }
2329
+ })
2330
+
2321
2331
  it("vpc.v20170312.DescribeSecurityGroupPolicies", async function () {
2322
2332
  try {
2323
2333
  const data = await client.DescribeSecurityGroupPolicies({})