tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 (294) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +49 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +514 -333
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1105 @@
1
+ {
2
+ "actions": {
3
+ "CreateIncrementalMigrationStrategy": {
4
+ "document": "Create an incremental migration strategy for the storage of the professional application.",
5
+ "input": "CreateIncrementalMigrationStrategyRequest",
6
+ "name": "CreateIncrementalMigrationStrategy",
7
+ "output": "CreateIncrementalMigrationStrategyResponse",
8
+ "status": "online"
9
+ },
10
+ "CreateStorage": {
11
+ "document": "This API is used to create storage for professional applications.\n\nNote:\n- This API is exclusively for professional applications.\n- When a customer creates a VOD professional application, the system automatically enables storage in certain regions by default. If the customer needs to enable storage in other regions, they can do so using this API.\n- All storage regions and the regions where storage have already been enabled can be queried using the [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) API.",
12
+ "input": "CreateStorageRequest",
13
+ "name": "CreateProSubAppStorage",
14
+ "output": "CreateStorageResponse",
15
+ "status": "online"
16
+ },
17
+ "CreateStorageCredentials": {
18
+ "document": "The API is used to generate access credentials for VOD professional applications, such as generating credentials for client uploads.",
19
+ "input": "CreateStorageCredentialsRequest",
20
+ "name": "Create credentials for the storage of VOD application",
21
+ "output": "CreateStorageCredentialsResponse",
22
+ "status": "online"
23
+ },
24
+ "DeleteIncrementalMigrationStrategy": {
25
+ "document": "Delete the incremental migration strategy.",
26
+ "input": "DeleteIncrementalMigrationStrategyRequest",
27
+ "name": "DeleteIncrementalMigrationStrategy",
28
+ "output": "DeleteIncrementalMigrationStrategyResponse",
29
+ "status": "online"
30
+ },
31
+ "DescribeIncrementalMigrationStrategyInfos": {
32
+ "document": "Describe the information of the incremental migration strategy.",
33
+ "input": "DescribeIncrementalMigrationStrategyInfosRequest",
34
+ "name": "DescribeIncrementalMigrationStrategyInfos",
35
+ "output": "DescribeIncrementalMigrationStrategyInfosResponse",
36
+ "status": "online"
37
+ },
38
+ "DescribeStorage": {
39
+ "document": "This API is used to query bucket information in the professional application, and it also supports paginated queries.\nNote:\n- This API is exclusively for use in the professional application.",
40
+ "input": "DescribeStorageRequest",
41
+ "name": "DescribeStorage",
42
+ "output": "DescribeStorageResponse",
43
+ "status": "online"
44
+ },
45
+ "ModifyIncrementalMigrationStrategy": {
46
+ "document": "Modify the information of incremental migration strategy.",
47
+ "input": "ModifyIncrementalMigrationStrategyRequest",
48
+ "name": "ModifyIncrementalMigrationStrategy",
49
+ "output": "ModifyIncrementalMigrationStrategyResponse",
50
+ "status": "online"
51
+ }
52
+ },
53
+ "metadata": {
54
+ "apiVersion": "2024-07-18",
55
+ "serviceNameCN": "云点播",
56
+ "serviceShortName": "vod"
57
+ },
58
+ "objects": {
59
+ "CreateIncrementalMigrationStrategyRequest": {
60
+ "document": "CreateIncrementalMigrationStrategy request structure.",
61
+ "members": [
62
+ {
63
+ "disabled": false,
64
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
65
+ "example": "1020304056",
66
+ "member": "uint64",
67
+ "name": "SubAppId",
68
+ "required": true,
69
+ "type": "int"
70
+ },
71
+ {
72
+ "disabled": false,
73
+ "document": "The bucket ID where the strategy takes effect.",
74
+ "example": "bucketid123",
75
+ "member": "string",
76
+ "name": "BucketId",
77
+ "required": true,
78
+ "type": "string"
79
+ },
80
+ {
81
+ "disabled": false,
82
+ "document": "Incremental migration strategy name. The name length should not exceed 100 characters. Allowed characters include: Chinese characters, English characters, `0-9`,` _` and ` -`.",
83
+ "example": "strategy_name",
84
+ "member": "string",
85
+ "name": "StrategyName",
86
+ "required": true,
87
+ "type": "string"
88
+ },
89
+ {
90
+ "disabled": false,
91
+ "document": "Source type. Valid values: \n<li>HTTP: the source type is HTTP.</li>",
92
+ "example": "HTTP",
93
+ "member": "string",
94
+ "name": "OriginType",
95
+ "required": true,
96
+ "type": "string"
97
+ },
98
+ {
99
+ "disabled": false,
100
+ "document": "Incremental migration HTTP origin source configuration. This field is required when the OriginType value is `HTTP`.",
101
+ "example": "无",
102
+ "member": "IncrementalMigrationHttpOriginConfig",
103
+ "name": "HttpOriginConfig",
104
+ "required": false,
105
+ "type": "object"
106
+ }
107
+ ],
108
+ "type": "object"
109
+ },
110
+ "CreateIncrementalMigrationStrategyResponse": {
111
+ "document": "CreateIncrementalMigrationStrategy response structure.",
112
+ "members": [
113
+ {
114
+ "disabled": false,
115
+ "document": "The ID of the incremental migration strategy.",
116
+ "example": "im-demo123",
117
+ "member": "string",
118
+ "name": "StrategyId",
119
+ "output_required": true,
120
+ "type": "string",
121
+ "value_allowed_null": false
122
+ },
123
+ {
124
+ "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.",
125
+ "member": "string",
126
+ "name": "RequestId",
127
+ "type": "string"
128
+ }
129
+ ],
130
+ "type": "object"
131
+ },
132
+ "CreateStorageCredentialsRequest": {
133
+ "document": "CreateStorageCredentials request structure.",
134
+ "members": [
135
+ {
136
+ "disabled": false,
137
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
138
+ "example": "123456789012",
139
+ "member": "uint64",
140
+ "name": "SubAppId",
141
+ "required": true,
142
+ "type": "int"
143
+ },
144
+ {
145
+ "disabled": false,
146
+ "document": "The policy string serialized by URL Encode is used as the input parameter Policy. The server will URL Decode the Policy value and grant temporary access credentials according to the parsed policy. Please pass in parameters according to the specification.\nNote:\n1.The policy syntax refers to [Cloud Access Management](/document/product/598/10603).\n2.The policy cannot contain the principal element.\n3.The policy actions include: \n<li>name/vod:ListObjects;</li>\n<li>name/vod:ListObjectsV2;</li>\n<li>name/vod:HeadObject;</li>\n<li>name/vod:PutObject;</li>\n<li>name/vod:ListParts;</li>\n<li>name/vod:PostObject;</li>\n<li>name/vod:CreateMultipartUpload;</li>\n<li>name/vod:UploadPart;</li>\n<li>name/vod:CompleteMultipartUpload;</li>\n<li>name/vod:AbortMultipartUpload;</li>\n<li>name/vod:ListMultipartUploads;</li>\n<li>name/vod:CopyObject;</li>\n<li>name/vod:RestoreObject;</li>\n<li>name/vod:DeleteObjects;</li>\n<li>name/vod:DeleteObject;</li>\n<li>name/vod:UploadPartCopy.</li>4.The resource format of the policy is `qcs::vod:[region]:uid/[AppID]:prefix//[SubAppId]/[BucketId]/[Path]`, where AppID, SubAppId, BucketId and Path need to be filled in as required.\n",
147
+ "example": "%7B%22statement%22%3A%5B%7B%22action%22%3A%5B%22name%2Fvod%3APutObject%22%2C%22name%2Fvod%3AListParts%22%2C%22name%2Fvod%3APostObject%22%2C%22name%2Fvod%3AInitiateMultipartUpload%22%2C%22name%2Fvod%3AUploadPart%22%2C%22name%2Fvod%3ACompleteMultipartUpload%22%2C%22name%2Fvod%3AAbortMultipartUpload%22%2C%22name%2Fvod%3AListMultipartUploads%22%5D%2C%22effect%22%3A%22allow%22%2C%22resource%22%3A%5B%22qcs%3Aap-chongqing%3Avod%3A%3Auid%2F1231456789%3Aprefix%2F%2F1234567890%2F2ceds3ew323w3mu%2Ffile_path%22%5D%7D%5D%2C%22version%22%3A%222.0%22%7D",
148
+ "member": "string",
149
+ "name": "Policy",
150
+ "required": true,
151
+ "type": "string"
152
+ },
153
+ {
154
+ "disabled": false,
155
+ "document": "Specifies the validity period of credentials in seconds. The default value is 1800 seconds and the maximum value is 129600 seconds.",
156
+ "example": "1800",
157
+ "member": "uint64",
158
+ "name": "DurationSeconds",
159
+ "required": false,
160
+ "type": "int"
161
+ }
162
+ ],
163
+ "type": "object"
164
+ },
165
+ "CreateStorageCredentialsResponse": {
166
+ "document": "CreateStorageCredentials response structure.",
167
+ "members": [
168
+ {
169
+ "disabled": false,
170
+ "document": "Credentials.",
171
+ "example": "无",
172
+ "member": "Credentials",
173
+ "name": "Credentials",
174
+ "output_required": false,
175
+ "type": "object",
176
+ "value_allowed_null": false
177
+ },
178
+ {
179
+ "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.",
180
+ "member": "string",
181
+ "name": "RequestId",
182
+ "type": "string"
183
+ }
184
+ ],
185
+ "type": "object"
186
+ },
187
+ "CreateStorageRequest": {
188
+ "document": "CreateStorage request structure.",
189
+ "members": [
190
+ {
191
+ "disabled": false,
192
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
193
+ "example": "1020304056",
194
+ "member": "uint64",
195
+ "name": "SubAppId",
196
+ "required": true,
197
+ "type": "int"
198
+ },
199
+ {
200
+ "disabled": false,
201
+ "document": "Storage region, which must be a region supported by the system. All storage regions and the regions where storage buckets have already been enabled can be queried using the [DescribeStorageRegions](https://www.tencentcloud.com/document/product/266/46542) API.",
202
+ "example": "ap-shanghai",
203
+ "member": "string",
204
+ "name": "StorageRegion",
205
+ "required": true,
206
+ "type": "string"
207
+ },
208
+ {
209
+ "disabled": false,
210
+ "document": "The name of the storage.\n<li>Only lowercase English letters, numbers, hyphens \"-\", and their combinations are supported.</li>\n<li>The storage name cannot start or end with a \"-\".</li>\n<li>The maximum length of the storage name is 64 characters.</li>",
211
+ "example": "my-storage",
212
+ "member": "string",
213
+ "name": "StorageName",
214
+ "required": true,
215
+ "type": "string"
216
+ }
217
+ ],
218
+ "type": "object"
219
+ },
220
+ "CreateStorageResponse": {
221
+ "document": "CreateStorage response structure.",
222
+ "members": [
223
+ {
224
+ "disabled": false,
225
+ "document": "The unique identifier ID of the storage bucket.",
226
+ "example": "bucketid123",
227
+ "member": "string",
228
+ "name": "BucketId",
229
+ "output_required": false,
230
+ "type": "string",
231
+ "value_allowed_null": false
232
+ },
233
+ {
234
+ "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.",
235
+ "member": "string",
236
+ "name": "RequestId",
237
+ "type": "string"
238
+ }
239
+ ],
240
+ "type": "object"
241
+ },
242
+ "Credentials": {
243
+ "document": "Credentials.",
244
+ "members": [
245
+ {
246
+ "disabled": false,
247
+ "document": "Access Key ID.",
248
+ "example": "***********************************",
249
+ "member": "string",
250
+ "name": "AccessKeyId",
251
+ "output_required": false,
252
+ "type": "string",
253
+ "value_allowed_null": false
254
+ },
255
+ {
256
+ "disabled": false,
257
+ "document": "Secret Access Key.",
258
+ "example": "***********************************",
259
+ "member": "string",
260
+ "name": "SecretAccessKey",
261
+ "output_required": false,
262
+ "type": "string",
263
+ "value_allowed_null": false
264
+ },
265
+ {
266
+ "disabled": false,
267
+ "document": "The session token length depends on the binding policy and is no longer than 4096 bytes.",
268
+ "example": "***********************************",
269
+ "member": "string",
270
+ "name": "SessionToken",
271
+ "output_required": false,
272
+ "type": "string",
273
+ "value_allowed_null": false
274
+ },
275
+ {
276
+ "disabled": false,
277
+ "document": "The expiration time of the credentials.",
278
+ "example": "1800",
279
+ "member": "datetime_iso",
280
+ "name": "Expiration",
281
+ "output_required": false,
282
+ "type": "string",
283
+ "value_allowed_null": false
284
+ }
285
+ ],
286
+ "usage": "out"
287
+ },
288
+ "DeleteIncrementalMigrationStrategyRequest": {
289
+ "document": "DeleteIncrementalMigrationStrategy request structure.",
290
+ "members": [
291
+ {
292
+ "disabled": false,
293
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
294
+ "example": "1020304056",
295
+ "member": "uint64",
296
+ "name": "SubAppId",
297
+ "required": true,
298
+ "type": "int"
299
+ },
300
+ {
301
+ "disabled": false,
302
+ "document": "The bucket ID where the strategy takes effect.",
303
+ "example": "bucketid123",
304
+ "member": "string",
305
+ "name": "BucketId",
306
+ "required": true,
307
+ "type": "string"
308
+ },
309
+ {
310
+ "disabled": false,
311
+ "document": "The ID of the incremental migration strategy.",
312
+ "example": "im-demo123",
313
+ "member": "string",
314
+ "name": "StrategyId",
315
+ "required": true,
316
+ "type": "string"
317
+ }
318
+ ],
319
+ "type": "object"
320
+ },
321
+ "DeleteIncrementalMigrationStrategyResponse": {
322
+ "document": "DeleteIncrementalMigrationStrategy response structure.",
323
+ "members": [
324
+ {
325
+ "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.",
326
+ "member": "string",
327
+ "name": "RequestId",
328
+ "type": "string"
329
+ }
330
+ ],
331
+ "type": "object"
332
+ },
333
+ "DescribeIncrementalMigrationStrategyInfosRequest": {
334
+ "document": "DescribeIncrementalMigrationStrategyInfos request structure.",
335
+ "members": [
336
+ {
337
+ "disabled": false,
338
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
339
+ "example": "1020304056",
340
+ "member": "uint64",
341
+ "name": "SubAppId",
342
+ "required": true,
343
+ "type": "int"
344
+ },
345
+ {
346
+ "disabled": false,
347
+ "document": "Filter criteria. The maximum number of Filters.Values is `20`. If this parameter is not input, all stategy information under the current SubAppId will be returned. The detailed filter criteria are as follows:\n<li>BucketId: Filter by the ID of bucket;</li>\n<li>StrategyId: Filter by the ID of strategy.</li>",
348
+ "example": "无",
349
+ "member": "Filter",
350
+ "name": "Filters",
351
+ "required": false,
352
+ "type": "list"
353
+ },
354
+ {
355
+ "disabled": false,
356
+ "document": "Sort the returned results according to this field. \nSortBy.Field Values include: \n<li>UpdateTime: (Default) Update time of the strategy.</li>SortBy.Order Values include: \n<li>Desc: (Default) The order is descend.</li> \n",
357
+ "example": "无",
358
+ "member": "SortBy",
359
+ "name": "SortBy",
360
+ "required": false,
361
+ "type": "object"
362
+ },
363
+ {
364
+ "disabled": false,
365
+ "document": "Offset for paginated queries. Default value: `0`.",
366
+ "example": "0",
367
+ "member": "int64",
368
+ "name": "Offset",
369
+ "required": false,
370
+ "type": "int"
371
+ },
372
+ {
373
+ "disabled": false,
374
+ "document": "Limit on paginated queries. Default value: `20`. Maximum value: `100`.",
375
+ "example": "20",
376
+ "member": "int64",
377
+ "name": "Limit",
378
+ "required": false,
379
+ "type": "int"
380
+ }
381
+ ],
382
+ "type": "object"
383
+ },
384
+ "DescribeIncrementalMigrationStrategyInfosResponse": {
385
+ "document": "DescribeIncrementalMigrationStrategyInfos response structure.",
386
+ "members": [
387
+ {
388
+ "disabled": false,
389
+ "document": "Total count of matched strategies.",
390
+ "example": "100",
391
+ "member": "int64",
392
+ "name": "TotalCount",
393
+ "output_required": false,
394
+ "type": "int",
395
+ "value_allowed_null": false
396
+ },
397
+ {
398
+ "disabled": false,
399
+ "document": "Information of all matched strategies.",
400
+ "example": "无",
401
+ "member": "IncrementalMigrationStrategyInfo",
402
+ "name": "StrategyInfoSet",
403
+ "output_required": false,
404
+ "type": "list",
405
+ "value_allowed_null": false
406
+ },
407
+ {
408
+ "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.",
409
+ "member": "string",
410
+ "name": "RequestId",
411
+ "type": "string"
412
+ }
413
+ ],
414
+ "type": "object"
415
+ },
416
+ "DescribeStorageRequest": {
417
+ "document": "DescribeStorage request structure.",
418
+ "members": [
419
+ {
420
+ "disabled": false,
421
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
422
+ "example": "1020304056",
423
+ "member": "uint64",
424
+ "name": "SubAppId",
425
+ "required": true,
426
+ "type": "int"
427
+ },
428
+ {
429
+ "disabled": false,
430
+ "document": "Filter criteria. The maximum number of Filters.Values is `20`. If this parameter is not input, all storage under the current SubAppId will be returned. The detailed filter criteria are as follows:\n<li>BucketId: Filter by the ID of bucket;</li>\n<li>StorageName: Filter by the name of storage.</li>",
431
+ "example": "无",
432
+ "member": "Filter",
433
+ "name": "Filters",
434
+ "required": false,
435
+ "type": "list"
436
+ },
437
+ {
438
+ "disabled": false,
439
+ "document": "Sort the returned results according to this field. \nSortBy.Field Values include: \n<li>UpdateTime: (Default) Create time of the storage.</li>SortBy.Order Values include: \n<li>Asc: (Default) The order is ascend.</li> \n",
440
+ "example": "无",
441
+ "member": "SortBy",
442
+ "name": "SortBy",
443
+ "required": false,
444
+ "type": "object"
445
+ },
446
+ {
447
+ "disabled": false,
448
+ "document": "Offset for paginated queries. Default value: `0`.",
449
+ "example": "0",
450
+ "member": "uint64",
451
+ "name": "Offset",
452
+ "required": false,
453
+ "type": "int"
454
+ },
455
+ {
456
+ "disabled": false,
457
+ "document": "Limit on paginated queries. Default value: `20`. Maximum value: `1000`.",
458
+ "example": "20",
459
+ "member": "uint64",
460
+ "name": "Limit",
461
+ "required": false,
462
+ "type": "int"
463
+ }
464
+ ],
465
+ "type": "object"
466
+ },
467
+ "DescribeStorageResponse": {
468
+ "document": "DescribeStorage response structure.",
469
+ "members": [
470
+ {
471
+ "disabled": false,
472
+ "document": "Total count of matched storage.",
473
+ "example": "1",
474
+ "member": "int64",
475
+ "name": "TotalCount",
476
+ "output_required": true,
477
+ "type": "int",
478
+ "value_allowed_null": false
479
+ },
480
+ {
481
+ "disabled": false,
482
+ "document": "Information of all matched storage.",
483
+ "example": "无",
484
+ "member": "StorageInfo",
485
+ "name": "StorageInfoSet",
486
+ "output_required": true,
487
+ "type": "list",
488
+ "value_allowed_null": false
489
+ },
490
+ {
491
+ "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.",
492
+ "member": "string",
493
+ "name": "RequestId",
494
+ "type": "string"
495
+ }
496
+ ],
497
+ "type": "object"
498
+ },
499
+ "Filter": {
500
+ "document": "Key-value pair filters for conditional filtering queries, such as filtering ID, name, and status.\nIf more than one filter exists, the logical relationship between these filters is `AND`.\nIf multiple values exist in one filter, the logical relationship between these values under the same filter is `OR`.",
501
+ "members": [
502
+ {
503
+ "disabled": false,
504
+ "document": "Fields to be filtered.",
505
+ "example": "Status",
506
+ "member": "string",
507
+ "name": "Name",
508
+ "required": true,
509
+ "type": "string"
510
+ },
511
+ {
512
+ "disabled": false,
513
+ "document": "Value of the filtered field.",
514
+ "example": "[\"NORMAL\", \"DISABLE\"]",
515
+ "member": "string",
516
+ "name": "Values",
517
+ "required": true,
518
+ "type": "list"
519
+ }
520
+ ],
521
+ "usage": "in"
522
+ },
523
+ "IncrementalMigrationHttpEndpointInfo": {
524
+ "document": "Incremental migration source address information.",
525
+ "members": [
526
+ {
527
+ "disabled": false,
528
+ "document": "Address information, supporting domain names or IP addresses.",
529
+ "example": "example.com",
530
+ "member": "string",
531
+ "name": "Endpoint",
532
+ "output_required": false,
533
+ "required": true,
534
+ "type": "string",
535
+ "value_allowed_null": false
536
+ },
537
+ {
538
+ "disabled": false,
539
+ "document": "Backup address information.",
540
+ "example": "[\"standby.com\",\"standby2.com\"]",
541
+ "member": "string",
542
+ "name": "StandbyEndpointSet",
543
+ "output_required": false,
544
+ "required": false,
545
+ "type": "list",
546
+ "value_allowed_null": false
547
+ }
548
+ ],
549
+ "usage": "both"
550
+ },
551
+ "IncrementalMigrationHttpHeader": {
552
+ "document": "Incremental migration back-to-origin HTTP Header.",
553
+ "members": [
554
+ {
555
+ "disabled": false,
556
+ "document": "Header Key.",
557
+ "example": "Host",
558
+ "member": "string",
559
+ "name": "Key",
560
+ "output_required": false,
561
+ "required": true,
562
+ "type": "string",
563
+ "value_allowed_null": false
564
+ },
565
+ {
566
+ "disabled": false,
567
+ "document": "Header Value.",
568
+ "example": "example.com",
569
+ "member": "string",
570
+ "name": "Value",
571
+ "output_required": false,
572
+ "required": true,
573
+ "type": "string",
574
+ "value_allowed_null": false
575
+ }
576
+ ],
577
+ "usage": "both"
578
+ },
579
+ "IncrementalMigrationHttpHeaderInfo": {
580
+ "document": "Incremental migration back-to-origin HTTP Header information.",
581
+ "members": [
582
+ {
583
+ "disabled": false,
584
+ "document": "HTTP Header Passthrough Mode. Values valid:\n<li>FOLLOW_ALL: Pass through all header information;<\\li>\n<li>FOLLOW_PART: Pass through partial header information;<\\li>\n<li>IGNORE_PART: Ignore partial header information.<\\li>",
585
+ "example": "FOLLOW_ALL",
586
+ "member": "string",
587
+ "name": "HeaderFollowMode",
588
+ "output_required": false,
589
+ "required": true,
590
+ "type": "string",
591
+ "value_allowed_null": false
592
+ },
593
+ {
594
+ "disabled": false,
595
+ "document": "Header Key Set for Passthrough. This field is required only when the HeaderFollowMode is set to `FOLLOW_PART`.",
596
+ "example": "[\"Host\"]",
597
+ "member": "string",
598
+ "name": "FollowHttpHeaderKeySet",
599
+ "output_required": false,
600
+ "required": false,
601
+ "type": "list",
602
+ "value_allowed_null": false
603
+ },
604
+ {
605
+ "disabled": false,
606
+ "document": "Add Header Key-Value Pair Collection.",
607
+ "example": "无",
608
+ "member": "IncrementalMigrationHttpHeader",
609
+ "name": "NewHttpHeaderSet",
610
+ "output_required": false,
611
+ "required": false,
612
+ "type": "list",
613
+ "value_allowed_null": false
614
+ }
615
+ ],
616
+ "usage": "both"
617
+ },
618
+ "IncrementalMigrationHttpOriginCondition": {
619
+ "document": "Incremental migration back-to-source conditions.",
620
+ "members": [
621
+ {
622
+ "disabled": false,
623
+ "document": "HTTP code to trigger back-to-source conditions. If not filled, the default value is `404`.",
624
+ "example": "404",
625
+ "member": "uint64",
626
+ "name": "HttpStatusCode",
627
+ "output_required": false,
628
+ "required": false,
629
+ "type": "int",
630
+ "value_allowed_null": false
631
+ },
632
+ {
633
+ "disabled": false,
634
+ "document": "Object key prefix to trigger back-to-source conditions",
635
+ "example": "prefix_test",
636
+ "member": "string",
637
+ "name": "Prefix",
638
+ "output_required": false,
639
+ "required": false,
640
+ "type": "string",
641
+ "value_allowed_null": false
642
+ }
643
+ ],
644
+ "usage": "both"
645
+ },
646
+ "IncrementalMigrationHttpOriginConfig": {
647
+ "document": "Configuration of the origin for incremental migration back-to-source.",
648
+ "members": [
649
+ {
650
+ "disabled": false,
651
+ "document": "Origin information for back-to-source.",
652
+ "example": "无",
653
+ "member": "IncrementalMigrationHttpOriginInfo",
654
+ "name": "OriginInfo",
655
+ "output_required": false,
656
+ "required": true,
657
+ "type": "object",
658
+ "value_allowed_null": false
659
+ },
660
+ {
661
+ "disabled": false,
662
+ "document": "Back-to-source parameters.",
663
+ "example": "无",
664
+ "member": "IncrementalMigrationHttpOriginParameter",
665
+ "name": "OriginParameter",
666
+ "output_required": false,
667
+ "required": true,
668
+ "type": "object",
669
+ "value_allowed_null": false
670
+ },
671
+ {
672
+ "disabled": false,
673
+ "document": "Back-to-source mode. Valid values:\n<li>SYNC: Synchronous back-to-source;</li>\n<li>ASYNC: Asynchronous back-to-source.</li>",
674
+ "example": "SYNC",
675
+ "member": "string",
676
+ "name": "Mode",
677
+ "output_required": false,
678
+ "required": false,
679
+ "type": "string",
680
+ "value_allowed_null": false
681
+ },
682
+ {
683
+ "disabled": false,
684
+ "document": "Back-to-source conditions.",
685
+ "example": "无",
686
+ "member": "IncrementalMigrationHttpOriginCondition",
687
+ "name": "OriginCondition",
688
+ "output_required": false,
689
+ "required": false,
690
+ "type": "object",
691
+ "value_allowed_null": false
692
+ }
693
+ ],
694
+ "usage": "both"
695
+ },
696
+ "IncrementalMigrationHttpOriginInfo": {
697
+ "document": "Incremental migration source information.",
698
+ "members": [
699
+ {
700
+ "disabled": false,
701
+ "document": "Incremental migration source address information.",
702
+ "example": "无",
703
+ "member": "IncrementalMigrationHttpEndpointInfo",
704
+ "name": "EndpointInfo",
705
+ "output_required": false,
706
+ "required": true,
707
+ "type": "object",
708
+ "value_allowed_null": false
709
+ },
710
+ {
711
+ "disabled": false,
712
+ "document": "Incremental migration source file information.",
713
+ "example": "无",
714
+ "member": "IncrementalMigrationOriginFileInfo",
715
+ "name": "FileInfo",
716
+ "output_required": false,
717
+ "required": false,
718
+ "type": "object",
719
+ "value_allowed_null": false
720
+ }
721
+ ],
722
+ "usage": "both"
723
+ },
724
+ "IncrementalMigrationHttpOriginParameter": {
725
+ "document": "Incremental migration back-to-source parameters.",
726
+ "members": [
727
+ {
728
+ "disabled": false,
729
+ "document": "HTTP header passthrough information.",
730
+ "example": "无",
731
+ "member": "IncrementalMigrationHttpHeaderInfo",
732
+ "name": "HttpHeaderInfo",
733
+ "output_required": false,
734
+ "required": true,
735
+ "type": "object",
736
+ "value_allowed_null": false
737
+ },
738
+ {
739
+ "disabled": false,
740
+ "document": "Back-to-source protocol. Valid values:\n<li>HTTP: Force HTTP;</li>\n<li>HTTPS: Force HTTPS;</li>\n<li>FOLLOW: Follow the request protocol.</li>",
741
+ "example": "HTTP",
742
+ "member": "string",
743
+ "name": "Protocol",
744
+ "output_required": false,
745
+ "required": false,
746
+ "type": "string",
747
+ "value_allowed_null": false
748
+ },
749
+ {
750
+ "disabled": false,
751
+ "document": "Query string passthrough mode. Valid values\n<li>FOLLOW: Fully passthrough;</li>\n<li>IGNORE: No passthrough at all.</li>",
752
+ "example": "FOLLOW",
753
+ "member": "string",
754
+ "name": "QueryStringFollowMode",
755
+ "output_required": false,
756
+ "required": false,
757
+ "type": "string",
758
+ "value_allowed_null": false
759
+ },
760
+ {
761
+ "disabled": false,
762
+ "document": "HTTP Code for redirection. Currently, only `301`, `302`, and `307` are supported. The default value is `302`.",
763
+ "example": "302",
764
+ "member": "uint64",
765
+ "name": "HttpRedirectCode",
766
+ "output_required": false,
767
+ "required": false,
768
+ "type": "int",
769
+ "value_allowed_null": false
770
+ },
771
+ {
772
+ "disabled": false,
773
+ "document": "Origin server redirection follow mode. Valid values:\n<li>FOLLOW: Follow origin server redirection;</li>\n<li>IGNORE: Ignore origin server redirection.</li>",
774
+ "example": "FOLLOW",
775
+ "member": "string",
776
+ "name": "OriginRedirectionFollowMode",
777
+ "output_required": false,
778
+ "required": false,
779
+ "type": "string",
780
+ "value_allowed_null": false
781
+ }
782
+ ],
783
+ "usage": "both"
784
+ },
785
+ "IncrementalMigrationOriginFileInfo": {
786
+ "document": "Incremental migration of origin file information.",
787
+ "members": [
788
+ {
789
+ "disabled": false,
790
+ "document": "File prefix configuration.",
791
+ "example": "无",
792
+ "member": "IncrementalMigrationOriginPrefixConfig",
793
+ "name": "PrefixConfig",
794
+ "output_required": false,
795
+ "required": false,
796
+ "type": "object",
797
+ "value_allowed_null": false
798
+ },
799
+ {
800
+ "disabled": false,
801
+ "document": "File \tsuffix configuration.",
802
+ "example": "无",
803
+ "member": "IncrementalMigrationOriginSuffixConfig",
804
+ "name": "SuffixConfig",
805
+ "output_required": false,
806
+ "required": false,
807
+ "type": "object",
808
+ "value_allowed_null": false
809
+ },
810
+ {
811
+ "disabled": false,
812
+ "document": "Fixed file configuration.",
813
+ "example": "无",
814
+ "member": "IncrementalMigrationOriginFixedFileConfig",
815
+ "name": "FixedFileConfig",
816
+ "output_required": false,
817
+ "required": false,
818
+ "type": "object",
819
+ "value_allowed_null": false
820
+ }
821
+ ],
822
+ "usage": "both"
823
+ },
824
+ "IncrementalMigrationOriginFixedFileConfig": {
825
+ "document": "Incremental migration of origin fixed file path configuration.",
826
+ "members": [
827
+ {
828
+ "disabled": false,
829
+ "document": "Fixed file path: If you fill in `example/test.png`, the origin-pull address will be: `http(s)://<origin domain>/example/test.png`.",
830
+ "example": "example/test.png",
831
+ "member": "string",
832
+ "name": "FixedFilePath",
833
+ "output_required": false,
834
+ "required": false,
835
+ "type": "string",
836
+ "value_allowed_null": false
837
+ }
838
+ ],
839
+ "usage": "both"
840
+ },
841
+ "IncrementalMigrationOriginPrefixConfig": {
842
+ "document": "Incremental migration of origin address prefix configuration.",
843
+ "members": [
844
+ {
845
+ "disabled": false,
846
+ "document": "Origin address prefix: If you fill in `test/`, the origin-pull address will be `http(s)://<origin domain>/test/<file name>`.",
847
+ "example": "prefix",
848
+ "member": "string",
849
+ "name": "Prefix",
850
+ "output_required": false,
851
+ "required": false,
852
+ "type": "string",
853
+ "value_allowed_null": false
854
+ }
855
+ ],
856
+ "usage": "both"
857
+ },
858
+ "IncrementalMigrationOriginSuffixConfig": {
859
+ "document": "Incremental migration of origin file suffix configuration.",
860
+ "members": [
861
+ {
862
+ "disabled": false,
863
+ "document": "File suffix.\nif filled with `.ts`, the origin-pull address will be: `http(s)://<origin domain>/<file name>.ts`.",
864
+ "example": "suffix",
865
+ "member": "string",
866
+ "name": "Suffix",
867
+ "output_required": false,
868
+ "required": false,
869
+ "type": "string",
870
+ "value_allowed_null": false
871
+ }
872
+ ],
873
+ "usage": "both"
874
+ },
875
+ "IncrementalMigrationStrategyInfo": {
876
+ "document": "Incremental migration strategy information.",
877
+ "members": [
878
+ {
879
+ "disabled": false,
880
+ "document": "The ID of the incremental migration strategy.",
881
+ "example": "im-demo123",
882
+ "member": "string",
883
+ "name": "StrategyId",
884
+ "output_required": false,
885
+ "type": "string",
886
+ "value_allowed_null": false
887
+ },
888
+ {
889
+ "disabled": false,
890
+ "document": "The name of the incremental migration strategy.",
891
+ "example": "strategy_name",
892
+ "member": "string",
893
+ "name": "StrategyName",
894
+ "output_required": false,
895
+ "type": "string",
896
+ "value_allowed_null": false
897
+ },
898
+ {
899
+ "disabled": false,
900
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
901
+ "example": "1020304056",
902
+ "member": "uint64",
903
+ "name": "SubAppId",
904
+ "output_required": false,
905
+ "type": "int",
906
+ "value_allowed_null": false
907
+ },
908
+ {
909
+ "disabled": false,
910
+ "document": "The bucket ID where the strategy takes effect.",
911
+ "example": "bucketid-123",
912
+ "member": "string",
913
+ "name": "BucketId",
914
+ "output_required": false,
915
+ "type": "string",
916
+ "value_allowed_null": false
917
+ },
918
+ {
919
+ "disabled": false,
920
+ "document": "Source type.",
921
+ "example": "HTTP",
922
+ "member": "string",
923
+ "name": "OriginType",
924
+ "output_required": false,
925
+ "type": "string",
926
+ "value_allowed_null": false
927
+ },
928
+ {
929
+ "disabled": false,
930
+ "document": "Incremental migration HTTP origin source configuration.",
931
+ "example": "无",
932
+ "member": "IncrementalMigrationHttpOriginConfig",
933
+ "name": "HttpOriginConfig",
934
+ "output_required": false,
935
+ "type": "object",
936
+ "value_allowed_null": false
937
+ }
938
+ ],
939
+ "usage": "out"
940
+ },
941
+ "ModifyIncrementalMigrationStrategyRequest": {
942
+ "document": "ModifyIncrementalMigrationStrategy request structure.",
943
+ "members": [
944
+ {
945
+ "disabled": false,
946
+ "document": "<b>The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).</b>",
947
+ "example": "1020304056",
948
+ "member": "uint64",
949
+ "name": "SubAppId",
950
+ "required": true,
951
+ "type": "int"
952
+ },
953
+ {
954
+ "disabled": false,
955
+ "document": "The bucket ID where the strategy takes effect.",
956
+ "example": "bucketid123",
957
+ "member": "string",
958
+ "name": "BucketId",
959
+ "required": true,
960
+ "type": "string"
961
+ },
962
+ {
963
+ "disabled": false,
964
+ "document": "The ID of the incremental migration strategy.",
965
+ "example": "im-demo123",
966
+ "member": "string",
967
+ "name": "StrategyId",
968
+ "required": true,
969
+ "type": "string"
970
+ },
971
+ {
972
+ "disabled": false,
973
+ "document": "The name of the incremental migration strategy.",
974
+ "example": "StrategyName",
975
+ "member": "string",
976
+ "name": "StrategyName",
977
+ "required": false,
978
+ "type": "string"
979
+ },
980
+ {
981
+ "disabled": false,
982
+ "document": "Source type. Valid values: \n<li>HTTP: (Default) the source type is HTTP.</li>",
983
+ "example": "HTTP",
984
+ "member": "string",
985
+ "name": "OriginType",
986
+ "required": false,
987
+ "type": "string"
988
+ },
989
+ {
990
+ "disabled": false,
991
+ "document": "Incremental migration HTTP origin source configuration. If left blank, it will default to no modification.",
992
+ "example": "无",
993
+ "member": "IncrementalMigrationHttpOriginConfig",
994
+ "name": "HttpOriginConfig",
995
+ "required": false,
996
+ "type": "object"
997
+ }
998
+ ],
999
+ "type": "object"
1000
+ },
1001
+ "ModifyIncrementalMigrationStrategyResponse": {
1002
+ "document": "ModifyIncrementalMigrationStrategy response structure.",
1003
+ "members": [
1004
+ {
1005
+ "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.",
1006
+ "member": "string",
1007
+ "name": "RequestId",
1008
+ "type": "string"
1009
+ }
1010
+ ],
1011
+ "type": "object"
1012
+ },
1013
+ "SortBy": {
1014
+ "document": "Sort by criterion",
1015
+ "members": [
1016
+ {
1017
+ "disabled": false,
1018
+ "document": "Sort by field",
1019
+ "example": "CreateTime",
1020
+ "member": "string",
1021
+ "name": "Field",
1022
+ "required": true,
1023
+ "type": "string"
1024
+ },
1025
+ {
1026
+ "disabled": false,
1027
+ "document": "Sorting order. Valid values: Asc (ascending), Desc (descending)",
1028
+ "example": "Asc",
1029
+ "member": "string",
1030
+ "name": "Order",
1031
+ "required": true,
1032
+ "type": "string"
1033
+ }
1034
+ ],
1035
+ "usage": "in"
1036
+ },
1037
+ "StorageInfo": {
1038
+ "document": "Storage information for the professional application.",
1039
+ "members": [
1040
+ {
1041
+ "disabled": false,
1042
+ "document": "The ID of bucket.",
1043
+ "example": "bucketId123demo",
1044
+ "member": "string",
1045
+ "name": "BucketId",
1046
+ "output_required": false,
1047
+ "type": "string",
1048
+ "value_allowed_null": false
1049
+ },
1050
+ {
1051
+ "disabled": false,
1052
+ "document": "The name of bucket.",
1053
+ "example": "my-storage",
1054
+ "member": "string",
1055
+ "name": "StorageName",
1056
+ "output_required": false,
1057
+ "type": "string",
1058
+ "value_allowed_null": false
1059
+ },
1060
+ {
1061
+ "disabled": false,
1062
+ "document": "The region of storage.",
1063
+ "example": "ap-guangzhou",
1064
+ "member": "string",
1065
+ "name": "StorageRegion",
1066
+ "output_required": false,
1067
+ "type": "string",
1068
+ "value_allowed_null": false
1069
+ },
1070
+ {
1071
+ "disabled": false,
1072
+ "document": "The status of the internet access domain name is stored. Valid values: <li>ONLINE: Active;</li> <li>DEPLOYING: In deployment.</li>",
1073
+ "example": "ONLINE",
1074
+ "member": "string",
1075
+ "name": "InternetAccessDomainStatus",
1076
+ "output_required": false,
1077
+ "type": "string",
1078
+ "value_allowed_null": false
1079
+ },
1080
+ {
1081
+ "disabled": false,
1082
+ "document": "The internet access domain name of storage.",
1083
+ "example": "example123.vodpro.ap-guangzhou.eovod.com",
1084
+ "member": "string",
1085
+ "name": "InternetAccessDomain",
1086
+ "output_required": false,
1087
+ "type": "string",
1088
+ "value_allowed_null": false
1089
+ },
1090
+ {
1091
+ "disabled": false,
1092
+ "document": "The creation time of the storage.",
1093
+ "example": "2018-07-17T00:00:00+08:00",
1094
+ "member": "datetime_iso",
1095
+ "name": "CreateTime",
1096
+ "output_required": false,
1097
+ "type": "string",
1098
+ "value_allowed_null": false
1099
+ }
1100
+ ],
1101
+ "usage": "out"
1102
+ }
1103
+ },
1104
+ "version": "1.0"
1105
+ }