tencentcloud-sdk-nodejs 4.0.620 → 4.0.622

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 (100) hide show
  1. package/CHANGELOG.md +480 -0
  2. package/SERVICE_CHANGELOG.md +496 -115
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +1 -0
  7. package/src/services/billing/v20180709/billing_models.ts +1 -1
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
  9. package/src/services/cdb/v20170320/cdb_models.ts +5 -1
  10. package/src/services/cls/v20201016/cls_models.ts +5 -5
  11. package/src/services/csip/v20221121/csip_client.ts +75 -10
  12. package/src/services/csip/v20221121/csip_models.ts +1035 -118
  13. package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
  14. package/src/services/ess/v20201111/ess_client.ts +17 -2
  15. package/src/services/ess/v20201111/ess_models.ts +124 -9
  16. package/src/services/gme/v20180711/gme_models.ts +5 -0
  17. package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
  18. package/src/services/lcic/v20220817/lcic_models.ts +6 -6
  19. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  21. package/src/services/live/v20180801/live_client.ts +526 -312
  22. package/src/services/live/v20180801/live_models.ts +5707 -4875
  23. package/src/services/ms/v20180408/ms_models.ts +13 -8
  24. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  25. package/src/services/organization/v20210331/organization_client.ts +145 -106
  26. package/src/services/organization/v20210331/organization_models.ts +390 -165
  27. package/src/services/partners/v20180321/partners_client.ts +64 -122
  28. package/src/services/partners/v20180321/partners_models.ts +0 -356
  29. package/src/services/postgres/v20170312/postgres_client.ts +19 -19
  30. package/src/services/postgres/v20170312/postgres_models.ts +19 -12
  31. package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
  32. package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
  33. package/src/services/sms/v20190711/sms_models.ts +1 -4
  34. package/src/services/sms/v20210111/sms_models.ts +1 -1
  35. package/src/services/ssa/v20180608/ssa_client.ts +1 -1
  36. package/src/services/ssa/v20180608/ssa_models.ts +75 -14
  37. package/src/services/tat/v20201028/tat_models.ts +2 -2
  38. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
  40. package/src/services/thpc/v20230321/thpc_models.ts +12 -0
  41. package/src/services/vod/v20180717/vod_client.ts +7 -3
  42. package/src/services/vod/v20180717/vod_models.ts +163 -54
  43. package/src/services/vpc/v20170312/vpc_models.ts +11 -6
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -0
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
  48. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  51. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +23 -3
  52. package/tencentcloud/services/csip/v20221121/csip_client.js +33 -3
  53. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1024 -122
  54. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
  55. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
  56. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +119 -9
  58. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
  59. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
  60. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -6
  61. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  62. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  63. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  64. package/tencentcloud/services/live/v20180801/live_client.d.ts +96 -25
  65. package/tencentcloud/services/live/v20180801/live_client.js +135 -30
  66. package/tencentcloud/services/live/v20180801/live_models.d.ts +5542 -4751
  67. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +13 -8
  68. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  69. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
  70. package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
  72. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
  73. package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
  74. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
  75. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +19 -19
  76. package/tencentcloud/services/postgres/v20170312/postgres_client.js +19 -19
  77. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +19 -12
  78. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
  79. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  81. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
  82. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  83. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
  84. package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
  85. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
  86. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
  89. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
  90. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +12 -0
  91. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +158 -53
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
  94. package/test/csip.v20221121.test.js +52 -2
  95. package/test/ess.v20201111.test.js +10 -0
  96. package/test/live.v20180801.test.js +182 -12
  97. package/test/organization.v20210331.test.js +66 -36
  98. package/test/partners.v20180321.test.js +28 -68
  99. package/test/privatedns.v20201028.test.js +44 -34
  100. package/test/tdmq.v20200217.test.js +0 -10
