tencentcloud-sdk-nodejs-mps 4.1.207 → 4.1.209
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.
|
@@ -12,11 +12,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
12
12
|
async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
|
|
13
13
|
return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
17
|
-
}
|
|
18
|
-
async ModifySmartSubtitleTemplate(req, cb) {
|
|
19
|
-
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
15
|
+
async DeleteStreamPackageLinearAssemblyProgram(req, cb) {
|
|
16
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgram", req, cb);
|
|
20
17
|
}
|
|
21
18
|
async DescribeBatchTaskDetail(req, cb) {
|
|
22
19
|
return this.request("DescribeBatchTaskDetail", req, cb);
|
|
@@ -33,6 +30,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
30
|
async CreateAigcImageTask(req, cb) {
|
|
34
31
|
return this.request("CreateAigcImageTask", req, cb);
|
|
35
32
|
}
|
|
33
|
+
async DeleteStreamPackageSSAIChannel(req, cb) {
|
|
34
|
+
return this.request("DeleteStreamPackageSSAIChannel", req, cb);
|
|
35
|
+
}
|
|
36
36
|
async DeleteAnimatedGraphicsTemplate(req, cb) {
|
|
37
37
|
return this.request("DeleteAnimatedGraphicsTemplate", req, cb);
|
|
38
38
|
}
|
|
@@ -45,12 +45,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
45
|
async ParseLiveStreamProcessNotification(req, cb) {
|
|
46
46
|
return this.request("ParseLiveStreamProcessNotification", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async ModifyStreamPackageSourceLocation(req, cb) {
|
|
49
|
+
return this.request("ModifyStreamPackageSourceLocation", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DeleteTranscodeTemplate(req, cb) {
|
|
49
52
|
return this.request("DeleteTranscodeTemplate", req, cb);
|
|
50
53
|
}
|
|
51
54
|
async DescribeTaskDetail(req, cb) {
|
|
52
55
|
return this.request("DescribeTaskDetail", req, cb);
|
|
53
56
|
}
|
|
57
|
+
async CreateStreamPackageSource(req, cb) {
|
|
58
|
+
return this.request("CreateStreamPackageSource", req, cb);
|
|
59
|
+
}
|
|
54
60
|
async DescribeWordSamples(req, cb) {
|
|
55
61
|
return this.request("DescribeWordSamples", req, cb);
|
|
56
62
|
}
|
|
@@ -102,15 +108,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
102
108
|
async DescribeTasks(req, cb) {
|
|
103
109
|
return this.request("DescribeTasks", req, cb);
|
|
104
110
|
}
|
|
111
|
+
async DescribeStreamPackageLinearAssemblyProgramSchedules(req, cb) {
|
|
112
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgramSchedules", req, cb);
|
|
113
|
+
}
|
|
114
|
+
async DeleteStreamPackageSourceLocation(req, cb) {
|
|
115
|
+
return this.request("DeleteStreamPackageSourceLocation", req, cb);
|
|
116
|
+
}
|
|
105
117
|
async BatchStartStreamLinkFlow(req, cb) {
|
|
106
118
|
return this.request("BatchStartStreamLinkFlow", req, cb);
|
|
107
119
|
}
|
|
120
|
+
async DescribeStreamPackageSSAIChannels(req, cb) {
|
|
121
|
+
return this.request("DescribeStreamPackageSSAIChannels", req, cb);
|
|
122
|
+
}
|
|
123
|
+
async DescribeStreamPackageSourceLocation(req, cb) {
|
|
124
|
+
return this.request("DescribeStreamPackageSourceLocation", req, cb);
|
|
125
|
+
}
|
|
126
|
+
async DeleteStreamPackageLinearAssemblyChannels(req, cb) {
|
|
127
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannels", req, cb);
|
|
128
|
+
}
|
|
108
129
|
async CreateTranscodeTemplate(req, cb) {
|
|
109
130
|
return this.request("CreateTranscodeTemplate", req, cb);
|
|
110
131
|
}
|
|
111
132
|
async CreateStreamLinkFlow(req, cb) {
|
|
112
133
|
return this.request("CreateStreamLinkFlow", req, cb);
|
|
113
134
|
}
|
|
135
|
+
async DescribeStreamPackageLinearAssemblyUsage(req, cb) {
|
|
136
|
+
return this.request("DescribeStreamPackageLinearAssemblyUsage", req, cb);
|
|
137
|
+
}
|
|
114
138
|
async ExecuteFunction(req, cb) {
|
|
115
139
|
return this.request("ExecuteFunction", req, cb);
|
|
116
140
|
}
|
|
@@ -120,11 +144,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
120
144
|
async ModifyProcessImageTemplate(req, cb) {
|
|
121
145
|
return this.request("ModifyProcessImageTemplate", req, cb);
|
|
122
146
|
}
|
|
147
|
+
async RecognizeAudio(req, cb) {
|
|
148
|
+
return this.request("RecognizeAudio", req, cb);
|
|
149
|
+
}
|
|
123
150
|
async BatchProcessMedia(req, cb) {
|
|
124
151
|
return this.request("BatchProcessMedia", req, cb);
|
|
125
152
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
153
|
+
async DeleteStreamPackageLinearAssemblyChannel(req, cb) {
|
|
154
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannel", req, cb);
|
|
128
155
|
}
|
|
129
156
|
async ModifyAnimatedGraphicsTemplate(req, cb) {
|
|
130
157
|
return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
|
|
@@ -138,11 +165,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
138
165
|
async CreateContentReviewTemplate(req, cb) {
|
|
139
166
|
return this.request("CreateContentReviewTemplate", req, cb);
|
|
140
167
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
168
|
+
async DescribeStreamPackageLinearAssemblyProgram(req, cb) {
|
|
169
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgram", req, cb);
|
|
143
170
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
171
|
+
async DeleteStreamPackageSource(req, cb) {
|
|
172
|
+
return this.request("DeleteStreamPackageSource", req, cb);
|
|
146
173
|
}
|
|
147
174
|
async DescribeGroupAttachFlowsById(req, cb) {
|
|
148
175
|
return this.request("DescribeGroupAttachFlowsById", req, cb);
|
|
@@ -156,24 +183,45 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
156
183
|
async ModifySchedule(req, cb) {
|
|
157
184
|
return this.request("ModifySchedule", req, cb);
|
|
158
185
|
}
|
|
186
|
+
async ModifyStreamLinkSecurityGroup(req, cb) {
|
|
187
|
+
return this.request("ModifyStreamLinkSecurityGroup", req, cb);
|
|
188
|
+
}
|
|
159
189
|
async DescribeMediaMetaData(req, cb) {
|
|
160
190
|
return this.request("DescribeMediaMetaData", req, cb);
|
|
161
191
|
}
|
|
162
192
|
async DescribeVideoSearchTaskDetail(req, cb) {
|
|
163
193
|
return this.request("DescribeVideoSearchTaskDetail", req, cb);
|
|
164
194
|
}
|
|
195
|
+
async DescribeStreamLinkFlows(req, cb) {
|
|
196
|
+
return this.request("DescribeStreamLinkFlows", req, cb);
|
|
197
|
+
}
|
|
165
198
|
async DescribeVoices(req, cb) {
|
|
166
199
|
return this.request("DescribeVoices", req, cb);
|
|
167
200
|
}
|
|
168
201
|
async ModifyWordSample(req, cb) {
|
|
169
202
|
return this.request("ModifyWordSample", req, cb);
|
|
170
203
|
}
|
|
204
|
+
async DescribeStreamPackageSSAIUsage(req, cb) {
|
|
205
|
+
return this.request("DescribeStreamPackageSSAIUsage", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async ModifyStreamLinkOutputInfo(req, cb) {
|
|
208
|
+
return this.request("ModifyStreamLinkOutputInfo", req, cb);
|
|
209
|
+
}
|
|
171
210
|
async ModifySampleSnapshotTemplate(req, cb) {
|
|
172
211
|
return this.request("ModifySampleSnapshotTemplate", req, cb);
|
|
173
212
|
}
|
|
213
|
+
async ModifySmartSubtitleTemplate(req, cb) {
|
|
214
|
+
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async DescribeStreamPackageLinearAssemblyChannel(req, cb) {
|
|
217
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannel", req, cb);
|
|
218
|
+
}
|
|
174
219
|
async ResetWorkflow(req, cb) {
|
|
175
220
|
return this.request("ResetWorkflow", req, cb);
|
|
176
221
|
}
|
|
222
|
+
async StartStreamPackageLinearAssemblyChannel(req, cb) {
|
|
223
|
+
return this.request("StartStreamPackageLinearAssemblyChannel", req, cb);
|
|
224
|
+
}
|
|
177
225
|
async DeleteQualityControlTemplate(req, cb) {
|
|
178
226
|
return this.request("DeleteQualityControlTemplate", req, cb);
|
|
179
227
|
}
|
|
@@ -195,8 +243,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
243
|
async DescribeTranscodeTemplates(req, cb) {
|
|
196
244
|
return this.request("DescribeTranscodeTemplates", req, cb);
|
|
197
245
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
246
|
+
async DescribeSSAIActivateState(req, cb) {
|
|
247
|
+
return this.request("DescribeSSAIActivateState", req, cb);
|
|
248
|
+
}
|
|
249
|
+
async CreateStreamPackageLinearAssemblyChannel(req, cb) {
|
|
250
|
+
return this.request("CreateStreamPackageLinearAssemblyChannel", req, cb);
|
|
200
251
|
}
|
|
201
252
|
async DeleteStreamLinkFlow(req, cb) {
|
|
202
253
|
return this.request("DeleteStreamLinkFlow", req, cb);
|
|
@@ -213,11 +264,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
213
264
|
async DescribeSmartEraseTemplates(req, cb) {
|
|
214
265
|
return this.request("DescribeSmartEraseTemplates", req, cb);
|
|
215
266
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
267
|
+
async CreateStreamPackageSourceLocation(req, cb) {
|
|
268
|
+
return this.request("CreateStreamPackageSourceLocation", req, cb);
|
|
218
269
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
270
|
+
async CreateStreamPackageLinearAssemblyProgram(req, cb) {
|
|
271
|
+
return this.request("CreateStreamPackageLinearAssemblyProgram", req, cb);
|
|
221
272
|
}
|
|
222
273
|
async CreateSmartSubtitleTemplate(req, cb) {
|
|
223
274
|
return this.request("CreateSmartSubtitleTemplate", req, cb);
|
|
@@ -228,12 +279,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
228
279
|
async DescribeSchedules(req, cb) {
|
|
229
280
|
return this.request("DescribeSchedules", req, cb);
|
|
230
281
|
}
|
|
282
|
+
async ModifySmartEraseTemplate(req, cb) {
|
|
283
|
+
return this.request("ModifySmartEraseTemplate", req, cb);
|
|
284
|
+
}
|
|
231
285
|
async ModifyPersonSample(req, cb) {
|
|
232
286
|
return this.request("ModifyPersonSample", req, cb);
|
|
233
287
|
}
|
|
234
288
|
async CreateLiveRecordTemplate(req, cb) {
|
|
235
289
|
return this.request("CreateLiveRecordTemplate", req, cb);
|
|
236
290
|
}
|
|
291
|
+
async StopStreamPackageLinearAssemblyChannel(req, cb) {
|
|
292
|
+
return this.request("StopStreamPackageLinearAssemblyChannel", req, cb);
|
|
293
|
+
}
|
|
237
294
|
async CreateBlindWatermarkTemplate(req, cb) {
|
|
238
295
|
return this.request("CreateBlindWatermarkTemplate", req, cb);
|
|
239
296
|
}
|
|
@@ -255,6 +312,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
255
312
|
async StopStreamLinkFlow(req, cb) {
|
|
256
313
|
return this.request("StopStreamLinkFlow", req, cb);
|
|
257
314
|
}
|
|
315
|
+
async CreateStreamPackageSSAIChannel(req, cb) {
|
|
316
|
+
return this.request("CreateStreamPackageSSAIChannel", req, cb);
|
|
317
|
+
}
|
|
318
|
+
async DescribeStreamPackageLinearAssemblyChannels(req, cb) {
|
|
319
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannels", req, cb);
|
|
320
|
+
}
|
|
258
321
|
async DescribeStreamLinkEventAttachedFlows(req, cb) {
|
|
259
322
|
return this.request("DescribeStreamLinkEventAttachedFlows", req, cb);
|
|
260
323
|
}
|
|
@@ -264,8 +327,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
264
327
|
async ModifyAIRecognitionTemplate(req, cb) {
|
|
265
328
|
return this.request("ModifyAIRecognitionTemplate", req, cb);
|
|
266
329
|
}
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
330
|
+
async DescribeStreamPackageSource(req, cb) {
|
|
331
|
+
return this.request("DescribeStreamPackageSource", req, cb);
|
|
269
332
|
}
|
|
270
333
|
async DescribeSnapshotByTimeOffsetTemplates(req, cb) {
|
|
271
334
|
return this.request("DescribeSnapshotByTimeOffsetTemplates", req, cb);
|
|
@@ -288,14 +351,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
288
351
|
async CreateStreamLinkOutputInfo(req, cb) {
|
|
289
352
|
return this.request("CreateStreamLinkOutputInfo", req, cb);
|
|
290
353
|
}
|
|
354
|
+
async DescribeStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
355
|
+
return this.request("DescribeStreamPackageLinearAssemblyPrograms", req, cb);
|
|
356
|
+
}
|
|
291
357
|
async DeleteBlindWatermarkTemplate(req, cb) {
|
|
292
358
|
return this.request("DeleteBlindWatermarkTemplate", req, cb);
|
|
293
359
|
}
|
|
294
360
|
async ModifyWatermarkTemplate(req, cb) {
|
|
295
361
|
return this.request("ModifyWatermarkTemplate", req, cb);
|
|
296
362
|
}
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
363
|
+
async DeleteWordSamples(req, cb) {
|
|
364
|
+
return this.request("DeleteWordSamples", req, cb);
|
|
299
365
|
}
|
|
300
366
|
async DescribeStreamLinkActivateState(req, cb) {
|
|
301
367
|
return this.request("DescribeStreamLinkActivateState", req, cb);
|
|
@@ -318,27 +384,45 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
318
384
|
async DescribeAnimatedGraphicsTemplates(req, cb) {
|
|
319
385
|
return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
|
|
320
386
|
}
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
387
|
+
async DescribeStreamPackageSourceAlerts(req, cb) {
|
|
388
|
+
return this.request("DescribeStreamPackageSourceAlerts", req, cb);
|
|
389
|
+
}
|
|
390
|
+
async CreateVideoSearchTask(req, cb) {
|
|
391
|
+
return this.request("CreateVideoSearchTask", req, cb);
|
|
323
392
|
}
|
|
324
393
|
async DescribeAigcVideoTask(req, cb) {
|
|
325
394
|
return this.request("DescribeAigcVideoTask", req, cb);
|
|
326
395
|
}
|
|
396
|
+
async ModifyBlindWatermarkTemplate(req, cb) {
|
|
397
|
+
return this.request("ModifyBlindWatermarkTemplate", req, cb);
|
|
398
|
+
}
|
|
327
399
|
async ManageTask(req, cb) {
|
|
328
400
|
return this.request("ManageTask", req, cb);
|
|
329
401
|
}
|
|
402
|
+
async DescribeStreamPackageSources(req, cb) {
|
|
403
|
+
return this.request("DescribeStreamPackageSources", req, cb);
|
|
404
|
+
}
|
|
330
405
|
async DescribeVideoDatabaseEntryTaskDetail(req, cb) {
|
|
331
406
|
return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb);
|
|
332
407
|
}
|
|
408
|
+
async DescribeWorkflows(req, cb) {
|
|
409
|
+
return this.request("DescribeWorkflows", req, cb);
|
|
410
|
+
}
|
|
333
411
|
async ModifySnapshotByTimeOffsetTemplate(req, cb) {
|
|
334
412
|
return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
|
|
335
413
|
}
|
|
414
|
+
async DescribeStreamPackageLinearAssemblyChannelAlerts(req, cb) {
|
|
415
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannelAlerts", req, cb);
|
|
416
|
+
}
|
|
336
417
|
async CreateWordSamples(req, cb) {
|
|
337
418
|
return this.request("CreateWordSamples", req, cb);
|
|
338
419
|
}
|
|
339
420
|
async CreateWorkflow(req, cb) {
|
|
340
421
|
return this.request("CreateWorkflow", req, cb);
|
|
341
422
|
}
|
|
423
|
+
async DescribeStreamPackageActivateState(req, cb) {
|
|
424
|
+
return this.request("DescribeStreamPackageActivateState", req, cb);
|
|
425
|
+
}
|
|
342
426
|
async CreateProcessImageTemplate(req, cb) {
|
|
343
427
|
return this.request("CreateProcessImageTemplate", req, cb);
|
|
344
428
|
}
|
|
@@ -378,9 +462,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
378
462
|
async DescribeBlindWatermarkTemplates(req, cb) {
|
|
379
463
|
return this.request("DescribeBlindWatermarkTemplates", req, cb);
|
|
380
464
|
}
|
|
465
|
+
async ModifyStreamPackageLinearAssemblyProgram(req, cb) {
|
|
466
|
+
return this.request("ModifyStreamPackageLinearAssemblyProgram", req, cb);
|
|
467
|
+
}
|
|
468
|
+
async ActivateSSAI(req, cb) {
|
|
469
|
+
return this.request("ActivateSSAI", req, cb);
|
|
470
|
+
}
|
|
381
471
|
async WithdrawsWatermark(req, cb) {
|
|
382
472
|
return this.request("WithdrawsWatermark", req, cb);
|
|
383
473
|
}
|
|
474
|
+
async ModifyStreamPackageSource(req, cb) {
|
|
475
|
+
return this.request("ModifyStreamPackageSource", req, cb);
|
|
476
|
+
}
|
|
384
477
|
async DescribeStreamLinkFlow(req, cb) {
|
|
385
478
|
return this.request("DescribeStreamLinkFlow", req, cb);
|
|
386
479
|
}
|
|
@@ -399,8 +492,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
399
492
|
async DeletePersonSample(req, cb) {
|
|
400
493
|
return this.request("DeletePersonSample", req, cb);
|
|
401
494
|
}
|
|
402
|
-
async
|
|
403
|
-
return this.request("
|
|
495
|
+
async CreateAnimatedGraphicsTemplate(req, cb) {
|
|
496
|
+
return this.request("CreateAnimatedGraphicsTemplate", req, cb);
|
|
497
|
+
}
|
|
498
|
+
async ModifyStreamPackageSSAIChannel(req, cb) {
|
|
499
|
+
return this.request("ModifyStreamPackageSSAIChannel", req, cb);
|
|
404
500
|
}
|
|
405
501
|
async EnableSchedule(req, cb) {
|
|
406
502
|
return this.request("EnableSchedule", req, cb);
|
|
@@ -408,6 +504,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
408
504
|
async CreateVideoDatabaseEntryTask(req, cb) {
|
|
409
505
|
return this.request("CreateVideoDatabaseEntryTask", req, cb);
|
|
410
506
|
}
|
|
507
|
+
async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
|
|
508
|
+
return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
|
|
509
|
+
}
|
|
411
510
|
async ProcessLiveStream(req, cb) {
|
|
412
511
|
return this.request("ProcessLiveStream", req, cb);
|
|
413
512
|
}
|
|
@@ -420,21 +519,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
420
519
|
async DeleteSampleSnapshotTemplate(req, cb) {
|
|
421
520
|
return this.request("DeleteSampleSnapshotTemplate", req, cb);
|
|
422
521
|
}
|
|
522
|
+
async ModifyStreamPackageLinearAssemblyChannel(req, cb) {
|
|
523
|
+
return this.request("ModifyStreamPackageLinearAssemblyChannel", req, cb);
|
|
524
|
+
}
|
|
423
525
|
async TextTranslation(req, cb) {
|
|
424
526
|
return this.request("TextTranslation", req, cb);
|
|
425
527
|
}
|
|
528
|
+
async ActivateStreamPackage(req, cb) {
|
|
529
|
+
return this.request("ActivateStreamPackage", req, cb);
|
|
530
|
+
}
|
|
426
531
|
async DescribeStreamLinkFlowMediaStatistics(req, cb) {
|
|
427
532
|
return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
|
|
428
533
|
}
|
|
429
534
|
async CreateAsrHotwords(req, cb) {
|
|
430
535
|
return this.request("CreateAsrHotwords", req, cb);
|
|
431
536
|
}
|
|
537
|
+
async DeleteStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
538
|
+
return this.request("DeleteStreamPackageLinearAssemblyPrograms", req, cb);
|
|
539
|
+
}
|
|
432
540
|
async CreateStreamLinkEvent(req, cb) {
|
|
433
541
|
return this.request("CreateStreamLinkEvent", req, cb);
|
|
434
542
|
}
|
|
435
543
|
async CreatePersonSample(req, cb) {
|
|
436
544
|
return this.request("CreatePersonSample", req, cb);
|
|
437
545
|
}
|
|
546
|
+
async DescribeStreamPackageSourceLocations(req, cb) {
|
|
547
|
+
return this.request("DescribeStreamPackageSourceLocations", req, cb);
|
|
548
|
+
}
|
|
438
549
|
async DescribeQualityControlTemplates(req, cb) {
|
|
439
550
|
return this.request("DescribeQualityControlTemplates", req, cb);
|
|
440
551
|
}
|
|
@@ -471,9 +582,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
471
582
|
async DeleteStreamLinkEvent(req, cb) {
|
|
472
583
|
return this.request("DeleteStreamLinkEvent", req, cb);
|
|
473
584
|
}
|
|
585
|
+
async DeleteStreamPackageLinearAssemblyProgramsByChannel(req, cb) {
|
|
586
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgramsByChannel", req, cb);
|
|
587
|
+
}
|
|
474
588
|
async DescribeStreamLinkFlowLogs(req, cb) {
|
|
475
589
|
return this.request("DescribeStreamLinkFlowLogs", req, cb);
|
|
476
590
|
}
|
|
591
|
+
async DescribeMDPMPSUserInfo(req, cb) {
|
|
592
|
+
return this.request("DescribeMDPMPSUserInfo", req, cb);
|
|
593
|
+
}
|
|
594
|
+
async DescribeStreamPackageSSAIChannel(req, cb) {
|
|
595
|
+
return this.request("DescribeStreamPackageSSAIChannel", req, cb);
|
|
596
|
+
}
|
|
477
597
|
async DeleteImageSpriteTemplate(req, cb) {
|
|
478
598
|
return this.request("DeleteImageSpriteTemplate", req, cb);
|
|
479
599
|
}
|