tencentcloud-sdk-nodejs 4.0.832 → 4.0.834

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 (87) hide show
  1. package/CHANGELOG.md +511 -0
  2. package/SERVICE_CHANGELOG.md +771 -55
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +4 -11
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -5
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/asr/v20190614/asr_models.ts +9 -4
  11. package/src/services/captcha/v20190722/captcha_models.ts +12 -12
  12. package/src/services/cdb/v20170320/cdb_client.ts +30 -4
  13. package/src/services/cdb/v20170320/cdb_models.ts +148 -28
  14. package/src/services/csip/v20221121/csip_models.ts +3 -0
  15. package/src/services/es/v20180416/es_models.ts +7 -7
  16. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  17. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  18. package/src/services/hunyuan/v20230901/hunyuan_client.ts +8 -8
  19. package/src/services/hunyuan/v20230901/hunyuan_models.ts +79 -30
  20. package/src/services/index.ts +1 -0
  21. package/src/services/iss/v20230517/iss_models.ts +18 -0
  22. package/src/services/lke/index.ts +5 -0
  23. package/src/services/lke/v20231130/index.ts +6 -0
  24. package/src/services/lke/v20231130/lke_client.ts +974 -0
  25. package/src/services/lke/v20231130/lke_models.ts +4560 -0
  26. package/src/services/mna/v20210119/mna_models.ts +127 -7
  27. package/src/services/monitor/v20180724/monitor_client.ts +0 -12
  28. package/src/services/monitor/v20180724/monitor_models.ts +0 -28
  29. package/src/services/redis/v20180412/redis_models.ts +1 -1
  30. package/src/services/sms/v20210111/sms_models.ts +1 -0
  31. package/src/services/soe/v20180724/soe_models.ts +13 -13
  32. package/src/services/tione/v20211111/tione_client.ts +1 -0
  33. package/src/services/tione/v20211111/tione_models.ts +15 -1
  34. package/src/services/trtc/v20190722/trtc_client.ts +4 -3
  35. package/src/services/trtc/v20190722/trtc_models.ts +37 -7
  36. package/src/services/wedata/v20210820/wedata_client.ts +61 -198
  37. package/src/services/wedata/v20210820/wedata_models.ts +652 -1237
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -11
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -11
  42. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -5
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -4
  47. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +12 -12
  48. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  49. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +142 -28
  51. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -0
  52. package/tencentcloud/services/es/v20180416/es_models.d.ts +7 -7
  53. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  54. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  55. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +8 -8
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +8 -8
  58. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +79 -30
  59. package/tencentcloud/services/index.d.ts +1 -0
  60. package/tencentcloud/services/index.js +2 -0
  61. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +18 -0
  62. package/tencentcloud/services/lke/index.d.ts +6 -0
  63. package/tencentcloud/services/lke/index.js +7 -0
  64. package/tencentcloud/services/lke/v20231130/index.d.ts +6 -0
  65. package/tencentcloud/services/lke/v20231130/index.js +9 -0
  66. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +310 -0
  67. package/tencentcloud/services/lke/v20231130/lke_client.js +481 -0
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4351 -0
  69. package/tencentcloud/services/lke/v20231130/lke_models.js +18 -0
  70. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +127 -7
  71. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -5
  72. package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -6
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +0 -26
  74. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  75. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -0
  76. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +13 -13
  77. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -1
  78. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  79. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  80. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +36 -7
  81. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -61
  82. package/tencentcloud/services/wedata/v20210820/wedata_client.js +22 -88
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +660 -1218
  84. package/test/cdb.v20170320.test.js +20 -0
  85. package/test/lke.v20231130.test.js +771 -0
  86. package/test/monitor.v20180724.test.js +0 -10
  87. package/test/wedata.v20210820.test.js +12 -122
@@ -778,16 +778,6 @@ it("monitor.v20180724.CreateSSOAccount", async function () {
778
778
  }
779
779
  })
780
780
 