@@ -158,6 +158,16 @@ it("live.v20180801.DescribeStreamPushInfoList", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("live.v20180801.StartLiveStreamMonitor", async function () {
162
+ try {
163
+ const data = await client.StartLiveStreamMonitor({})
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
+
161
171
  it("live.v20180801.DescribeLiveSnapshotRules", async function () {
162
172
  try {
163
173
  const data = await client.DescribeLiveSnapshotRules({})
@@ -188,6 +198,26 @@ it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
188
198
  }
189
199
  })
190
200
 
201
+ it("live.v20180801.CreateLivePadTemplate", async function () {
202
+ try {
203
+ const data = await client.CreateLivePadTemplate({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("live.v20180801.DescribeLiveSnapshotTemplates", async function () {
212
+ try {
213
+ const data = await client.DescribeLiveSnapshotTemplates({})
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
+
191
221
  it("live.v20180801.DescribeLiveDomainReferer", async function () {
192
222
  try {
193
223
  const data = await client.DescribeLiveDomainReferer({})
@@ -228,9 +258,9 @@ it("live.v20180801.CreateScreenshotTask", async function () {
228
258
  }
229
259
  })
230
260
 
231
- it("live.v20180801.DescribeLiveRecordTemplates", async function () {
261
+ it("live.v20180801.DescribeLiveStreamMonitorList", async function () {
232
262
  try {
233
- const data = await client.DescribeLiveRecordTemplates({})
263
+ const data = await client.DescribeLiveStreamMonitorList({})
234
264
  expect(data).to.be.ok
235
265
  } catch(error) {
236
266
  expect(error.requestId).to.be.ok
@@ -248,6 +278,16 @@ it("live.v20180801.AuthenticateDomainOwner", async function () {
248
278
  }
249
279
  })
250
280
 
281
+ it("live.v20180801.ModifyLiveStreamMonitor", async function () {
282
+ try {
283
+ const data = await client.ModifyLiveStreamMonitor({})
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
+
251
291
  it("live.v20180801.DescribeVisitTopSumInfoList", async function () {
252
292
  try {
253
293
  const data = await client.DescribeVisitTopSumInfoList({})
@@ -308,6 +348,16 @@ it("live.v20180801.DeleteLiveWatermarkRule", async function () {
308
348
  }
309
349
  })
310
350
 
351
+ it("live.v20180801.DeleteLivePadTemplate", async function () {
352
+ try {
353
+ const data = await client.DeleteLivePadTemplate({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
311
361
  it("live.v20180801.DeleteLiveCallbackRule", async function () {
312
362
  try {
313
363
  const data = await client.DeleteLiveCallbackRule({})
@@ -398,6 +448,16 @@ it("live.v20180801.DescribeLiveRecordTemplate", async function () {
398
448
  }
399
449
  })
400
450
 
451
+ it("live.v20180801.DescribeLiveTranscodeTemplate", async function () {
452
+ try {
453
+ const data = await client.DescribeLiveTranscodeTemplate({})
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
+
401
461
  it("live.v20180801.StopScreenshotTask", async function () {
402
462
  try {
403
463
  const data = await client.StopScreenshotTask({})
@@ -408,6 +468,16 @@ it("live.v20180801.StopScreenshotTask", async function () {
408
468
  }
409
469
  })
410
470
 
471
+ it("live.v20180801.DescribeMonitorReport", async function () {
472
+ try {
473
+ const data = await client.DescribeMonitorReport({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
411
481
  it("live.v20180801.DescribePullStreamConfigs", async function () {
412
482
  try {
413
483
  const data = await client.DescribePullStreamConfigs({})
@@ -418,6 +488,16 @@ it("live.v20180801.DescribePullStreamConfigs", async function () {
418
488
  }
419
489
  })
420
490
 
491
+ it("live.v20180801.DescribeLiveStreamMonitor", async function () {
492
+ try {
493
+ const data = await client.DescribeLiveStreamMonitor({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
421
501
  it("live.v20180801.DeleteLiveWatermark", async function () {
422
502
  try {
423
503
  const data = await client.DeleteLiveWatermark({})
@@ -548,9 +628,19 @@ it("live.v20180801.DescribeLiveForbidStreamList", async function () {
548
628
  }
549
629
  })
550
630
 
551
- it("live.v20180801.CreateLivePullStreamTask", async function () {
631
+ it("live.v20180801.ModifyLivePadTemplate", async function () {
552
632
  try {
553
- const data = await client.CreateLivePullStreamTask({})
633
+ const data = await client.ModifyLivePadTemplate({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("live.v20180801.DescribeLiveWatermark", async function () {
642
+ try {
643
+ const data = await client.DescribeLiveWatermark({})
554
644
  expect(data).to.be.ok
555
645
  } catch(error) {
556
646
  expect(error.requestId).to.be.ok
@@ -728,9 +818,19 @@ it("live.v20180801.ModifyLiveTimeShiftTemplate", async function () {
728
818
  }
729
819
  })
730
820
 
731
- it("live.v20180801.DescribeLiveSnapshotTemplates", async function () {
821
+ it("live.v20180801.CreateLiveStreamMonitor", async function () {
732
822
  try {
733
- const data = await client.DescribeLiveSnapshotTemplates({})
823
+ const data = await client.CreateLiveStreamMonitor({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
831
+ it("live.v20180801.CreateLivePadRule", async function () {
832
+ try {
833
+ const data = await client.CreateLivePadRule({})
734
834
  expect(data).to.be.ok
735
835
  } catch(error) {
736
836
  expect(error.requestId).to.be.ok
@@ -758,9 +858,9 @@ it("live.v20180801.ModifyLivePlayAuthKey", async function () {
758
858
  }
759
859
  })
760
860
 
761
- it("live.v20180801.DescribeLiveTranscodeTemplate", async function () {
861
+ it("live.v20180801.DescribeLivePadTemplate", async function () {
762
862
  try {
763
- const data = await client.DescribeLiveTranscodeTemplate({})
863
+ const data = await client.DescribeLivePadTemplate({})
764
864
  expect(data).to.be.ok
765
865
  } catch(error) {
766
866
  expect(error.requestId).to.be.ok
@@ -888,6 +988,16 @@ it("live.v20180801.DescribeLiveDomain", async function () {
888
988
  }
889
989
  })
890
990
 
991
+ it("live.v20180801.DeleteLivePadRule", async function () {
992
+ try {
993
+ const data = await client.DeleteLivePadRule({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
891
1001
  it("live.v20180801.CreateLiveCallbackRule", async function () {
892
1002
  try {
893
1003
  const data = await client.CreateLiveCallbackRule({})
@@ -1038,9 +1148,9 @@ it("live.v20180801.CreateLiveRecordRule", async function () {
1038
1148
  }
1039
1149
  })
1040
1150
 
1041
- it("live.v20180801.DescribeLiveWatermark", async function () {
1151
+ it("live.v20180801.CreateLivePullStreamTask", async function () {
1042
1152
  try {
1043
- const data = await client.DescribeLiveWatermark({})
1153
+ const data = await client.CreateLivePullStreamTask({})
1044
1154
  expect(data).to.be.ok
1045
1155
  } catch(error) {
1046
1156
  expect(error.requestId).to.be.ok
@@ -1108,6 +1218,26 @@ it("live.v20180801.DeleteLiveTimeShiftRule", async function () {
1108
1218
  }
1109
1219
  })
1110
1220
 
1221
+ it("live.v20180801.RestartLivePullStreamTask", async function () {
1222
+ try {
1223
+ const data = await client.RestartLivePullStreamTask({})
1224
+ expect(data).to.be.ok
1225
+ } catch(error) {
1226
+ expect(error.requestId).to.be.ok
1227
+ expect(error.code).to.be.ok
1228
+ }
1229
+ })
1230
+
1231
+ it("live.v20180801.CreatePullStreamConfig", async function () {
1232
+ try {
1233
+ const data = await client.CreatePullStreamConfig({})
1234
+ expect(data).to.be.ok
1235
+ } catch(error) {
1236
+ expect(error.requestId).to.be.ok
1237
+ expect(error.code).to.be.ok
1238
+ }
1239
+ })
1240
+
1111
1241
  it("live.v20180801.DescribeLiveWatermarkRules", async function () {
1112
1242
  try {
1113
1243
  const data = await client.DescribeLiveWatermarkRules({})
@@ -1118,6 +1248,16 @@ it("live.v20180801.DescribeLiveWatermarkRules", async function () {
1118
1248
  }
1119
1249
  })
1120
1250
 
1251
+ it("live.v20180801.DescribeLivePadRules", async function () {
1252
+ try {
1253
+ const data = await client.DescribeLivePadRules({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1121
1261
  it("live.v20180801.DeleteLiveRecord", async function () {
1122
1262
  try {
1123
1263
  const data = await client.DeleteLiveRecord({})
@@ -1128,6 +1268,16 @@ it("live.v20180801.DeleteLiveRecord", async function () {
1128
1268
  }
1129
1269
  })
1130
1270
 
1271
+ it("live.v20180801.DescribeLiveRecordTemplates", async function () {
1272
+ try {
1273
+ const data = await client.DescribeLiveRecordTemplates({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1131
1281
  it("live.v20180801.CreateLiveSnapshotRule", async function () {
1132
1282
  try {
1133
1283
  const data = await client.CreateLiveSnapshotRule({})
@@ -1148,6 +1298,16 @@ it("live.v20180801.CreateLiveTimeShiftTemplate", async function () {
1148
1298
  }
1149
1299
  })
1150
1300
 
1301
+ it("live.v20180801.DeleteLiveStreamMonitor", async function () {
1302
+ try {
1303
+ const data = await client.DeleteLiveStreamMonitor({})
1304
+ expect(data).to.be.ok
1305
+ } catch(error) {
1306
+ expect(error.requestId).to.be.ok
1307
+ expect(error.code).to.be.ok
1308
+ }
1309
+ })
1310
+
1151
1311
  it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
1152
1312
  try {
1153
1313
  const data = await client.DeleteLiveTimeShiftTemplate({})
@@ -1188,6 +1348,16 @@ it("live.v20180801.DescribeLivePlayAuthKey", async function () {
1188
1348
  }
1189
1349
  })
1190
1350
 
1351
+ it("live.v20180801.StopLiveStreamMonitor", async function () {
1352
+ try {
1353
+ const data = await client.StopLiveStreamMonitor({})
1354
+ expect(data).to.be.ok
1355
+ } catch(error) {
1356
+ expect(error.requestId).to.be.ok
1357
+ expect(error.code).to.be.ok
1358
+ }
1359
+ })
1360
+
1191
1361
  it("live.v20180801.DescribeLiveStreamState", async function () {
1192
1362
  try {
1193
1363
  const data = await client.DescribeLiveStreamState({})
@@ -1288,9 +1458,9 @@ it("live.v20180801.DescribeLivePackageInfo", async function () {
1288
1458
  }
1289
1459
  })
1290
1460
 
1291
- it("live.v20180801.CreatePullStreamConfig", async function () {
1461
+ it("live.v20180801.DescribeLivePadTemplates", async function () {
1292
1462
  try {
1293
- const data = await client.CreatePullStreamConfig({})
1463
+ const data = await client.DescribeLivePadTemplates({})
1294
1464
  expect(data).to.be.ok
1295
1465
  } catch(error) {
1296
1466
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("organization.v20210331.DescribeOrganizationMembers", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
31
+ it("organization.v20210331.UpdateOrganizationNode", async function () {
32
32
  try {
33
- const data = await client.MoveOrganizationNodeMembers({})
33
+ const data = await client.UpdateOrganizationNode({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("organization.v20210331.UpdateOrganizationNode", async function () {
41
+ it("organization.v20210331.ListOrganizationIdentity", async function () {
42
42
  try {
43
- const data = await client.UpdateOrganizationNode({})
43
+ const data = await client.ListOrganizationIdentity({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("organization.v20210331.UpdateOrganizationNode", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("organization.v20210331.CreateOrganizationMember", async function () {
51
+ it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
52
52
  try {
53
- const data = await client.CreateOrganizationMember({})
53
+ const data = await client.DescribeOrganizationAuthNode({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("organization.v20210331.CreateOrganizationMember", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
61
+ it("organization.v20210331.AddOrganizationNode", async function () {
62
62
  try {
63
- const data = await client.BindOrganizationMemberAuthAccount({})
63
+ const data = await client.AddOrganizationNode({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("organization.v20210331.BindOrganizationMemberAuthAccount", async function ()
68
68
  }
69
69
  })
70
70
 
71
- it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
71
+ it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
72
72
  try {
73
- const data = await client.DescribeOrganizationMemberAuthAccounts({})
73
+ const data = await client.UpdateOrganizationMemberEmailBind({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async functi
78
78
  }
79
79
  })
80
80
 
81
- it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
81
+ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
82
82
  try {
83
- const data = await client.DescribeOrganizationAuthNode({})
83
+ const data = await client.DescribeOrganizationMemberAuthIdentities({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,19 @@ it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
91
+ it("organization.v20210331.DeleteOrganizationMembers", async function () {
92
92
  try {
93
- const data = await client.CancelOrganizationMemberAuthAccount({})
93
+ const data = await client.DeleteOrganizationMembers({})
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
+
101
+ it("organization.v20210331.DescribeOrganizationFinancialByMonth", async function () {
102
+ try {
103
+ const data = await client.DescribeOrganizationFinancialByMonth({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -108,9 +118,9 @@ it("organization.v20210331.DeleteOrganizationNodes", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("organization.v20210331.DescribeOrganization", async function () {
121
+ it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
112
122
  try {
113
- const data = await client.DescribeOrganization({})
123
+ const data = await client.DescribeOrganizationMemberPolicies({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -118,9 +128,9 @@ it("organization.v20210331.DescribeOrganization", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("organization.v20210331.DescribeOrganizationNodes", async function () {
131
+ it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
122
132
  try {
123
- const data = await client.DescribeOrganizationNodes({})
133
+ const data = await client.CancelOrganizationMemberAuthAccount({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -128,9 +138,9 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
141
+ it("organization.v20210331.DescribeOrganizationFinancialByMember", async function () {
132
142
  try {
133
- const data = await client.UpdateOrganizationMemberEmailBind({})
143
+ const data = await client.DescribeOrganizationFinancialByMember({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -138,9 +148,9 @@ it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function ()
138
148
  }
139
149
  })
140
150
 
141
- it("organization.v20210331.AddOrganizationNode", async function () {
151
+ it("organization.v20210331.DescribeOrganization", async function () {
142
152
  try {
143
- const data = await client.AddOrganizationNode({})
153
+ const data = await client.DescribeOrganization({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("organization.v20210331.AddOrganizationNode", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
161
+ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
152
162
  try {
153
- const data = await client.DescribeOrganizationMemberPolicies({})
163
+ const data = await client.MoveOrganizationNodeMembers({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("organization.v20210331.DescribeOrganizationMemberPolicies", async function (
158
168
  }
159
169
  })
160
170
 
161
- it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
171
+ it("organization.v20210331.AddOrganizationMemberEmail", async function () {
162
172
  try {
163
- const data = await client.CreateOrganizationMemberPolicy({})
173
+ const data = await client.AddOrganizationMemberEmail({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -168,9 +178,9 @@ it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
181
+ it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
172
182
  try {
173
- const data = await client.DescribeOrganizationMemberAuthIdentities({})
183
+ const data = await client.DescribeOrganizationMemberEmailBind({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
178
188
  }
179
189
  })
180
190
 
181
- it("organization.v20210331.DeleteOrganizationMembers", async function () {
191
+ it("organization.v20210331.CreateOrganizationMember", async function () {
182
192
  try {
183
- const data = await client.DeleteOrganizationMembers({})
193
+ const data = await client.CreateOrganizationMember({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -188,9 +198,9 @@ it("organization.v20210331.DeleteOrganizationMembers", async function () {
188
198
  }
189
199
  })
190
200
 
191
- it("organization.v20210331.ListOrganizationIdentity", async function () {
201
+ it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
192
202
  try {
193
- const data = await client.ListOrganizationIdentity({})
203
+ const data = await client.BindOrganizationMemberAuthAccount({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("organization.v20210331.ListOrganizationIdentity", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("organization.v20210331.AddOrganizationMemberEmail", async function () {
211
+ it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
202
212
  try {
203
- const data = await client.AddOrganizationMemberEmail({})
213
+ const data = await client.DescribeOrganizationFinancialByProduct({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -208,9 +218,29 @@ it("organization.v20210331.AddOrganizationMemberEmail", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
221
+ it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
212
222
  try {
213
- const data = await client.DescribeOrganizationMemberEmailBind({})
223
+ const data = await client.DescribeOrganizationMemberAuthAccounts({})
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("organization.v20210331.DescribeOrganizationNodes", async function () {
232
+ try {
233
+ const data = await client.DescribeOrganizationNodes({})
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("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
242
+ try {
243
+ const data = await client.CreateOrganizationMemberPolicy({})
214
244
  expect(data).to.be.ok
215
245
  } catch(error) {
216
246
  expect(error.requestId).to.be.ok