@@ -29,6 +29,7 @@ public static function CreateMediaTranscodeJobs() {
29
29
'Bucket' => array( 'required' => true, 'type' => 'string', 'location' => 'uri', ),
30
30
'Tag' => array( 'location' => 'xml', 'type' => 'string', ),
31
31
'QueueId' => array( 'location' => 'xml', 'type' => 'string', ),
32
+ 'QueueType' => array( 'location' => 'xml', 'type' => 'string', ),
32
33
'CallBack' => array( 'location' => 'xml', 'type' => 'string', ),
33
34
'CallBackFormat' => array( 'location' => 'xml', 'type' => 'string', ),
34
35
'CallBackType' => array( 'location' => 'xml', 'type' => 'string', ),
@@ -271,6 +272,33 @@ public static function CreateMediaTranscodeJobs() {
271
272
'State' => array( 'type' => 'string', 'location' => 'xml', ),
272
273
),
273
274
),
275
+ 'Subtitles' => array(
276
+ 'type' => 'object',
277
+ 'location' => 'xml',
278
+ 'properties' => array(
279
+ 'Subtitle' => array(
280
+ 'type' => 'array',
281
+ 'location' => 'xml',
282
+ 'data' => array(
283
+ 'xmlFlattened' => true,
284
+ ),
285
+ 'items' => array(
286
+ 'type' => 'object',
287
+ 'name' => 'Subtitle',
288
+ 'sentAs' => 'Subtitle',
289
+ 'properties' => array(
290
+ 'Url' => array( 'type' => 'string', 'location' => 'xml', ),
291
+ 'Embed' => array( 'type' => 'string', 'location' => 'xml', ),
292
+ 'FontType' => array( 'type' => 'string', 'location' => 'xml', ),
293
+ 'FontSize' => array( 'type' => 'string', 'location' => 'xml', ),
294
+ 'FontColor' => array( 'type' => 'string', 'location' => 'xml', ),
295
+ 'OutlineColor' => array( 'type' => 'string', 'location' => 'xml', ),
296
+ 'VMargin' => array( 'type' => 'string', 'location' => 'xml', ),
297
+ ),
298
+ ),
299
+ ),
300
+ ),
301
+ ),
274
302
),
275
303
),
276
304
'CallBackMqConfig' => array(
@@ -282,6 +310,15 @@ public static function CreateMediaTranscodeJobs() {
282
310
'MqName' => array( 'type' => 'string', 'location' => 'xml', ),
283
311
),
284
312
),
313
+ 'CallBackKafkaConfig' => array(
314
+ 'type' => 'object',
315
+ 'location' => 'xml',
316
+ 'properties' => array(
317
+ 'Region' => array( 'type' => 'string', 'location' => 'xml', ),
318
+ 'InstanceId' => array( 'type' => 'string', 'location' => 'xml', ),
319
+ 'Topic' => array( 'type' => 'string', 'location' => 'xml', ),
320
+ ),
321
+ ),
285
322
),
286
323
);
287
324
}
@@ -19290,6 +19327,11 @@ public static function CreateDataset() {
19290
19327
'DatasetName' => array( 'location' => 'json', 'type' => 'string', ),
19291
19328
'Description' => array( 'location' => 'json', 'type' => 'string', ),
19292
19329
'TemplateId' => array( 'location' => 'json', 'type' => 'string', ),
19330
+ 'Version' => array( 'location' => 'json', 'type' => 'string', ),
19331
+ 'Volume' => array( 'location' => 'json', 'type' => 'integer', ),
19332
+ 'TrainingMode' => array( 'location' => 'json', 'type' => 'integer', ),
19333
+ 'TrainingDataset' => array( 'location' => 'json', 'type' => 'string', ),
19334
+ 'TrainingURI' => array( 'location' => 'json', 'type' => 'string', ),
19293
19335
),
19294
19336
19295
19337
);
0 commit comments