tencentcloud-sdk-nodejs 4.0.967 → 4.0.969
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 +357 -0
- package/SERVICE_CHANGELOG.md +361 -177
- package/package.json +1 -1
- package/products.md +43 -43
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +7 -7
- package/src/services/apm/v20210622/apm_models.ts +8 -0
- package/src/services/billing/v20180709/billing_models.ts +16 -16
- package/src/services/btoe/v20210514/btoe_models.ts +4 -4
- package/src/services/ccc/v20200210/ccc_client.ts +4 -2
- package/src/services/ccc/v20200210/ccc_models.ts +113 -50
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +22 -0
- package/src/services/cfs/v20190719/cfs_client.ts +4 -3
- package/src/services/cfs/v20190719/cfs_models.ts +71 -35
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +14 -14
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
- package/src/services/dlc/v20210125/dlc_models.ts +13 -8
- package/src/services/dnspod/v20210323/dnspod_client.ts +108 -45
- package/src/services/dnspod/v20210323/dnspod_models.ts +321 -83
- package/src/services/ess/v20201111/ess_models.ts +2 -6
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -11
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +182 -50
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +678 -35
- package/src/services/ioa/v20220601/ioa_models.ts +3 -21
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +16 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +1 -1
- package/src/services/iss/v20230517/iss_models.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +8 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +7 -7
- package/src/services/pts/v20210728/pts_models.ts +5 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/ssm/v20190923/ssm_models.ts +48 -78
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -4
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +17 -3
- package/src/services/thpc/v20230321/thpc_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +18 -6
- package/src/services/tse/v20201207/tse_models.ts +28 -0
- package/src/services/vod/v20180717/vod_client.ts +33 -3
- package/src/services/vod/v20180717/vod_models.ts +234 -50
- package/src/services/waf/v20180125/waf_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +7 -7
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +8 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +16 -16
- package/tencentcloud/services/btoe/v20210514/btoe_models.d.ts +4 -4
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +3 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +3 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +113 -50
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +22 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +69 -34
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -14
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +13 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +34 -14
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +49 -19
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +308 -83
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +75 -17
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +98 -24
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +651 -34
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +3 -21
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +16 -6
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -7
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +48 -78
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -3
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +7 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +9 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +26 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +16 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +17 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +225 -50
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
- package/test/dnspod.v20210323.test.js +62 -12
- package/test/hunyuan.v20230901.test.js +94 -14
- package/test/tse.v20201207.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
|
@@ -68,6 +68,16 @@ it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("dnspod.v20210323.CreateLineGroup", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.CreateLineGroup({})
|
|
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
|
+
|
|
71
81
|
it("dnspod.v20210323.DescribeDomainPurview", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.DescribeDomainPurview({})
|
|
@@ -78,9 +88,9 @@ it("dnspod.v20210323.DescribeDomainPurview", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
81
|
-
it("dnspod.v20210323.
|
|
91
|
+
it("dnspod.v20210323.DescribeLineGroupList", async function () {
|
|
82
92
|
try {
|
|
83
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeLineGroupList({})
|
|
84
94
|
expect(data).to.be.ok
|
|
85
95
|
} catch(error) {
|
|
86
96
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +318,16 @@ it("dnspod.v20210323.DescribeSnapshotConfig", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
321
|
+
it("dnspod.v20210323.ModifyDomainLock", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.ModifyDomainLock({})
|
|
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
|
+
|
|
311
331
|
it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
312
332
|
try {
|
|
313
333
|
const data = await client.DeleteShareDomain({})
|
|
@@ -338,9 +358,19 @@ it("dnspod.v20210323.DescribeDomain", async function () {
|
|
|
338
358
|
}
|
|
339
359
|
})
|
|
340
360
|
|
|
341
|
-
it("dnspod.v20210323.
|
|
361
|
+
it("dnspod.v20210323.ModifyLineGroup", async function () {
|
|
342
362
|
try {
|
|
343
|
-
const data = await client.
|
|
363
|
+
const data = await client.ModifyLineGroup({})
|
|
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
|
+
|
|
371
|
+
it("dnspod.v20210323.DeleteLineGroup", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DeleteLineGroup({})
|
|
344
374
|
expect(data).to.be.ok
|
|
345
375
|
} catch(error) {
|
|
346
376
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +428,9 @@ it("dnspod.v20210323.CreateDomainCustomLine", async function () {
|
|
|
398
428
|
}
|
|
399
429
|
})
|
|
400
430
|
|
|
401
|
-
it("dnspod.v20210323.
|
|
431
|
+
it("dnspod.v20210323.DescribeBatchTask", async function () {
|
|
402
432
|
try {
|
|
403
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeBatchTask({})
|
|
404
434
|
expect(data).to.be.ok
|
|
405
435
|
} catch(error) {
|
|
406
436
|
expect(error.requestId).to.be.ok
|
|
@@ -428,6 +458,16 @@ it("dnspod.v20210323.DeleteRecord", async function () {
|
|
|
428
458
|
}
|
|
429
459
|
})
|
|
430
460
|
|
|
461
|
+
it("dnspod.v20210323.ModifySubdomainStatus", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.ModifySubdomainStatus({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
431
471
|
it("dnspod.v20210323.ModifyRecordFields", async function () {
|
|
432
472
|
try {
|
|
433
473
|
const data = await client.ModifyRecordFields({})
|
|
@@ -438,6 +478,16 @@ it("dnspod.v20210323.ModifyRecordFields", async function () {
|
|
|
438
478
|
}
|
|
439
479
|
})
|
|
440
480
|
|
|
481
|
+
it("dnspod.v20210323.ModifyRecordGroup", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.ModifyRecordGroup({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
441
491
|
it("dnspod.v20210323.DescribeRecord", async function () {
|
|
442
492
|
try {
|
|
443
493
|
const data = await client.DescribeRecord({})
|
|
@@ -498,9 +548,9 @@ it("dnspod.v20210323.ModifyPackageAutoRenew", async function () {
|
|
|
498
548
|
}
|
|
499
549
|
})
|
|
500
550
|
|
|
501
|
-
it("dnspod.v20210323.
|
|
551
|
+
it("dnspod.v20210323.DeleteRecordBatch", async function () {
|
|
502
552
|
try {
|
|
503
|
-
const data = await client.
|
|
553
|
+
const data = await client.DeleteRecordBatch({})
|
|
504
554
|
expect(data).to.be.ok
|
|
505
555
|
} catch(error) {
|
|
506
556
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +648,9 @@ it("dnspod.v20210323.DeleteDomainAlias", async function () {
|
|
|
598
648
|
}
|
|
599
649
|
})
|
|
600
650
|
|
|
601
|
-
it("dnspod.v20210323.
|
|
651
|
+
it("dnspod.v20210323.CreateLineGroupCopy", async function () {
|
|
602
652
|
try {
|
|
603
|
-
const data = await client.
|
|
653
|
+
const data = await client.CreateLineGroupCopy({})
|
|
604
654
|
expect(data).to.be.ok
|
|
605
655
|
} catch(error) {
|
|
606
656
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +808,9 @@ it("dnspod.v20210323.DescribeDomainLogList", async function () {
|
|
|
758
808
|
}
|
|
759
809
|
})
|
|
760
810
|
|
|
761
|
-
it("dnspod.v20210323.
|
|
811
|
+
it("dnspod.v20210323.DescribeUserDetail", async function () {
|
|
762
812
|
try {
|
|
763
|
-
const data = await client.
|
|
813
|
+
const data = await client.DescribeUserDetail({})
|
|
764
814
|
expect(data).to.be.ok
|
|
765
815
|
} catch(error) {
|
|
766
816
|
expect(error.requestId).to.be.ok
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.hunyuan.v20230901.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("hunyuan.v20230901.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("hunyuan.v20230901.
|
|
21
|
+
it("hunyuan.v20230901.SetPayMode", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.SetPayMode({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,49 @@ it("hunyuan.v20230901.QueryHunyuanImageChatJob", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("hunyuan.v20230901.
|
|
31
|
+
it("hunyuan.v20230901.FilesList", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.FilesList({})
|
|
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("hunyuan.v20230901.GetThread", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.GetThread({})
|
|
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("hunyuan.v20230901.SubmitHunyuanImageChatJob", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.SubmitHunyuanImageChatJob({})
|
|
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("hunyuan.v20230901.CreateThread", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.CreateThread({})
|
|
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("hunyuan.v20230901.GetTokenCount", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetTokenCount({})
|
|
34
74
|
expect(data).to.be.ok
|
|
35
75
|
} catch(error) {
|
|
36
76
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +88,9 @@ it("hunyuan.v20230901.QueryHunyuanImageJob", async function () {
|
|
|
48
88
|
}
|
|
49
89
|
})
|
|
50
90
|
|
|
51
|
-
it("hunyuan.v20230901.
|
|
91
|
+
it("hunyuan.v20230901.SubmitHunyuanImageJob", async function () {
|
|
52
92
|
try {
|
|
53
|
-
const data = await client.
|
|
93
|
+
const data = await client.SubmitHunyuanImageJob({})
|
|
54
94
|
expect(data).to.be.ok
|
|
55
95
|
} catch(error) {
|
|
56
96
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +98,39 @@ it("hunyuan.v20230901.SetPayMode", async function () {
|
|
|
58
98
|
}
|
|
59
99
|
})
|
|
60
100
|
|
|
61
|
-
it("hunyuan.v20230901.
|
|
101
|
+
it("hunyuan.v20230901.FilesDeletions", async function () {
|
|
62
102
|
try {
|
|
63
|
-
const data = await client.
|
|
103
|
+
const data = await client.FilesDeletions({})
|
|
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("hunyuan.v20230901.GetThreadMessageList", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.GetThreadMessageList({})
|
|
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("hunyuan.v20230901.GetThreadMessage", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.GetThreadMessage({})
|
|
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("hunyuan.v20230901.RunThread", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.RunThread({})
|
|
64
134
|
expect(data).to.be.ok
|
|
65
135
|
} catch(error) {
|
|
66
136
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +148,9 @@ it("hunyuan.v20230901.ChatCompletions", async function () {
|
|
|
78
148
|
}
|
|
79
149
|
})
|
|
80
150
|
|
|
81
|
-
it("hunyuan.v20230901.
|
|
151
|
+
it("hunyuan.v20230901.QueryHunyuanImageChatJob", async function () {
|
|
82
152
|
try {
|
|
83
|
-
const data = await client.
|
|
153
|
+
const data = await client.QueryHunyuanImageChatJob({})
|
|
84
154
|
expect(data).to.be.ok
|
|
85
155
|
} catch(error) {
|
|
86
156
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +158,19 @@ it("hunyuan.v20230901.ActivateService", async function () {
|
|
|
88
158
|
}
|
|
89
159
|
})
|
|
90
160
|
|
|
91
|
-
it("hunyuan.v20230901.
|
|
161
|
+
it("hunyuan.v20230901.GetEmbedding", async function () {
|
|
92
162
|
try {
|
|
93
|
-
const data = await client.
|
|
163
|
+
const data = await client.GetEmbedding({})
|
|
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("hunyuan.v20230901.FilesUploads", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.FilesUploads({})
|
|
94
174
|
expect(data).to.be.ok
|
|
95
175
|
} catch(error) {
|
|
96
176
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +188,9 @@ it("hunyuan.v20230901.TextToImageLite", async function () {
|
|
|
108
188
|
}
|
|
109
189
|
})
|
|
110
190
|
|
|
111
|
-
it("hunyuan.v20230901.
|
|
191
|
+
it("hunyuan.v20230901.ActivateService", async function () {
|
|
112
192
|
try {
|
|
113
|
-
const data = await client.
|
|
193
|
+
const data = await client.ActivateService({})
|
|
114
194
|
expect(data).to.be.ok
|
|
115
195
|
} catch(error) {
|
|
116
196
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +48,16 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayServiceRateLimit", async function
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayCertificate", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyCloudNativeAPIGatewayCertificate({})
|
|
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("tse.v20201207.DeleteCloudNativeAPIGatewayPublicNetwork", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.DeleteCloudNativeAPIGatewayPublicNetwork({})
|
|
@@ -318,9 +328,9 @@ it("tse.v20201207.ModifyAutoScalerResourceStrategy", async function () {
|
|
|
318
328
|
}
|
|
319
329
|
})
|
|
320
330
|
|
|
321
|
-
it("tse.v20201207.
|
|
331
|
+
it("tse.v20201207.DescribeInstanceTagInfos", async function () {
|
|
322
332
|
try {
|
|
323
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeInstanceTagInfos({})
|
|
324
334
|
expect(data).to.be.ok
|
|
325
335
|
} catch(error) {
|
|
326
336
|
expect(error.requestId).to.be.ok
|
|
@@ -1028,6 +1028,16 @@ it("vod.v20180717.ProcessMediaByUrl", async function () {
|
|
|
1028
1028
|
}
|
|
1029
1029
|
})
|
|
1030
1030
|
|
|
1031
|
+
it("vod.v20180717.CreateComplexAdaptiveDynamicStreamingTask", async function () {
|
|
1032
|
+
try {
|
|
1033
|
+
const data = await client.CreateComplexAdaptiveDynamicStreamingTask({})
|
|
1034
|
+
expect(data).to.be.ok
|
|
1035
|
+
} catch(error) {
|
|
1036
|
+
expect(error.requestId).to.be.ok
|
|
1037
|
+
expect(error.code).to.be.ok
|
|
1038
|
+
}
|
|
1039
|
+
})
|
|
1040
|
+
|
|
1031
1041
|
it("vod.v20180717.ModifyTranscodeTemplate", async function () {
|
|
1032
1042
|
try {
|
|
1033
1043
|
const data = await client.ModifyTranscodeTemplate({})
|