tencentcloud-sdk-nodejs 4.0.782 → 4.0.784

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 (71) hide show
  1. package/CHANGELOG.md +341 -0
  2. package/SERVICE_CHANGELOG.md +339 -58
  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/billing/v20180709/billing_client.ts +12 -0
  7. package/src/services/billing/v20180709/billing_models.ts +36 -0
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +14 -14
  11. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  12. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  13. package/src/services/eb/v20210416/eb_client.ts +2 -2
  14. package/src/services/eb/v20210416/eb_models.ts +4 -4
  15. package/src/services/emr/v20190103/emr_client.ts +14 -1
  16. package/src/services/emr/v20190103/emr_models.ts +149 -10
  17. package/src/services/ess/v20201111/ess_client.ts +35 -29
  18. package/src/services/ess/v20201111/ess_models.ts +9 -1
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -11
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -0
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +12 -0
  22. package/src/services/live/v20180801/live_models.ts +2 -2
  23. package/src/services/monitor/v20180724/monitor_client.ts +3 -0
  24. package/src/services/monitor/v20180724/monitor_models.ts +22 -3
  25. package/src/services/organization/v20210331/organization_client.ts +216 -77
  26. package/src/services/organization/v20210331/organization_models.ts +1351 -830
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
  28. package/src/services/sts/v20180813/sts_models.ts +3 -4
  29. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  30. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  31. package/src/services/wedata/v20210820/wedata_models.ts +269 -59
  32. package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  36. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  37. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -0
  38. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -14
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  43. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  44. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
  45. package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
  46. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  47. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  48. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  49. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +146 -10
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -29
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +35 -29
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -11
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -11
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -0
  56. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +12 -0
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
  60. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
  61. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
  62. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
  63. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
  65. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  67. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +267 -59
  68. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
  69. package/test/billing.v20180709.test.js +10 -0
  70. package/test/emr.v20190103.test.js +10 -0
  71. package/test/organization.v20210331.test.js +116 -6
