tencentcloud-sdk-nodejs 4.0.412 → 4.0.415

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 (124) hide show
  1. package/CHANGELOG.md +813 -0
  2. package/SERVICE_CHANGELOG.md +1108 -212
  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 +13 -13
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  8. package/src/services/as/v20180419/as_models.ts +18 -0
  9. package/src/services/bm/v20180423/bm_models.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  11. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  12. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  13. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +17 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
  18. package/src/services/ess/v20201111/ess_client.ts +1 -0
  19. package/src/services/ess/v20201111/ess_models.ts +56 -28
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +51 -26
  22. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  23. package/src/services/gme/v20180711/gme_client.ts +185 -111
  24. package/src/services/gme/v20180711/gme_models.ts +312 -71
  25. package/src/services/iai/v20200303/iai_models.ts +1 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
  28. package/src/services/live/v20180801/live_models.ts +6 -0
  29. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  31. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  32. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  33. package/src/services/organization/v20181225/organization_models.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  35. package/src/services/redis/v20180412/redis_client.ts +12 -0
  36. package/src/services/redis/v20180412/redis_models.ts +25 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  38. package/src/services/taf/v20200210/taf_client.ts +20 -37
  39. package/src/services/taf/v20200210/taf_models.ts +154 -224
  40. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  42. package/src/services/tcss/v20201101/tcss_models.ts +54 -0
  43. package/src/services/tem/v20210701/tem_client.ts +14 -1
  44. package/src/services/tem/v20210701/tem_models.ts +183 -87
  45. package/src/services/teo/v20220106/teo_client.ts +8 -7
  46. package/src/services/teo/v20220106/teo_models.ts +536 -355
  47. package/src/services/tione/v20211111/tione_models.ts +23 -1
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_client.ts +16 -2
  50. package/src/services/tse/v20201207/tse_models.ts +93 -17
  51. package/src/services/vod/v20180717/vod_client.ts +49 -33
  52. package/src/services/vod/v20180717/vod_models.ts +78 -21
  53. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  58. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  59. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  60. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  61. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  62. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  63. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  65. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  67. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -24
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -23
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
  79. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  80. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  82. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  83. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  86. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  90. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  91. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  93. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  94. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  95. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  96. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  97. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  103. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  104. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  105. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  106. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  109. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  110. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
  114. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  115. package/test/antiddos.v20200309.test.js +10 -10
  116. package/test/ccc.v20200210.test.js +0 -10
  117. package/test/gme.v20180711.test.js +90 -30
  118. package/test/mongodb.v20190725.test.js +0 -10
  119. package/test/redis.v20180412.test.js +10 -0
  120. package/test/taf.v20200210.test.js +8 -18
  121. package/test/tbaas.v20180416.test.js +6 -76
  122. package/test/tem.v20210701.test.js +10 -0
  123. package/test/tse.v20201207.test.js +10 -0
  124. package/test/vod.v20180717.test.js +18 -8
