tencentcloud-sdk-nodejs 4.0.985 → 4.0.987
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 +681 -0
- package/SERVICE_CHANGELOG.md +796 -73
- package/package.json +1 -1
- package/products.md +32 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +11 -4
- package/src/services/cam/v20190116/cam_models.ts +6 -6
- package/src/services/cdb/v20170320/cdb_client.ts +18 -9
- package/src/services/cdb/v20170320/cdb_models.ts +74 -1
- package/src/services/cfs/v20190719/cfs_models.ts +8 -0
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/config/v20220802/config_models.ts +47 -37
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +59 -11
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +206 -76
- package/src/services/emr/v20190103/emr_models.ts +9 -4
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/lke/v20231130/lke_client.ts +126 -39
- package/src/services/lke/v20231130/lke_models.ts +464 -78
- package/src/services/mqtt/v20240516/mqtt_client.ts +32 -8
- package/src/services/mqtt/v20240516/mqtt_models.ts +261 -109
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
- package/src/services/pts/v20210728/pts_models.ts +16 -12
- package/src/services/scf/v20180416/scf_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +120 -96
- package/src/services/tcr/v20190924/tcr_models.ts +27 -16
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -25
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -45
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +12 -12
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/vclm/v20240523/vclm_client.ts +36 -53
- package/src/services/vclm/v20240523/vclm_models.ts +16 -1
- package/src/services/vcube/index.ts +5 -0
- package/src/services/vcube/v20220410/index.ts +6 -0
- package/src/services/vcube/v20220410/vcube_client.ts +455 -0
- package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
- package/src/services/vod/v20180717/vod_models.ts +17 -1
- package/src/services/vpc/v20170312/vpc_client.ts +16 -9
- package/src/services/vpc/v20170312/vpc_models.ts +48 -52
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +11 -4
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +6 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/config/v20220802/config_models.d.ts +47 -37
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +197 -75
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
- package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +447 -78
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -4
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -4
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +256 -109
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +16 -12
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +120 -96
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +27 -16
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +9 -13
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -43
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +36 -53
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +36 -53
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +16 -1
- package/tencentcloud/services/vcube/index.d.ts +6 -0
- package/tencentcloud/services/vcube/index.js +7 -0
- package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
- package/tencentcloud/services/vcube/v20220410/index.js +9 -0
- package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
- package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
- package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -52
- package/test/cynosdb.v20190107.test.js +42 -2
- package/test/lke.v20231130.test.js +88 -18
- package/test/mqtt.v20240516.test.js +22 -2
- package/test/tdmq.v20200217.test.js +2 -12
- package/test/vcube.v20220410.test.js +361 -0
|
@@ -108,6 +108,16 @@ it("lke.v20231130.DeleteQA", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("lke.v20231130.StopDocParse", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.StopDocParse({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
111
121
|
it("lke.v20231130.CreateAttributeLabel", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.CreateAttributeLabel({})
|
|
@@ -118,9 +128,9 @@ it("lke.v20231130.CreateAttributeLabel", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
121
|
-
it("lke.v20231130.
|
|
131
|
+
it("lke.v20231130.ListDocCate", async function () {
|
|
122
132
|
try {
|
|
123
|
-
const data = await client.
|
|
133
|
+
const data = await client.ListDocCate({})
|
|
124
134
|
expect(data).to.be.ok
|
|
125
135
|
} catch(error) {
|
|
126
136
|
expect(error.requestId).to.be.ok
|
|
@@ -278,6 +288,16 @@ it("lke.v20231130.VerifyQA", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
291
|
+
it("lke.v20231130.CreateDocCate", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.CreateDocCate({})
|
|
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
|
+
|
|
281
301
|
it("lke.v20231130.CheckAttributeLabelExist", async function () {
|
|
282
302
|
try {
|
|
283
303
|
const data = await client.CheckAttributeLabelExist({})
|
|
@@ -298,6 +318,16 @@ it("lke.v20231130.DescribeDoc", async function () {
|
|
|
298
318
|
}
|
|
299
319
|
})
|
|
300
320
|
|
|
321
|
+
it("lke.v20231130.ListUsageCallDetail", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.ListUsageCallDetail({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
301
331
|
it("lke.v20231130.DescribeStorageCredential", async function () {
|
|
302
332
|
try {
|
|
303
333
|
const data = await client.DescribeStorageCredential({})
|
|
@@ -378,6 +408,16 @@ it("lke.v20231130.DescribeUnsatisfiedReplyContext", async function () {
|
|
|
378
408
|
}
|
|
379
409
|
})
|
|
380
410
|
|
|
411
|
+
it("lke.v20231130.GroupDoc", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.GroupDoc({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
381
421
|
it("lke.v20231130.ListApp", async function () {
|
|
382
422
|
try {
|
|
383
423
|
const data = await client.ListApp({})
|
|
@@ -398,6 +438,16 @@ it("lke.v20231130.DescribeTokenUsage", async function () {
|
|
|
398
438
|
}
|
|
399
439
|
})
|
|
400
440
|
|
|
441
|
+
it("lke.v20231130.DeleteDocCate", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DeleteDocCate({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
401
451
|
it("lke.v20231130.ListQACate", async function () {
|
|
402
452
|
try {
|
|
403
453
|
const data = await client.ListQACate({})
|
|
@@ -488,9 +538,9 @@ it("lke.v20231130.DescribeKnowledgeUsage", async function () {
|
|
|
488
538
|
}
|
|
489
539
|
})
|
|
490
540
|
|
|
491
|
-
it("lke.v20231130.
|
|
541
|
+
it("lke.v20231130.DescribeRobotBizIDByAppKey", async function () {
|
|
492
542
|
try {
|
|
493
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeRobotBizIDByAppKey({})
|
|
494
544
|
expect(data).to.be.ok
|
|
495
545
|
} catch(error) {
|
|
496
546
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +548,9 @@ it("lke.v20231130.ListDoc", async function () {
|
|
|
498
548
|
}
|
|
499
549
|
})
|
|
500
550
|
|
|
501
|
-
it("lke.v20231130.
|
|
551
|
+
it("lke.v20231130.ListDoc", async function () {
|
|
502
552
|
try {
|
|
503
|
-
const data = await client.
|
|
553
|
+
const data = await client.ListDoc({})
|
|
504
554
|
expect(data).to.be.ok
|
|
505
555
|
} catch(error) {
|
|
506
556
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +558,9 @@ it("lke.v20231130.ListQA", async function () {
|
|
|
508
558
|
}
|
|
509
559
|
})
|
|
510
560
|
|
|
511
|
-
it("lke.v20231130.
|
|
561
|
+
it("lke.v20231130.ListQA", async function () {
|
|
512
562
|
try {
|
|
513
|
-
const data = await client.
|
|
563
|
+
const data = await client.ListQA({})
|
|
514
564
|
expect(data).to.be.ok
|
|
515
565
|
} catch(error) {
|
|
516
566
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +568,9 @@ it("lke.v20231130.GetLikeDataCount", async function () {
|
|
|
518
568
|
}
|
|
519
569
|
})
|
|
520
570
|
|
|
521
|
-
it("lke.v20231130.
|
|
571
|
+
it("lke.v20231130.GetLikeDataCount", async function () {
|
|
522
572
|
try {
|
|
523
|
-
const data = await client.
|
|
573
|
+
const data = await client.GetLikeDataCount({})
|
|
524
574
|
expect(data).to.be.ok
|
|
525
575
|
} catch(error) {
|
|
526
576
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +578,9 @@ it("lke.v20231130.DescribeRobotBizIDByAppKey", async function () {
|
|
|
528
578
|
}
|
|
529
579
|
})
|
|
530
580
|
|
|
531
|
-
it("lke.v20231130.
|
|
581
|
+
it("lke.v20231130.ModifyDocCate", async function () {
|
|
532
582
|
try {
|
|
533
|
-
const data = await client.
|
|
583
|
+
const data = await client.ModifyDocCate({})
|
|
534
584
|
expect(data).to.be.ok
|
|
535
585
|
} catch(error) {
|
|
536
586
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +588,9 @@ it("lke.v20231130.ExportQAList", async function () {
|
|
|
538
588
|
}
|
|
539
589
|
})
|
|
540
590
|
|
|
541
|
-
it("lke.v20231130.
|
|
591
|
+
it("lke.v20231130.ExportQAList", async function () {
|
|
542
592
|
try {
|
|
543
|
-
const data = await client.
|
|
593
|
+
const data = await client.ExportQAList({})
|
|
544
594
|
expect(data).to.be.ok
|
|
545
595
|
} catch(error) {
|
|
546
596
|
expect(error.requestId).to.be.ok
|
|
@@ -738,6 +788,16 @@ it("lke.v20231130.QueryRewrite", async function () {
|
|
|
738
788
|
}
|
|
739
789
|
})
|
|
740
790
|
|
|
791
|
+
it("lke.v20231130.RetryDocAudit", async function () {
|
|
792
|
+
try {
|
|
793
|
+
const data = await client.RetryDocAudit({})
|
|
794
|
+
expect(data).to.be.ok
|
|
795
|
+
} catch(error) {
|
|
796
|
+
expect(error.requestId).to.be.ok
|
|
797
|
+
expect(error.code).to.be.ok
|
|
798
|
+
}
|
|
799
|
+
})
|
|
800
|
+
|
|
741
801
|
it("lke.v20231130.ModifyApp", async function () {
|
|
742
802
|
try {
|
|
743
803
|
const data = await client.ModifyApp({})
|
|
@@ -908,9 +968,9 @@ it("lke.v20231130.ReconstructDocument", async function () {
|
|
|
908
968
|
}
|
|
909
969
|
})
|
|
910
970
|
|
|
911
|
-
it("lke.v20231130.
|
|
971
|
+
it("lke.v20231130.ResetSession", async function () {
|
|
912
972
|
try {
|
|
913
|
-
const data = await client.
|
|
973
|
+
const data = await client.ResetSession({})
|
|
914
974
|
expect(data).to.be.ok
|
|
915
975
|
} catch(error) {
|
|
916
976
|
expect(error.requestId).to.be.ok
|
|
@@ -918,9 +978,19 @@ it("lke.v20231130.StopDocParse", async function () {
|
|
|
918
978
|
}
|
|
919
979
|
})
|
|
920
980
|
|
|
921
|
-
it("lke.v20231130.
|
|
981
|
+
it("lke.v20231130.ListAppKnowledgeDetail", async function () {
|
|
922
982
|
try {
|
|
923
|
-
const data = await client.
|
|
983
|
+
const data = await client.ListAppKnowledgeDetail({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
991
|
+
it("lke.v20231130.IgnoreUnsatisfiedReply", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.IgnoreUnsatisfiedReply({})
|
|
924
994
|
expect(data).to.be.ok
|
|
925
995
|
} catch(error) {
|
|
926
996
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("mqtt.v20240516.CreateTopic", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("mqtt.v20240516.
|
|
41
|
+
it("mqtt.v20240516.ActivateDeviceCertificate", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ActivateDeviceCertificate({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("mqtt.v20240516.DescribeAuthorizationPolicies", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("mqtt.v20240516.RegisterDeviceCertificate", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.RegisterDeviceCertificate({})
|
|
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
|
+
|
|
61
71
|
it("mqtt.v20240516.ModifyTopic", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyTopic({})
|
|
@@ -178,6 +188,16 @@ it("mqtt.v20240516.DeleteTopic", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("mqtt.v20240516.DescribeDeviceCertificates", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeDeviceCertificates({})
|
|
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
|
+
|
|
181
201
|
it("mqtt.v20240516.CreateAuthorizationPolicy", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.CreateAuthorizationPolicy({})
|
|
@@ -398,16 +398,6 @@ it("tdmq.v20200217.CreateRabbitMQVirtualHost", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
-
it("tdmq.v20200217.DeleteCluster", async function () {
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.DeleteCluster({})
|
|
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
401
|
it("tdmq.v20200217.DeleteCmqTopic", async function () {
|
|
412
402
|
try {
|
|
413
403
|
const data = await client.DeleteCmqTopic({})
|
|
@@ -488,9 +478,9 @@ it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
|
|
|
488
478
|
}
|
|
489
479
|
})
|
|
490
480
|
|
|
491
|
-
it("tdmq.v20200217.
|
|
481
|
+
it("tdmq.v20200217.DeleteCluster", async function () {
|
|
492
482
|
try {
|
|
493
|
-
const data = await client.
|
|
483
|
+
const data = await client.DeleteCluster({})
|
|
494
484
|
expect(data).to.be.ok
|
|
495
485
|
} catch(error) {
|
|
496
486
|
expect(error.requestId).to.be.ok
|
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
|
|
2
|
+
const expect = require("chai").expect
|
|
3
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
4
|
+
const client = new tencentcloud.vcube.v20220410.Client({
|
|
5
|
+
credential: {
|
|
6
|
+
secretId: process.env.secretId,
|
|
7
|
+
secretKey: process.env.secretKey,
|
|
8
|
+
},
|
|
9
|
+
region: "ap-shanghai",
|
|
10
|
+
profile: {
|
|
11
|
+
signMethod: "TC3-HMAC-SHA256",
|
|
12
|
+
httpProfile: {
|
|
13
|
+
reqMethod: "POST",
|
|
14
|
+
reqTimeout: 30,
|
|
15
|
+
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
describe("vcube.v20220410.test.js", function () {
|
|
20
|
+
|
|
21
|
+
it("vcube.v20220410.ModifyTrialLicense", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ModifyTrialLicense({})
|
|
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("vcube.v20220410.RenewTestXMagic", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.RenewTestXMagic({})
|
|
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("vcube.v20220410.DescribeVcubeResources", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeVcubeResources({})
|
|
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("vcube.v20220410.CreateApplicationAndBindLicense", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateApplicationAndBindLicense({})
|
|
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("vcube.v20220410.CreateApplicationAndWebPlayerLicense", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.CreateApplicationAndWebPlayerLicense({})
|
|
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("vcube.v20220410.DescribeXMagicResource", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeXMagicResource({})
|
|
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("vcube.v20220410.ModifyApplication", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ModifyApplication({})
|
|
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("vcube.v20220410.ModifyFormalApplication", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyFormalApplication({})
|
|
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("vcube.v20220410.DescribeUserConfig", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeUserConfig({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
111
|
+
it("vcube.v20220410.DescribeSTS", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeSTS({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
121
|
+
it("vcube.v20220410.ModifyPresetApplication", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.ModifyPresetApplication({})
|
|
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
|
+
|
|
131
|
+
it("vcube.v20220410.DescribeVcubeResourcesList", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeVcubeResourcesList({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
141
|
+
it("vcube.v20220410.CreateTrialLicense", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateTrialLicense({})
|
|
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("vcube.v20220410.ModifyLicense", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ModifyLicense({})
|
|
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("vcube.v20220410.DescribeVcubeApplicationAndLicense", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeVcubeApplicationAndLicense({})
|
|
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("vcube.v20220410.UpdateTestXMagic", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.UpdateTestXMagic({})
|
|
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("vcube.v20220410.UpdateXMagic", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.UpdateXMagic({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
191
|
+
it("vcube.v20220410.UpdateTrialLicense", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.UpdateTrialLicense({})
|
|
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
|
+
it("vcube.v20220410.DescribeVcubeApplicationAndXMagicList", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.DescribeVcubeApplicationAndXMagicList({})
|
|
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("vcube.v20220410.DescribeVcubeApplicationAndPlayList", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeVcubeApplicationAndPlayList({})
|
|
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("vcube.v20220410.DescribeLicenseList", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeLicenseList({})
|
|
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("vcube.v20220410.CreateActivityLicense", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.CreateActivityLicense({})
|
|
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("vcube.v20220410.CreateLicense", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.CreateLicense({})
|
|
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("vcube.v20220410.CreateTestXMagic", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.CreateTestXMagic({})
|
|
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("vcube.v20220410.RenewVideo", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.RenewVideo({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
271
|
+
it("vcube.v20220410.RenewLicense", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.RenewLicense({})
|
|
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("vcube.v20220410.CreateTrialApplicationAndLicense", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.CreateTrialApplicationAndLicense({})
|
|
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
|
+
|
|
291
|
+
it("vcube.v20220410.DescribeXMagicResourceList", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeXMagicResourceList({})
|
|
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
|
+
|
|
301
|
+
it("vcube.v20220410.DescribeTrialFeature", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.DescribeTrialFeature({})
|
|
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
|
+
|
|
311
|
+
it("vcube.v20220410.CreateXMagic", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.CreateXMagic({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
321
|
+
it("vcube.v20220410.CreateApplicationAndVideo", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.CreateApplicationAndVideo({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
331
|
+
it("vcube.v20220410.DescribeFeatureList", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeFeatureList({})
|
|
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("vcube.v20220410.DescribeNews", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DescribeNews({})
|
|
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("vcube.v20220410.ModifyXMagic", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.ModifyXMagic({})
|
|
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
|
+
|
|
361
|
+
})
|