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.
- package/CHANGELOG.md +480 -0
- package/SERVICE_CHANGELOG.md +496 -115
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +1 -0
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cdb/v20170320/cdb_models.ts +5 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/csip/v20221121/csip_client.ts +75 -10
- package/src/services/csip/v20221121/csip_models.ts +1035 -118
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +17 -2
- package/src/services/ess/v20201111/ess_models.ts +124 -9
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/lcic/v20220817/lcic_models.ts +6 -6
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +526 -312
- package/src/services/live/v20180801/live_models.ts +5707 -4875
- package/src/services/ms/v20180408/ms_models.ts +13 -8
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +19 -19
- package/src/services/postgres/v20170312/postgres_models.ts +19 -12
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +1 -1
- package/src/services/ssa/v20180608/ssa_models.ts +75 -14
- package/src/services/tat/v20201028/tat_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
- package/src/services/thpc/v20230321/thpc_models.ts +12 -0
- package/src/services/vod/v20180717/vod_client.ts +7 -3
- package/src/services/vod/v20180717/vod_models.ts +163 -54
- package/src/services/vpc/v20170312/vpc_models.ts +11 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +23 -3
- package/tencentcloud/services/csip/v20221121/csip_client.js +33 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1024 -122
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +119 -9
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -6
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +96 -25
- package/tencentcloud/services/live/v20180801/live_client.js +135 -30
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5542 -4751
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +13 -8
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +19 -12
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +12 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +158 -53
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
- package/test/csip.v20221121.test.js +52 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +182 -12
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- 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.
|
|
261
|
+
it("live.v20180801.DescribeLiveStreamMonitorList", async function () {
|
|
232
262
|
try {
|
|
233
|
-
const data = await client.
|
|
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.
|
|
631
|
+
it("live.v20180801.ModifyLivePadTemplate", async function () {
|
|
552
632
|
try {
|
|
553
|
-
const data = await client.
|
|
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.
|
|
821
|
+
it("live.v20180801.CreateLiveStreamMonitor", async function () {
|
|
732
822
|
try {
|
|
733
|
-
const data = await client.
|
|
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.
|
|
861
|
+
it("live.v20180801.DescribeLivePadTemplate", async function () {
|
|
762
862
|
try {
|
|
763
|
-
const data = await client.
|
|
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.
|
|
1151
|
+
it("live.v20180801.CreateLivePullStreamTask", async function () {
|
|
1042
1152
|
try {
|
|
1043
|
-
const data = await client.
|
|
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.
|
|
1461
|
+
it("live.v20180801.DescribeLivePadTemplates", async function () {
|
|
1292
1462
|
try {
|
|
1293
|
-
const data = await client.
|
|
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.
|
|
31
|
+
it("organization.v20210331.UpdateOrganizationNode", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
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.
|
|
41
|
+
it("organization.v20210331.ListOrganizationIdentity", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
51
|
+
it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
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.
|
|
61
|
+
it("organization.v20210331.AddOrganizationNode", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
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.
|
|
71
|
+
it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
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.
|
|
81
|
+
it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
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.
|
|
91
|
+
it("organization.v20210331.DeleteOrganizationMembers", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
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.
|
|
121
|
+
it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
|
|
112
122
|
try {
|
|
113
|
-
const data = await client.
|
|
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.
|
|
131
|
+
it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
|
|
122
132
|
try {
|
|
123
|
-
const data = await client.
|
|
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.
|
|
141
|
+
it("organization.v20210331.DescribeOrganizationFinancialByMember", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
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.
|
|
151
|
+
it("organization.v20210331.DescribeOrganization", async function () {
|
|
142
152
|
try {
|
|
143
|
-
const data = await client.
|
|
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.
|
|
161
|
+
it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
171
|
+
it("organization.v20210331.AddOrganizationMemberEmail", async function () {
|
|
162
172
|
try {
|
|
163
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
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.
|
|
191
|
+
it("organization.v20210331.CreateOrganizationMember", async function () {
|
|
182
192
|
try {
|
|
183
|
-
const data = await client.
|
|
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.
|
|
201
|
+
it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
|
|
192
202
|
try {
|
|
193
|
-
const data = await client.
|
|
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.
|
|
211
|
+
it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
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.
|
|
221
|
+
it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
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
|