@@ -288,6 +288,16 @@ it("billing.v20180709.DescribeBillSummaryForOrganization", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("billing.v20180709.DescribeSavingPlanResourceInfo", async function () {
292
+ try {
293
+ const data = await client.DescribeSavingPlanResourceInfo({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
291
301
  it("billing.v20180709.DescribeTagList", async function () {
292
302
  try {
293
303
  const data = await client.DescribeTagList({})
@@ -358,6 +358,16 @@ it("emr.v20190103.ModifyResourcePools", async function () {
358
358
  }
359
359
  })
360
360
 
361
+ it("emr.v20190103.DescribeInsightList", async function () {
362
+ try {
363
+ const data = await client.DescribeInsightList({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
361
371
  it("emr.v20190103.ScaleOutCluster", async function () {
362
372
  try {
363
373
  const data = await client.ScaleOutCluster({})
@@ -48,6 +48,16 @@ it("organization.v20210331.ListOrganizationIdentity", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("organization.v20210331.UpdateShareUnit", async function () {
52
+ try {
53
+ const data = await client.UpdateShareUnit({})
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
+
51
61
  it("organization.v20210331.UpdateOrganizationMember", async function () {
52
62
  try {
53
63
  const data = await client.UpdateOrganizationMember({})
@@ -68,6 +78,16 @@ it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async functi
68
78
  }
69
79
  })
70
80
 
81
+ it("organization.v20210331.DescribeShareUnitResources", async function () {
82
+ try {
83
+ const data = await client.DescribeShareUnitResources({})
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
+
71
91
  it("organization.v20210331.DeleteOrganizationMembersPolicy", async function () {
72
92
  try {
73
93
  const data = await client.DeleteOrganizationMembersPolicy({})
@@ -98,6 +118,16 @@ it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function ()
98
118
  }
99
119
  })
100
120
 
121
+ it("organization.v20210331.DescribeShareUnitMembers", async function () {
122
+ try {
123
+ const data = await client.DescribeShareUnitMembers({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
101
131
  it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
102
132
  try {
103
133
  const data = await client.DescribeOrganizationMemberAuthIdentities({})
@@ -118,9 +148,9 @@ it("organization.v20210331.UpdateOrganizationNode", async function () {
118
148
  }
119
149
  })
120
150
 
121
- it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
151
+ it("organization.v20210331.DeleteShareUnitMembers", async function () {
122
152
  try {
123
- const data = await client.CreateOrganizationMemberAuthIdentity({})
153
+ const data = await client.DeleteShareUnitMembers({})
124
154
  expect(data).to.be.ok
125
155
  } catch(error) {
126
156
  expect(error.requestId).to.be.ok
@@ -138,6 +168,16 @@ it("organization.v20210331.DeleteOrganizationMembers", async function () {
138
168
  }
139
169
  })
140
170
 
171
+ it("organization.v20210331.UpdateOrganizationIdentity", async function () {
172
+ try {
173
+ const data = await client.UpdateOrganizationIdentity({})
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
+
141
181
  it("organization.v20210331.DescribeOrganizationFinancialByMonth", async function () {
142
182
  try {
143
183
  const data = await client.DescribeOrganizationFinancialByMonth({})
@@ -168,6 +208,26 @@ it("organization.v20210331.DeleteOrganizationNodes", async function () {
168
208
  }
169
209
  })
170
210
 
211
+ it("organization.v20210331.DeleteShareUnitResources", async function () {
212
+ try {
213
+ const data = await client.DeleteShareUnitResources({})
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("organization.v20210331.DescribeShareUnits", async function () {
222
+ try {
223
+ const data = await client.DescribeShareUnits({})
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
+
171
231
  it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
172
232
  try {
173
233
  const data = await client.DescribeOrganizationMemberPolicies({})
@@ -208,9 +268,19 @@ it("organization.v20210331.DescribeOrganizationFinancialByMember", async functio
208
268
  }
209
269
  })
210
270
 
211
- it("organization.v20210331.UpdateOrganizationIdentity", async function () {
271
+ it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
212
272
  try {
213
- const data = await client.UpdateOrganizationIdentity({})
273
+ const data = await client.CreateOrganizationMemberAuthIdentity({})
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("organization.v20210331.AddShareUnitResources", async function () {
282
+ try {
283
+ const data = await client.AddShareUnitResources({})
214
284
  expect(data).to.be.ok
215
285
  } catch(error) {
216
286
  expect(error.requestId).to.be.ok
@@ -228,6 +298,16 @@ it("organization.v20210331.CreateOrganizationMembersPolicy", async function () {
228
298
  }
229
299
  })
230
300
 
301
+ it("organization.v20210331.DescribeShareAreas", async function () {
302
+ try {
303
+ const data = await client.DescribeShareAreas({})
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
+
231
311
  it("organization.v20210331.DescribeOrganization", async function () {
232
312
  try {
233
313
  const data = await client.DescribeOrganization({})
@@ -248,9 +328,9 @@ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
248
328
  }
249
329
  })
250
330
 
251
- it("organization.v20210331.CreateOrganization", async function () {
331
+ it("organization.v20210331.DeleteShareUnit", async function () {
252
332
  try {
253
- const data = await client.CreateOrganization({})
333
+ const data = await client.DeleteShareUnit({})
254
334
  expect(data).to.be.ok
255
335
  } catch(error) {
256
336
  expect(error.requestId).to.be.ok
@@ -318,6 +398,16 @@ it("organization.v20210331.BindOrganizationMemberAuthAccount", async function ()
318
398
  }
319
399
  })
320
400
 
401
+ it("organization.v20210331.AddShareUnit", async function () {
402
+ try {
403
+ const data = await client.AddShareUnit({})
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
+
321
411
  it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
322
412
  try {
323
413
  const data = await client.DescribeOrganizationFinancialByProduct({})
@@ -338,6 +428,16 @@ it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
338
428
  }
339
429
  })
340
430
 
431
+ it("organization.v20210331.AddShareUnitMembers", async function () {
432
+ try {
433
+ const data = await client.AddShareUnitMembers({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
341
441
  it("organization.v20210331.DescribeOrganizationNodes", async function () {
342
442
  try {
343
443
  const data = await client.DescribeOrganizationNodes({})
@@ -348,6 +448,16 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
348
448
  }
349
449
  })
350
450
 
451
+ it("organization.v20210331.CreateOrganization", async function () {
452
+ try {
453
+ const data = await client.CreateOrganization({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
351
461
  it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
352
462
  try {
353
463
  const data = await client.CreateOrganizationMemberPolicy({})