diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
| commit | 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 (patch) | |
| tree | 5f0857666365b7e40cdaa3733ebe1f3ba9e13c67 /data/zh_cn/mts/2018-05-28/api-docs.php | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/zh_cn/mts/2018-05-28/api-docs.php')
| -rw-r--r-- | data/zh_cn/mts/2018-05-28/api-docs.php | 8382 |
1 files changed, 2032 insertions, 6350 deletions
diff --git a/data/zh_cn/mts/2018-05-28/api-docs.php b/data/zh_cn/mts/2018-05-28/api-docs.php index dfbb1c8..f669f33 100644 --- a/data/zh_cn/mts/2018-05-28/api-docs.php +++ b/data/zh_cn/mts/2018-05-28/api-docs.php @@ -1,73 +1,15 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Mts', - 'version' => '2018-05-28', - ], + 'info' => ['style' => 'RPC', 'product' => 'Mts', 'version' => '2018-05-28'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ - 'ActivateMediaWorkflow', - 'AddCategory', - 'AddMedia', - 'AddMediaTag', - 'AddMediaWorkflow', - 'AddPipeline', - 'AddTemplate', - 'AddWaterMarkTemplate', - 'BindInputBucket', - 'BindOutputBucket', - 'CancelJob', - 'CategoryTree', - 'DeactivateMediaWorkflow', - 'DeleteCategory', - 'DeleteMedia', - 'DeleteMediaTag', - 'DeleteMediaWorkflow', - 'DeletePipeline', - 'DeleteTemplate', - 'DeleteWaterMarkTemplate', - 'DescribeMtsUserResourcePackage', - 'ListAllCategory', - 'ListAllMediaBucket', - 'ListMedia', - 'ListJob', - 'ListMediaWorkflowExecutions', - 'QueryAnalysisJobList', - 'QueryMediaInfoJobList', - 'QueryJobList', - 'QueryMediaList', - 'QueryMediaListByURL', - 'QueryMediaWorkflowExecutionList', - 'QueryMediaWorkflowList', - 'QueryPipelineList', - 'QuerySnapshotJobList', - 'QueryTemplateList', - 'QueryWaterMarkTemplateList', - 'SearchMediaWorkflow', - 'SearchPipeline', - 'SearchTemplate', - 'SearchWaterMarkTemplate', - 'SubmitAnalysisJob', - 'SubmitSnapshotJob', - 'SubmitMediaInfoJob', - 'UnbindInputBucket', - 'SubmitJobs', - 'UnbindOutputBucket', - 'UpdateCategoryName', - 'UpdateMedia', - 'UpdateMediaCategory', - 'UpdateMediaCover', - 'UpdateMediaPublishState', - 'UpdateMediaWorkflow', - 'UpdateMediaWorkflowTriggerMode', - 'UpdatePipeline', - 'UpdateWaterMarkTemplate', - 'UpdateTemplate', + 'ActivateMediaWorkflow', 'AddCategory', 'AddMedia', 'AddMediaTag', 'AddMediaWorkflow', 'AddPipeline', 'AddTemplate', 'AddWaterMarkTemplate', 'BindInputBucket', 'BindOutputBucket', 'CancelJob', 'CategoryTree', 'DeactivateMediaWorkflow', 'DeleteCategory', 'DeleteMedia', 'DeleteMediaTag', 'DeleteMediaWorkflow', 'DeletePipeline', 'DeleteTemplate', 'DeleteWaterMarkTemplate', + 'DescribeMtsUserResourcePackage', 'ListAllCategory', 'ListAllMediaBucket', 'ListMedia', 'ListJob', 'ListMediaWorkflowExecutions', 'QueryAnalysisJobList', 'QueryMediaInfoJobList', 'QueryJobList', 'QueryMediaList', 'QueryMediaListByURL', 'QueryMediaWorkflowExecutionList', 'QueryMediaWorkflowList', 'QueryPipelineList', 'QuerySnapshotJobList', 'QueryTemplateList', 'QueryWaterMarkTemplateList', 'SearchMediaWorkflow', 'SearchPipeline', 'SearchTemplate', + 'SearchWaterMarkTemplate', 'SubmitAnalysisJob', 'SubmitSnapshotJob', 'SubmitMediaInfoJob', 'UnbindInputBucket', 'SubmitJobs', 'UnbindOutputBucket', 'UpdateCategoryName', 'UpdateMedia', 'UpdateMediaCategory', 'UpdateMediaCover', 'UpdateMediaPublishState', 'UpdateMediaWorkflow', 'UpdateMediaWorkflowTriggerMode', 'UpdatePipeline', 'UpdateWaterMarkTemplate', 'UpdateTemplate', ], ], ], @@ -76,14 +18,8 @@ ], 'apis' => [ 'ActivateMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -94,10 +30,7 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -105,27 +38,15 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -135,14 +56,8 @@ 'responseDemo' => '', ], 'AddCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -153,20 +68,12 @@ [ 'name' => 'CateName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ParentId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'default' => '-1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '-1'], ], ], 'responses' => [ @@ -177,23 +84,13 @@ 'Category' => [ 'type' => 'object', 'properties' => [ - 'CateName' => [ - 'type' => 'string', - ], - 'ParentId' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'CateName' => ['type' => 'string'], + 'ParentId' => ['type' => 'string'], + 'CateId' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -201,14 +98,8 @@ 'responseDemo' => '', ], 'AddMedia' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -219,83 +110,52 @@ [ 'name' => 'FileURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaWorkflowUserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputUnbind', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'OverrideParams', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -303,93 +163,52 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Media' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CensorState' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'CateId' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'string'], + 'CensorState' => ['type' => 'string'], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], + 'MediaId' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], - 'PublishState' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'CoverURL' => [ - 'type' => 'string', - ], + 'PublishState' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'CoverURL' => ['type' => 'string'], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], @@ -399,14 +218,8 @@ 'responseDemo' => '', ], 'AddMediaTag' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -417,18 +230,12 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tag', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -436,9 +243,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -446,14 +251,8 @@ 'responseDemo' => '', ], 'AddMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -464,26 +263,17 @@ [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topology', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TriggerMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -491,30 +281,16 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'TriggerMode' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'TriggerMode' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -524,14 +300,8 @@ 'responseDemo' => '', ], 'AddPipeline' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -542,44 +312,27 @@ [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Speed', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'Standard', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'Standard'], ], [ 'name' => 'SpeedLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'NotifyConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Role', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -587,42 +340,23 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Pipeline' => [ 'type' => 'object', 'properties' => [ - 'Speed' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'SpeedLevel' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Speed' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'SpeedLevel' => ['type' => 'integer', 'format' => 'int64'], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ - 'QueueName' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], + 'QueueName' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Role' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Role' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -632,14 +366,8 @@ 'responseDemo' => '', ], 'AddTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -650,70 +378,41 @@ [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'example' => 'X', - ], + 'schema' => ['type' => 'string', 'required' => true, 'example' => 'X'], ], [ 'name' => 'Container', 'in' => 'query', - 'schema' => [ - 'description' => '容器。'."\n" - .'JSON对象,请参见[Container详情](~~29253~~)。', - 'type' => 'string', - 'required' => false, - 'example' => '"Format":"mp4"', - ], + 'schema' => ['description' => '容器。'."\n" + .'JSON对象,请参见[Container详情](~~29253~~)。', 'type' => 'string', 'required' => false, 'example' => '"Format":"mp4"'], ], [ 'name' => 'Video', 'in' => 'query', - 'schema' => [ - 'description' => '视频流配置。'."\n" - .'JSON对象,请参见[Video详情](~~29253~~)。'."\n" - ."\n" - .'> 不设置Video参数则转码输出不包括视频流,如需保留视频流则必须设置此对象。', - 'type' => 'string', - 'required' => false, - 'example' => '"Codec":"H.264","Profile":"high","Bitrate":"500","Crf":"15","Width":"256","Height":"800","Fps":"25","Gop":"10"', - ], + 'schema' => ['description' => '视频流配置。'."\n" + .'JSON对象,请参见[Video详情](~~29253~~)。'."\n" + ."\n" + .'> 不设置Video参数则转码输出不包括视频流,如需保留视频流则必须设置此对象。', 'type' => 'string', 'required' => false, 'example' => '"Codec":"H.264","Profile":"high","Bitrate":"500","Crf":"15","Width":"256","Height":"800","Fps":"25","Gop":"10"'], ], [ 'name' => 'Audio', 'in' => 'query', - 'schema' => [ - 'description' => '音频流配置。'."\n" - .'JSON对象,请参见[Audio详情](~~29253~~)。'."\n" - ."\n" - .'> 不设置Audio参数则转码输出不包括音频流,如需保留音频流则必须设置此对象。', - 'type' => 'string', - 'required' => false, - 'example' => '"Codec":"aac","Samplerate":"44100","Bitrate":"500","Channels":"2"', - ], + 'schema' => ['description' => '音频流配置。'."\n" + .'JSON对象,请参见[Audio详情](~~29253~~)。'."\n" + ."\n" + .'> 不设置Audio参数则转码输出不包括音频流,如需保留音频流则必须设置此对象。', 'type' => 'string', 'required' => false, 'example' => '"Codec":"aac","Samplerate":"44100","Bitrate":"500","Channels":"2"'], ], [ 'name' => 'TransConfig', 'in' => 'query', - 'schema' => [ - 'description' => '转码通用配置。'."\n" - .'JSON对象,请参见[TransConfig详情](~~29253~~)。', - 'type' => 'string', - 'required' => false, - 'example' => '"TransMode":"onepass"', - ], + 'schema' => ['description' => '转码通用配置。'."\n" + .'JSON对象,请参见[TransConfig详情](~~29253~~)。', 'type' => 'string', 'required' => false, 'example' => '"TransMode":"onepass"'], ], [ 'name' => 'MuxConfig', 'in' => 'query', - 'schema' => [ - 'description' => '封包配置。'."\n" - .'JSON对象,请参见[MuxConfig详情](~~29253~~)。', - 'type' => 'string', - 'required' => false, - 'example' => '"Segment":{"Duration":"12"}', - ], + 'schema' => ['description' => '封包配置。'."\n" + .'JSON对象,请参见[MuxConfig详情](~~29253~~)。', 'type' => 'string', 'required' => false, 'example' => '"Segment":{"Duration":"12"}'], ], ], 'responses' => [ @@ -722,11 +421,7 @@ 'description' => '返回参数。', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '请求ID。', - 'type' => 'string', - 'example' => 'FA258E67-09B8-4EAA-8F33-BA5678341CF2', - ], + 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'FA258E67-09B8-4EAA-8F33-BA5678341CF2'], 'Template' => [ 'description' => '转码模板。', 'type' => 'object', @@ -735,244 +430,120 @@ 'description' => '视频编解码配置。', 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'description' => '缓冲区大小。'."\n" - ."\n" - .'- 取值范围:1000~128000'."\n" - .'- 单位:Kb'."\n" - .'- 默认值:6000', - 'type' => 'string', - 'example' => '1000', - ], - 'Degrain' => [ - 'description' => '独立去噪算法强度。'."\n" - ."\n" - .'- 取值范围:1~9 (Int)'."\n" - .'- 独立去噪算法,设空则不启用,推荐设定值为1~3。', - 'type' => 'string', - 'example' => '5', - ], + 'Bufsize' => ['description' => '缓冲区大小。'."\n" + ."\n" + .'- 取值范围:1000~128000'."\n" + .'- 单位:Kb'."\n" + .'- 默认值:6000', 'type' => 'string', 'example' => '1000'], + 'Degrain' => ['description' => '独立去噪算法强度。'."\n" + ."\n" + .'- 取值范围:1~9 (Int)'."\n" + .'- 独立去噪算法,设空则不启用,推荐设定值为1~3。', 'type' => 'string', 'example' => '5'], 'BitrateBnd' => [ 'description' => '视频平均码率范围。', 'type' => 'object', 'properties' => [ - 'Max' => [ - 'description' => '总码率上限。'."\n" - ."\n" - .'- 取值范围:10~50000'."\n" - .'- 单位:Kbps', - 'type' => 'string', - 'example' => '10', - ], - 'Min' => [ - 'description' => '总码率下限。'."\n" - ."\n" - .'- 取值范围:10~50000'."\n" - .'- 单位:Kbps', - 'type' => 'string', - 'example' => '10', - ], - ], - ], - 'PixFmt' => [ - 'description' => '视频颜色格式。'."\n" - ."\n" - .'取值范围:yuv420p,yuvj420p等标准颜色格式。', - 'type' => 'string', - 'example' => 'yuv420p', - ], - 'Pad' => [ - 'description' => '贴边效果。'."\n" - ."\n", - 'type' => 'string', - 'example' => '1280:800:0:140', - ], - 'Codec' => [ - 'description' => '音频编解码格式。'."\n" - ."\n" - .'- 支持aac、mp3、vorbis、flac'."\n" - .'- 默认值:aac', - 'type' => 'string', - 'example' => 'aac', - ], - 'Height' => [ - 'description' => '高。'."\n" - ."\n" - .'- 取值范围:128~4096'."\n" - .'- 单位:px'."\n" - .'- 默认值:视频原始高度', - 'type' => 'string', - 'example' => '800', - ], - 'Qscale' => [ - 'description' => '视频质量控制度。'."\n" - ."\n" - .'取值范围:1~31,设置对应的转码模式后起效。', - 'type' => 'string', - 'example' => '20', - ], - 'Crop' => [ - 'description' => '裁剪矩形。'."\n", - 'type' => 'string', - 'example' => '1280:800:0:140', - ], - 'Bitrate' => [ - 'description' => '输出文件的音频码率。'."\n" - ."\n" - .'- 取值范围:8~1000'."\n" - .'- 单位:Kbps'."\n" - .'- 默认值:128', - 'type' => 'string', - 'example' => '100', - ], - 'Maxrate' => [ - 'description' => '视频码率峰值。'."\n" - ."\n" - .'- 取值范围:10~50000'."\n" - .'- 单位:Kbps', - 'type' => 'string', - 'example' => '10', - ], - 'MaxFps' => [ - 'description' => '视频最大帧率。'."\n" - ."\n" - .'取值范围:0~120'."\n", - 'type' => 'string', - 'example' => '20', - ], - 'Profile' => [ - 'description' => '编码级别。'."\n" - ."\n" - .'支持baseline、main、high。'."\n" - ."\n" - .'- baseline:针对移动设备,'."\n" - .'- main:针对标准分辨率设备,'."\n" - .'- high:针对高分辨率设备,'."\n" - .'- 默认值:high', - 'type' => 'string', - 'example' => 'high', - ], - 'Crf' => [ - 'description' => '码率-质量控制因子。'."\n" - ."\n" - .'- 取值范围:0~51'."\n" - .'- 默认值:26'."\n" - .'- 如果设置了Crf,则Bitrate的设置失效。', - 'type' => 'string', - 'example' => '15', - ], - 'Remove' => [ - 'description' => '是否删除该stream。', - 'type' => 'string', - 'example' => 'false', - ], - 'Gop' => [ - 'description' => '关键帧间最大帧数。'."\n" - ."\n" - .'- 取值范围:1~1080000'."\n" - .'- 默认值:250', - 'type' => 'string', - 'example' => '10', - ], - 'Width' => [ - 'description' => '宽。'."\n" - ."\n" - .'- 取值范围:128~4096'."\n" - .'- 单位:px'."\n" - .'- 默认值:视频原始宽度', - 'type' => 'string', - 'example' => '129', - ], - 'Fps' => [ - 'description' => '帧率。'."\n" - ."\n" - .'- 取值范围:0~60'."\n" - .'- 当输入文件帧率超过60时取60'."\n" - .'- 默认值:取输入文件帧率。', - 'type' => 'string', - 'example' => '50', - ], - 'Preset' => [ - 'description' => '视频算法器预置。'."\n" - ."\n" - .'- 支持veryfast、fast、medium、slow、slower'."\n" - .'- 默认值:medium', - 'type' => 'string', - 'example' => 'medium', - ], - 'ScanMode' => [ - 'description' => '扫描模式。'."\n" - ."\n" - .'支持:interlaced、progressive', - 'type' => 'string', - 'example' => 'interlaced', - ], - 'ResoPriority' => [ - 'description' => '分辨率优先。'."\n" - ."\n" - .'支持:cropFirst、widthFirst、 heightFirst', - 'type' => 'string', - 'example' => 'cropFirst', - ], + 'Max' => ['description' => '总码率上限。'."\n" + ."\n" + .'- 取值范围:10~50000'."\n" + .'- 单位:Kbps', 'type' => 'string', 'example' => '10'], + 'Min' => ['description' => '总码率下限。'."\n" + ."\n" + .'- 取值范围:10~50000'."\n" + .'- 单位:Kbps', 'type' => 'string', 'example' => '10'], + ], + ], + 'PixFmt' => ['description' => '视频颜色格式。'."\n" + ."\n" + .'取值范围:yuv420p,yuvj420p等标准颜色格式。', 'type' => 'string', 'example' => 'yuv420p'], + 'Pad' => ['description' => '贴边效果。'."\n" + ."\n", 'type' => 'string', 'example' => '1280:800:0:140'], + 'Codec' => ['description' => '音频编解码格式。'."\n" + ."\n" + .'- 支持aac、mp3、vorbis、flac'."\n" + .'- 默认值:aac', 'type' => 'string', 'example' => 'aac'], + 'Height' => ['description' => '高。'."\n" + ."\n" + .'- 取值范围:128~4096'."\n" + .'- 单位:px'."\n" + .'- 默认值:视频原始高度', 'type' => 'string', 'example' => '800'], + 'Qscale' => ['description' => '视频质量控制度。'."\n" + ."\n" + .'取值范围:1~31,设置对应的转码模式后起效。', 'type' => 'string', 'example' => '20'], + 'Crop' => ['description' => '裁剪矩形。'."\n", 'type' => 'string', 'example' => '1280:800:0:140'], + 'Bitrate' => ['description' => '输出文件的音频码率。'."\n" + ."\n" + .'- 取值范围:8~1000'."\n" + .'- 单位:Kbps'."\n" + .'- 默认值:128', 'type' => 'string', 'example' => '100'], + 'Maxrate' => ['description' => '视频码率峰值。'."\n" + ."\n" + .'- 取值范围:10~50000'."\n" + .'- 单位:Kbps', 'type' => 'string', 'example' => '10'], + 'MaxFps' => ['description' => '视频最大帧率。'."\n" + ."\n" + .'取值范围:0~120'."\n", 'type' => 'string', 'example' => '20'], + 'Profile' => ['description' => '编码级别。'."\n" + ."\n" + .'支持baseline、main、high。'."\n" + ."\n" + .'- baseline:针对移动设备,'."\n" + .'- main:针对标准分辨率设备,'."\n" + .'- high:针对高分辨率设备,'."\n" + .'- 默认值:high', 'type' => 'string', 'example' => 'high'], + 'Crf' => ['description' => '码率-质量控制因子。'."\n" + ."\n" + .'- 取值范围:0~51'."\n" + .'- 默认值:26'."\n" + .'- 如果设置了Crf,则Bitrate的设置失效。', 'type' => 'string', 'example' => '15'], + 'Remove' => ['description' => '是否删除该stream。', 'type' => 'string', 'example' => 'false'], + 'Gop' => ['description' => '关键帧间最大帧数。'."\n" + ."\n" + .'- 取值范围:1~1080000'."\n" + .'- 默认值:250', 'type' => 'string', 'example' => '10'], + 'Width' => ['description' => '宽。'."\n" + ."\n" + .'- 取值范围:128~4096'."\n" + .'- 单位:px'."\n" + .'- 默认值:视频原始宽度', 'type' => 'string', 'example' => '129'], + 'Fps' => ['description' => '帧率。'."\n" + ."\n" + .'- 取值范围:0~60'."\n" + .'- 当输入文件帧率超过60时取60'."\n" + .'- 默认值:取输入文件帧率。', 'type' => 'string', 'example' => '50'], + 'Preset' => ['description' => '视频算法器预置。'."\n" + ."\n" + .'- 支持veryfast、fast、medium、slow、slower'."\n" + .'- 默认值:medium', 'type' => 'string', 'example' => 'medium'], + 'ScanMode' => ['description' => '扫描模式。'."\n" + ."\n" + .'支持:interlaced、progressive', 'type' => 'string', 'example' => 'interlaced'], + 'ResoPriority' => ['description' => '分辨率优先。'."\n" + ."\n" + .'支持:cropFirst、widthFirst、 heightFirst', 'type' => 'string', 'example' => 'cropFirst'], ], ], 'TransConfig' => [ 'description' => '转码通用配置。', 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'description' => '是否允许分辨率检查。', - 'type' => 'string', - 'example' => 'false', - ], - 'TransMode' => [ - 'description' => '转码模式。'."\n" - ."\n" - .'- 可选范围:onepass、twopass、CBR'."\n" - .'- 默认值:onepass', - 'type' => 'string', - 'example' => 'onepass', - ], - 'IsCheckReso' => [ - 'description' => '是否允许分辨率检查。', - 'type' => 'string', - 'example' => 'false', - ], - 'IsCheckVideoBitrateFail' => [ - 'description' => '是否允许视频码率检查错误。', - 'type' => 'string', - 'example' => 'false', - ], - 'AdjDarMethod' => [ - 'description' => '分辨率改写方式。'."\n" - ."\n" - .'取值:rescale、 pad、 crop、 none', - 'type' => 'string', - 'example' => 'pda', - ], - 'IsCheckVideoBitrate' => [ - 'description' => '是否允许视频码率检查。', - 'type' => 'string', - 'example' => 'false', - ], - 'IsCheckResoFail' => [ - 'description' => '是否允许分辨率检查错误。', - 'type' => 'string', - 'example' => 'false', - ], - 'IsCheckAudioBitrateFail' => [ - 'description' => '是否允许音频码率检查错误。', - 'type' => 'string', - 'example' => 'false', - ], + 'IsCheckAudioBitrate' => ['description' => '是否允许分辨率检查。', 'type' => 'string', 'example' => 'false'], + 'TransMode' => ['description' => '转码模式。'."\n" + ."\n" + .'- 可选范围:onepass、twopass、CBR'."\n" + .'- 默认值:onepass', 'type' => 'string', 'example' => 'onepass'], + 'IsCheckReso' => ['description' => '是否允许分辨率检查。', 'type' => 'string', 'example' => 'false'], + 'IsCheckVideoBitrateFail' => ['description' => '是否允许视频码率检查错误。', 'type' => 'string', 'example' => 'false'], + 'AdjDarMethod' => ['description' => '分辨率改写方式。'."\n" + ."\n" + .'取值:rescale、 pad、 crop、 none', 'type' => 'string', 'example' => 'pda'], + 'IsCheckVideoBitrate' => ['description' => '是否允许视频码率检查。', 'type' => 'string', 'example' => 'false'], + 'IsCheckResoFail' => ['description' => '是否允许分辨率检查错误。', 'type' => 'string', 'example' => 'false'], + 'IsCheckAudioBitrateFail' => ['description' => '是否允许音频码率检查错误。', 'type' => 'string', 'example' => 'false'], ], ], - 'State' => [ - 'description' => '模板的状态。'."\n" - .'取值:Normal、Deleted', - 'type' => 'string', - 'example' => 'Normal', - ], + 'State' => ['description' => '模板的状态。'."\n" + .'取值:Normal、Deleted', 'type' => 'string', 'example' => 'Normal'], 'MuxConfig' => [ 'description' => '转码封包配置。', 'type' => 'object', @@ -981,164 +552,92 @@ 'description' => 'webp格式配置。', 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'description' => '循环次数,默认不循环。', - 'type' => 'string', - 'example' => '20', - ], + 'Loop' => ['description' => '循环次数,默认不循环。', 'type' => 'string', 'example' => '20'], ], ], 'Gif' => [ 'description' => 'GIF格式配置。', 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'description' => '循环间隔。', - 'type' => 'string', - 'example' => '20', - ], - 'DitherMode' => [ - 'description' => '调色板颜色抖动方式。'."\n" - ."\n" - .'- 默认:sierra'."\n" - .'- 支持:sierra、bayer', - 'type' => 'string', - 'example' => 'sierra', - ], - 'Loop' => [ - 'description' => '循环次数,默认不循环。', - 'type' => 'string', - 'example' => '20', - ], - 'IsCustomPalette' => [ - 'description' => '自定义调色板功能。'."\n" - .'取值:true、false', - 'type' => 'string', - 'example' => 'true', - ], + 'FinalDelay' => ['description' => '循环间隔。', 'type' => 'string', 'example' => '20'], + 'DitherMode' => ['description' => '调色板颜色抖动方式。'."\n" + ."\n" + .'- 默认:sierra'."\n" + .'- 支持:sierra、bayer', 'type' => 'string', 'example' => 'sierra'], + 'Loop' => ['description' => '循环次数,默认不循环。', 'type' => 'string', 'example' => '20'], + 'IsCustomPalette' => ['description' => '自定义调色板功能。'."\n" + .'取值:true、false', 'type' => 'string', 'example' => 'true'], ], ], 'Segment' => [ 'description' => '切片配置。', 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'description' => '分片时长。'."\n" - ."\n" - .'- 取值范围:1~60'."\n" - .'- 单位:秒', - 'type' => 'string', - 'example' => '5', - ], + 'Duration' => ['description' => '分片时长。'."\n" + ."\n" + .'- 取值范围:1~60'."\n" + .'- 单位:秒', 'type' => 'string', 'example' => '5'], ], ], ], ], - 'Name' => [ - 'description' => '模板名称。'."\n" - .'最大长度128字节。', - 'type' => 'string', - 'example' => 'yourname', - ], + 'Name' => ['description' => '模板名称。'."\n" + .'最大长度128字节。', 'type' => 'string', 'example' => 'yourname'], 'Audio' => [ 'description' => '音频编解码配置。', 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'description' => '音频编码预置。'."\n" - ."\n" - .'当Codec为aac时,可以设置如下范围中的值:aac_low、aac_he、aac_he_v2、aac_ld、aac_eld', - 'type' => 'string', - 'example' => 'aac_eld', - ], - 'Remove' => [ - 'description' => '是否删除该流。', - 'type' => 'string', - 'example' => 'false', - ], - 'Codec' => [ - 'description' => '音频编解码格式。'."\n" - ."\n" - .'- 支持aac、mp3、vorbis、flac'."\n" - .'- 默认值:aac', - 'type' => 'string', - 'example' => 'acc', - ], - 'Samplerate' => [ - 'description' => '采样率。'."\n" - ."\n" - .'- 支持22050、32000、44100、48000、96000'."\n" - .'- 单位:Hz'."\n" - .'- 默认值:44100', - 'type' => 'string', - 'example' => '22050', - ], - 'Qscale' => [ - 'description' => '视频质量控制度。'."\n" - ."\n" - .'取值范围:1~31', - 'type' => 'string', - 'example' => '20', - ], - 'Channels' => [ - 'description' => '声道数。'."\n" - ."\n" - .'- 支持1、2、3、4、5、6、7、8'."\n" - .'- 默认值:2', - 'type' => 'string', - 'example' => '2', - ], + 'Profile' => ['description' => '音频编码预置。'."\n" + ."\n" + .'当Codec为aac时,可以设置如下范围中的值:aac_low、aac_he、aac_he_v2、aac_ld、aac_eld', 'type' => 'string', 'example' => 'aac_eld'], + 'Remove' => ['description' => '是否删除该流。', 'type' => 'string', 'example' => 'false'], + 'Codec' => ['description' => '音频编解码格式。'."\n" + ."\n" + .'- 支持aac、mp3、vorbis、flac'."\n" + .'- 默认值:aac', 'type' => 'string', 'example' => 'acc'], + 'Samplerate' => ['description' => '采样率。'."\n" + ."\n" + .'- 支持22050、32000、44100、48000、96000'."\n" + .'- 单位:Hz'."\n" + .'- 默认值:44100', 'type' => 'string', 'example' => '22050'], + 'Qscale' => ['description' => '视频质量控制度。'."\n" + ."\n" + .'取值范围:1~31', 'type' => 'string', 'example' => '20'], + 'Channels' => ['description' => '声道数。'."\n" + ."\n" + .'- 支持1、2、3、4、5、6、7、8'."\n" + .'- 默认值:2', 'type' => 'string', 'example' => '2'], 'Volume' => [ 'description' => '音频音量调整。', 'type' => 'object', 'properties' => [ - 'Method' => [ - 'description' => '音量调整方式'."\n" - ."\n" - .'- 默认:auto'."\n" - .'- 取值范围 auto、dynamic、linear', - 'type' => 'string', - 'example' => 'auto', - ], - 'Level' => [ - 'description' => '音量调整幅度。'."\n" - ."\n" - .'取值范围:'."\n" - ."\n" - .'- -100~10(db)'."\n" - .'- 默认 -20', - 'type' => 'string', - 'example' => '-100', - ], - ], - ], - 'Bitrate' => [ - 'description' => '输出文件的音频码率。'."\n" - ."\n" - .'- 取值范围:8~1000'."\n" - .'- 单位:Kbps'."\n" - .'- 默认值:128', - 'type' => 'string', - 'example' => '50', - ], + 'Method' => ['description' => '音量调整方式'."\n" + ."\n" + .'- 默认:auto'."\n" + .'- 取值范围 auto、dynamic、linear', 'type' => 'string', 'example' => 'auto'], + 'Level' => ['description' => '音量调整幅度。'."\n" + ."\n" + .'取值范围:'."\n" + ."\n" + .'- -100~10(db)'."\n" + .'- 默认 -20', 'type' => 'string', 'example' => '-100'], + ], + ], + 'Bitrate' => ['description' => '输出文件的音频码率。'."\n" + ."\n" + .'- 取值范围:8~1000'."\n" + .'- 单位:Kbps'."\n" + .'- 默认值:128', 'type' => 'string', 'example' => '50'], ], ], - 'Id' => [ - 'description' => '模板ID。', - 'type' => 'string', - 'example' => '16f01ad6175e4230ac42bb5182cd05c3', - ], + 'Id' => ['description' => '模板ID。', 'type' => 'string', 'example' => '16f01ad6175e4230ac42bb5182cd05c3'], 'Container' => [ 'description' => '容器。', 'type' => 'object', 'properties' => [ - 'Format' => [ - 'description' => '容器格式。'."\n" - ."\n" - .'取值:flv、mp4、ts、m3u8、gif、mp3、ogg、flac', - 'type' => 'string', - 'example' => 'flv', - ], + 'Format' => ['description' => '容器格式。'."\n" + ."\n" + .'取值:flv、mp4、ts、m3u8、gif、mp3、ogg、flac', 'type' => 'string', 'example' => 'flv'], ], ], ], @@ -1152,14 +651,8 @@ 'summary' => '包含容器信息,视频跟音频流等设置。', ], 'AddWaterMarkTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1170,18 +663,12 @@ [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1192,66 +679,34 @@ 'WaterMarkTemplate' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'ReferPos' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'Timeline' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1259,14 +714,8 @@ 'responseDemo' => '', ], 'BindInputBucket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1277,18 +726,12 @@ [ 'name' => 'Bucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RoleArn', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1296,9 +739,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1306,14 +747,8 @@ 'responseDemo' => '', ], 'BindOutputBucket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1324,18 +759,12 @@ [ 'name' => 'Bucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RoleArn', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1343,9 +772,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1353,14 +780,8 @@ 'responseDemo' => '', ], 'CancelJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1371,10 +792,7 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1382,12 +800,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], ], ], ], @@ -1395,14 +809,8 @@ 'responseDemo' => '', ], 'CategoryTree' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1415,12 +823,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'CategoryTree' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'CategoryTree' => ['type' => 'string'], ], ], ], @@ -1428,14 +832,8 @@ 'responseDemo' => '', ], 'DeactivateMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1446,10 +844,7 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1457,27 +852,15 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -1487,14 +870,8 @@ 'responseDemo' => '', ], 'DeleteCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1505,11 +882,7 @@ [ 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'responses' => [ @@ -1517,9 +890,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1527,14 +898,8 @@ 'responseDemo' => '', ], 'DeleteMedia' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1545,10 +910,7 @@ [ 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1556,9 +918,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1566,14 +926,8 @@ 'responseDemo' => '', ], 'DeleteMediaTag' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1584,18 +938,12 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tag', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1603,9 +951,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1613,14 +959,8 @@ 'responseDemo' => '', ], 'DeleteMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1631,10 +971,7 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1642,27 +979,15 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -1672,14 +997,8 @@ 'responseDemo' => '', ], 'DeletePipeline' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1690,10 +1009,7 @@ [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1701,12 +1017,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'PipelineId' => ['type' => 'string'], ], ], ], @@ -1714,14 +1026,8 @@ 'responseDemo' => '', ], 'DeleteTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1732,10 +1038,7 @@ [ 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1743,12 +1046,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'TemplateId' => ['type' => 'string'], ], ], ], @@ -1756,14 +1055,8 @@ 'responseDemo' => '', ], 'DeleteWaterMarkTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1774,10 +1067,7 @@ [ 'name' => 'WaterMarkTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1785,12 +1075,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'WaterMarkTemplateId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'WaterMarkTemplateId' => ['type' => 'string'], ], ], ], @@ -1798,14 +1084,8 @@ 'responseDemo' => '', ], 'DescribeMtsUserResourcePackage' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1818,9 +1098,7 @@ 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '25142', - 'abilityTreeNodes' => [ - 'FEATUREmts0IG2Y5', - ], + 'abilityTreeNodes' => ['FEATUREmts0IG2Y5'], ], 'parameters' => [], 'responses' => [ @@ -1828,9 +1106,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'ResourcePackageInfos' => [ 'type' => 'object', 'itemNode' => true, @@ -1840,24 +1116,12 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'DisplayName' => [ - 'type' => 'string', - ], - 'Status' => [ - 'type' => 'string', - ], - 'CommodityCode' => [ - 'type' => 'string', - ], - 'CurrCapacity' => [ - 'type' => 'string', - ], - 'InitCapacity' => [ - 'type' => 'string', - ], - 'InstanceId' => [ - 'type' => 'string', - ], + 'DisplayName' => ['type' => 'string'], + 'Status' => ['type' => 'string'], + 'CommodityCode' => ['type' => 'string'], + 'CurrCapacity' => ['type' => 'string'], + 'InitCapacity' => ['type' => 'string'], + 'InstanceId' => ['type' => 'string'], ], ], ], @@ -1867,20 +1131,12 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '', ], 'ListAllCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1902,26 +1158,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CateName' => [ - 'type' => 'string', - ], - 'ParentId' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'CateName' => ['type' => 'string'], + 'ParentId' => ['type' => 'string'], + 'CateId' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1929,14 +1175,8 @@ 'responseDemo' => '', ], 'ListAllMediaBucket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1949,9 +1189,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaBucketList' => [ 'type' => 'object', 'itemNode' => true, @@ -1961,12 +1199,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], @@ -1979,14 +1213,8 @@ 'responseDemo' => '', ], 'ListMedia' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1997,38 +1225,22 @@ [ 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'From', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'To', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2045,98 +1257,55 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CensorState' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'CateId' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'string'], + 'CensorState' => ['type' => 'string'], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], + 'MediaId' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], - 'PublishState' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'CoverURL' => [ - 'type' => 'string', - ], + 'PublishState' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'CoverURL' => ['type' => 'string'], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], - 'NextPageToken' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'NextPageToken' => ['type' => 'string'], ], ], ], @@ -2144,14 +1313,8 @@ 'responseDemo' => '', ], 'ListJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2162,55 +1325,32 @@ [ 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'All', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'All'], ], [ 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2218,12 +1358,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'NextPageToken' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'NextPageToken' => ['type' => 'string'], 'JobList' => [ 'type' => 'object', 'itemNode' => true, @@ -2233,154 +1369,69 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'Percent' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'Percent' => ['type' => 'integer', 'format' => 'int64'], + 'FinishTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], - ], - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], - 'ResoPriority' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], + ], + ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], + 'ResoPriority' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Key' => [ - 'type' => 'string', - ], - 'KeyType' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], - 'KeyUri' => [ - 'type' => 'string', - ], - 'SkipCnt' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Key' => ['type' => 'string'], + 'KeyType' => ['type' => 'string'], + 'Id' => ['type' => 'string'], + 'KeyUri' => ['type' => 'string'], + 'SkipCnt' => ['type' => 'string'], ], ], 'WaterMarkList' => [ @@ -2392,108 +1443,60 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'ReferPos' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'WaterMarkTemplateId' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'WaterMarkTemplateId' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], ], ], ], - 'WaterMarkConfigUrl' => [ - 'type' => 'string', - ], - 'DeWatermark' => [ - 'type' => 'string', - ], + 'WaterMarkConfigUrl' => ['type' => 'string'], + 'DeWatermark' => ['type' => 'string'], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ - 'SizeSupport' => [ - 'type' => 'boolean', - ], - 'Md5Support' => [ - 'type' => 'boolean', - ], + 'SizeSupport' => ['type' => 'boolean'], + 'Md5Support' => ['type' => 'boolean'], ], ], ], ], - 'Priority' => [ - 'type' => 'string', - ], + 'Priority' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], 'Volume' => [ 'type' => 'object', 'properties' => [ - 'Method' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Method' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], ], ], - 'AudioStreamMap' => [ - 'type' => 'string', - ], + 'AudioStreamMap' => ['type' => 'string'], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, @@ -2503,18 +1506,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'RoleArn' => [ - 'type' => 'string', - ], - 'MergeURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'RoleArn' => ['type' => 'string'], + 'MergeURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], @@ -2523,14 +1518,10 @@ 'SuperReso' => [ 'type' => 'object', 'properties' => [ - 'IsHalfSample' => [ - 'type' => 'string', - ], + 'IsHalfSample' => ['type' => 'string'], ], ], - 'UserData' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, @@ -2540,55 +1531,31 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Message' => [ - 'type' => 'string', - ], + 'Success' => ['type' => 'boolean'], + 'Message' => ['type' => 'string'], ], ], ], ], ], - 'VideoStreamMap' => [ - 'type' => 'string', - ], + 'VideoStreamMap' => ['type' => 'string'], 'OutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'AmixList' => [ @@ -2600,35 +1567,21 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'AmixURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'MixDurMode' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'AmixURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'MixDurMode' => ['type' => 'string'], ], ], ], ], ], - 'Rotate' => [ - 'type' => 'string', - ], + 'Rotate' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], 'Clip' => [ @@ -2637,19 +1590,13 @@ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ - 'Seek' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Seek' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'MergeConfigUrl' => [ - 'type' => 'string', - ], + 'MergeConfigUrl' => ['type' => 'string'], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, @@ -2659,18 +1606,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'openUrl' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'openUrl' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], ], ], ], @@ -2682,34 +1621,22 @@ 'Webp' => [ 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'type' => 'string', - ], + 'Loop' => ['type' => 'string'], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], @@ -2723,35 +1650,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'BgColor' => [ - 'type' => 'string', - ], - 'IsMergeAudio' => [ - 'type' => 'boolean', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'BlendDuration' => [ - 'type' => 'string', - ], - 'TailUrl' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'BgColor' => ['type' => 'string'], + 'IsMergeAudio' => ['type' => 'boolean'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'BlendDuration' => ['type' => 'string'], + 'TailUrl' => ['type' => 'string'], ], ], ], ], ], - 'TemplateId' => [ - 'type' => 'string', - ], + 'TemplateId' => ['type' => 'string'], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ @@ -2764,24 +1675,14 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CharEnc' => [ - 'type' => 'string', - ], - 'FontName' => [ - 'type' => 'string', - ], + 'CharEnc' => ['type' => 'string'], + 'FontName' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], @@ -2798,9 +1699,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], ], ], ], @@ -2811,24 +1710,12 @@ 'Properties' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FileFormat' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FileFormat' => ['type' => 'string'], 'Streams' => [ 'type' => 'object', 'properties' => [ @@ -2841,86 +1728,36 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Sar' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Sar' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -2935,54 +1772,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -2997,12 +1802,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -3013,68 +1814,36 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], - 'FileSize' => [ - 'type' => 'string', - ], + 'FileSize' => ['type' => 'string'], ], ], ], ], - 'PipelineId' => [ - 'type' => 'string', - ], + 'PipelineId' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], ], @@ -3089,14 +1858,8 @@ 'responseDemo' => '', ], 'ListMediaWorkflowExecutions' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3107,46 +1870,27 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaWorkflowName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputFileURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -3163,15 +1907,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], 'ActivityList' => [ 'type' => 'object', 'itemNode' => true, @@ -3181,42 +1919,20 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'EndTime' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'EndTime' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'Name' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], ], @@ -3224,48 +1940,30 @@ ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'UserData' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], ], - 'MediaId' => [ - 'type' => 'string', - ], - 'RunId' => [ - 'type' => 'string', - ], + 'MediaId' => ['type' => 'string'], + 'RunId' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], - 'NextPageToken' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'NextPageToken' => ['type' => 'string'], ], ], ], @@ -3273,14 +1971,8 @@ 'responseDemo' => '', ], 'QueryAnalysisJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3291,10 +1983,7 @@ [ 'name' => 'AnalysisJobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -3302,9 +1991,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'AnalysisJobList' => [ 'type' => 'object', 'itemNode' => true, @@ -3314,78 +2001,45 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'Percent' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'State' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'Percent' => ['type' => 'integer', 'format' => 'int64'], + 'State' => ['type' => 'string'], 'AnalysisConfig' => [ 'type' => 'object', 'properties' => [ 'QualityControl' => [ 'type' => 'object', 'properties' => [ - 'MethodStreaming' => [ - 'type' => 'string', - ], - 'RateQuality' => [ - 'type' => 'string', - ], + 'MethodStreaming' => ['type' => 'string'], + 'RateQuality' => ['type' => 'string'], ], ], 'PropertiesControl' => [ 'type' => 'object', 'properties' => [ - 'Deinterlace' => [ - 'type' => 'string', - ], + 'Deinterlace' => ['type' => 'string'], 'Crop' => [ 'type' => 'object', 'properties' => [ - 'Top' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Left' => [ - 'type' => 'string', - ], - 'Mode' => [ - 'type' => 'string', - ], + 'Top' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Left' => ['type' => 'string'], + 'Mode' => ['type' => 'string'], ], ], ], ], ], ], - 'Message' => [ - 'type' => 'string', - ], - 'Priority' => [ - 'type' => 'string', - ], + 'Message' => ['type' => 'string'], + 'Priority' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'TemplateList' => [ @@ -3400,134 +2054,72 @@ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], ], ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], + 'PixFmt' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'TransMode' => [ - 'type' => 'string', - ], + 'TransMode' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], ], ], - 'Id' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], ], @@ -3535,32 +2127,18 @@ ], ], ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'PipelineId' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -3572,9 +2150,7 @@ 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -3585,14 +2161,8 @@ 'responseDemo' => '', ], 'QueryMediaInfoJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3601,18 +2171,13 @@ 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '25155', - 'abilityTreeNodes' => [ - 'FEATUREmtsZWMPKM', - ], + 'abilityTreeNodes' => ['FEATUREmtsZWMPKM'], ], 'parameters' => [ [ 'name' => 'MediaInfoJobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -3626,15 +2191,11 @@ 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaInfoJobList' => [ 'type' => 'object', 'itemNode' => true, @@ -3644,79 +2205,39 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Async' => [ - 'type' => 'boolean', - ], + 'CreationTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PipelineId' => ['type' => 'string'], + 'Async' => ['type' => 'boolean'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FileFormat' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FileFormat' => ['type' => 'string'], 'Streams' => [ 'type' => 'object', 'properties' => [ @@ -3729,89 +2250,37 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Sar' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], + 'Sar' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Width' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Rotate' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Rotate' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -3826,54 +2295,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -3888,12 +2325,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -3904,35 +2337,17 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], - 'FileSize' => [ - 'type' => 'string', - ], + 'FileSize' => ['type' => 'string'], ], ], ], @@ -3947,14 +2362,8 @@ 'responseDemo' => '', ], 'QueryJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3965,10 +2374,7 @@ [ 'name' => 'JobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -3982,15 +2388,11 @@ 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'JobList' => [ 'type' => 'object', 'itemNode' => true, @@ -4000,154 +2402,69 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'Percent' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'Percent' => ['type' => 'integer', 'format' => 'int64'], + 'FinishTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], - ], - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], - 'ResoPriority' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], + ], + ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], + 'ResoPriority' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Key' => [ - 'type' => 'string', - ], - 'KeyType' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], - 'KeyUri' => [ - 'type' => 'string', - ], - 'SkipCnt' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Key' => ['type' => 'string'], + 'KeyType' => ['type' => 'string'], + 'Id' => ['type' => 'string'], + 'KeyUri' => ['type' => 'string'], + 'SkipCnt' => ['type' => 'string'], ], ], 'WaterMarkList' => [ @@ -4159,108 +2476,60 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'ReferPos' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'WaterMarkTemplateId' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'WaterMarkTemplateId' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], ], ], ], - 'WaterMarkConfigUrl' => [ - 'type' => 'string', - ], - 'DeWatermark' => [ - 'type' => 'string', - ], + 'WaterMarkConfigUrl' => ['type' => 'string'], + 'DeWatermark' => ['type' => 'string'], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ - 'SizeSupport' => [ - 'type' => 'boolean', - ], - 'Md5Support' => [ - 'type' => 'boolean', - ], + 'SizeSupport' => ['type' => 'boolean'], + 'Md5Support' => ['type' => 'boolean'], ], ], ], ], - 'Priority' => [ - 'type' => 'string', - ], + 'Priority' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], 'Volume' => [ 'type' => 'object', 'properties' => [ - 'Method' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Method' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], ], ], - 'AudioStreamMap' => [ - 'type' => 'string', - ], + 'AudioStreamMap' => ['type' => 'string'], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, @@ -4270,18 +2539,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'RoleArn' => [ - 'type' => 'string', - ], - 'MergeURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'RoleArn' => ['type' => 'string'], + 'MergeURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], @@ -4290,14 +2551,10 @@ 'SuperReso' => [ 'type' => 'object', 'properties' => [ - 'IsHalfSample' => [ - 'type' => 'string', - ], + 'IsHalfSample' => ['type' => 'string'], ], ], - 'UserData' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, @@ -4307,55 +2564,31 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Message' => [ - 'type' => 'string', - ], + 'Success' => ['type' => 'boolean'], + 'Message' => ['type' => 'string'], ], ], ], ], ], - 'VideoStreamMap' => [ - 'type' => 'string', - ], + 'VideoStreamMap' => ['type' => 'string'], 'OutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'AmixList' => [ @@ -4367,35 +2600,21 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'AmixURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'MixDurMode' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'AmixURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'MixDurMode' => ['type' => 'string'], ], ], ], ], ], - 'Rotate' => [ - 'type' => 'string', - ], + 'Rotate' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], 'Clip' => [ @@ -4404,19 +2623,13 @@ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ - 'Seek' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Seek' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'MergeConfigUrl' => [ - 'type' => 'string', - ], + 'MergeConfigUrl' => ['type' => 'string'], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, @@ -4426,18 +2639,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'openUrl' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'openUrl' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], ], ], ], @@ -4449,34 +2654,22 @@ 'Webp' => [ 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'type' => 'string', - ], + 'Loop' => ['type' => 'string'], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], @@ -4490,35 +2683,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'BgColor' => [ - 'type' => 'string', - ], - 'IsMergeAudio' => [ - 'type' => 'boolean', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'BlendDuration' => [ - 'type' => 'string', - ], - 'TailUrl' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'BgColor' => ['type' => 'string'], + 'IsMergeAudio' => ['type' => 'boolean'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'BlendDuration' => ['type' => 'string'], + 'TailUrl' => ['type' => 'string'], ], ], ], ], ], - 'TemplateId' => [ - 'type' => 'string', - ], + 'TemplateId' => ['type' => 'string'], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ @@ -4531,24 +2708,14 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CharEnc' => [ - 'type' => 'string', - ], - 'FontName' => [ - 'type' => 'string', - ], + 'CharEnc' => ['type' => 'string'], + 'FontName' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], @@ -4565,9 +2732,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], ], ], ], @@ -4578,12 +2743,8 @@ 'Properties' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'SourceLogos' => [ 'type' => 'object', 'itemNode' => true, @@ -4593,26 +2754,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Source' => [ - 'type' => 'string', - ], + 'Source' => ['type' => 'string'], ], ], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FileFormat' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FileFormat' => ['type' => 'string'], 'Streams' => [ 'type' => 'object', 'properties' => [ @@ -4625,86 +2776,36 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Sar' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Sar' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -4719,54 +2820,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -4781,12 +2850,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -4797,68 +2862,36 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], - 'FileSize' => [ - 'type' => 'string', - ], + 'FileSize' => ['type' => 'string'], ], ], ], ], - 'PipelineId' => [ - 'type' => 'string', - ], + 'PipelineId' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], ], @@ -4873,14 +2906,8 @@ 'responseDemo' => '', ], 'QueryMediaList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4891,42 +2918,27 @@ [ 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'IncludePlayList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeSnapshotList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeMediaInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeSummaryList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -4940,9 +2952,7 @@ 'properties' => [ 'MediaId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -4955,28 +2965,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CensorState' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'CateId' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'string'], + 'CensorState' => ['type' => 'string'], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -4989,70 +2988,36 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Encryption' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Encryption' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'MediaWorkflowId' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'Format' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], ], ], ], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], + 'MediaId' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], 'SummaryList' => [ @@ -5064,27 +3029,15 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], ], @@ -5092,9 +3045,7 @@ ], ], ], - 'PublishState' => [ - 'type' => 'string', - ], + 'PublishState' => ['type' => 'string'], 'MediaInfo' => [ 'type' => 'object', 'properties' => [ @@ -5110,89 +3061,37 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Sar' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], + 'Sar' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Width' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Rotate' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Rotate' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -5207,54 +3106,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -5269,12 +3136,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -5285,46 +3148,22 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], ], ], - 'Description' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'CoverURL' => [ - 'type' => 'string', - ], + 'Description' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'CoverURL' => ['type' => 'string'], 'SnapshotList' => [ 'type' => 'object', 'itemNode' => true, @@ -5334,30 +3173,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'Count' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'Count' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], ], @@ -5371,32 +3196,20 @@ 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -5404,14 +3217,8 @@ 'responseDemo' => '', ], 'QueryMediaListByURL' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5422,42 +3229,27 @@ [ 'name' => 'FileURLs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'IncludePlayList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeSnapshotList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeMediaInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'IncludeSummaryList', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -5474,28 +3266,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CensorState' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'CateId' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'string'], + 'CensorState' => ['type' => 'string'], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -5508,70 +3289,36 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Encryption' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Encryption' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'MediaWorkflowId' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'Format' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], ], ], ], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], + 'MediaId' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], 'SummaryList' => [ @@ -5583,27 +3330,15 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], ], @@ -5611,9 +3346,7 @@ ], ], ], - 'PublishState' => [ - 'type' => 'string', - ], + 'PublishState' => ['type' => 'string'], 'MediaInfo' => [ 'type' => 'object', 'properties' => [ @@ -5629,89 +3362,37 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Sar' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], + 'Sar' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Width' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Rotate' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Rotate' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -5726,54 +3407,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -5788,12 +3437,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -5804,46 +3449,22 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], ], ], - 'Description' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'CoverURL' => [ - 'type' => 'string', - ], + 'Description' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'CoverURL' => ['type' => 'string'], 'SnapshotList' => [ 'type' => 'object', 'itemNode' => true, @@ -5853,30 +3474,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'ActivityName' => [ - 'type' => 'string', - ], - 'Count' => [ - 'type' => 'string', - ], - 'MediaWorkflowName' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'ActivityName' => ['type' => 'string'], + 'Count' => ['type' => 'string'], + 'MediaWorkflowName' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], ], @@ -5890,24 +3497,14 @@ 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], @@ -5919,15 +3516,11 @@ 'properties' => [ 'FileURL' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -5935,14 +3528,8 @@ 'responseDemo' => '', ], 'QueryMediaWorkflowExecutionList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5953,10 +3540,7 @@ [ 'name' => 'RunIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -5970,9 +3554,7 @@ 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -5985,15 +3567,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], 'ActivityList' => [ 'type' => 'object', 'itemNode' => true, @@ -6003,42 +3579,20 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'EndTime' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'EndTime' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'Name' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], ], @@ -6046,45 +3600,29 @@ ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'UserData' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], ], - 'MediaId' => [ - 'type' => 'string', - ], - 'RunId' => [ - 'type' => 'string', - ], + 'MediaId' => ['type' => 'string'], + 'RunId' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -6092,14 +3630,8 @@ 'responseDemo' => '', ], 'QueryMediaWorkflowList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6110,10 +3642,7 @@ [ 'name' => 'MediaWorkflowIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -6127,9 +3656,7 @@ 'properties' => [ 'MediaWorkflowId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -6142,32 +3669,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'TriggerMode' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'TriggerMode' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -6175,14 +3688,8 @@ 'responseDemo' => '', ], 'QueryPipelineList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6193,10 +3700,7 @@ [ 'name' => 'PipelineIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -6204,9 +3708,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'PipelineList' => [ 'type' => 'object', 'itemNode' => true, @@ -6216,36 +3718,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Speed' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'SpeedLevel' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Speed' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'SpeedLevel' => ['type' => 'integer', 'format' => 'int64'], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ - 'QueueName' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], + 'QueueName' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Role' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Role' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -6257,9 +3742,7 @@ 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -6270,14 +3753,8 @@ 'responseDemo' => '', ], 'QuerySnapshotJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6286,71 +3763,43 @@ 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '25164', - 'abilityTreeNodes' => [ - 'FEATUREmtsU2L9V8', - ], + 'abilityTreeNodes' => ['FEATUREmtsU2L9V8'], ], 'parameters' => [ [ 'name' => 'SnapshotJobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'All', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'All'], ], [ 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -6367,176 +3816,92 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], 'SnapshotConfig' => [ 'type' => 'object', 'properties' => [ - 'Time' => [ - 'type' => 'string', - ], + 'Time' => ['type' => 'string'], 'TileOut' => [ 'type' => 'object', 'properties' => [ - 'Padding' => [ - 'type' => 'string', - ], - 'Color' => [ - 'type' => 'string', - ], - 'CellSelStep' => [ - 'type' => 'string', - ], - 'CellHeight' => [ - 'type' => 'string', - ], - 'CellWidth' => [ - 'type' => 'string', - ], - 'Margin' => [ - 'type' => 'string', - ], - 'Columns' => [ - 'type' => 'string', - ], - 'IsKeepCellPic' => [ - 'type' => 'string', - ], - 'Lines' => [ - 'type' => 'string', - ], + 'Padding' => ['type' => 'string'], + 'Color' => ['type' => 'string'], + 'CellSelStep' => ['type' => 'string'], + 'CellHeight' => ['type' => 'string'], + 'CellWidth' => ['type' => 'string'], + 'Margin' => ['type' => 'string'], + 'Columns' => ['type' => 'string'], + 'IsKeepCellPic' => ['type' => 'string'], + 'Lines' => ['type' => 'string'], ], ], - 'Interval' => [ - 'type' => 'string', - ], - 'FrameType' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Interval' => ['type' => 'string'], + 'FrameType' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'OutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Num' => [ - 'type' => 'string', - ], + 'Num' => ['type' => 'string'], 'TileOutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], ], - 'State' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'Message' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'Input' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Count' => [ - 'type' => 'string', - ], - 'TileCount' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Count' => ['type' => 'string'], + 'TileCount' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'PipelineId' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'NonExistSnapshotJobIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'NextPageToken' => [ - 'type' => 'string', - ], + 'NextPageToken' => ['type' => 'string'], ], ], ], @@ -6544,14 +3909,8 @@ 'responseDemo' => '', ], 'QueryTemplateList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6562,10 +3921,7 @@ [ 'name' => 'TemplateIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -6579,9 +3935,7 @@ 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -6597,187 +3951,93 @@ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], ], ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], - 'ResoPriority' => [ - 'type' => 'string', - ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], + 'ResoPriority' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'type' => 'string', - ], + 'Loop' => ['type' => 'string'], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], ], ], - 'Id' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], ], @@ -6785,9 +4045,7 @@ ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -6795,14 +4053,8 @@ 'responseDemo' => '', ], 'QueryWaterMarkTemplateList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6813,10 +4065,7 @@ [ 'name' => 'WaterMarkTemplateIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -6824,18 +4073,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'NonExistWids' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -6848,61 +4093,31 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'ReferPos' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'Timeline' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -6915,14 +4130,8 @@ 'responseDemo' => '', ], 'SearchMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6933,32 +4142,17 @@ [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1'], ], [ 'name' => 'StateList', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -6966,10 +4160,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'TotalCount' => ['type' => 'integer', 'format' => 'int64'], 'MediaWorkflowList' => [ 'type' => 'object', 'itemNode' => true, @@ -6979,40 +4170,20 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'TriggerMode' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'TriggerMode' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], ], ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'PageSize' => ['type' => 'integer', 'format' => 'int64'], + 'RequestId' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int64'], ], ], ], @@ -7020,14 +4191,8 @@ 'responseDemo' => '', ], 'SearchPipeline' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7038,33 +4203,17 @@ [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1'], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'All', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'All'], ], ], 'responses' => [ @@ -7072,21 +4221,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'TotalCount' => ['type' => 'integer', 'format' => 'int64'], + 'PageSize' => ['type' => 'integer', 'format' => 'int64'], + 'RequestId' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int64'], 'PipelineList' => [ 'type' => 'object', 'itemNode' => true, @@ -7096,36 +4234,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Speed' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'SpeedLevel' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Speed' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'SpeedLevel' => ['type' => 'integer', 'format' => 'int64'], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ - 'QueueName' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], + 'QueueName' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Role' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Role' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -7138,14 +4259,8 @@ 'responseDemo' => '', ], 'SearchTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7156,33 +4271,17 @@ [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1'], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'All', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'All'], ], ], 'responses' => [ @@ -7190,10 +4289,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'TotalCount' => ['type' => 'integer', 'format' => 'int64'], 'TemplateList' => [ 'type' => 'object', 'itemNode' => true, @@ -7206,176 +4302,86 @@ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], ], ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], ], ], - 'Id' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], ], @@ -7383,17 +4389,9 @@ ], ], ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'PageSize' => ['type' => 'integer', 'format' => 'int64'], + 'RequestId' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int64'], ], ], ], @@ -7401,14 +4399,8 @@ 'responseDemo' => '', ], 'SearchWaterMarkTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7419,33 +4411,17 @@ [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1'], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'Normal', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'Normal'], ], ], 'responses' => [ @@ -7453,21 +4429,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'TotalCount' => ['type' => 'integer', 'format' => 'int64'], + 'PageSize' => ['type' => 'integer', 'format' => 'int64'], + 'RequestId' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int64'], 'WaterMarkTemplateList' => [ 'type' => 'object', 'itemNode' => true, @@ -7477,61 +4442,31 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'ReferPos' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'Timeline' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -7544,14 +4479,8 @@ 'responseDemo' => '', ], 'SubmitAnalysisJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7562,42 +4491,27 @@ [ 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AnalysisConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Priority', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -7605,84 +4519,49 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'AnalysisJob' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'Percent' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'State' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'Percent' => ['type' => 'integer', 'format' => 'int64'], + 'State' => ['type' => 'string'], 'AnalysisConfig' => [ 'type' => 'object', 'properties' => [ 'QualityControl' => [ 'type' => 'object', 'properties' => [ - 'MethodStreaming' => [ - 'type' => 'string', - ], - 'RateQuality' => [ - 'type' => 'string', - ], + 'MethodStreaming' => ['type' => 'string'], + 'RateQuality' => ['type' => 'string'], ], ], 'PropertiesControl' => [ 'type' => 'object', 'properties' => [ - 'Deinterlace' => [ - 'type' => 'string', - ], + 'Deinterlace' => ['type' => 'string'], 'Crop' => [ 'type' => 'object', 'properties' => [ - 'Top' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Left' => [ - 'type' => 'string', - ], - 'Mode' => [ - 'type' => 'string', - ], + 'Top' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Left' => ['type' => 'string'], + 'Mode' => ['type' => 'string'], ], ], ], ], ], ], - 'Message' => [ - 'type' => 'string', - ], - 'Priority' => [ - 'type' => 'string', - ], + 'Message' => ['type' => 'string'], + 'Priority' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'TemplateList' => [ @@ -7697,134 +4576,72 @@ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], - ], - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], + ], + ], + 'PixFmt' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'TransMode' => [ - 'type' => 'string', - ], + 'TransMode' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], ], ], - 'Id' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], ], @@ -7832,32 +4649,18 @@ ], ], ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'PipelineId' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -7867,14 +4670,8 @@ 'responseDemo' => '', ], 'SubmitSnapshotJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7883,42 +4680,28 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '25180', - 'abilityTreeNodes' => [ - 'FEATUREmtsU2L9V8', - ], + 'abilityTreeNodes' => ['FEATUREmtsU2L9V8'], ], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SnapshotConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -7926,159 +4709,79 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'SnapshotJob' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], 'SnapshotConfig' => [ 'type' => 'object', 'properties' => [ - 'Time' => [ - 'type' => 'string', - ], + 'Time' => ['type' => 'string'], 'TileOut' => [ 'type' => 'object', 'properties' => [ - 'Padding' => [ - 'type' => 'string', - ], - 'Color' => [ - 'type' => 'string', - ], - 'CellSelStep' => [ - 'type' => 'string', - ], - 'CellHeight' => [ - 'type' => 'string', - ], - 'CellWidth' => [ - 'type' => 'string', - ], - 'Margin' => [ - 'type' => 'string', - ], - 'Columns' => [ - 'type' => 'string', - ], - 'IsKeepCellPic' => [ - 'type' => 'string', - ], - 'Lines' => [ - 'type' => 'string', - ], - ], - ], - 'Interval' => [ - 'type' => 'string', - ], - 'FrameType' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Padding' => ['type' => 'string'], + 'Color' => ['type' => 'string'], + 'CellSelStep' => ['type' => 'string'], + 'CellHeight' => ['type' => 'string'], + 'CellWidth' => ['type' => 'string'], + 'Margin' => ['type' => 'string'], + 'Columns' => ['type' => 'string'], + 'IsKeepCellPic' => ['type' => 'string'], + 'Lines' => ['type' => 'string'], + ], + ], + 'Interval' => ['type' => 'string'], + 'FrameType' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'OutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Num' => [ - 'type' => 'string', - ], + 'Num' => ['type' => 'string'], 'TileOutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], ], - 'State' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'Message' => ['type' => 'string'], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'Input' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Count' => [ - 'type' => 'string', - ], - 'TileCount' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Count' => ['type' => 'string'], + 'TileCount' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'PipelineId' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -8088,14 +4791,8 @@ 'responseDemo' => '', ], 'SubmitMediaInfoJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8104,42 +4801,28 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '25178', - 'abilityTreeNodes' => [ - 'FEATUREmtsZWMPKM', - ], + 'abilityTreeNodes' => ['FEATUREmtsZWMPKM'], ], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Async', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -8150,79 +4833,39 @@ 'MediaInfoJob' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'Async' => [ - 'type' => 'boolean', - ], + 'CreationTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PipelineId' => ['type' => 'string'], + 'Async' => ['type' => 'boolean'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FileFormat' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FileFormat' => ['type' => 'string'], 'Streams' => [ 'type' => 'object', 'properties' => [ @@ -8235,89 +4878,37 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Sar' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], + 'Sar' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], - ], - ], - 'Width' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Rotate' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], + ], + ], + 'Width' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Rotate' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -8332,54 +4923,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -8394,12 +4953,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -8410,42 +4965,22 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], - 'FileSize' => [ - 'type' => 'string', - ], + 'FileSize' => ['type' => 'string'], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -8453,14 +4988,8 @@ 'responseDemo' => '', ], 'UnbindInputBucket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8471,18 +5000,12 @@ [ 'name' => 'Bucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RoleArn', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -8490,9 +5013,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -8500,14 +5021,8 @@ 'responseDemo' => '', ], 'SubmitJobs' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8518,43 +5033,27 @@ [ 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Outputs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputLocation', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'oss-cn-hangzhou', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'oss-cn-hangzhou'], ], [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -8574,154 +5073,69 @@ 'Job' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'Percent' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'Percent' => ['type' => 'integer', 'format' => 'int64'], + 'FinishTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], - ], - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], - 'ResoPriority' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], + ], + ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], + 'ResoPriority' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Key' => [ - 'type' => 'string', - ], - 'KeyType' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], - 'KeyUri' => [ - 'type' => 'string', - ], - 'SkipCnt' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Key' => ['type' => 'string'], + 'KeyType' => ['type' => 'string'], + 'Id' => ['type' => 'string'], + 'KeyUri' => ['type' => 'string'], + 'SkipCnt' => ['type' => 'string'], ], ], 'WaterMarkList' => [ @@ -8733,108 +5147,60 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'ReferPos' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'WaterMarkTemplateId' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'WaterMarkTemplateId' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], ], ], ], - 'WaterMarkConfigUrl' => [ - 'type' => 'string', - ], - 'DeWatermark' => [ - 'type' => 'string', - ], + 'WaterMarkConfigUrl' => ['type' => 'string'], + 'DeWatermark' => ['type' => 'string'], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ - 'SizeSupport' => [ - 'type' => 'boolean', - ], - 'Md5Support' => [ - 'type' => 'boolean', - ], + 'SizeSupport' => ['type' => 'boolean'], + 'Md5Support' => ['type' => 'boolean'], ], ], ], ], - 'Priority' => [ - 'type' => 'string', - ], + 'Priority' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], 'Volume' => [ 'type' => 'object', 'properties' => [ - 'Method' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Method' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], ], ], - 'AudioStreamMap' => [ - 'type' => 'string', - ], + 'AudioStreamMap' => ['type' => 'string'], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, @@ -8844,18 +5210,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'RoleArn' => [ - 'type' => 'string', - ], - 'MergeURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'RoleArn' => ['type' => 'string'], + 'MergeURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], @@ -8864,14 +5222,10 @@ 'SuperReso' => [ 'type' => 'object', 'properties' => [ - 'IsHalfSample' => [ - 'type' => 'string', - ], + 'IsHalfSample' => ['type' => 'string'], ], ], - 'UserData' => [ - 'type' => 'string', - ], + 'UserData' => ['type' => 'string'], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, @@ -8881,32 +5235,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Message' => [ - 'type' => 'string', - ], + 'Success' => ['type' => 'boolean'], + 'Message' => ['type' => 'string'], ], ], ], @@ -8915,46 +5255,26 @@ 'DigiWaterMark' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Alpha' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Alpha' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], ], - 'VideoStreamMap' => [ - 'type' => 'string', - ], + 'VideoStreamMap' => ['type' => 'string'], 'OutputFile' => [ 'type' => 'object', 'properties' => [ - 'RoleArn' => [ - 'type' => 'string', - ], - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'RoleArn' => ['type' => 'string'], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'AmixList' => [ @@ -8966,35 +5286,21 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'AmixURL' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'MixDurMode' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'AmixURL' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'MixDurMode' => ['type' => 'string'], ], ], ], ], ], - 'Rotate' => [ - 'type' => 'string', - ], + 'Rotate' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], 'Clip' => [ @@ -9003,19 +5309,13 @@ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ - 'Seek' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Seek' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'MergeConfigUrl' => [ - 'type' => 'string', - ], + 'MergeConfigUrl' => ['type' => 'string'], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, @@ -9025,18 +5325,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'openUrl' => [ - 'type' => 'string', - ], - 'Start' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'openUrl' => ['type' => 'string'], + 'Start' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], ], ], ], @@ -9048,34 +5340,22 @@ 'Webp' => [ 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'type' => 'string', - ], + 'Loop' => ['type' => 'string'], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], @@ -9089,35 +5369,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'BgColor' => [ - 'type' => 'string', - ], - 'IsMergeAudio' => [ - 'type' => 'boolean', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'BlendDuration' => [ - 'type' => 'string', - ], - 'TailUrl' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'BgColor' => ['type' => 'string'], + 'IsMergeAudio' => ['type' => 'boolean'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'BlendDuration' => ['type' => 'string'], + 'TailUrl' => ['type' => 'string'], ], ], ], ], ], - 'TemplateId' => [ - 'type' => 'string', - ], + 'TemplateId' => ['type' => 'string'], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ @@ -9130,24 +5394,14 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CharEnc' => [ - 'type' => 'string', - ], - 'FontName' => [ - 'type' => 'string', - ], + 'CharEnc' => ['type' => 'string'], + 'FontName' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], ], @@ -9164,9 +5418,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Map' => [ - 'type' => 'string', - ], + 'Map' => ['type' => 'string'], ], ], ], @@ -9177,24 +5429,12 @@ 'Properties' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FileFormat' => [ - 'type' => 'string', - ], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FileFormat' => ['type' => 'string'], 'Streams' => [ 'type' => 'object', 'properties' => [ @@ -9207,86 +5447,36 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'AvgFPS' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Sar' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'HasBFrames' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Timebase' => ['type' => 'string'], + 'AvgFPS' => ['type' => 'string'], + 'PixFmt' => ['type' => 'string'], + 'Sar' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'HasBFrames' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ - 'PreloadTime' => [ - 'type' => 'string', - ], - 'AvgBitrate' => [ - 'type' => 'string', - ], - 'CostBandwidth' => [ - 'type' => 'string', - ], + 'PreloadTime' => ['type' => 'string'], + 'AvgBitrate' => ['type' => 'string'], + 'CostBandwidth' => ['type' => 'string'], ], ], - 'Dar' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Dar' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -9301,54 +5491,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Timebase' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], + 'Timebase' => ['type' => 'string'], + 'Index' => ['type' => 'string'], + 'SampleFmt' => ['type' => 'string'], + 'ChannelLayout' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'NumFrames' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], ], ], ], @@ -9363,12 +5521,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'string'], + 'Lang' => ['type' => 'string'], ], ], ], @@ -9379,89 +5533,49 @@ 'Format' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - ], - 'NumPrograms' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'NumStreams' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'string'], + 'NumPrograms' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'NumStreams' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'FormatName' => ['type' => 'string'], ], ], - 'FileSize' => [ - 'type' => 'string', - ], + 'FileSize' => ['type' => 'string'], ], ], ], ], - 'PipelineId' => [ - 'type' => 'string', - ], + 'PipelineId' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Object' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], - 'Bucket' => [ - 'type' => 'string', - ], + 'Object' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + 'Bucket' => ['type' => 'string'], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ - 'MessageId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'MessageId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], ], ], ], ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], + 'Success' => ['type' => 'boolean'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], ], ], ], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9469,14 +5583,8 @@ 'responseDemo' => '', ], 'UnbindOutputBucket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9487,10 +5595,7 @@ [ 'name' => 'Bucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -9498,9 +5603,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9508,14 +5611,8 @@ 'responseDemo' => '', ], 'UpdateCategoryName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9526,18 +5623,12 @@ [ 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CateName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -9545,9 +5636,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9555,14 +5644,8 @@ 'responseDemo' => '', ], 'UpdateMedia' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9573,51 +5656,32 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -9625,93 +5689,52 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Media' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'CateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'string', - ], - 'CensorState' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'CateId' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'string'], + 'CensorState' => ['type' => 'string'], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], + 'Bitrate' => ['type' => 'string'], + 'MediaId' => ['type' => 'string'], 'File' => [ 'type' => 'object', 'properties' => [ - 'State' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'URL' => ['type' => 'string'], ], ], - 'PublishState' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'string', - ], - 'CoverURL' => [ - 'type' => 'string', - ], + 'PublishState' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Size' => ['type' => 'string'], + 'CoverURL' => ['type' => 'string'], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'Duration' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], @@ -9721,14 +5744,8 @@ 'responseDemo' => '', ], 'UpdateMediaCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9739,19 +5756,12 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], 'responses' => [ @@ -9759,9 +5769,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9769,14 +5777,8 @@ 'responseDemo' => '', ], 'UpdateMediaCover' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9787,18 +5789,12 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -9806,9 +5802,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9816,14 +5810,8 @@ 'responseDemo' => '', ], 'UpdateMediaPublishState' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9834,18 +5822,12 @@ [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Publish', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -9853,9 +5835,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -9863,14 +5843,8 @@ 'responseDemo' => '', ], 'UpdateMediaWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9881,18 +5855,12 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topology', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -9900,30 +5868,16 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'TriggerMode' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'TriggerMode' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -9933,14 +5887,8 @@ 'responseDemo' => '', ], 'UpdateMediaWorkflowTriggerMode' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9951,18 +5899,12 @@ [ 'name' => 'MediaWorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TriggerMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -9970,30 +5912,16 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ - 'CreationTime' => [ - 'type' => 'string', - ], - 'MediaWorkflowId' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'TriggerMode' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Topology' => [ - 'type' => 'string', - ], + 'CreationTime' => ['type' => 'string'], + 'MediaWorkflowId' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'TriggerMode' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Topology' => ['type' => 'string'], ], ], ], @@ -10003,14 +5931,8 @@ 'responseDemo' => '', ], 'UpdatePipeline' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10021,42 +5943,27 @@ [ 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NotifyConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Role', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -10064,38 +5971,22 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Pipeline' => [ 'type' => 'object', 'properties' => [ - 'Speed' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], + 'Speed' => ['type' => 'string'], + 'State' => ['type' => 'string'], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ - 'QueueName' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], + 'QueueName' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], ], ], - 'Role' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Role' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], ], @@ -10105,14 +5996,8 @@ 'responseDemo' => '', ], 'UpdateWaterMarkTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10123,26 +6008,17 @@ [ 'name' => 'WaterMarkTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -10153,66 +6029,34 @@ 'WaterMarkTemplate' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], ], ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], + 'ReferPos' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Dx' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Height' => ['type' => 'string'], 'Timeline' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], ], ], - 'Name' => [ - 'type' => 'string', - ], - 'Dy' => [ - 'type' => 'string', - ], - 'Id' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Dy' => ['type' => 'string'], + 'Id' => ['type' => 'string'], ], ], - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -10220,14 +6064,8 @@ 'responseDemo' => '', ], 'UpdateTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10238,58 +6076,37 @@ [ 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Container', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Video', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Audio', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MuxConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TransConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -10297,196 +6114,100 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Template' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ - 'Bufsize' => [ - 'type' => 'string', - ], - 'Degrain' => [ - 'type' => 'string', - ], + 'Bufsize' => ['type' => 'string'], + 'Degrain' => ['type' => 'string'], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ - 'Max' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'string', - ], - ], - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Pad' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Crop' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Maxrate' => [ - 'type' => 'string', - ], - 'MaxFps' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Crf' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Gop' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Preset' => [ - 'type' => 'string', - ], - 'ScanMode' => [ - 'type' => 'string', - ], - 'ResoPriority' => [ - 'type' => 'string', - ], + 'Max' => ['type' => 'string'], + 'Min' => ['type' => 'string'], + ], + ], + 'PixFmt' => ['type' => 'string'], + 'Pad' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Height' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Crop' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], + 'Maxrate' => ['type' => 'string'], + 'MaxFps' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'Crf' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Gop' => ['type' => 'string'], + 'Width' => ['type' => 'string'], + 'Fps' => ['type' => 'string'], + 'Preset' => ['type' => 'string'], + 'ScanMode' => ['type' => 'string'], + 'ResoPriority' => ['type' => 'string'], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ - 'IsCheckAudioBitrate' => [ - 'type' => 'string', - ], - 'TransMode' => [ - 'type' => 'string', - ], - 'IsCheckReso' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrateFail' => [ - 'type' => 'string', - ], - 'AdjDarMethod' => [ - 'type' => 'string', - ], - 'IsCheckVideoBitrate' => [ - 'type' => 'string', - ], - 'IsCheckResoFail' => [ - 'type' => 'string', - ], - 'IsCheckAudioBitrateFail' => [ - 'type' => 'string', - ], + 'IsCheckAudioBitrate' => ['type' => 'string'], + 'TransMode' => ['type' => 'string'], + 'IsCheckReso' => ['type' => 'string'], + 'IsCheckVideoBitrateFail' => ['type' => 'string'], + 'AdjDarMethod' => ['type' => 'string'], + 'IsCheckVideoBitrate' => ['type' => 'string'], + 'IsCheckResoFail' => ['type' => 'string'], + 'IsCheckAudioBitrateFail' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ - 'Loop' => [ - 'type' => 'string', - ], + 'Loop' => ['type' => 'string'], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ - 'FinalDelay' => [ - 'type' => 'string', - ], - 'DitherMode' => [ - 'type' => 'string', - ], - 'Loop' => [ - 'type' => 'string', - ], - 'IsCustomPalette' => [ - 'type' => 'string', - ], + 'FinalDelay' => ['type' => 'string'], + 'DitherMode' => ['type' => 'string'], + 'Loop' => ['type' => 'string'], + 'IsCustomPalette' => ['type' => 'string'], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ - 'Duration' => [ - 'type' => 'string', - ], + 'Duration' => ['type' => 'string'], ], ], ], ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Audio' => [ 'type' => 'object', 'properties' => [ - 'Profile' => [ - 'type' => 'string', - ], - 'Remove' => [ - 'type' => 'string', - ], - 'Codec' => [ - 'type' => 'string', - ], - 'Samplerate' => [ - 'type' => 'string', - ], - 'Qscale' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], + 'Profile' => ['type' => 'string'], + 'Remove' => ['type' => 'string'], + 'Codec' => ['type' => 'string'], + 'Samplerate' => ['type' => 'string'], + 'Qscale' => ['type' => 'string'], + 'Channels' => ['type' => 'string'], + 'Bitrate' => ['type' => 'string'], ], ], - 'Id' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], 'Container' => [ 'type' => 'object', 'properties' => [ - 'Format' => [ - 'type' => 'string', - ], + 'Format' => ['type' => 'string'], ], ], ], @@ -10499,57 +6220,18 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'mts.cn-qingdao.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'mts.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'mts.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'mts.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'mts.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'mts.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'mts.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'mts.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'mts.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'mts.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'mts.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'mts.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'mts.eu-central-1.aliyuncs.com', - ], + ['regionId' => 'cn-qingdao', 'endpoint' => 'mts.cn-qingdao.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'mts.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'mts.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'mts.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'mts.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'mts.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'mts.cn-hongkong.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'mts.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'mts.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'mts.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'mts.us-west-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'mts.eu-west-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'mts.eu-central-1.aliyuncs.com'], ], ]; |
