tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "BindNewLVBDomainWithChannelResponse",
15
15
  "status": "online"
16
16
  },
17
+ "BindSSAICDNDomainWithChannel": {
18
+ "document": "This API is used to bind a CDN playback domain to a channel.",
19
+ "input": "BindSSAICDNDomainWithChannelRequest",
20
+ "name": "Bind an SSAI channel to a CDN playback domain",
21
+ "output": "BindSSAICDNDomainWithChannelResponse",
22
+ "status": "online"
23
+ },
17
24
  "CreateStreamPackageChannel": {
18
25
  "document": "This API is used to create a StreamPackage channel.",
19
26
  "input": "CreateStreamPackageChannelRequest",
@@ -70,6 +77,13 @@
70
77
  "output": "CreateStreamPackageSourceLocationResponse",
71
78
  "status": "online"
72
79
  },
80
+ "CreateStreamPackageVodRemuxTask": {
81
+ "document": "Create VodRemuxTask",
82
+ "input": "CreateStreamPackageVodRemuxTaskRequest",
83
+ "name": "CreateStreamPackageVodRemuxTask",
84
+ "output": "CreateStreamPackageVodRemuxTaskResponse",
85
+ "status": "online"
86
+ },
73
87
  "DeleteStreamPackageChannelEndpoints": {
74
88
  "document": "This API is used to delete endpoints from a StreamPackage channel in batches.",
75
89
  "input": "DeleteStreamPackageChannelEndpointsRequest",
@@ -147,6 +161,20 @@
147
161
  "output": "DeleteStreamPackageSourceLocationResponse",
148
162
  "status": "online"
149
163
  },
164
+ "DeleteStreamPackageVodRemuxTask": {
165
+ "document": "Delete Vod remux task.",
166
+ "input": "DeleteStreamPackageVodRemuxTaskRequest",
167
+ "name": "DeleteStreamPackageVodRemuxTask",
168
+ "output": "DeleteStreamPackageVodRemuxTaskResponse",
169
+ "status": "online"
170
+ },
171
+ "DeleteStreamPackageVodRemuxTasks": {
172
+ "document": "Delete VOD remux tasks in batches.",
173
+ "input": "DeleteStreamPackageVodRemuxTasksRequest",
174
+ "name": "DeleteStreamPackageVodRemuxTasks",
175
+ "output": "DeleteStreamPackageVodRemuxTasksResponse",
176
+ "status": "online"
177
+ },
150
178
  "DescribeLinearAssemblyCDNDomainWithChannel": {
151
179
  "document": "Query the CDN domain name associated with the LinearAssembly channel.",
152
180
  "input": "DescribeLinearAssemblyCDNDomainWithChannelRequest",
@@ -294,6 +322,20 @@
294
322
  "output": "DescribeStreamPackageSourcesResponse",
295
323
  "status": "online"
296
324
  },
325
+ "DescribeStreamPackageVodRemuxTask": {
326
+ "document": "Query VOD remux task information.",
327
+ "input": "DescribeStreamPackageVodRemuxTaskRequest",
328
+ "name": "DescribeStreamPackageVodRemuxTask",
329
+ "output": "DescribeStreamPackageVodRemuxTaskResponse",
330
+ "status": "online"
331
+ },
332
+ "DescribeStreamPackageVodRemuxTasks": {
333
+ "document": "Query VOD remux tasks informations.",
334
+ "input": "DescribeStreamPackageVodRemuxTasksRequest",
335
+ "name": "DescribeStreamPackageVodRemuxTasks",
336
+ "output": "DescribeStreamPackageVodRemuxTasksResponse",
337
+ "status": "online"
338
+ },
297
339
  "ModifyStreamPackageChannel": {
298
340
  "document": "This API is used to modify a StreamPackage channel.",
299
341
  "input": "ModifyStreamPackageChannelRequest",
@@ -357,6 +399,13 @@
357
399
  "output": "StartStreamPackageLinearAssemblyChannelResponse",
358
400
  "status": "online"
359
401
  },
402
+ "StartStreamPackageVodRemuxTask": {
403
+ "document": "Start VOD remux task.",
404
+ "input": "StartStreamPackageVodRemuxTaskRequest",
405
+ "name": "StartStreamPackageVodRemuxTask",
406
+ "output": "StartStreamPackageVodRemuxTaskResponse",
407
+ "status": "online"
408
+ },
360
409
  "StopStreamPackageLinearAssemblyChannel": {
361
410
  "document": "Stop linear assembly channel.",
362
411
  "input": "StopStreamPackageLinearAssemblyChannelRequest",
@@ -377,6 +426,13 @@
377
426
  "name": "UnbindLinearAssemblyCDNDomainWithChannel",
378
427
  "output": "UnbindLinearAssemblyCDNDomainWithChannelResponse",
379
428
  "status": "online"
429
+ },
430
+ "UnbindSSAICDNDomainWithChannel": {
431
+ "document": "This API is used to cancel the correlation between a channel and a CDN playback domain.",
432
+ "input": "UnbindSSAICDNDomainWithChannelRequest",
433
+ "name": "Unbind an SSAI channel and CDN domain",
434
+ "output": "UnbindSSAICDNDomainWithChannelResponse",
435
+ "status": "online"
380
436
  }
