tencentcloud-sdk-nodejs 4.0.907 → 4.0.908

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 (48) hide show
  1. package/CHANGELOG.md +216 -0
  2. package/SERVICE_CHANGELOG.md +332 -33
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +3 -1
  7. package/src/services/apm/v20210622/apm_models.ts +4 -0
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +336 -95
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1895 -808
  10. package/src/services/dlc/v20210125/dlc_client.ts +1 -1
  11. package/src/services/dlc/v20210125/dlc_models.ts +13 -1
  12. package/src/services/domain/v20180808/domain_models.ts +1 -1
  13. package/src/services/ess/v20201111/ess_client.ts +21 -3
  14. package/src/services/ess/v20201111/ess_models.ts +4 -6
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -6
  16. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  17. package/src/services/lke/v20231130/lke_client.ts +12 -4
  18. package/src/services/lke/v20231130/lke_models.ts +376 -95
  19. package/src/services/trro/v20220325/trro_client.ts +1 -0
  20. package/src/services/trro/v20220325/trro_models.ts +96 -5
  21. package/src/services/trtc/v20190722/trtc_client.ts +14 -100
  22. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  23. package/src/services/tsf/v20180326/tsf_models.ts +4 -4
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +3 -1
  27. package/tencentcloud/services/aiart/v20221229/aiart_client.js +3 -1
  28. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  29. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +101 -25
  30. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +150 -36
  31. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1829 -793
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  33. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  34. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +13 -1
  35. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  36. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -3
  37. package/tencentcloud/services/ess/v20201111/ess_client.js +21 -3
  38. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -6
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -6
  40. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  41. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  42. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +368 -95
  43. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +95 -5
  44. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +12 -98
  45. package/tencentcloud/services/trtc/v20190722/trtc_client.js +12 -98
  46. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  47. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
  48. package/test/cdwdoris.v20211228.test.js +214 -24
@@ -18,6 +18,86 @@ const client = new tencentcloud.cdwdoris.v20211228.Client({
18
18
  })
