tccli 3.0.1359.1__py2.py3-none-any.whl → 3.0.1361.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/cbs/v20170312/api.json +10 -1
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/essbasic/v20210526/api.json +30 -12
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +36 -16
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mps/v20190612/api.json +496 -133
- tccli/services/mps/v20190612/examples.json +12 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/postgres/v20170312/api.json +43 -43
- tccli/services/postgres/v20170312/examples.json +15 -15
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/ssl/v20191205/api.json +10 -1
- tccli/services/vod/v20180717/api.json +206 -2
- tccli/services/wedata/v20210820/api.json +889 -2
- tccli/services/wedata/v20210820/examples.json +72 -2
- tccli/services/wedata/wedata_client.py +440 -16
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1361.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1361.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1361.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1361.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1361.1.dist-info}/license_files/LICENSE +0 -0
@@ -16997,7 +16997,7 @@
|
|
16997
16997
|
{
|
16998
16998
|
"disabled": false,
|
16999
16999
|
"document": "视频处理任务的任务 ID。",
|
17000
|
-
"example": "
|
17000
|
+
"example": "1490013579-procedurev2-acd135",
|
17001
17001
|
"member": "string",
|
17002
17002
|
"name": "TaskId",
|
17003
17003
|
"required": true,
|
@@ -17020,7 +17020,7 @@
|
|
17020
17020
|
"members": [
|
17021
17021
|
{
|
17022
17022
|
"disabled": false,
|
17023
|
-
"document": "任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming
|
17023
|
+
"document": "任务类型,取值:<li>Procedure:视频处理任务;</li><li>EditMedia:视频编辑任务;</li><li>SplitMedia:视频拆条任务;</li><li>ComposeMedia:制作媒体文件任务;</li><li>WechatPublish:微信发布任务;</li><li>WechatMiniProgramPublish:微信小程序视频发布任务;</li><li>PullUpload:拉取上传媒体文件任务;</li><li>FastClipMedia:快速剪辑任务;</li><li>RemoveWatermarkTask:智能去除水印任务;</li><li>DescribeFileAttributesTask:获取文件属性任务;</li><li>RebuildMedia:音画质重生任务(不推荐使用);</li><li>ReviewAudioVideo:音视频审核任务;</li><li>ExtractTraceWatermark:提取溯源水印任务;</li><li>ExtractCopyRightWatermark:提取版权水印任务;</li><li>QualityInspect:音画质检测任务;</li><li>QualityEnhance:音画质重生任务;</li><li>ComplexAdaptiveDynamicStreaming:复杂自适应码流任务;</li><li>ProcessMediaByMPS:MPS 视频处理任务。</li>",
|
17024
17024
|
"example": "Procedure",
|
17025
17025
|
"member": "string",
|
17026
17026
|
"name": "TaskType",
|
@@ -17288,6 +17288,16 @@
|
|
17288
17288
|
"type": "object",
|
17289
17289
|
"value_allowed_null": true
|
17290
17290
|
},
|
17291
|
+
{
|
17292
|
+
"disabled": false,
|
17293
|
+
"document": "MPS 视频处理任务信息,仅当 TaskType 为 ProcessMediaByMPS,该字段有值。",
|
17294
|
+
"example": "无",
|
17295
|
+
"member": "ProcessMediaByMPS",
|
17296
|
+
"name": "ProcessMediaByMPSTask",
|
17297
|
+
"output_required": false,
|
17298
|
+
"type": "object",
|
17299
|
+
"value_allowed_null": false
|
17300
|
+
},
|
17291
17301
|
{
|
17292
17302
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
17293
17303
|
"member": "string",
|
@@ -21796,6 +21806,144 @@
|
|
21796
21806
|
],
|
21797
21807
|
"usage": "both"
|
21798
21808
|
},
|
21809
|
+
"MPSOutputFile": {
|
21810
|
+
"document": "用于描述 MPS 视频处理任务中的返回文件结果。",
|
21811
|
+
"members": [
|
21812
|
+
{
|
21813
|
+
"disabled": false,
|
21814
|
+
"document": "文件类型。用于标识 MPS 视频处理任务执行结果中的特定返回文件。\n取值:<li>AiAnalysis.DeLogo.Video: 智能擦除任务中产生的擦除后视频文件;</li><li>AiAnalysis.DeLogo.OriginSubtitle: 智能擦除任务中基于画面提取的字幕文件;</li><li>AiAnalysis.DeLogo.TranslateSubtitle: 智能擦除任务中基于画面提取的字幕翻译文件。</li>",
|
21815
|
+
"example": "AiAnalysis.DeLogo.Video",
|
21816
|
+
"member": "string",
|
21817
|
+
"name": "FileType",
|
21818
|
+
"output_required": true,
|
21819
|
+
"type": "string",
|
21820
|
+
"value_allowed_null": false
|
21821
|
+
},
|
21822
|
+
{
|
21823
|
+
"disabled": false,
|
21824
|
+
"document": "存储形式。用于表示该结果文件的存储形式,取值有:<li> Permanent:永久存储;</li><li> Temporary:临时存储。</li>",
|
21825
|
+
"example": "Temporary",
|
21826
|
+
"member": "string",
|
21827
|
+
"name": "StorageMode",
|
21828
|
+
"output_required": false,
|
21829
|
+
"type": "string",
|
21830
|
+
"value_allowed_null": false
|
21831
|
+
},
|
21832
|
+
{
|
21833
|
+
"disabled": false,
|
21834
|
+
"document": "媒体文件 ID。当 Type 为 Permanent 时有效,表示该结果文件以视频媒资形式存储在点播平台中,字段值为视频媒资的 FileId。",
|
21835
|
+
"example": "5233524878",
|
21836
|
+
"member": "string",
|
21837
|
+
"name": "FileId",
|
21838
|
+
"output_required": false,
|
21839
|
+
"type": "string",
|
21840
|
+
"value_allowed_null": false
|
21841
|
+
},
|
21842
|
+
{
|
21843
|
+
"disabled": false,
|
21844
|
+
"document": "结果文件的可下载 Url。",
|
21845
|
+
"example": "https://example.com/dir/a.mp4",
|
21846
|
+
"member": "string",
|
21847
|
+
"name": "Url",
|
21848
|
+
"output_required": true,
|
21849
|
+
"type": "string",
|
21850
|
+
"value_allowed_null": false
|
21851
|
+
},
|
21852
|
+
{
|
21853
|
+
"disabled": false,
|
21854
|
+
"document": "过期时间。当 StorageMode 为 Temporary 时有效,表示 Url 的过期时间,单位为秒。",
|
21855
|
+
"example": "720",
|
21856
|
+
"member": "uint64",
|
21857
|
+
"name": "ExpiredTime",
|
21858
|
+
"output_required": false,
|
21859
|
+
"type": "int",
|
21860
|
+
"value_allowed_null": false
|
21861
|
+
}
|
21862
|
+
],
|
21863
|
+
"usage": "out"
|
21864
|
+
},
|
21865
|
+
"MPSSubTaskResult": {
|
21866
|
+
"document": "MPS 具体子任务查询结果类型。",
|
21867
|
+
"members": [
|
21868
|
+
{
|
21869
|
+
"disabled": false,
|
21870
|
+
"document": "任务类型。MPS 的 WorkflowTask 结构中的具体子任务类型。取值:<li>AiAnalysis.DeLogo:智能擦除任务。</li>",
|
21871
|
+
"example": "AiAnalysis.DeLogo",
|
21872
|
+
"member": "string",
|
21873
|
+
"name": "TaskType",
|
21874
|
+
"output_required": true,
|
21875
|
+
"type": "string",
|
21876
|
+
"value_allowed_null": false
|
21877
|
+
},
|
21878
|
+
{
|
21879
|
+
"disabled": false,
|
21880
|
+
"document": "任务状态。有 PROCESSING,SUCCESS 和 FAIL 三种。",
|
21881
|
+
"example": "PROCESSING",
|
21882
|
+
"member": "string",
|
21883
|
+
"name": "Status",
|
21884
|
+
"output_required": true,
|
21885
|
+
"type": "string",
|
21886
|
+
"value_allowed_null": false
|
21887
|
+
},
|
21888
|
+
{
|
21889
|
+
"disabled": false,
|
21890
|
+
"document": "错误码。返回0时成功,其他值为失败。",
|
21891
|
+
"example": "0",
|
21892
|
+
"member": "string",
|
21893
|
+
"name": "ErrCode",
|
21894
|
+
"output_required": true,
|
21895
|
+
"type": "string",
|
21896
|
+
"value_allowed_null": false
|
21897
|
+
},
|
21898
|
+
{
|
21899
|
+
"disabled": false,
|
21900
|
+
"document": "错误信息。",
|
21901
|
+
"example": "SUCCESS",
|
21902
|
+
"member": "string",
|
21903
|
+
"name": "Message",
|
21904
|
+
"output_required": true,
|
21905
|
+
"type": "string",
|
21906
|
+
"value_allowed_null": false
|
21907
|
+
},
|
21908
|
+
{
|
21909
|
+
"disabled": false,
|
21910
|
+
"document": "MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。",
|
21911
|
+
"example": "{\"Definition\": 24}",
|
21912
|
+
"member": "string",
|
21913
|
+
"name": "Input",
|
21914
|
+
"output_required": true,
|
21915
|
+
"type": "string",
|
21916
|
+
"value_allowed_null": false
|
21917
|
+
},
|
21918
|
+
{
|
21919
|
+
"disabled": false,
|
21920
|
+
"document": "MPS 视频处理任务输出。",
|
21921
|
+
"example": "无",
|
21922
|
+
"member": "MPSTaskOutput",
|
21923
|
+
"name": "Output",
|
21924
|
+
"output_required": true,
|
21925
|
+
"type": "object",
|
21926
|
+
"value_allowed_null": false
|
21927
|
+
}
|
21928
|
+
],
|
21929
|
+
"usage": "out"
|
21930
|
+
},
|
21931
|
+
"MPSTaskOutput": {
|
21932
|
+
"document": "MPS 子任务输出返回结果。",
|
21933
|
+
"members": [
|
21934
|
+
{
|
21935
|
+
"disabled": false,
|
21936
|
+
"document": "任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。",
|
21937
|
+
"example": "无",
|
21938
|
+
"member": "MPSOutputFile",
|
21939
|
+
"name": "OutputFiles",
|
21940
|
+
"output_required": false,
|
21941
|
+
"type": "list",
|
21942
|
+
"value_allowed_null": false
|
21943
|
+
}
|
21944
|
+
],
|
21945
|
+
"usage": "out"
|
21946
|
+
},
|
21799
21947
|
"ManageTaskRequest": {
|
21800
21948
|
"document": "ManageTask请求参数结构体",
|
21801
21949
|
"members": [
|
@@ -29547,6 +29695,62 @@
|
|
29547
29695
|
],
|
29548
29696
|
"type": "object"
|
29549
29697
|
},
|
29698
|
+
"ProcessMediaByMPS": {
|
29699
|
+
"document": "MPS 媒体处理任务信息。",
|
29700
|
+
"members": [
|
29701
|
+
{
|
29702
|
+
"disabled": false,
|
29703
|
+
"document": "任务 ID。",
|
29704
|
+
"example": "150000001-ProcessMediaByMPS-2fe36a647bfa0e6b319c545277f1405dtt0",
|
29705
|
+
"member": "string",
|
29706
|
+
"name": "TaskId",
|
29707
|
+
"output_required": true,
|
29708
|
+
"type": "string",
|
29709
|
+
"value_allowed_null": false
|
29710
|
+
},
|
29711
|
+
{
|
29712
|
+
"disabled": false,
|
29713
|
+
"document": "任务状态,取值:<li>PROCESSING:处理中;</li><li>FINISH:已完成。</li>",
|
29714
|
+
"example": "FINISH",
|
29715
|
+
"member": "string",
|
29716
|
+
"name": "Status",
|
29717
|
+
"output_required": true,
|
29718
|
+
"type": "string",
|
29719
|
+
"value_allowed_null": false
|
29720
|
+
},
|
29721
|
+
{
|
29722
|
+
"disabled": false,
|
29723
|
+
"document": "错误码。源异常时返回非0错误码,返回0时请使用各个具体任务的 ErrCode。",
|
29724
|
+
"example": "0",
|
29725
|
+
"member": "int64",
|
29726
|
+
"name": "ErrCode",
|
29727
|
+
"output_required": true,
|
29728
|
+
"type": "int",
|
29729
|
+
"value_allowed_null": false
|
29730
|
+
},
|
29731
|
+
{
|
29732
|
+
"disabled": false,
|
29733
|
+
"document": "错误信息。源异常时返回对应异常 Message,否则请使用各个具体任务的 Message。",
|
29734
|
+
"example": "SUCCESS",
|
29735
|
+
"member": "string",
|
29736
|
+
"name": "Message",
|
29737
|
+
"output_required": true,
|
29738
|
+
"type": "string",
|
29739
|
+
"value_allowed_null": false
|
29740
|
+
},
|
29741
|
+
{
|
29742
|
+
"disabled": false,
|
29743
|
+
"document": "MPS 视频处理任务。",
|
29744
|
+
"example": "无",
|
29745
|
+
"member": "MPSSubTaskResult",
|
29746
|
+
"name": "SubTaskSet",
|
29747
|
+
"output_required": true,
|
29748
|
+
"type": "list",
|
29749
|
+
"value_allowed_null": false
|
29750
|
+
}
|
29751
|
+
],
|
29752
|
+
"usage": "out"
|
29753
|
+
},
|
29550
29754
|
"ProcessMediaByProcedureRequest": {
|
29551
29755
|
"document": "ProcessMediaByProcedure请求参数结构体",
|
29552
29756
|
"members": [
|