781
- it("monitor.v20180724.SendCustomAlarmMsg", async function () {
782
- try {
783
- const data = await client.SendCustomAlarmMsg({})
784
- expect(data).to.be.ok
785
- } catch(error) {
786
- expect(error.requestId).to.be.ok
787
- expect(error.code).to.be.ok
788
- }
789
- })
790
-
791
781
  it("monitor.v20180724.ModifyAlarmPolicyNotice", async function () {
792
782
  try {
793
783
  const data = await client.ModifyAlarmPolicyNotice({})
@@ -188,16 +188,6 @@ it("wedata.v20210820.DescribeRuleExecResultsByPage", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("wedata.v20210820.DescribeInLongAgentVpcList", async function () {
192
- try {
193
- const data = await client.DescribeInLongAgentVpcList({})
194
- expect(data).to.be.ok
195
- } catch(error) {
196
- expect(error.requestId).to.be.ok
197
- expect(error.code).to.be.ok
198
- }
199
- })
200
-
201
191
  it("wedata.v20210820.DescribeWorkflowOpsCanvasInfo", async function () {
202
192
  try {
203
193
  const data = await client.DescribeWorkflowOpsCanvasInfo({})
@@ -248,16 +238,6 @@ it("wedata.v20210820.CreateHiveTable", async function () {
248
238
  }
249
239
  })
250
240
 
251
- it("wedata.v20210820.DescribeClusterNamespaceList", async function () {
252
- try {
253
- const data = await client.DescribeClusterNamespaceList({})
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
-
261
241
  it("wedata.v20210820.DescribeOperateOpsTasks", async function () {
262
242
  try {
263
243
  const data = await client.DescribeOperateOpsTasks({})
@@ -398,16 +378,6 @@ it("wedata.v20210820.DeleteWorkflowNew", async function () {
398
378
  }
399
379
  })
400
380
 
401
- it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function () {
402
- try {
403
- const data = await client.DescribeIntegrationStatisticsAgentStatus({})
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
381
  it("wedata.v20210820.StopBaseline", async function () {
412
382
  try {
413
383
  const data = await client.StopBaseline({})
@@ -538,16 +508,6 @@ it("wedata.v20210820.DescribeOpsInstanceLogList", async function () {
538
508
  }
539
509
  })
540
510
 
541
- it("wedata.v20210820.SetTaskAlarmNew", async function () {
542
- try {
543
- const data = await client.SetTaskAlarmNew({})
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
-
551
511
  it("wedata.v20210820.DescribeEventConsumeTasks", async function () {
552
512
  try {
553
513
  const data = await client.DescribeEventConsumeTasks({})
@@ -728,9 +688,9 @@ it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
728
688
  }
729
689
  })
730
690
 
731
- it("wedata.v20210820.DeleteInLongAgent", async function () {
691
+ it("wedata.v20210820.UnlockIntegrationTask", async function () {
732
692
  try {
733
- const data = await client.DeleteInLongAgent({})
693
+ const data = await client.UnlockIntegrationTask({})
734
694
  expect(data).to.be.ok
735
695
  } catch(error) {
736
696
  expect(error.requestId).to.be.ok
@@ -1148,16 +1108,6 @@ it("wedata.v20210820.DescribeTaskByStatusReport", async function () {
1148
1108
  }
1149
1109
  })
1150
1110
 
1151
- it("wedata.v20210820.CreateInLongAgent", async function () {
1152
- try {
1153
- const data = await client.CreateInLongAgent({})
1154
- expect(data).to.be.ok
1155
- } catch(error) {
1156
- expect(error.requestId).to.be.ok
1157
- expect(error.code).to.be.ok
1158
- }
1159
- })
1160
-
1161
1111
  it("wedata.v20210820.RunTask", async function () {
1162
1112
  try {
1163
1113
  const data = await client.RunTask({})
@@ -1178,16 +1128,6 @@ it("wedata.v20210820.GetOfflineInstanceList", async function () {
1178
1128
  }
1179
1129
  })
1180
1130
 
1181
- it("wedata.v20210820.UpdateInLongAgent", async function () {
1182
- try {
1183
- const data = await client.UpdateInLongAgent({})
1184
- expect(data).to.be.ok
1185
- } catch(error) {
1186
- expect(error.requestId).to.be.ok
1187
- expect(error.code).to.be.ok
1188
- }
1189
- })
1190
-
1191
1131
  it("wedata.v20210820.CreateOfflineTask", async function () {
1192
1132
  try {
1193
1133
  const data = await client.CreateOfflineTask({})
@@ -1278,16 +1218,6 @@ it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
1278
1218
  }
1279
1219
  })
1280
1220
 
1281
- it("wedata.v20210820.UnlockIntegrationTask", async function () {
1282
- try {
1283
- const data = await client.UnlockIntegrationTask({})
1284
- expect(data).to.be.ok
1285
- } catch(error) {
1286
- expect(error.requestId).to.be.ok
1287
- expect(error.code).to.be.ok
1288
- }
1289
- })
1290
-
1291
1221
  it("wedata.v20210820.CreateBaseline", async function () {
1292
1222
  try {
1293
1223
  const data = await client.CreateBaseline({})
@@ -1718,16 +1648,6 @@ it("wedata.v20210820.DescribeInstanceLogFile", async function () {
1718
1648
  }
1719
1649
  })
1720
1650
 
1721
- it("wedata.v20210820.ModifyDataSource", async function () {
1722
- try {
1723
- const data = await client.ModifyDataSource({})
1724
- expect(data).to.be.ok
1725
- } catch(error) {
1726
- expect(error.requestId).to.be.ok
1727
- expect(error.code).to.be.ok
1728
- }
1729
- })
1730
-
1731
1651
  it("wedata.v20210820.ModifyRuleTemplate", async function () {
1732
1652
  try {
1733
1653
  const data = await client.ModifyRuleTemplate({})
@@ -1988,16 +1908,6 @@ it("wedata.v20210820.UploadContent", async function () {
1988
1908
  }
1989
1909
  })
1990
1910
 
1991
- it("wedata.v20210820.SubmitCustomFunction", async function () {
1992
- try {
1993
- const data = await client.SubmitCustomFunction({})
1994
- expect(data).to.be.ok
1995
- } catch(error) {
1996
- expect(error.requestId).to.be.ok
1997
- expect(error.code).to.be.ok
1998
- }
1999
- })
2000
-
2001
1911
  it("wedata.v20210820.DescribeFathers", async function () {
2002
1912
  try {
2003
1913
  const data = await client.DescribeFathers({})
@@ -2058,9 +1968,9 @@ it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
2058
1968
  }
2059
1969
  })
2060
1970
 
2061
- it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
1971
+ it("wedata.v20210820.ModifyWorkflowInfo", async function () {
2062
1972
  try {
2063
- const data = await client.DescribeStandardRuleDetailInfoList({})
1973
+ const data = await client.ModifyWorkflowInfo({})
2064
1974
  expect(data).to.be.ok
2065
1975
  } catch(error) {
2066
1976
  expect(error.requestId).to.be.ok
@@ -2188,16 +2098,6 @@ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async functi
2188
2098
  }
2189
2099
  })
2190
2100
 
2191
- it("wedata.v20210820.DescribeInstanceLogs", async function () {
2192
- try {
2193
- const data = await client.DescribeInstanceLogs({})
2194
- expect(data).to.be.ok
2195
- } catch(error) {
2196
- expect(error.requestId).to.be.ok
2197
- expect(error.code).to.be.ok
2198
- }
2199
- })
2200
-
2201
2101
  it("wedata.v20210820.ModifyMonitorStatus", async function () {
2202
2102
  try {
2203
2103
  const data = await client.ModifyMonitorStatus({})
@@ -2558,9 +2458,9 @@ it("wedata.v20210820.SaveCustomFunction", async function () {
2558
2458
  }
2559
2459
  })
2560
2460
 
2561
- it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
2461
+ it("wedata.v20210820.ModifyDataSource", async function () {
2562
2462
  try {
2563
- const data = await client.DescribeInLongTkeClusterList({})
2463
+ const data = await client.ModifyDataSource({})
2564
2464
  expect(data).to.be.ok
2565
2465
  } catch(error) {
2566
2466
  expect(error.requestId).to.be.ok
@@ -2738,9 +2638,9 @@ it("wedata.v20210820.DescribeDependOpsTaskList", async function () {
2738
2638
  }
2739
2639
  })
2740
2640
 
2741
- it("wedata.v20210820.DescribeInLongAgentList", async function () {
2641
+ it("wedata.v20210820.DescribeInstanceLogs", async function () {
2742
2642
  try {
2743
- const data = await client.DescribeInLongAgentList({})
2643
+ const data = await client.DescribeInstanceLogs({})
2744
2644
  expect(data).to.be.ok
2745
2645
  } catch(error) {
2746
2646
  expect(error.requestId).to.be.ok
@@ -2768,9 +2668,9 @@ it("wedata.v20210820.DescribeOpsMakePlans", async function () {
2768
2668
  }
2769
2669
  })
2770
2670
 
2771
- it("wedata.v20210820.ModifyWorkflowInfo", async function () {
2671
+ it("wedata.v20210820.SubmitCustomFunction", async function () {
2772
2672
  try {
2773
- const data = await client.ModifyWorkflowInfo({})
2673
+ const data = await client.SubmitCustomFunction({})
2774
2674
  expect(data).to.be.ok
2775
2675
  } catch(error) {
2776
2676
  expect(error.requestId).to.be.ok
@@ -2868,9 +2768,9 @@ it("wedata.v20210820.BatchResumeIntegrationTasks", async function () {
2868
2768
  }
2869
2769
  })
2870
2770
 
2871
- it("wedata.v20210820.RestartInLongAgent", async function () {
2771
+ it("wedata.v20210820.SetTaskAlarmNew", async function () {
2872
2772
  try {
2873
- const data = await client.RestartInLongAgent({})
2773
+ const data = await client.SetTaskAlarmNew({})
2874
2774
  expect(data).to.be.ok
2875
2775
  } catch(error) {
2876
2776
  expect(error.requestId).to.be.ok
@@ -2948,16 +2848,6 @@ it("wedata.v20210820.DescribeFunctionKinds", async function () {
2948
2848
  }
2949
2849
  })
2950
2850
 
2951
- it("wedata.v20210820.DescribeInLongAgentTaskList", async function () {
2952
- try {
2953
- const data = await client.DescribeInLongAgentTaskList({})
2954
- expect(data).to.be.ok
2955
- } catch(error) {
2956
- expect(error.requestId).to.be.ok
2957
- expect(error.code).to.be.ok
2958
- }
2959
- })
2960
-
2961
2851
  it("wedata.v20210820.DescribeRuleExecHistory", async function () {
2962
2852
  try {
2963
2853
  const data = await client.DescribeRuleExecHistory({})