19
19
  describe("cdwdoris.v20211228.test.js", function () {
20
20
 
21
+ it("cdwdoris.v20211228.DestroyInstance", async function () {
22
+ try {
23
+ const data = await client.DestroyInstance({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("cdwdoris.v20211228.DescribeSqlApis", async function () {
32
+ try {
33
+ const data = await client.DescribeSqlApis({})
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("cdwdoris.v20211228.DescribeRestoreTaskDetail", async function () {
42
+ try {
43
+ const data = await client.DescribeRestoreTaskDetail({})
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
+
51
+ it("cdwdoris.v20211228.CreateWorkloadGroup", async function () {
52
+ try {
53
+ const data = await client.CreateWorkloadGroup({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("cdwdoris.v20211228.DescribeDatabaseAuditDownload", async function () {
62
+ try {
63
+ const data = await client.DescribeDatabaseAuditDownload({})
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
+
71
+ it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
72
+ try {
73
+ const data = await client.DescribeInstanceNodesInfo({})
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
+
81
+ it("cdwdoris.v20211228.DescribeInstanceUsedSubnets", async function () {
82
+ try {
83
+ const data = await client.DescribeInstanceUsedSubnets({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("cdwdoris.v20211228.DescribeUserBindWorkloadGroup", async function () {
92
+ try {
93
+ const data = await client.DescribeUserBindWorkloadGroup({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
21
101
  it("cdwdoris.v20211228.ScaleUpInstance", async function () {
22
102
  try {
23
103
  const data = await client.ScaleUpInstance({})
@@ -28,9 +108,9 @@ it("cdwdoris.v20211228.ScaleUpInstance", async function () {
28
108
  }
29
109
  })
30
110
 
31
- it("cdwdoris.v20211228.DescribeInstances", async function () {
111
+ it("cdwdoris.v20211228.DescribeRegionZone", async function () {
32
112
  try {
33
- const data = await client.DescribeInstances({})
113
+ const data = await client.DescribeRegionZone({})
34
114
  expect(data).to.be.ok
35
115
  } catch(error) {
36
116
  expect(error.requestId).to.be.ok
@@ -38,9 +118,9 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
38
118
  }
39
119
  })
40
120
 
41
- it("cdwdoris.v20211228.DestroyInstance", async function () {
121
+ it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
42
122
  try {
43
- const data = await client.DestroyInstance({})
123
+ const data = await client.ModifyWorkloadGroup({})
44
124
  expect(data).to.be.ok
45
125
  } catch(error) {
46
126
  expect(error.requestId).to.be.ok
@@ -48,9 +128,9 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
48
128
  }
49
129
  })
50
130
 
51
- it("cdwdoris.v20211228.DescribeInstanceState", async function () {
131
+ it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
52
132
  try {
53
- const data = await client.DescribeInstanceState({})
133
+ const data = await client.DescribeSlowQueryRecords({})
54
134
  expect(data).to.be.ok
55
135
  } catch(error) {
56
136
  expect(error.requestId).to.be.ok
@@ -58,9 +138,49 @@ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
58
138
  }
59
139
  })
60
140
 
61
- it("cdwdoris.v20211228.DescribeDatabaseAuditRecords", async function () {
141
+ it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
62
142
  try {
63
- const data = await client.DescribeDatabaseAuditRecords({})
143
+ const data = await client.ModifyWorkloadGroupStatus({})
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
+
151
+ it("cdwdoris.v20211228.ModifyUserBindWorkloadGroup", async function () {
152
+ try {
153
+ const data = await client.ModifyUserBindWorkloadGroup({})
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
+
161
+ it("cdwdoris.v20211228.ScaleOutInstance", async function () {
162
+ try {
163
+ const data = await client.ScaleOutInstance({})
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
+ it("cdwdoris.v20211228.DescribeInstances", async function () {
172
+ try {
173
+ const data = await client.DescribeInstances({})
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("cdwdoris.v20211228.DescribeInstanceState", async function () {
182
+ try {
183
+ const data = await client.DescribeInstanceState({})
64
184
  expect(data).to.be.ok
65
185
  } catch(error) {
66
186
  expect(error.requestId).to.be.ok
@@ -78,9 +198,9 @@ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
78
198
  }
79
199
  })
80
200
 
81
- it("cdwdoris.v20211228.ResizeDisk", async function () {
201
+ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
82
202
  try {
83
- const data = await client.ResizeDisk({})
203
+ const data = await client.DeleteWorkloadGroup({})
84
204
  expect(data).to.be.ok
85
205
  } catch(error) {
86
206
  expect(error.requestId).to.be.ok
@@ -88,9 +208,59 @@ it("cdwdoris.v20211228.ResizeDisk", async function () {
88
208
  }
89
209
  })
90
210
 
91
- it("cdwdoris.v20211228.DescribeDatabaseAuditDownload", async function () {
211
+ it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
92
212
  try {
93
- const data = await client.DescribeDatabaseAuditDownload({})
213
+ const data = await client.ModifySecurityGroups({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("cdwdoris.v20211228.DescribeFederationToken", async function () {
222
+ try {
223
+ const data = await client.DescribeFederationToken({})
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("cdwdoris.v20211228.ReduceInstance", async function () {
232
+ try {
233
+ const data = await client.ReduceInstance({})
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
+ it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
242
+ try {
243
+ const data = await client.ModifyUserPrivilegesV3({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("cdwdoris.v20211228.FitClsLog", async function () {
252
+ try {
253
+ const data = await client.FitClsLog({})
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
+ it("cdwdoris.v20211228.DescribeDatabaseAuditRecords", async function () {
262
+ try {
263
+ const data = await client.DescribeDatabaseAuditRecords({})
94
264
  expect(data).to.be.ok
95
265
  } catch(error) {
96
266
  expect(error.requestId).to.be.ok
@@ -108,9 +278,9 @@ it("cdwdoris.v20211228.DescribeInstance", async function () {
108
278
  }
109
279
  })
110
280
 
111
- it("cdwdoris.v20211228.RestartClusterForNode", async function () {
281
+ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
112
282
  try {
113
- const data = await client.RestartClusterForNode({})
283
+ const data = await client.CreateInstanceNew({})
114
284
  expect(data).to.be.ok
115
285
  } catch(error) {
116
286
  expect(error.requestId).to.be.ok
@@ -128,9 +298,9 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
128
298
  }
129
299
  })
130
300
 
131
- it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
301
+ it("cdwdoris.v20211228.DescribeGoodsDetail", async function () {
132
302
  try {
133
- const data = await client.DescribeSlowQueryRecordsDownload({})
303
+ const data = await client.DescribeGoodsDetail({})
134
304
  expect(data).to.be.ok
135
305
  } catch(error) {
136
306
  expect(error.requestId).to.be.ok
@@ -138,9 +308,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
138
308
  }
139
309
  })
140
310
 
141
- it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
311
+ it("cdwdoris.v20211228.ResizeDisk", async function () {
142
312
  try {
143
- const data = await client.DescribeInstanceNodesInfo({})
313
+ const data = await client.ResizeDisk({})
144
314
  expect(data).to.be.ok
145
315
  } catch(error) {
146
316
  expect(error.requestId).to.be.ok
@@ -148,9 +318,9 @@ it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
148
318
  }
149
319
  })
150
320
 
151
- it("cdwdoris.v20211228.CreateInstanceNew", async function () {
321
+ it("cdwdoris.v20211228.RestartClusterForNode", async function () {
152
322
  try {
153
- const data = await client.CreateInstanceNew({})
323
+ const data = await client.RestartClusterForNode({})
154
324
  expect(data).to.be.ok
155
325
  } catch(error) {
156
326
  expect(error.requestId).to.be.ok
@@ -158,9 +328,29 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
158
328
  }
159
329
  })
160
330
 
161
- it("cdwdoris.v20211228.ScaleOutInstance", async function () {
331
+ it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
162
332
  try {
163
- const data = await client.ScaleOutInstance({})
333
+ const data = await client.DescribeSlowQueryRecordsDownload({})
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("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
342
+ try {
343
+ const data = await client.DescribeReplicaVersion({})
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
+ it("cdwdoris.v20211228.DescribeWorkloadGroup", async function () {
352
+ try {
353
+ const data = await client.DescribeWorkloadGroup({})
164
354
  expect(data).to.be.ok
165
355
  } catch(error) {
166
356
  expect(error.requestId).to.be.ok
@@ -178,9 +368,9 @@ it("cdwdoris.v20211228.ModifyInstance", async function () {
178
368
  }
179
369
  })
180
370
 
181
- it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
371
+ it("cdwdoris.v20211228.ModifyInstanceKeyValConfigs", async function () {
182
372
  try {
183
- const data = await client.DescribeSlowQueryRecords({})
373
+ const data = await client.ModifyInstanceKeyValConfigs({})
184
374
  expect(data).to.be.ok
185
375
  } catch(error) {
186
376
  expect(error.requestId).to.be.ok