@@ -98,19 +98,9 @@ it("tbaas.v20180416.GetBcosBlockList", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("tbaas.v20180416.GetTransactionDetailForUser", async function () {
102
- try {
103
- const data = await client.GetTransactionDetailForUser({})
104
- expect(data).to.be.ok
105
- } catch(error) {
106
- expect(error.requestId).to.be.ok
107
- expect(error.code).to.be.ok
108
- }
109
- })
110
-
111
- it("tbaas.v20180416.GetTransListHandler", async function () {
101
+ it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
112
102
  try {
113
- const data = await client.GetTransListHandler({})
103
+ const data = await client.QueryChainMakerDemoBlockTransaction({})
114
104
  expect(data).to.be.ok
115
105
  } catch(error) {
116
106
  expect(error.requestId).to.be.ok
@@ -178,9 +168,9 @@ it("tbaas.v20180416.CreateChaincodeAndInstallForUser", async function () {
178
168
  }
179
169
  })
180
170
 
181
- it("tbaas.v20180416.GetTransByHashHandler", async function () {
171
+ it("tbaas.v20180416.QueryChainMakerDemoTransaction", async function () {
182
172
  try {
183
- const data = await client.GetTransByHashHandler({})
173
+ const data = await client.QueryChainMakerDemoTransaction({})
184
174
  expect(data).to.be.ok
185
175
  } catch(error) {
186
176
  expect(error.requestId).to.be.ok
@@ -218,26 +208,6 @@ it("tbaas.v20180416.InvokeChainMakerContract", async function () {
218
208
  }
219
209
  })
220
210
 
221
- it("tbaas.v20180416.BlockByNumberHandler", async function () {
222
- try {
223
- const data = await client.BlockByNumberHandler({})
224
- expect(data).to.be.ok
225
- } catch(error) {
226
- expect(error.requestId).to.be.ok
227
- expect(error.code).to.be.ok
228
- }
229
- })
230
-
231
- it("tbaas.v20180416.QueryChainMakerDemoTransaction", async function () {
232
- try {
233
- const data = await client.QueryChainMakerDemoTransaction({})
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
-
241
211
  it("tbaas.v20180416.GetInvokeTx", async function () {
242
212
  try {
243
213
  const data = await client.GetInvokeTx({})
@@ -298,9 +268,9 @@ it("tbaas.v20180416.QueryChainMakerDemoContract", async function () {
298
268
  }
299
269
  })
300
270
 
301
- it("tbaas.v20180416.DeployDynamicContractHandler", async function () {
271
+ it("tbaas.v20180416.GetTransactionDetailForUser", async function () {
302
272
  try {
303
- const data = await client.DeployDynamicContractHandler({})
273
+ const data = await client.GetTransactionDetailForUser({})
304
274
  expect(data).to.be.ok
305
275
  } catch(error) {
306
276
  expect(error.requestId).to.be.ok
@@ -328,26 +298,6 @@ it("tbaas.v20180416.GetBcosTransList", async function () {
328
298
  }
329
299
  })
330
300
 
331
- it("tbaas.v20180416.TransByDynamicContractHandler", async function () {
332
- try {
333
- const data = await client.TransByDynamicContractHandler({})
334
- expect(data).to.be.ok
335
- } catch(error) {
336
- expect(error.requestId).to.be.ok
337
- expect(error.code).to.be.ok
338
- }
339
- })
340
-
341
- it("tbaas.v20180416.SendTransactionHandler", async function () {
342
- try {
343
- const data = await client.SendTransactionHandler({})
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
-
351
301
  it("tbaas.v20180416.InvokeChainMakerDemoContract", async function () {
352
302
  try {
353
303
  const data = await client.InvokeChainMakerDemoContract({})
@@ -398,24 +348,4 @@ it("tbaas.v20180416.Query", async function () {
398
348
  }
399
349
  })
400
350
 
401
- it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
402
- try {
403
- const data = await client.QueryChainMakerDemoBlockTransaction({})
404
- expect(data).to.be.ok
405
- } catch(error) {
406
- expect(error.requestId).to.be.ok
407
- expect(error.code).to.be.ok
408
- }
409
- })
410
-
411
- it("tbaas.v20180416.GetBlockListHandler", async function () {
412
- try {
413
- const data = await client.GetBlockListHandler({})
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
-
421
351
  })
@@ -178,6 +178,16 @@ it("tem.v20210701.ModifyEnvironment", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("tem.v20210701.DescribeEnvironment", async function () {
182
+ try {
183
+ const data = await client.DescribeEnvironment({})
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("tem.v20210701.DescribeLogConfig", async function () {
182
192
  try {
183
193
  const data = await client.DescribeLogConfig({})
@@ -58,6 +58,16 @@ it("tse.v20201207.DescribeNacosReplicas", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayNodes", async function () {
62
+ try {
63
+ const data = await client.DescribeCloudNativeAPIGatewayNodes({})
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("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
62
72
  try {
63
73
  const data = await client.DescribeZookeeperServerInterfaces({})
@@ -218,9 +218,9 @@ it("vod.v20180717.CreateAdaptiveDynamicStreamingTemplate", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("vod.v20180717.DescribeDrmDataKey", async function () {
221
+ it("vod.v20180717.DescribeSampleSnapshotTemplates", async function () {
222
222
  try {
223
- const data = await client.DescribeDrmDataKey({})
223
+ const data = await client.DescribeSampleSnapshotTemplates({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -368,9 +368,9 @@ it("vod.v20180717.ExecuteFunction", async function () {
368
368
  }
369
369
  })
370
370
 
371
- it("vod.v20180717.DescribeTranscodeTemplates", async function () {
371
+ it("vod.v20180717.DeleteVodDomain", async function () {
372
372
  try {
373
- const data = await client.DescribeTranscodeTemplates({})
373
+ const data = await client.DeleteVodDomain({})
374
374
  expect(data).to.be.ok
375
375
  } catch(error) {
376
376
  expect(error.requestId).to.be.ok
@@ -388,6 +388,16 @@ it("vod.v20180717.DescribeMediaProcessUsageData", async function () {
388
388
  }
389
389
  })
390
390
 
391
+ it("vod.v20180717.DescribeTranscodeTemplates", async function () {
392
+ try {
393
+ const data = await client.DescribeTranscodeTemplates({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
391
401
  it("vod.v20180717.DescribePrepaidProducts", async function () {
392
402
  try {
393
403
  const data = await client.DescribePrepaidProducts({})
@@ -528,9 +538,9 @@ it("vod.v20180717.DescribeProcedureTemplates", async function () {
528
538
  }
529
539
  })
530
540
 
531
- it("vod.v20180717.DeleteVodDomain", async function () {
541
+ it("vod.v20180717.DescribeClientUploadAccelerationUsageData", async function () {
532
542
  try {
533
- const data = await client.DeleteVodDomain({})
543
+ const data = await client.DescribeClientUploadAccelerationUsageData({})
534
544
  expect(data).to.be.ok
535
545
  } catch(error) {
536
546
  expect(error.requestId).to.be.ok
@@ -958,9 +968,9 @@ it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function ()
958
968
  }
959
969
  })
960
970
 
961
- it("vod.v20180717.DescribeSampleSnapshotTemplates", async function () {
971
+ it("vod.v20180717.DescribeDrmDataKey", async function () {
962
972
  try {
963
- const data = await client.DescribeSampleSnapshotTemplates({})
973
+ const data = await client.DescribeDrmDataKey({})
964
974
  expect(data).to.be.ok
965
975
  } catch(error) {
966
976
  expect(error.requestId).to.be.ok