381
437
  },
382
438
  "metadata": {
@@ -587,6 +643,42 @@
587
643
  ],
588
644
  "type": "object"
589
645
  },
646
+ "BindSSAICDNDomainWithChannelRequest": {
647
+ "document": "BindSSAICDNDomainWithChannel request structure.",
648
+ "members": [
649
+ {
650
+ "disabled": false,
651
+ "document": "Channel Id.",
652
+ "example": "ChannelId",
653
+ "member": "string",
654
+ "name": "ChannelId",
655
+ "required": true,
656
+ "type": "string"
657
+ },
658
+ {
659
+ "disabled": false,
660
+ "document": "Specifies the playback domain of CDN.",
661
+ "example": "CdnDomain",
662
+ "member": "string",
663
+ "name": "CdnDomain",
664
+ "required": true,
665
+ "type": "string"
666
+ }
667
+ ],
668
+ "type": "object"
669
+ },
670
+ "BindSSAICDNDomainWithChannelResponse": {
671
+ "document": "BindSSAICDNDomainWithChannel response structure.",
672
+ "members": [
673
+ {
674
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
675
+ "member": "string",
676
+ "name": "RequestId",
677
+ "type": "string"
678
+ }
679
+ ],
680
+ "type": "object"
681
+ },
590
682
  "CacheInfo": {
591
683
  "document": "Cache configuration",
592
684
  "members": [
@@ -746,7 +838,7 @@
746
838
  {
747
839
  "disabled": false,
748
840
  "document": "The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional.",
749
- "example": "",
841
+ "example": "Entire",
750
842
  "member": "string",
751
843
  "name": "Type",
752
844
  "output_required": false,
@@ -755,9 +847,9 @@
755
847
  "value_allowed_null": false
756
848
  },
757
849
  {
758
- "disabled": false,
850
+ "disabled": true,
759
851
  "document": "Offset, valid when Type is SpecifyTimeRange.",
760
- "example": "",
852
+ "example": "300",
761
853
  "member": "uint64",
762
854
  "name": "Offset",
763
855
  "output_required": false,
@@ -794,13 +886,91 @@
794
886
  ],
795
887
  "usage": "both"
796
888
  },
889
+ "CosInputInfo": {
890
+ "document": "",
891
+ "members": [
892
+ {
893
+ "disabled": false,
894
+ "document": "",
895
+ "example": "file-1306038592",
896
+ "member": "string",
897
+ "name": "Bucket",
898
+ "output_required": true,
899
+ "required": true,
900
+ "type": "string",
901
+ "value_allowed_null": false
902
+ },
903
+ {
904
+ "disabled": false,
905
+ "document": "",
906
+ "example": "ap-guangzhou",
907
+ "member": "string",
908
+ "name": "Region",
909
+ "output_required": true,
910
+ "required": true,
911
+ "type": "string",
912
+ "value_allowed_null": false
913
+ },
914
+ {
915
+ "disabled": false,
916
+ "document": "",
917
+ "example": "test/1163954307_1749787053508/index.m3u8",
918
+ "member": "string",
919
+ "name": "Object",
920
+ "output_required": true,
921
+ "required": true,
922
+ "type": "string",
923
+ "value_allowed_null": false
924
+ }
925
+ ],
926
+ "usage": "both"
927
+ },
928
+ "CosOutputStorage": {
929
+ "document": "VOD remux task cos output storage.",
930
+ "members": [
931
+ {
932
+ "disabled": false,
933
+ "document": "cos bucket name.",
934
+ "example": "aa-1306038592",
935
+ "member": "string",
936
+ "name": "Bucket",
937
+ "output_required": true,
938
+ "required": true,
939
+ "type": "string",
940
+ "value_allowed_null": false
941
+ },
942
+ {
943
+ "disabled": false,
944
+ "document": "region name of your cos bucket.",
945
+ "example": "ap-guangzhou",
946
+ "member": "string",
947
+ "name": "Region",
948
+ "output_required": true,
949
+ "required": true,
950
+ "type": "string",
951
+ "value_allowed_null": false
952
+ },
953
+ {
954
+ "disabled": false,
955
+ "document": "cos directory of vod remux task result.",
956
+ "example": "/vod/",
957
+ "member": "string",
958
+ "name": "OutputDir",
959
+ "output_required": true,
960
+ "required": true,
961
+ "type": "string",
962
+ "value_allowed_null": false
963
+ }
964
+ ],
965
+ "usage": "both"
966
+ },
797
967
  "CreateStreamPackageChannelEndpointRequest": {
798
968
  "document": "CreateStreamPackageChannelEndpoint request structure.",
799
969
  "members": [
800
970
  {
801
971
  "disabled": false,
802
972
  "document": "Channel ID",
803
- "example": "XXX",
973
+ "example": "13579",
804
974
  "member": "string",
805
975
  "name": "Id",
806
976
  "required": true,
@@ -809,7 +979,7 @@
809
979
  {
810
980
  "disabled": false,
811
981
  "document": "Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores",
812
- "example": "XXX",
982
+ "example": "john",
813
983
  "member": "string",
814
984
  "name": "Name",
815
985
  "required": true,
@@ -917,7 +1087,7 @@
917
1087
  },
918
1088
  {
919
1089
  "disabled": false,
920
- "document": "Channel protocol. Valid values: HLS, DASH, CMAF.",
1090
+ "document": "Channel protocol. Valid values: HLS/DASH.",
921
1091
  "example": "HLS",
922
1092
  "member": "string",
923
1093
  "name": "Protocol",
@@ -1406,6 +1576,15 @@
1406
1576
  "name": "PackageConfs",
1407
1577
  "required": false,
1408
1578
  "type": "list"
1579
+ },
1580
+ {
1581
+ "disabled": false,
1582
+ "document": "The sourcetag allows ADS to deliver more precise ads based on the Source Tag information",
1583
+ "example": "无",
1584
+ "member": "SourceTag",
1585
+ "name": "SourceTags",
1586
+ "required": false,
1587
+ "type": "list"
1409
1588
  }
1410
1589
  ],
1411
1590
  "type": "object"
@@ -1432,6 +1611,70 @@
1432
1611
  ],
1433
1612
  "type": "object"
1434
1613
  },
1614
+ "CreateStreamPackageVodRemuxTaskRequest": {
1615
+ "document": "CreateStreamPackageVodRemuxTask request structure.",
1616
+ "members": [
1617
+ {
1618
+ "disabled": false,
1619
+ "document": "VOD remux task name.",
1620
+ "example": "vod remux name",
1621
+ "member": "string",
1622
+ "name": "Name",
1623
+ "required": true,
1624
+ "type": "string"
1625
+ },
1626
+ {
1627
+ "disabled": false,
1628
+ "document": "The supported remuxing formats for VOD remux tasks.\nOptional values: WEBVTT.",
1629
+ "example": "webvtt",
1630
+ "member": "string",
1631
+ "name": "Type",
1632
+ "required": true,
1633
+ "type": "string"
1634
+ },
1635
+ {
1636
+ "disabled": false,
1637
+ "document": "Input configuration.",
1638
+ "example": "无",
1639
+ "member": "InputFileInfo",
1640
+ "name": "InputFileInfo",
1641
+ "required": true,
1642
+ "type": "object"
1643
+ },
1644
+ {
1645
+ "disabled": false,
1646
+ "document": "Output configuration.",
1647
+ "example": "无",
1648
+ "member": "OutputStorage",
1649
+ "name": "OutputStorage",
1650
+ "required": true,
1651
+ "type": "object"
1652
+ }
1653
+ ],
1654
+ "type": "object"
1655
+ },
1656
+ "CreateStreamPackageVodRemuxTaskResponse": {
1657
+ "document": "CreateStreamPackageVodRemuxTask response structure.",
1658
+ "members": [
1659
+ {
1660
+ "disabled": false,
1661
+ "document": "Vod remux task information.",
1662
+ "example": "无",
1663
+ "member": "VodRemuxTaskInfo",
1664
+ "name": "Info",
1665
+ "output_required": false,
1666
+ "type": "object",
1667
+ "value_allowed_null": false
1668
+ },
1669
+ {
1670
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1671
+ "member": "string",
1672
+ "name": "RequestId",
1673
+ "type": "string"
1674
+ }
1675
+ ],
1676
+ "type": "object"
1677
+ },
1435
1678
  "DRMInfo": {
1436
1679
  "document": "DRM configure info.",
1437
1680
  "members": [
@@ -1449,7 +1692,7 @@
1449
1692
  {
1450
1693
  "disabled": false,
1451
1694
  "document": "DRM system providers, when the encryption method is CBCS, the optional values are `PlayReady`, `Widevine`, `FairPlay`; when the encryption method is CENC, the oprional values are `PlayReady`, `Widevine`.",
1452
- "example": "",
1695
+ "example": "[\"FairPlay\"]",
1453
1696
  "member": "string",
1454
1697
  "name": "DRMSystems",
1455
1698
  "output_required": false,
@@ -1471,7 +1714,7 @@
1471
1714
  {
1472
1715
  "disabled": false,
1473
1716
  "document": "Key server address; must start with https://.",
1474
- "example": "",
1717
+ "example": "\"https://www.tencent.com\"",
1475
1718
  "member": "string",
1476
1719
  "name": "KeyServerUrl",
1477
1720
  "output_required": false,
@@ -1515,7 +1758,7 @@
1515
1758
  {
1516
1759
  "disabled": false,
1517
1760
  "document": "Optional, specifies the rotation interval in seconds; empty, or an integer between 300-2592000.",
1518
- "example": "",
1761
+ "example": "001",
1519
1762
  "member": "int64",
1520
1763
  "name": "KeyRotationInterval",
1521
1764
  "output_required": false,
@@ -1902,6 +2145,60 @@
1902
2145
  ],
1903
2146
  "type": "object"
1904
2147
  },
2148
+ "DeleteStreamPackageVodRemuxTaskRequest": {
2149
+ "document": "DeleteStreamPackageVodRemuxTask request structure.",
2150
+ "members": [
2151
+ {
2152
+ "disabled": false,
2153
+ "document": "VOD task Id.",
2154
+ "example": "65BB15F300004E12A564",
2155
+ "member": "string",
2156
+ "name": "Id",
2157
+ "required": true,
2158
+ "type": "string"
2159
+ }
2160
+ ],
2161
+ "type": "object"
2162
+ },
2163
+ "DeleteStreamPackageVodRemuxTaskResponse": {
2164
+ "document": "DeleteStreamPackageVodRemuxTask response structure.",
2165
+ "members": [
2166
+ {
2167
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2168
+ "member": "string",
2169
+ "name": "RequestId",
2170
+ "type": "string"
2171
+ }
2172
+ ],
2173
+ "type": "object"
2174
+ },
2175
+ "DeleteStreamPackageVodRemuxTasksRequest": {
2176
+ "document": "DeleteStreamPackageVodRemuxTasks request structure.",
2177
+ "members": [
2178
+ {
2179
+ "disabled": false,
2180
+ "document": "List of VOD remux task ids.",
2181
+ "example": "[\"65BB15F300004E12A564\"]",
2182
+ "member": "string",
2183
+ "name": "Ids",
2184
+ "required": true,
2185
+ "type": "list"
2186
+ }
2187
+ ],
2188
+ "type": "object"
2189
+ },
2190
+ "DeleteStreamPackageVodRemuxTasksResponse": {
2191
+ "document": "DeleteStreamPackageVodRemuxTasks response structure.",
2192
+ "members": [
2193
+ {
2194
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2195
+ "member": "string",
2196
+ "name": "RequestId",
2197
+ "type": "string"
2198
+ }
2199
+ ],
2200
+ "type": "object"
2201
+ },
1905
2202
  "DescribeLinearAssemblyCDNDomainWithChannelRequest": {
1906
2203
  "document": "DescribeLinearAssemblyCDNDomainWithChannel request structure.",
1907
2204
  "members": [
@@ -3096,14 +3393,137 @@
3096
3393
  ],
3097
3394
  "type": "object"
3098
3395
  },
3099
- "DescribeStreamPackageSourcesResponse": {
3100
- "document": "DescribeStreamPackageSources response structure.",
3396
+ "DescribeStreamPackageSourcesResponse": {
3397
+ "document": "DescribeStreamPackageSources response structure.",
3398
+ "members": [
3399
+ {
3400
+ "disabled": false,
3401
+ "document": "Source list.",
3402
+ "example": "无",
3403
+ "member": "SourceInfo",
3404
+ "name": "Infos",
3405
+ "output_required": true,
3406
+ "type": "list",
3407
+ "value_allowed_null": true
3408
+ },
3409
+ {
3410
+ "disabled": false,
3411
+ "document": "Number of pages.",
3412
+ "example": "1",
3413
+ "member": "uint64",
3414
+ "name": "PageNum",
3415
+ "output_required": true,
3416
+ "type": "int",
3417
+ "value_allowed_null": false
3418
+ },
3419
+ {
3420
+ "disabled": false,
3421
+ "document": "Size per page.",
3422
+ "example": "10",
3423
+ "member": "uint64",
3424
+ "name": "PageSize",
3425
+ "output_required": true,
3426
+ "type": "int",
3427
+ "value_allowed_null": false
3428
+ },
3429
+ {
3430
+ "disabled": false,
3431
+ "document": "The total amount.",
3432
+ "example": "1",
3433
+ "member": "uint64",
3434
+ "name": "TotalNum",
3435
+ "output_required": true,
3436
+ "type": "int",
3437
+ "value_allowed_null": false
3438
+ },
3439
+ {
3440
+ "disabled": false,
3441
+ "document": "total pages.",
3442
+ "example": "1",
3443
+ "member": "uint64",
3444
+ "name": "TotalPage",
3445
+ "output_required": true,
3446
+ "type": "int",
3447
+ "value_allowed_null": false
3448
+ },
3449
+ {
3450
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3451
+ "member": "string",
3452
+ "name": "RequestId",
3453
+ "type": "string"
3454
+ }
3455
+ ],
3456
+ "type": "object"
3457
+ },
3458
+ "DescribeStreamPackageVodRemuxTaskRequest": {
3459
+ "document": "DescribeStreamPackageVodRemuxTask request structure.",
3460
+ "members": [
3461
+ {
3462
+ "disabled": false,
3463
+ "document": "VOD remux task Id.",
3464
+ "example": "65BB15F300004E12A564",
3465
+ "member": "string",
3466
+ "name": "Id",
3467
+ "required": true,
3468
+ "type": "string"
3469
+ }
3470
+ ],
3471
+ "type": "object"
3472
+ },
3473
+ "DescribeStreamPackageVodRemuxTaskResponse": {
3474
+ "document": "DescribeStreamPackageVodRemuxTask response structure.",
3475
+ "members": [
3476
+ {
3477
+ "disabled": false,
3478
+ "document": "VOD remux task information.",
3479
+ "example": "无",
3480
+ "member": "VodRemuxTaskInfo",
3481
+ "name": "Info",
3482
+ "output_required": false,
3483
+ "type": "object",
3484
+ "value_allowed_null": false
3485
+ },
3486
+ {
3487
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3488
+ "member": "string",
3489
+ "name": "RequestId",
3490
+ "type": "string"
3491
+ }
3492
+ ],
3493
+ "type": "object"
3494
+ },
3495
+ "DescribeStreamPackageVodRemuxTasksRequest": {
3496
+ "document": "DescribeStreamPackageVodRemuxTasks request structure.",
3497
+ "members": [
3498
+ {
3499
+ "disabled": false,
3500
+ "document": "Paging query page number, the value range is [1, 1000].",
3501
+ "example": "1",
3502
+ "member": "uint64",
3503
+ "name": "PageNum",
3504
+ "required": false,
3505
+ "type": "int"
3506
+ },
3507
+ {
3508
+ "disabled": false,
3509
+ "document": "Paging query the size of each page, the value range is [1, 1000].",
3510
+ "example": "100",
3511
+ "member": "uint64",
3512
+ "name": "PageSize",
3513
+ "required": false,
3514
+ "type": "int"
3515
+ }
3516
+ ],
3517
+ "type": "object"
3518
+ },
3519
+ "DescribeStreamPackageVodRemuxTasksResponse": {
3520
+ "document": "DescribeStreamPackageVodRemuxTasks response structure.",
3101
3521
  "members": [
3102
3522
  {
3103
3523
  "disabled": false,
3104
- "document": "Source list.",
3524
+ "document": "VOD remux task lists.",
3105
3525
  "example": "无",
3106
- "member": "SourceInfo",
3526
+ "member": "VodRemuxTaskInfo",
3107
3527
  "name": "Infos",
3108
3528
  "output_required": true,
3109
3529
  "type": "list",
@@ -3111,7 +3531,7 @@
3111
3531
  },
3112
3532
  {
3113
3533
  "disabled": false,
3114
- "document": "Number of pages.",
3534
+ "document": "Number of pages.\n",
3115
3535
  "example": "1",
3116
3536
  "member": "uint64",
3117
3537
  "name": "PageNum",
@@ -3121,8 +3541,8 @@
3121
3541
  },
3122
3542
  {
3123
3543
  "disabled": false,
3124
- "document": "Size per page.",
3125
- "example": "10",
3544
+ "document": "Size per page.\n",
3545
+ "example": "100",
3126
3546
  "member": "uint64",
3127
3547
  "name": "PageSize",
3128
3548
  "output_required": true,
@@ -3132,7 +3552,7 @@
3132
3552
  {
3133
3553
  "disabled": false,
3134
3554
  "document": "The total amount.",
3135
- "example": "1",
3555
+ "example": "1000",
3136
3556
  "member": "uint64",
3137
3557
  "name": "TotalNum",
3138
3558
  "output_required": true,
@@ -3142,7 +3562,7 @@
3142
3562
  {
3143
3563
  "disabled": false,
3144
3564
  "document": "total pages.",
3145
- "example": "1",
3565
+ "example": "100",
3146
3566
  "member": "uint64",
3147
3567
  "name": "TotalPage",
3148
3568
  "output_required": true,
@@ -3541,6 +3961,45 @@
3541
3961
  ],
3542
3962
  "usage": "out"
3543
3963
  },
3964
+ "InputFileInfo": {
3965
+ "document": "VOD remux task input file information.",
3966
+ "members": [
3967
+ {
3968
+ "disabled": false,
3969
+ "document": "Input file Type. The input types include COS and URL.",
3970
+ "example": "COS",
3971
+ "member": "string",
3972
+ "name": "Type",
3973
+ "output_required": true,
3974
+ "required": true,
3975
+ "type": "string",
3976
+ "value_allowed_null": false
3977
+ },
3978
+ {
3979
+ "disabled": false,
3980
+ "document": "cos input informations. ",
3981
+ "example": "无",
3982
+ "member": "CosInputInfo",
3983
+ "name": "CosInputInfo",
3984
+ "output_required": false,
3985
+ "required": false,
3986
+ "type": "object",
3987
+ "value_allowed_null": false
3988
+ },
3989
+ {
3990
+ "disabled": false,
3991
+ "document": "input file url.",
3992
+ "example": "http://aa/bb/cc.m3u8",
3993
+ "member": "string",
3994
+ "name": "Url",
3995
+ "output_required": false,
3996
+ "required": false,
3997
+ "type": "string",
3998
+ "value_allowed_null": false
3999
+ }
4000
+ ],
4001
+ "usage": "both"
4002
+ },
3544
4003
  "InputInfo": {
3545
4004
  "document": "Channel input.",
3546
4005
  "members": [
@@ -3971,7 +4430,7 @@
3971
4430
  {
3972
4431
  "disabled": false,
3973
4432
  "document": "Channel ID",
3974
- "example": "XXX",
4433
+ "example": "001",
3975
4434
  "member": "string",
3976
4435
  "name": "Id",
3977
4436
  "required": true,
@@ -3980,7 +4439,7 @@
3980
4439
  {
3981
4440
  "disabled": false,
3982
4441
  "document": "Channel endpoint URL",
3983
- "example": "XXX",
4442
+ "example": "https://www.tencent.com",
3984
4443
  "member": "string",
3985
4444
  "name": "Url",
3986
4445
  "required": true,
@@ -3989,7 +4448,7 @@
3989
4448
  {
3990
4449
  "disabled": false,
3991
4450
  "document": "New endpoint name",
3992
- "example": "XXX",
4451
+ "example": "john",
3993
4452
  "member": "string",
3994
4453
  "name": "Name",
3995
4454
  "required": true,
@@ -4052,7 +4511,7 @@
4052
4511
  {
4053
4512
  "disabled": false,
4054
4513
  "document": "The customer-defined url parameter is inserted into the subscript at the specified position of the Endpoint url. \nCalculation starts from the first '/' in the url path, and the subscript starts from 0, the optional range of the subscript is: [0,3].",
4055
- "example": "",
4514
+ "example": "0",
4056
4515
  "member": "uint64",
4057
4516
  "name": "CustomUrlParamIndex",
4058
4517
  "required": false,
@@ -4061,7 +4520,7 @@
4061
4520
  {
4062
4521
  "disabled": false,
4063
4522
  "document": "Customer-defined url parameters are inserted into the specified position of the Endpoint url based on the CustomUrlParamIndex.\nThe parameters can only contain digits, letters, underscores (_), and hyphens (-), with a length of 1 to 64 chars.",
4064
- "example": "",
4523
+ "example": "\"xx\"",
4065
4524
  "member": "string",
4066
4525
  "name": "CustomUrlParam",
4067
4526
  "required": false,
@@ -4544,6 +5003,15 @@
4544
5003
  "name": "PackageConfs",
4545
5004
  "required": false,
4546
5005
  "type": "list"
5006
+ },
5007
+ {
5008
+ "disabled": false,
5009
+ "document": "ADS can return more precise advertisements based on Source Tag information.",
5010
+ "example": "无",
5011
+ "member": "SourceTag",
5012
+ "name": "SourceTags",
5013
+ "required": false,
5014
+ "type": "list"
4547
5015
  }
4548
5016
  ],
4549
5017
  "type": "object"
@@ -4721,6 +5189,34 @@
4721
5189
  ],
4722
5190
  "usage": "both"
4723
5191
  },
5192
+ "OutputStorage": {
5193
+ "document": "VOD remux task Output Storage.",
5194
+ "members": [
5195
+ {
5196
+ "disabled": false,
5197
+ "document": "VOD remux task output storage type. Only support COS type.",
5198
+ "example": "COS",
5199
+ "member": "string",
5200
+ "name": "Type",
5201
+ "output_required": true,
5202
+ "required": true,
5203
+ "type": "string",
5204
+ "value_allowed_null": false
5205
+ },
5206
+ {
5207
+ "disabled": false,
5208
+ "document": "cos output storage information.",
5209
+ "example": "无",
5210
+ "member": "CosOutputStorage",
5211
+ "name": "CosOutputStorage",
5212
+ "output_required": true,
5213
+ "required": true,
5214
+ "type": "object",
5215
+ "value_allowed_null": false
5216
+ }
5217
+ ],
5218
+ "usage": "both"
5219
+ },
4724
5220
  "PlaybackInfo": {
4725
5221
  "document": "program playback configuration.",
4726
5222
  "members": [
@@ -5825,6 +6321,34 @@
5825
6321
  ],
5826
6322
  "usage": "both"
5827
6323
  },
6324
+ "SourceTag": {
6325
+ "document": "type SourceTag struct {\n\tKey string `json:\"Key\"`\n\tValue string `json:\"Value\"`\n}",
6326
+ "members": [
6327
+ {
6328
+ "disabled": false,
6329
+ "document": "",
6330
+ "example": "TESTKEY",
6331
+ "member": "string",
6332
+ "name": "Key",
6333
+ "output_required": false,
6334
+ "required": false,
6335
+ "type": "string",
6336
+ "value_allowed_null": false
6337
+ },
6338
+ {
6339
+ "disabled": false,
6340
+ "document": "",
6341
+ "example": "testvalue",
6342
+ "member": "string",
6343
+ "name": "Value",
6344
+ "output_required": false,
6345
+ "required": false,
6346
+ "type": "string",
6347
+ "value_allowed_null": false
6348
+ }
6349
+ ],
6350
+ "usage": "both"
6351
+ },
5828
6352
  "SpliceInsertInfo": {
5829
6353
  "document": "SpliceInsertInfo.",
5830
6354
  "members": [
@@ -5902,6 +6426,33 @@
5902
6426
  ],
5903
6427
  "type": "object"
5904
6428
  },
6429
+ "StartStreamPackageVodRemuxTaskRequest": {
6430
+ "document": "StartStreamPackageVodRemuxTask request structure.",
6431
+ "members": [
6432
+ {
6433
+ "disabled": false,
6434
+ "document": "VOD remux task ID.",
6435
+ "example": "11639543071749787053508aa",
6436
+ "member": "string",
6437
+ "name": "Id",
6438
+ "required": true,
6439
+ "type": "string"
6440
+ }
6441
+ ],
6442
+ "type": "object"
6443
+ },
6444
+ "StartStreamPackageVodRemuxTaskResponse": {
6445
+ "document": "StartStreamPackageVodRemuxTask response structure.",
6446
+ "members": [
6447
+ {
6448
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6449
+ "member": "string",
6450
+ "name": "RequestId",
6451
+ "type": "string"
6452
+ }
6453
+ ],
6454
+ "type": "object"
6455
+ },
5905
6456
  "StopStreamPackageLinearAssemblyChannelRequest": {
5906
6457
  "document": "StopStreamPackageLinearAssemblyChannel request structure.",
5907
6458
  "members": [
@@ -6112,6 +6663,42 @@
6112
6663
  ],
6113
6664
  "type": "object"
6114
6665
  },
6666
+ "UnbindSSAICDNDomainWithChannelRequest": {
6667
+ "document": "UnbindSSAICDNDomainWithChannel request structure.",
6668
+ "members": [
6669
+ {
6670
+ "disabled": false,
6671
+ "document": "Channel Id.",
6672
+ "example": "ChannelId",
6673
+ "member": "string",
6674
+ "name": "ChannelId",
6675
+ "required": true,
6676
+ "type": "string"
6677
+ },
6678
+ {
6679
+ "disabled": false,
6680
+ "document": "Specifies the playback domain of CDN.",
6681
+ "example": "CdnDomain",
6682
+ "member": "string",
6683
+ "name": "CdnDomain",
6684
+ "required": true,
6685
+ "type": "string"
6686
+ }
6687
+ ],
6688
+ "type": "object"
6689
+ },
6690
+ "UnbindSSAICDNDomainWithChannelResponse": {
6691
+ "document": "UnbindSSAICDNDomainWithChannel response structure.",
6692
+ "members": [
6693
+ {
6694
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6695
+ "member": "string",
6696
+ "name": "RequestId",
6697
+ "type": "string"
6698
+ }
6699
+ ],
6700
+ "type": "object"
6701
+ },
6115
6702
  "UsageDetail": {
6116
6703
  "document": "Ad insertion configuration and SSAI usage detail by advertisement type dimension.",
6117
6704
  "members": [
@@ -6297,6 +6884,144 @@
6297
6884
  }
6298
6885
  ],
6299
6886
  "usage": "out"
6887
+ },
6888
+ "VodRemuxTaskInfo": {
6889
+ "document": "VOD remux task informations.",
6890
+ "members": [
6891
+ {
6892
+ "disabled": false,
6893
+ "document": "VOD remux task ID.",
6894
+ "example": "11639543071749787053508aa",
6895
+ "member": "string",
6896
+ "name": "Id",
6897
+ "output_required": true,
6898
+ "required": true,
6899
+ "type": "string",
6900
+ "value_allowed_null": false
6901
+ },
6902
+ {
6903
+ "disabled": false,
6904
+ "document": "VOD remux task name.",
6905
+ "example": "vod remux name",
6906
+ "member": "string",
6907
+ "name": "Name",
6908
+ "output_required": true,
6909
+ "required": true,
6910
+ "type": "string",
6911
+ "value_allowed_null": false
6912
+ },
6913
+ {
6914
+ "disabled": false,
6915
+ "document": "VOD remux task type.",
6916
+ "example": "webvtt",
6917
+ "member": "string",
6918
+ "name": "Type",
6919
+ "output_required": true,
6920
+ "required": true,
6921
+ "type": "string",
6922
+ "value_allowed_null": false
6923
+ },
6924
+ {
6925
+ "disabled": false,
6926
+ "document": "VOD remux task input file information.",
6927
+ "example": "无",
6928
+ "member": "InputFileInfo",
6929
+ "name": "InputFileInfo",
6930
+ "output_required": true,
6931
+ "required": true,
6932
+ "type": "object",
6933
+ "value_allowed_null": false
6934
+ },
6935
+ {
6936
+ "disabled": false,
6937
+ "document": "VOD remux task output storage information.",
6938
+ "example": "无",
6939
+ "member": "OutputStorage",
6940
+ "name": "OutputStorage",
6941
+ "output_required": true,
6942
+ "required": true,
6943
+ "type": "object",
6944
+ "value_allowed_null": false
6945
+ },
6946
+ {
6947
+ "disabled": false,
6948
+ "document": "VOD remux task created time.",
6949
+ "example": "1590508800",
6950
+ "member": "uint64",
6951
+ "name": "CreateTime",
6952
+ "output_required": true,
6953
+ "required": true,
6954
+ "type": "int",
6955
+ "value_allowed_null": false
6956
+ },
6957
+ {
6958
+ "disabled": false,
6959
+ "document": "VOD remux task updated time.",
6960
+ "example": "1590508800",
6961
+ "member": "uint64",
6962
+ "name": "UpdateTime",
6963
+ "output_required": true,
6964
+ "required": true,
6965
+ "type": "int",
6966
+ "value_allowed_null": false
6967
+ },
6968
+ {
6969
+ "disabled": false,
6970
+ "document": "VOD remux task's state.",
6971
+ "example": "Processing",
6972
+ "member": "string",
6973
+ "name": "State",
6974
+ "output_required": true,
6975
+ "required": true,
6976
+ "type": "string",
6977
+ "value_allowed_null": false
6978
+ },
6979
+ {
6980
+ "disabled": false,
6981
+ "document": "VOD remux task's error message.",
6982
+ "example": "video key frame is not fount",
6983
+ "member": "string",
6984
+ "name": "ErrorMsg",
6985
+ "output_required": true,
6986
+ "required": true,
6987
+ "type": "string",
6988
+ "value_allowed_null": false
6989
+ },
6990
+ {
6991
+ "disabled": false,
6992
+ "document": "VOD remux task process started time.",
6993
+ "example": "1590508800",
6994
+ "member": "uint64",
6995
+ "name": "StartTime",
6996
+ "output_required": true,
6997
+ "required": false,
6998
+ "type": "int",
6999
+ "value_allowed_null": false
7000
+ },
7001
+ {
7002
+ "disabled": false,
7003
+ "document": "VOD remux task process end time.",
7004
+ "example": "1590509800",
7005
+ "member": "uint64",
7006
+ "name": "EndTime",
7007
+ "output_required": true,
7008
+ "required": false,
7009
+ "type": "int",
7010
+ "value_allowed_null": false
7011
+ },
7012
+ {
7013
+ "disabled": false,
7014
+ "document": "Common Params. For more information, please see the list of regions supported by the product.",
7015
+ "example": "ap-mumai",
7016
+ "member": "string",
7017
+ "name": "Region",
7018
+ "output_required": true,
7019
+ "required": false,
7020
+ "type": "string",
7021
+ "value_allowed_null": false
7022
+ }
7023
+ ],
7024
+ "usage": "both"
6300
7025
  }
6301
7026
  },
6302
7027
  "version": "1.0"