tencentcloud-sdk-nodejs 4.0.733 → 4.0.735
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 +1063 -0
- package/SERVICE_CHANGELOG.md +1270 -17
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +18 -18
- package/src/services/apigateway/v20180808/apigateway_models.ts +101 -59
- package/src/services/ccc/v20200210/ccc_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +37 -37
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_client.ts +13 -1
- package/src/services/dasb/v20191018/dasb_models.ts +100 -72
- package/src/services/dlc/v20210125/dlc_client.ts +22 -9
- package/src/services/dlc/v20210125/dlc_models.ts +129 -29
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dsgc/v20190723/dsgc_models.ts +87 -20
- package/src/services/dts/v20211206/dts_models.ts +15 -15
- package/src/services/ess/v20201111/ess_client.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +44 -42
- package/src/services/hai/v20230812/hai_client.ts +111 -1
- package/src/services/hai/v20230812/hai_models.ts +602 -3
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/oceanus/v20190422/oceanus_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +72 -1
- package/src/services/ssa/v20180608/ssa_client.ts +6 -46
- package/src/services/ssa/v20180608/ssa_models.ts +60 -576
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +52 -24
- package/src/services/tds/v20220801/tds_models.ts +18 -14
- package/src/services/tione/v20211111/tione_client.ts +16 -3
- package/src/services/tione/v20211111/tione_models.ts +189 -35
- package/src/services/trtc/v20190722/trtc_models.ts +9 -1
- package/src/services/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_client.ts +91 -37
- package/src/services/vod/v20180717/vod_models.ts +468 -113
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/vrs/v20200824/vrs_client.ts +26 -12
- package/src/services/vrs/v20200824/vrs_models.ts +221 -155
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +163 -62
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4995 -790
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +18 -18
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +101 -59
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +52 -8
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +37 -37
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +98 -72
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +126 -29
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -20
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +44 -42
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +33 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +48 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +576 -3
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +71 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -13
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +0 -18
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +60 -566
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +50 -24
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +18 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +6 -2
- package/tencentcloud/services/tione/v20211111/tione_client.js +7 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +186 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +19 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +27 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +238 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +34 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +44 -20
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +454 -113
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +5 -1
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +6 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +210 -148
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +51 -51
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4881 -777
- package/test/dasb.v20191018.test.js +10 -0
- package/test/dlc.v20210125.test.js +12 -2
- package/test/hai.v20230812.test.js +80 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tione.v20211111.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
- package/test/vod.v20180717.test.js +46 -6
- package/test/vrs.v20200824.test.js +10 -0
|
@@ -238,6 +238,16 @@ it("dasb.v20191018.ResetDeviceAccountPassword", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("dasb.v20191018.ModifyUserGroup", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyUserGroup({})
|
|
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
|
+
|
|
241
251
|
it("dasb.v20191018.SearchCommandBySid", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.SearchCommandBySid({})
|
|
@@ -428,9 +428,9 @@ it("dlc.v20210125.ReportHeartbeatMetaData", async function () {
|
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
|
|
431
|
-
it("dlc.v20210125.
|
|
431
|
+
it("dlc.v20210125.DescribeUpdatableDataEngines", async function () {
|
|
432
432
|
try {
|
|
433
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeUpdatableDataEngines({})
|
|
434
434
|
expect(data).to.be.ok
|
|
435
435
|
} catch(error) {
|
|
436
436
|
expect(error.requestId).to.be.ok
|
|
@@ -1208,6 +1208,16 @@ it("dlc.v20210125.DescribeDataEnginePythonSparkImages", async function () {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
})
|
|
1210
1210
|
|
|
1211
|
+
it("dlc.v20210125.ListTaskJobLogDetail", async function () {
|
|
1212
|
+
try {
|
|
1213
|
+
const data = await client.ListTaskJobLogDetail({})
|
|
1214
|
+
expect(data).to.be.ok
|
|
1215
|
+
} catch(error) {
|
|
1216
|
+
expect(error.requestId).to.be.ok
|
|
1217
|
+
expect(error.code).to.be.ok
|
|
1218
|
+
}
|
|
1219
|
+
})
|
|
1220
|
+
|
|
1211
1221
|
it("dlc.v20210125.DescribeLakeFsInfo", async function () {
|
|
1212
1222
|
try {
|
|
1213
1223
|
const data = await client.DescribeLakeFsInfo({})
|
|
@@ -18,6 +18,46 @@ const client = new tencentcloud.hai.v20230812.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("hai.v20230812.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("hai.v20230812.DescribeServiceLoginSettings", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeServiceLoginSettings({})
|
|
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("hai.v20230812.DescribeApplications", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeApplications({})
|
|
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("hai.v20230812.DescribeScenes", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeScenes({})
|
|
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("hai.v20230812.DescribeRegions", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeRegions({})
|
|
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
|
+
|
|
21
61
|
it("hai.v20230812.RunInstances", async function () {
|
|
22
62
|
try {
|
|
23
63
|
const data = await client.RunInstances({})
|
|
@@ -28,4 +68,44 @@ it("hai.v20230812.RunInstances", async function () {
|
|
|
28
68
|
}
|
|
29
69
|
})
|
|
30
70
|
|
|
71
|
+
it("hai.v20230812.DescribeInstanceNetworkStatus", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeInstanceNetworkStatus({})
|
|
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("hai.v20230812.DescribeInstances", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeInstances({})
|
|
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("hai.v20230812.InquirePriceRunInstances", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.InquirePriceRunInstances({})
|
|
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("hai.v20230812.TerminateInstances", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.TerminateInstances({})
|
|
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
|
+
|
|
31
111
|
})
|
|
@@ -68,16 +68,6 @@ it("ssa.v20180608.DescribeEventDetail", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("ssa.v20180608.SaDivulgeDataQueryPub", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.SaDivulgeDataQueryPub({})
|
|
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
71
|
it("ssa.v20180608.DescribeComplianceAssetList", async function () {
|
|
82
72
|
try {
|
|
83
73
|
const data = await client.DescribeComplianceAssetList({})
|
|
@@ -128,16 +118,6 @@ it("ssa.v20180608.SaEventPub", async function () {
|
|
|
128
118
|
}
|
|
129
119
|
})
|
|
130
120
|
|
|
131
|
-
it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribeSafetyEventList({})
|
|
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
121
|
it("ssa.v20180608.SaDivulgeScanRuleMutate", async function () {
|
|
142
122
|
try {
|
|
143
123
|
const data = await client.SaDivulgeScanRuleMutate({})
|
|
@@ -178,16 +158,6 @@ it("ssa.v20180608.DescribeCheckConfigAssetList", async function () {
|
|
|
178
158
|
}
|
|
179
159
|
})
|
|
180
160
|
|
|
181
|
-
it("ssa.v20180608.DescribeAssetsMappingList", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.DescribeAssetsMappingList({})
|
|
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
161
|
it("ssa.v20180608.DescribeVulList", async function () {
|
|
192
162
|
try {
|
|
193
163
|
const data = await client.DescribeVulList({})
|
|
@@ -1178,6 +1178,16 @@ it("tdmq.v20200217.SendRocketMQMessage", async function () {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
})
|
|
1180
1180
|
|
|
1181
|
+
it("tdmq.v20200217.DeleteProClusters", async function () {
|
|
1182
|
+
try {
|
|
1183
|
+
const data = await client.DeleteProClusters({})
|
|
1184
|
+
expect(data).to.be.ok
|
|
1185
|
+
} catch(error) {
|
|
1186
|
+
expect(error.requestId).to.be.ok
|
|
1187
|
+
expect(error.code).to.be.ok
|
|
1188
|
+
}
|
|
1189
|
+
})
|
|
1190
|
+
|
|
1181
1191
|
it("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
|
|
1182
1192
|
try {
|
|
1183
1193
|
const data = await client.ClearCmqSubscriptionFilterTags({})
|
|
@@ -108,6 +108,16 @@ it("tione.v20211111.DescribeTrainingTask", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("tione.v20211111.DescribeEvents", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeEvents({})
|
|
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("tione.v20211111.DescribeModelServiceGroup", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.DescribeModelServiceGroup({})
|
|
@@ -18,9 +18,19 @@ const client = new tencentcloud.tse.v20201207.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tse.v20201207.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tse.v20201207.
|
|
21
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayUpstream", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeCloudNativeAPIGatewayUpstream({})
|
|
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("tse.v20201207.DescribeUpstreamHealthCheckConfig", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeUpstreamHealthCheckConfig({})
|
|
24
34
|
expect(data).to.be.ok
|
|
25
35
|
} catch(error) {
|
|
26
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +48,16 @@ it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
|
|
|
38
48
|
}
|
|
39
49
|
})
|
|
40
50
|
|
|
51
|
+
it("tse.v20201207.ModifyUpstreamNodeStatus", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyUpstreamNodeStatus({})
|
|
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
|
+
|
|
41
61
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.DeleteCloudNativeAPIGatewayServiceRateLimit({})
|
|
@@ -468,6 +488,26 @@ it("tse.v20201207.DescribeNativeGatewayServerGroups", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
491
|
+
it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeNacosReplicas({})
|
|
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
|
+
|
|
501
|
+
it("tse.v20201207.UpdateUpstreamHealthCheckConfig", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.UpdateUpstreamHealthCheckConfig({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
471
511
|
it("tse.v20201207.DescribeSREInstanceAccessAddress", async function () {
|
|
472
512
|
try {
|
|
473
513
|
const data = await client.DescribeSREInstanceAccessAddress({})
|
|
@@ -78,6 +78,16 @@ it("vod.v20180717.EditMedia", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("vod.v20180717.ModifyJustInTimeTranscodeTemplate", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ModifyJustInTimeTranscodeTemplate({})
|
|
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
|
+
|
|
81
91
|
it("vod.v20180717.DescribeVodDomains", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.DescribeVodDomains({})
|
|
@@ -548,9 +558,9 @@ it("vod.v20180717.DeleteAIAnalysisTemplate", async function () {
|
|
|
548
558
|
}
|
|
549
559
|
})
|
|
550
560
|
|
|
551
|
-
it("vod.v20180717.
|
|
561
|
+
it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
|
|
552
562
|
try {
|
|
553
|
-
const data = await client.
|
|
563
|
+
const data = await client.DescribeDrmKeyProviderInfo({})
|
|
554
564
|
expect(data).to.be.ok
|
|
555
565
|
} catch(error) {
|
|
556
566
|
expect(error.requestId).to.be.ok
|
|
@@ -1258,9 +1268,9 @@ it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
|
|
|
1258
1268
|
}
|
|
1259
1269
|
})
|
|
1260
1270
|
|
|
1261
|
-
it("vod.v20180717.
|
|
1271
|
+
it("vod.v20180717.DescribeJustInTimeTranscodeTemplates", async function () {
|
|
1262
1272
|
try {
|
|
1263
|
-
const data = await client.
|
|
1273
|
+
const data = await client.DescribeJustInTimeTranscodeTemplates({})
|
|
1264
1274
|
expect(data).to.be.ok
|
|
1265
1275
|
} catch(error) {
|
|
1266
1276
|
expect(error.requestId).to.be.ok
|
|
@@ -1308,6 +1318,16 @@ it("vod.v20180717.DescribeQualityInspectTemplates", async function () {
|
|
|
1308
1318
|
}
|
|
1309
1319
|
})
|
|
1310
1320
|
|
|
1321
|
+
it("vod.v20180717.CreateJustInTimeTranscodeTemplate", async function () {
|
|
1322
|
+
try {
|
|
1323
|
+
const data = await client.CreateJustInTimeTranscodeTemplate({})
|
|
1324
|
+
expect(data).to.be.ok
|
|
1325
|
+
} catch(error) {
|
|
1326
|
+
expect(error.requestId).to.be.ok
|
|
1327
|
+
expect(error.code).to.be.ok
|
|
1328
|
+
}
|
|
1329
|
+
})
|
|
1330
|
+
|
|
1311
1331
|
it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
|
|
1312
1332
|
try {
|
|
1313
1333
|
const data = await client.DescribeSuperPlayerConfigs({})
|
|
@@ -1398,6 +1418,16 @@ it("vod.v20180717.DeleteWatermarkTemplate", async function () {
|
|
|
1398
1418
|
}
|
|
1399
1419
|
})
|
|
1400
1420
|
|
|
1421
|
+
it("vod.v20180717.DeleteJustInTimeTranscodeTemplate", async function () {
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await client.DeleteJustInTimeTranscodeTemplate({})
|
|
1424
|
+
expect(data).to.be.ok
|
|
1425
|
+
} catch(error) {
|
|
1426
|
+
expect(error.requestId).to.be.ok
|
|
1427
|
+
expect(error.code).to.be.ok
|
|
1428
|
+
}
|
|
1429
|
+
})
|
|
1430
|
+
|
|
1401
1431
|
it("vod.v20180717.DeletePersonSample", async function () {
|
|
1402
1432
|
try {
|
|
1403
1433
|
const data = await client.DeletePersonSample({})
|
|
@@ -1508,9 +1538,19 @@ it("vod.v20180717.SimpleHlsClip", async function () {
|
|
|
1508
1538
|
}
|
|
1509
1539
|
})
|
|
1510
1540
|
|
|
1511
|
-
it("vod.v20180717.
|
|
1541
|
+
it("vod.v20180717.DescribeMediaInfos", async function () {
|
|
1512
1542
|
try {
|
|
1513
|
-
const data = await client.
|
|
1543
|
+
const data = await client.DescribeMediaInfos({})
|
|
1544
|
+
expect(data).to.be.ok
|
|
1545
|
+
} catch(error) {
|
|
1546
|
+
expect(error.requestId).to.be.ok
|
|
1547
|
+
expect(error.code).to.be.ok
|
|
1548
|
+
}
|
|
1549
|
+
})
|
|
1550
|
+
|
|
1551
|
+
it("vod.v20180717.RebuildMediaByTemplate", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.RebuildMediaByTemplate({})
|
|
1514
1554
|
expect(data).to.be.ok
|
|
1515
1555
|
} catch(error) {
|
|
1516
1556
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("vrs.v20200824.CreateVRSTask", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("vrs.v20200824.GetVRSVoiceTypes", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetVRSVoiceTypes({})
|
|
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("vrs.v20200824.GetTrainingText", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.GetTrainingText({})
|