tencentcloud-sdk-nodejs 4.0.1004 → 4.0.1006

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 (66) hide show
  1. package/CHANGELOG.md +402 -0
  2. package/SERVICE_CHANGELOG.md +450 -34
  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/aca/v20210323/aca_models.ts +1 -6
  7. package/src/services/cbs/v20170312/cbs_models.ts +4 -0
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -2
  9. package/src/services/cls/v20201016/cls_models.ts +40 -27
  10. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  11. package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -0
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +70 -0
  13. package/src/services/dts/v20211206/dts_models.ts +4 -0
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  16. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  17. package/src/services/lke/v20231130/lke_models.ts +12 -0
  18. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  19. package/src/services/monitor/v20180724/monitor_models.ts +26 -0
  20. package/src/services/scf/v20180416/scf_client.ts +36 -24
  21. package/src/services/scf/v20180416/scf_models.ts +158 -168
  22. package/src/services/tcm/v20210413/tcm_models.ts +1 -1
  23. package/src/services/tcr/v20190924/tcr_models.ts +86 -81
  24. package/src/services/teo/v20220901/teo_models.ts +10 -7
  25. package/src/services/tke/v20180525/tke_models.ts +291 -276
  26. package/src/services/trocket/v20230308/trocket_client.ts +14 -0
  27. package/src/services/trocket/v20230308/trocket_models.ts +45 -0
  28. package/src/services/vclm/v20240523/vclm_models.ts +3 -2
  29. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  30. package/src/services/vpc/v20170312/vpc_models.ts +64 -90
  31. package/src/services/waf/v20180125/waf_models.ts +1 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/aca/v20210323/aca_models.d.ts +1 -6
  35. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
  36. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -2
  37. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +40 -27
  38. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  39. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  40. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  41. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  42. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  45. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
  48. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -0
  49. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +13 -9
  50. package/tencentcloud/services/scf/v20180416/scf_client.js +18 -12
  51. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +156 -168
  52. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
  53. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +86 -81
  54. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -7
  55. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +291 -276
  56. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +7 -1
  57. package/tencentcloud/services/trocket/v20230308/trocket_client.js +8 -0
  58. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +43 -0
  59. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +3 -2
  60. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  62. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +64 -90
  63. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  64. package/test/dbbrain.v20210527.test.js +10 -0
  65. package/test/scf.v20180416.test.js +24 -14
  66. package/test/trocket.v20230308.test.js +10 -0
@@ -148,9 +148,9 @@ it("scf.v20180416.ListAliases", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("scf.v20180416.GetFunctionLogs", async function () {
151
+ it("scf.v20180416.DeleteNamespace", async function () {
152
152
  try {
153
- const data = await client.GetFunctionLogs({})
153
+ const data = await client.DeleteNamespace({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("scf.v20180416.GetAsyncEventStatus", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("scf.v20180416.DeleteNamespace", async function () {
251
+ it("scf.v20180416.PutTotalConcurrencyConfig", async function () {
252
252
  try {
253
- const data = await client.DeleteNamespace({})
253
+ const data = await client.PutTotalConcurrencyConfig({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -268,6 +268,26 @@ it("scf.v20180416.UpdateTriggerStatus", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("scf.v20180416.DeleteFunctionVersion", async function () {
272
+ try {
273
+ const data = await client.DeleteFunctionVersion({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("scf.v20180416.GetFunctionLogs", async function () {
282
+ try {
283
+ const data = await client.GetFunctionLogs({})
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
+
271
291
  it("scf.v20180416.CreateAlias", async function () {
272
292
  try {
273
293
  const data = await client.CreateAlias({})
@@ -458,16 +478,6 @@ it("scf.v20180416.GetReservedConcurrencyConfig", async function () {
458
478
  }
459
479
  })
460
480
 
461
- it("scf.v20180416.PutTotalConcurrencyConfig", async function () {
462
- try {
463
- const data = await client.PutTotalConcurrencyConfig({})
464
- expect(data).to.be.ok
465
- } catch(error) {
466
- expect(error.requestId).to.be.ok
467
- expect(error.code).to.be.ok
468
- }
469
- })
470
-
471
481
  it("scf.v20180416.GetCustomDomain", async function () {
472
482
  try {
473
483
  const data = await client.GetCustomDomain({})
@@ -58,6 +58,16 @@ it("trocket.v20230308.ModifyTopic", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("trocket.v20230308.DescribeTopicListByGroup", async function () {
62
+ try {
63
+ const data = await client.DescribeTopicListByGroup({})
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("trocket.v20230308.ModifyMQTTTopic", async function () {
62
72
  try {
63
73
  const data = await client.ModifyMQTTTopic({})