tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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 (292) 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 +46 -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 +444 -272
  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 +1007 -139
  29. tccli/services/billing/v20180709/api.json +1707 -429
  30. tccli/services/billing/v20180709/examples.json +161 -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 +463 -208
  42. tccli/services/cdb/v20170320/examples.json +8 -8
  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/cdn/v20180606/api.json +22 -22
  48. tccli/services/cdn/v20180606/examples.json +1 -1
  49. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  50. tccli/services/cdwpg/cdwpg_client.py +120 -48
  51. tccli/services/cdz/__init__.py +4 -0
  52. tccli/services/cdz/cdz_client.py +210 -0
  53. tccli/services/cdz/v20221123/api.json +233 -0
  54. tccli/services/cdz/v20221123/examples.json +12 -0
  55. tccli/services/cfg/cfg_client.py +80 -32
  56. tccli/services/cfg/v20210820/api.json +30 -10
  57. tccli/services/cfg/v20210820/examples.json +1 -1
  58. tccli/services/cfs/cfs_client.py +195 -78
  59. tccli/services/cfw/cfw_client.py +330 -132
  60. tccli/services/chdfs/chdfs_client.py +145 -58
  61. tccli/services/ciam/ciam_client.py +80 -32
  62. tccli/services/ckafka/ckafka_client.py +1149 -259
  63. tccli/services/ckafka/v20190819/api.json +3738 -1696
  64. tccli/services/ckafka/v20190819/examples.json +266 -162
  65. tccli/services/clb/clb_client.py +1054 -469
  66. tccli/services/clb/v20180317/api.json +2273 -1020
  67. tccli/services/clb/v20180317/examples.json +184 -124
  68. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  69. tccli/services/cls/cls_client.py +434 -173
  70. tccli/services/cmq/cmq_client.py +14 -803
  71. tccli/services/cmq/v20190304/api.json +173 -1367
  72. tccli/services/cmq/v20190304/examples.json +0 -120
  73. tccli/services/config/config_client.py +30 -12
  74. tccli/services/controlcenter/controlcenter_client.py +229 -2
  75. tccli/services/controlcenter/v20230110/api.json +528 -5
  76. tccli/services/controlcenter/v20230110/examples.json +32 -0
  77. tccli/services/csip/csip_client.py +339 -78
  78. tccli/services/csip/v20221121/api.json +1011 -38
  79. tccli/services/csip/v20221121/examples.json +24 -0
  80. tccli/services/ctsdb/__init__.py +4 -0
  81. tccli/services/ctsdb/ctsdb_client.py +266 -0
  82. tccli/services/ctsdb/v20230202/api.json +677 -0
  83. tccli/services/ctsdb/v20230202/examples.json +20 -0
  84. tccli/services/cvm/cvm_client.py +706 -189
  85. tccli/services/cvm/v20170312/api.json +1003 -453
  86. tccli/services/cvm/v20170312/examples.json +176 -130
  87. tccli/services/cwp/cwp_client.py +2325 -930
  88. tccli/services/cynosdb/cynosdb_client.py +2272 -591
  89. tccli/services/cynosdb/v20190107/api.json +12480 -7740
  90. tccli/services/cynosdb/v20190107/examples.json +193 -9
  91. tccli/services/dataintegration/dataintegration_client.py +5 -2
  92. tccli/services/dayu/dayu_client.py +515 -206
  93. tccli/services/dbbrain/dbbrain_client.py +210 -84
  94. tccli/services/dc/dc_client.py +90 -36
  95. tccli/services/dcdb/dcdb_client.py +310 -124
  96. tccli/services/dlc/dlc_client.py +859 -214
  97. tccli/services/dlc/v20210125/api.json +637 -13
  98. tccli/services/dlc/v20210125/examples.json +48 -0
  99. tccli/services/dms/dms_client.py +10 -4
  100. tccli/services/dnspod/dnspod_client.py +390 -111
  101. tccli/services/dnspod/v20210323/api.json +196 -0
  102. tccli/services/dnspod/v20210323/examples.json +24 -0
  103. tccli/services/domain/domain_client.py +120 -48
  104. tccli/services/dts/dts_client.py +415 -166
  105. tccli/services/eb/eb_client.py +130 -52
  106. tccli/services/ecdn/ecdn_client.py +75 -30
  107. tccli/services/ecm/ecm_client.py +620 -248
  108. tccli/services/eiam/eiam_client.py +200 -80
  109. tccli/services/emr/emr_client.py +3104 -117
  110. tccli/services/emr/v20190103/api.json +15311 -4361
  111. tccli/services/emr/v20190103/examples.json +452 -42
  112. tccli/services/es/es_client.py +105 -42
  113. tccli/services/facefusion/facefusion_client.py +15 -6
  114. tccli/services/faceid/faceid_client.py +95 -38
  115. tccli/services/faceid/v20180301/api.json +172 -45
  116. tccli/services/faceid/v20180301/examples.json +3 -3
  117. tccli/services/gaap/gaap_client.py +440 -176
  118. tccli/services/gme/gme_client.py +50 -20
  119. tccli/services/gpm/gpm_client.py +90 -36
  120. tccli/services/gse/gse_client.py +110 -44
  121. tccli/services/gwlb/gwlb_client.py +90 -36
  122. tccli/services/hunyuan/__init__.py +4 -0
  123. tccli/services/hunyuan/hunyuan_client.py +490 -0
  124. tccli/services/hunyuan/v20230901/api.json +566 -0
  125. tccli/services/hunyuan/v20230901/examples.json +52 -0
  126. tccli/services/iai/iai_client.py +145 -58
  127. tccli/services/iai/v20200303/api.json +187 -51
  128. tccli/services/iai/v20200303/examples.json +30 -12
  129. tccli/services/iap/iap_client.py +30 -12
  130. tccli/services/ims/ims_client.py +5 -2
  131. tccli/services/ims/v20201229/api.json +133 -141
  132. tccli/services/ims/v20201229/examples.json +3 -3
  133. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
  134. tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
  135. tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
  136. tccli/services/iotcloud/iotcloud_client.py +100 -40
  137. tccli/services/iotcloud/v20210408/api.json +216 -107
  138. tccli/services/iotcloud/v20210408/examples.json +9 -9
  139. tccli/services/ip/ip_client.py +30 -12
  140. tccli/services/kms/kms_client.py +1226 -227
  141. tccli/services/kms/v20190118/api.json +1465 -123
  142. tccli/services/kms/v20190118/examples.json +129 -3
  143. tccli/services/lcic/lcic_client.py +265 -106
  144. tccli/services/lighthouse/lighthouse_client.py +730 -172
  145. tccli/services/lighthouse/v20200324/api.json +502 -14
  146. tccli/services/lighthouse/v20200324/examples.json +59 -5
  147. tccli/services/live/live_client.py +804 -232
  148. tccli/services/live/v20180801/api.json +272 -0
  149. tccli/services/live/v20180801/examples.json +32 -0
  150. tccli/services/lke/__init__.py +4 -0
  151. tccli/services/lke/lke_client.py +5194 -0
  152. tccli/services/lke/v20231130/api.json +14803 -0
  153. tccli/services/lke/v20231130/examples.json +736 -0
  154. tccli/services/lkeap/__init__.py +4 -0
  155. tccli/services/lkeap/lkeap_client.py +602 -0
  156. tccli/services/lkeap/v20240522/api.json +989 -0
  157. tccli/services/lkeap/v20240522/examples.json +92 -0
  158. tccli/services/mariadb/mariadb_client.py +250 -100
  159. tccli/services/mdc/mdc_client.py +90 -36
  160. tccli/services/mdl/mdl_client.py +402 -82
  161. tccli/services/mdl/v20200326/api.json +1437 -100
  162. tccli/services/mdl/v20200326/examples.json +48 -16
  163. tccli/services/mdp/mdp_client.py +785 -122
  164. tccli/services/mdp/v20200527/api.json +1336 -49
  165. tccli/services/mdp/v20200527/examples.json +151 -79
  166. tccli/services/message/__init__.py +4 -0
  167. tccli/services/message/message_client.py +210 -0
  168. tccli/services/message/v20181225/api.json +72 -0
  169. tccli/services/message/v20181225/examples.json +13 -0
  170. tccli/services/mongodb/mongodb_client.py +1452 -136
  171. tccli/services/mongodb/v20190725/api.json +4393 -1462
  172. tccli/services/mongodb/v20190725/examples.json +265 -71
  173. tccli/services/monitor/monitor_client.py +1008 -296
  174. tccli/services/monitor/v20180724/api.json +664 -15
  175. tccli/services/monitor/v20180724/examples.json +152 -4
  176. tccli/services/mps/mps_client.py +1878 -379
  177. tccli/services/mps/v20190612/api.json +7473 -1626
  178. tccli/services/mps/v20190612/examples.json +276 -82
  179. tccli/services/mqtt/__init__.py +4 -0
  180. tccli/services/mqtt/mqtt_client.py +1610 -0
  181. tccli/services/mqtt/v20240516/api.json +3057 -0
  182. tccli/services/mqtt/v20240516/examples.json +213 -0
  183. tccli/services/msp/msp_client.py +35 -14
  184. tccli/services/ocr/ocr_client.py +515 -74
  185. tccli/services/ocr/v20181119/api.json +1991 -168
  186. tccli/services/ocr/v20181119/examples.json +58 -4
  187. tccli/services/omics/omics_client.py +100 -40
  188. tccli/services/organization/organization_client.py +580 -232
  189. tccli/services/postgres/postgres_client.py +455 -182
  190. tccli/services/postgres/v20170312/api.json +134 -109
  191. tccli/services/postgres/v20170312/examples.json +14 -14
  192. tccli/services/privatedns/privatedns_client.py +206 -60
  193. tccli/services/privatedns/v20201028/api.json +179 -0
  194. tccli/services/privatedns/v20201028/examples.json +8 -0
  195. tccli/services/pts/pts_client.py +240 -96
  196. tccli/services/quota/__init__.py +4 -0
  197. tccli/services/quota/quota_client.py +434 -0
  198. tccli/services/quota/v20241204/api.json +548 -0
  199. tccli/services/quota/v20241204/examples.json +51 -0
  200. tccli/services/rce/rce_client.py +5 -2
  201. tccli/services/redis/redis_client.py +698 -212
  202. tccli/services/redis/v20180412/api.json +968 -563
  203. tccli/services/redis/v20180412/examples.json +98 -56
  204. tccli/services/region/__init__.py +4 -0
  205. tccli/services/region/region_client.py +322 -0
  206. tccli/services/region/v20220627/api.json +399 -0
  207. tccli/services/region/v20220627/examples.json +29 -0
  208. tccli/services/rum/rum_client.py +300 -120
  209. tccli/services/scf/scf_client.py +210 -84
  210. tccli/services/ses/ses_client.py +368 -69
  211. tccli/services/ses/v20201002/api.json +240 -0
  212. tccli/services/ses/v20201002/examples.json +32 -0
  213. tccli/services/smh/__init__.py +4 -0
  214. tccli/services/smh/smh_client.py +714 -0
  215. tccli/services/smh/v20210712/api.json +1287 -0
  216. tccli/services/smh/v20210712/examples.json +85 -0
  217. tccli/services/sms/sms_client.py +90 -36
  218. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  219. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  220. tccli/services/sqlserver/v20180328/examples.json +480 -20
  221. tccli/services/ssl/ssl_client.py +504 -72
  222. tccli/services/ssl/v20191205/api.json +789 -21
  223. tccli/services/ssl/v20191205/examples.json +54 -0
  224. tccli/services/ssm/ssm_client.py +120 -48
  225. tccli/services/sts/sts_client.py +25 -10
  226. tccli/services/tag/tag_client.py +150 -60
  227. tccli/services/tat/tat_client.py +95 -38
  228. tccli/services/tbaas/tbaas_client.py +20 -8
  229. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  230. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  231. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  232. tccli/services/tchd/tchd_client.py +5 -2
  233. tccli/services/tcmpp/tcmpp_client.py +520 -208
  234. tccli/services/tcr/tcr_client.py +380 -152
  235. tccli/services/tcsas/tcsas_client.py +295 -118
  236. tccli/services/tcsas/v20250106/api.json +1084 -980
  237. tccli/services/tcsas/v20250106/examples.json +15 -15
  238. tccli/services/tcss/tcss_client.py +1650 -660
  239. tccli/services/tdid/tdid_client.py +240 -96
  240. tccli/services/tdmq/tdmq_client.py +2876 -466
  241. tccli/services/tdmq/v20200217/api.json +11607 -3958
  242. tccli/services/tdmq/v20200217/examples.json +562 -264
  243. tccli/services/tem/tem_client.py +280 -112
  244. tccli/services/teo/teo_client.py +4507 -966
  245. tccli/services/teo/v20220901/api.json +7341 -1405
  246. tccli/services/teo/v20220901/examples.json +679 -99
  247. tccli/services/tione/__init__.py +4 -0
  248. tccli/services/tione/tione_client.py +210 -0
  249. tccli/services/tione/v20211111/api.json +3074 -0
  250. tccli/services/tione/v20211111/examples.json +12 -0
  251. tccli/services/tiw/tiw_client.py +255 -102
  252. tccli/services/tke/tke_client.py +858 -276
  253. tccli/services/tke/v20180525/api.json +227 -0
  254. tccli/services/tke/v20180525/examples.json +24 -0
  255. tccli/services/tms/tms_client.py +5 -2
  256. tccli/services/tms/v20201229/api.json +91 -100
  257. tccli/services/tmt/tmt_client.py +5 -2
  258. tccli/services/trabbit/trabbit_client.py +145 -58
  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 +531 -54
  273. tccli/services/vod/v20180717/examples.json +25 -7
  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 +1428 -350
  277. tccli/services/vpc/v20170312/api.json +1031 -133
  278. tccli/services/vpc/v20170312/examples.json +119 -23
  279. tccli/services/vpc/vpc_client.py +2159 -644
  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/v20250806/api.json +13644 -0
  284. tccli/services/wedata/v20250806/examples.json +621 -0
  285. tccli/services/wedata/wedata_client.py +6067 -1263
  286. tccli/services/yunjing/yunjing_client.py +355 -142
  287. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
  288. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
  289. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
  290. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
  291. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
  292. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1287 @@
1
+ {
2
+ "actions": {
3
+ "CreateLibrary": {
4
+ "document": "This API is used to create a PaaS service media library.",
5
+ "input": "CreateLibraryRequest",
6
+ "name": "Creates a media library",
7
+ "output": "CreateLibraryResponse",
8
+ "status": "online"
9
+ },
10
+ "DeleteLibrary": {
11
+ "document": "This API is used to delete a PaaS service media library.",
12
+ "input": "DeleteLibraryRequest",
13
+ "name": "Delete a media library",
14
+ "output": "DeleteLibraryResponse",
15
+ "status": "online"
16
+ },
17
+ "DescribeLibraries": {
18
+ "document": "This API is used to query the PaaS service repository list.",
19
+ "input": "DescribeLibrariesRequest",
20
+ "name": "Query a media library",
21
+ "output": "DescribeLibrariesResponse",
22
+ "status": "online"
23
+ },
24
+ "DescribeLibrarySecret": {
25
+ "document": "This API is used to query the PaaS service Media Library Key.",
26
+ "input": "DescribeLibrarySecretRequest",
27
+ "name": "Query a media library key",
28
+ "output": "DescribeLibrarySecretResponse",
29
+ "status": "online"
30
+ },
31
+ "DescribeOfficialInstances": {
32
+ "document": "This API is used to query official cloud disk instances.",
33
+ "input": "DescribeOfficialInstancesRequest",
34
+ "name": "Query an official instance",
35
+ "output": "DescribeOfficialInstancesResponse",
36
+ "status": "online"
37
+ },
38
+ "DescribeOfficialOverview": {
39
+ "document": "This API is used to query overview data of official cloud disk instances.",
40
+ "input": "DescribeOfficialOverviewRequest",
41
+ "name": "Query official instance overview data",
42
+ "output": "DescribeOfficialOverviewResponse",
43
+ "status": "online"
44
+ },
45
+ "DescribeTrafficPackages": {
46
+ "document": "This API is used to query traffic packages.",
47
+ "input": "DescribeTrafficPackagesRequest",
48
+ "name": "Query a traffic package",
49
+ "output": "DescribeTrafficPackagesResponse",
50
+ "status": "online"
51
+ },
52
+ "ModifyLibrary": {
53
+ "document": "This API is used to modify the configuration items of a PaaS service media library.",
54
+ "input": "ModifyLibraryRequest",
55
+ "name": "Modify a media library configuration item",
56
+ "output": "ModifyLibraryResponse",
57
+ "status": "online"
58
+ },
59
+ "SendSmsCode": {
60
+ "document": "This API is used to send SMS verification codes for changing the admin account of a super official cloud disk instance.",
61
+ "input": "SendSmsCodeRequest",
62
+ "name": "Send sms verification code",
63
+ "output": "SendSmsCodeResponse",
64
+ "status": "online"
65
+ },
66
+ "VerifySmsCode": {
67
+ "document": "This API is used to verify the SMS verification code for rebinding the super administrator account of an official cloud disk instance.",
68
+ "input": "VerifySmsCodeRequest",
69
+ "name": "Verifies the SMS verification code",
70
+ "output": "VerifySmsCodeResponse",
71
+ "status": "online"
72
+ }
73
+ },
74
+ "metadata": {
75
+ "apiVersion": "2021-07-12",
76
+ "serviceNameCN": "智能媒资托管",
77
+ "serviceShortName": "smh"
78
+ },
79
+ "objects": {
80
+ "CreateLibraryRequest": {
81
+ "document": "CreateLibrary request structure.",
82
+ "members": [
83
+ {
84
+ "disabled": false,
85
+ "document": "Media library name. up to 50 characters.",
86
+ "example": "家庭云盘",
87
+ "member": "string",
88
+ "name": "Name",
89
+ "required": true,
90
+ "type": "string"
91
+ },
92
+ {
93
+ "disabled": false,
94
+ "document": "Specifies the remark, up to 250 characters.",
95
+ "example": "用于家庭内部共享",
96
+ "member": "string",
97
+ "name": "Remark",
98
+ "required": false,
99
+ "type": "string"
100
+ },
101
+ {
102
+ "disabled": false,
103
+ "document": "Specifies the full name of the bucket, which cannot be changed after creation. the current version no longer supports specified buckets.",
104
+ "example": "demo-bucket-13000000000",
105
+ "member": "string",
106
+ "name": "BucketName",
107
+ "required": false,
108
+ "type": "string"
109
+ },
110
+ {
111
+ "disabled": false,
112
+ "document": "Bucket location cannot be changed after creation. the current version no longer supports specifying bucket location.",
113
+ "example": "ap-guangzhou",
114
+ "member": "string",
115
+ "name": "BucketRegion",
116
+ "required": false,
117
+ "type": "string"
118
+ },
119
+ {
120
+ "disabled": false,
121
+ "document": "Media library configuration item. some parameters cannot be changed after creation.",
122
+ "example": "无",
123
+ "member": "LibraryExtension",
124
+ "name": "LibraryExtension",
125
+ "required": false,
126
+ "type": "object"
127
+ }
128
+ ],
129
+ "type": "object"
130
+ },
131
+ "CreateLibraryResponse": {
132
+ "document": "CreateLibrary response structure.",
133
+ "members": [
134
+ {
135
+ "disabled": false,
136
+ "document": "Media library ID.",
137
+ "example": "smhfoobar",
138
+ "member": "string",
139
+ "name": "LibraryId",
140
+ "output_required": true,
141
+ "type": "string",
142
+ "value_allowed_null": false
143
+ },
144
+ {
145
+ "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.",
146
+ "member": "string",
147
+ "name": "RequestId",
148
+ "type": "string"
149
+ }
150
+ ],
151
+ "type": "object"
152
+ },
153
+ "DeleteLibraryRequest": {
154
+ "document": "DeleteLibrary request structure.",
155
+ "members": [
156
+ {
157
+ "disabled": false,
158
+ "document": "Media library ID.",
159
+ "example": "smh3ptyc9mscifdi",
160
+ "member": "string",
161
+ "name": "LibraryId",
162
+ "required": true,
163
+ "type": "string"
164
+ }
165
+ ],
166
+ "type": "object"
167
+ },
168
+ "DeleteLibraryResponse": {
169
+ "document": "DeleteLibrary response structure.",
170
+ "members": [
171
+ {
172
+ "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.",
173
+ "member": "string",
174
+ "name": "RequestId",
175
+ "type": "string"
176
+ }
177
+ ],
178
+ "type": "object"
179
+ },
180
+ "DescribeLibrariesRequest": {
181
+ "document": "DescribeLibraries request structure.",
182
+ "members": [
183
+ {
184
+ "disabled": false,
185
+ "document": "Specifies one or more media library ids for querying, with a maximum of 100 per request.",
186
+ "example": "[ \"smh3ptyc9mscifdi\", \"smh2dugfmc1jrnzd\" ]",
187
+ "member": "string",
188
+ "name": "LibraryIds",
189
+ "required": false,
190
+ "type": "list"
191
+ },
192
+ {
193
+ "disabled": false,
194
+ "document": "Page number, int, used in conjunction with PageSize. default value is 1.",
195
+ "example": "2",
196
+ "member": "uint64",
197
+ "name": "PageNumber",
198
+ "required": false,
199
+ "type": "int"
200
+ },
201
+ {
202
+ "disabled": false,
203
+ "document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
204
+ "example": "20",
205
+ "member": "uint64",
206
+ "name": "PageSize",
207
+ "required": false,
208
+ "type": "int"
209
+ }
210
+ ],
211
+ "type": "object"
212
+ },
213
+ "DescribeLibrariesResponse": {
214
+ "document": "DescribeLibraries response structure.",
215
+ "members": [
216
+ {
217
+ "disabled": false,
218
+ "document": "Library list.",
219
+ "example": "无",
220
+ "member": "Library",
221
+ "name": "List",
222
+ "output_required": true,
223
+ "type": "list",
224
+ "value_allowed_null": false
225
+ },
226
+ {
227
+ "disabled": false,
228
+ "document": "Total number.",
229
+ "example": "5",
230
+ "member": "uint64",
231
+ "name": "TotalCount",
232
+ "output_required": true,
233
+ "type": "int",
234
+ "value_allowed_null": false
235
+ },
236
+ {
237
+ "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.",
238
+ "member": "string",
239
+ "name": "RequestId",
240
+ "type": "string"
241
+ }
242
+ ],
243
+ "type": "object"
244
+ },
245
+ "DescribeLibrarySecretRequest": {
246
+ "document": "DescribeLibrarySecret request structure.",
247
+ "members": [
248
+ {
249
+ "disabled": false,
250
+ "document": "Media library ID.",
251
+ "example": "smh3ptyc9mscifdi",
252
+ "member": "string",
253
+ "name": "LibraryId",
254
+ "required": true,
255
+ "type": "string"
256
+ }
257
+ ],
258
+ "type": "object"
259
+ },
260
+ "DescribeLibrarySecretResponse": {
261
+ "document": "DescribeLibrarySecret response structure.",
262
+ "members": [
263
+ {
264
+ "disabled": false,
265
+ "document": "Specifies the media library ID to query.",
266
+ "example": "smh3ptyc9mscifdi",
267
+ "member": "string",
268
+ "name": "LibraryId",
269
+ "required": true,
270
+ "type": "string",
271
+ "value_allowed_null": false
272
+ },
273
+ {
274
+ "disabled": false,
275
+ "document": "Queried media library key.",
276
+ "example": "9b04bf875752253f44505c6e4a8d3513d75a979e1faef1575a8f72e30f312a23",
277
+ "member": "string",
278
+ "name": "LibrarySecret",
279
+ "required": true,
280
+ "type": "string",
281
+ "value_allowed_null": false
282
+ },
283
+ {
284
+ "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.",
285
+ "member": "string",
286
+ "name": "RequestId",
287
+ "type": "string"
288
+ }
289
+ ],
290
+ "type": "object"
291
+ },
292
+ "DescribeOfficialInstancesRequest": {
293
+ "document": "DescribeOfficialInstances request structure.",
294
+ "members": [
295
+ {
296
+ "disabled": false,
297
+ "document": "Specifies whether to query the super admin account bound to the instance. default value is false.",
298
+ "example": "true",
299
+ "member": "bool",
300
+ "name": "SuperAdminAccount",
301
+ "required": false,
302
+ "type": "bool"
303
+ },
304
+ {
305
+ "disabled": false,
306
+ "document": "Specifies one or more instance ids for querying, with a maximum of 100 per request.",
307
+ "example": "[ 'tyc9msci', 'ugfmc1jr' ]",
308
+ "member": "string",
309
+ "name": "InstanceIds",
310
+ "required": false,
311
+ "type": "list"
312
+ },
313
+ {
314
+ "disabled": false,
315
+ "document": "Page number, int, used in conjunction with PageSize. default value is 1.",
316
+ "example": "2",
317
+ "member": "uint64",
318
+ "name": "PageNumber",
319
+ "required": false,
320
+ "type": "int"
321
+ },
322
+ {
323
+ "disabled": false,
324
+ "document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
325
+ "example": "20",
326
+ "member": "uint64",
327
+ "name": "PageSize",
328
+ "required": false,
329
+ "type": "int"
330
+ },
331
+ {
332
+ "disabled": false,
333
+ "document": "Specifies the column to sort.",
334
+ "example": "'effectiveTime'",
335
+ "member": "string",
336
+ "name": "OrderBy",
337
+ "required": false,
338
+ "type": "string"
339
+ },
340
+ {
341
+ "disabled": false,
342
+ "document": "Sorting method.",
343
+ "example": "'desc'",
344
+ "member": "string",
345
+ "name": "OrderByType",
346
+ "required": false,
347
+ "type": "string"
348
+ },
349
+ {
350
+ "disabled": false,
351
+ "document": "Specifies the filter type for renewal management.",
352
+ "example": "0",
353
+ "member": "uint64",
354
+ "name": "AutoRenew",
355
+ "required": false,
356
+ "type": "int"
357
+ },
358
+ {
359
+ "disabled": false,
360
+ "document": "Specifies whether the super admin account is bound to a mobile number.",
361
+ "example": "true",
362
+ "member": "bool",
363
+ "name": "BindPhone",
364
+ "required": false,
365
+ "type": "bool"
366
+ }
367
+ ],
368
+ "type": "object"
369
+ },
370
+ "DescribeOfficialInstancesResponse": {
371
+ "document": "DescribeOfficialInstances response structure.",
372
+ "members": [
373
+ {
374
+ "disabled": false,
375
+ "document": "Instance list",
376
+ "example": "无",
377
+ "member": "Instance",
378
+ "name": "List",
379
+ "output_required": true,
380
+ "type": "list",
381
+ "value_allowed_null": false
382
+ },
383
+ {
384
+ "disabled": false,
385
+ "document": "Total number.",
386
+ "example": "5",
387
+ "member": "uint64",
388
+ "name": "TotalCount",
389
+ "output_required": true,
390
+ "type": "int",
391
+ "value_allowed_null": false
392
+ },
393
+ {
394
+ "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.",
395
+ "member": "string",
396
+ "name": "RequestId",
397
+ "type": "string"
398
+ }
399
+ ],
400
+ "type": "object"
401
+ },
402
+ "DescribeOfficialOverviewRequest": {
403
+ "document": "DescribeOfficialOverview request structure.",
404
+ "members": [],
405
+ "type": "object"
406
+ },
407
+ "DescribeOfficialOverviewResponse": {
408
+ "document": "DescribeOfficialOverview response structure.",
409
+ "members": [
410
+ {
411
+ "disabled": false,
412
+ "document": "Specifies the instance count of cloud disks.",
413
+ "example": "5",
414
+ "member": "uint64",
415
+ "name": "Quantity",
416
+ "required": true,
417
+ "type": "int",
418
+ "value_allowed_null": false
419
+ },
420
+ {
421
+ "disabled": false,
422
+ "document": "Indicates the total storage already used in Bytes. since the number type has precision limitations, this field is a String type.",
423
+ "example": "214748364800",
424
+ "member": "string",
425
+ "name": "Storage",
426
+ "required": true,
427
+ "type": "string",
428
+ "value_allowed_null": false
429
+ },
430
+ {
431
+ "disabled": false,
432
+ "document": "Total number of users already allocated and used.",
433
+ "example": "100",
434
+ "member": "uint64",
435
+ "name": "UserCount",
436
+ "required": true,
437
+ "type": "int",
438
+ "value_allowed_null": false
439
+ },
440
+ {
441
+ "disabled": false,
442
+ "document": "Public network downstream traffic this month in Bytes. since the number type has precision limitations, this field is a String type.",
443
+ "example": "209715200",
444
+ "member": "string",
445
+ "name": "InternetTraffic",
446
+ "required": true,
447
+ "type": "string",
448
+ "value_allowed_null": false
449
+ },
450
+ {
451
+ "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.",
452
+ "member": "string",
453
+ "name": "RequestId",
454
+ "type": "string"
455
+ }
456
+ ],
457
+ "type": "object"
458
+ },
459
+ "DescribeTrafficPackagesRequest": {
460
+ "document": "DescribeTrafficPackages request structure.",
461
+ "members": [
462
+ {
463
+ "disabled": false,
464
+ "document": "Specifies one or more resource ids for querying, with a maximum of 100 per request.",
465
+ "example": "[ 'tp-1201', 'tp-1202' ]",
466
+ "member": "string",
467
+ "name": "ResourceIds",
468
+ "required": false,
469
+ "type": "list"
470
+ },
471
+ {
472
+ "disabled": false,
473
+ "document": "Page number, int, used in conjunction with PageSize. default value is 1.",
474
+ "example": "2",
475
+ "member": "uint64",
476
+ "name": "PageNumber",
477
+ "required": false,
478
+ "type": "int"
479
+ },
480
+ {
481
+ "disabled": false,
482
+ "document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
483
+ "example": "20",
484
+ "member": "uint64",
485
+ "name": "PageSize",
486
+ "required": false,
487
+ "type": "int"
488
+ },
489
+ {
490
+ "disabled": false,
491
+ "document": "Specifies the column to sort.",
492
+ "example": "effectiveTime",
493
+ "member": "string",
494
+ "name": "OrderBy",
495
+ "required": false,
496
+ "type": "string"
497
+ },
498
+ {
499
+ "disabled": false,
500
+ "document": "Sorting method.",
501
+ "example": "desc",
502
+ "member": "string",
503
+ "name": "OrderByType",
504
+ "required": false,
505
+ "type": "string"
506
+ },
507
+ {
508
+ "disabled": false,
509
+ "document": "Specifies the source type filter criteria.",
510
+ "example": "0",
511
+ "member": "uint64",
512
+ "name": "Type",
513
+ "required": false,
514
+ "type": "int"
515
+ }
516
+ ],
517
+ "type": "object"
518
+ },
519
+ "DescribeTrafficPackagesResponse": {
520
+ "document": "DescribeTrafficPackages response structure.",
521
+ "members": [
522
+ {
523
+ "disabled": false,
524
+ "document": "Package list.",
525
+ "example": "无",
526
+ "member": "TrafficPackage",
527
+ "name": "List",
528
+ "output_required": true,
529
+ "type": "list",
530
+ "value_allowed_null": false
531
+ },
532
+ {
533
+ "disabled": false,
534
+ "document": "Total number.",
535
+ "example": "5",
536
+ "member": "uint64",
537
+ "name": "TotalCount",
538
+ "output_required": true,
539
+ "type": "int",
540
+ "value_allowed_null": false
541
+ },
542
+ {
543
+ "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.",
544
+ "member": "string",
545
+ "name": "RequestId",
546
+ "type": "string"
547
+ }
548
+ ],
549
+ "type": "object"
550
+ },
551
+ "Instance": {
552
+ "document": "Describes official cloud disk instance information.",
553
+ "members": [
554
+ {
555
+ "disabled": false,
556
+ "document": "Instance ID.",
557
+ "example": "tyc9msci",
558
+ "member": "string",
559
+ "name": "InstanceId",
560
+ "output_required": true,
561
+ "type": "string",
562
+ "value_allowed_null": false
563
+ },
564
+ {
565
+ "disabled": false,
566
+ "document": "Dedicated domain name. if the instance has no dedicated domain name, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
567
+ "example": "tyc9msci.cofile.net",
568
+ "member": "string",
569
+ "name": "Domain",
570
+ "output_required": true,
571
+ "type": "string",
572
+ "value_allowed_null": true
573
+ },
574
+ {
575
+ "disabled": false,
576
+ "document": "Effective time.",
577
+ "example": "2021-10-12T03:53:29Z",
578
+ "member": "datetime_iso",
579
+ "name": "EffectiveTime",
580
+ "output_required": true,
581
+ "type": "string",
582
+ "value_allowed_null": false
583
+ },
584
+ {
585
+ "disabled": false,
586
+ "document": "Expiration time. if the instance is pay-as-you-go or permanently valid, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
587
+ "example": "2021-11-12T15:59:59Z",
588
+ "member": "datetime_iso",
589
+ "name": "ExpireTime",
590
+ "output_required": true,
591
+ "type": "string",
592
+ "value_allowed_null": true
593
+ },
594
+ {
595
+ "disabled": false,
596
+ "document": "Number of users. if the instance uses pay-as-you-go billing or has unlimited users, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
597
+ "example": "5",
598
+ "member": "uint64",
599
+ "name": "UserLimit",
600
+ "output_required": true,
601
+ "type": "int",
602
+ "value_allowed_null": true
603
+ },
604
+ {
605
+ "disabled": false,
606
+ "document": "Storage capacity in Bytes. this field is of String type due to precision limitations of numeric types. this property is null for pay-as-you-go instances or instances with unlimited storage capacity.\nNote: This field may return null, indicating that no valid values can be obtained.",
607
+ "example": "107374182400",
608
+ "member": "string",
609
+ "name": "StorageLimit",
610
+ "output_required": true,
611
+ "type": "string",
612
+ "value_allowed_null": true
613
+ },
614
+ {
615
+ "disabled": false,
616
+ "document": "Storage capacity in GB. if the instance uses pay-as-you-go billing or has unlimited storage capacity, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
617
+ "example": "100",
618
+ "member": "uint64",
619
+ "name": "StorageLimitGB",
620
+ "output_required": true,
621
+ "type": "int",
622
+ "value_allowed_null": true
623
+ },
624
+ {
625
+ "disabled": false,
626
+ "document": "Is expired isolation.",
627
+ "example": "false",
628
+ "member": "bool",
629
+ "name": "Isolated",
630
+ "output_required": true,
631
+ "type": "bool",
632
+ "value_allowed_null": false
633
+ },
634
+ {
635
+ "disabled": false,
636
+ "document": "Renewal flag. 0: manual renewal; 1: automatic renewal; 2: non-renewal upon expiration.",
637
+ "example": "1",
638
+ "member": "uint64",
639
+ "name": "AutoRenew",
640
+ "output_required": true,
641
+ "type": "int",
642
+ "value_allowed_null": false
643
+ },
644
+ {
645
+ "disabled": false,
646
+ "document": "Specifies the super administrator account. if no selection query is made for the instance-bound super administrator account or the current instance is not bound to a super administrator account, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
647
+ "example": "+86-18988888888",
648
+ "member": "string",
649
+ "name": "SuperAdminAccount",
650
+ "output_required": true,
651
+ "type": "string",
652
+ "value_allowed_null": true
653
+ },
654
+ {
655
+ "disabled": false,
656
+ "document": "In selected bucket mode, shows bucket usage.",
657
+ "example": "joestorage-1253960454",
658
+ "member": "string",
659
+ "name": "Bucket",
660
+ "output_required": false,
661
+ "type": "string",
662
+ "value_allowed_null": false
663
+ },
664
+ {
665
+ "disabled": false,
666
+ "document": "Specifies the log bucket usage in selected mode.\nNote: This field may return null, indicating that no valid values can be obtained.",
667
+ "example": "joelog-1253960454",
668
+ "member": "string",
669
+ "name": "LogBucket",
670
+ "output_required": false,
671
+ "type": "string",
672
+ "value_allowed_null": true
673
+ }
674
+ ],
675
+ "usage": "out"
676
+ },
677
+ "Library": {
678
+ "document": "PaaS service media library information.",
679
+ "members": [
680
+ {
681
+ "disabled": false,
682
+ "document": "Media library ID.",
683
+ "example": "smh3ptyc9mscifdi",
684
+ "member": "string",
685
+ "name": "LibraryId",
686
+ "output_required": true,
687
+ "type": "string",
688
+ "value_allowed_null": false
689
+ },
690
+ {
691
+ "disabled": false,
692
+ "document": "Specifies the friendly name of the media library.",
693
+ "example": "个人相册",
694
+ "member": "string",
695
+ "name": "Name",
696
+ "output_required": true,
697
+ "type": "string",
698
+ "value_allowed_null": false
699
+ },
700
+ {
701
+ "disabled": false,
702
+ "document": "Remarks.",
703
+ "example": "用于家庭内部共享",
704
+ "member": "string",
705
+ "name": "Remark",
706
+ "output_required": true,
707
+ "type": "string",
708
+ "value_allowed_null": false
709
+ },
710
+ {
711
+ "disabled": false,
712
+ "document": "Specifies the COS storage bucket bound to the media library.",
713
+ "example": "smh-1250000000",
714
+ "member": "string",
715
+ "name": "BucketName",
716
+ "output_required": true,
717
+ "type": "string",
718
+ "value_allowed_null": false
719
+ },
720
+ {
721
+ "disabled": false,
722
+ "document": "Specifies the region where the COS bucket bound to the media library is located.",
723
+ "example": "ap-guangzhou",
724
+ "member": "string",
725
+ "name": "BucketRegion",
726
+ "output_required": true,
727
+ "type": "string",
728
+ "value_allowed_null": false
729
+ },
730
+ {
731
+ "disabled": false,
732
+ "document": "Specifies the access domain of the business API for the media library.",
733
+ "example": "smh3ptyc9mscifdi.api.tencentsmh.cn",
734
+ "member": "string",
735
+ "name": "AccessDomain",
736
+ "output_required": true,
737
+ "type": "string",
738
+ "value_allowed_null": false
739
+ },
740
+ {
741
+ "disabled": false,
742
+ "document": "Creation time of the media library.",
743
+ "example": "2021-10-12T03:53:29Z",
744
+ "member": "datetime_iso",
745
+ "name": "CreationTime",
746
+ "output_required": true,
747
+ "type": "string",
748
+ "value_allowed_null": false
749
+ },
750
+ {
751
+ "disabled": false,
752
+ "document": "Media library configuration item.",
753
+ "example": "无",
754
+ "member": "LibraryExtension",
755
+ "name": "LibraryExtension",
756
+ "output_required": true,
757
+ "type": "object",
758
+ "value_allowed_null": false
759
+ },
760
+ {
761
+ "disabled": false,
762
+ "document": "Media library amount in Bytes. since the number type has precision limitations, this field is a String type.",
763
+ "example": "182736273",
764
+ "member": "string",
765
+ "name": "Size",
766
+ "output_required": true,
767
+ "type": "string",
768
+ "value_allowed_null": false
769
+ },
770
+ {
771
+ "disabled": false,
772
+ "document": "Number of media library directories. since the String type is used due to precision limitations of the number type, this field is of String type.",
773
+ "example": "12",
774
+ "member": "string",
775
+ "name": "DirNum",
776
+ "output_required": true,
777
+ "type": "string",
778
+ "value_allowed_null": false
779
+ },
780
+ {
781
+ "disabled": false,
782
+ "document": "Number of files in the media library. since the String type is used due to precision limitations of the number type, this field is of String type.",
783
+ "example": "3746",
784
+ "member": "string",
785
+ "name": "FileNum",
786
+ "output_required": true,
787
+ "type": "string",
788
+ "value_allowed_null": false
789
+ }
790
+ ],
791
+ "usage": "out"
792
+ },
793
+ "LibraryExtension": {
794
+ "document": "Media library configuration item.",
795
+ "members": [
796
+ {
797
+ "disabled": false,
798
+ "document": "Specifies whether it is a file type media library that can store any type of file (true) or a media type media library that can only store images and playable video types (false). defaults to false. cannot be modified once created.",
799
+ "example": "true",
800
+ "member": "bool",
801
+ "name": "IsFileLibrary",
802
+ "output_required": true,
803
+ "required": false,
804
+ "type": "bool",
805
+ "value_allowed_null": false
806
+ },
807
+ {
808
+ "disabled": false,
809
+ "document": "true indicates a multi-tenant space media library, allowing the creation of multiple tenant spaces. false indicates a single-tenant space media library, where tenant spaces cannot be created and only the default single tenant space can be used. defaults to false. cannot be modified after the media library is created.",
810
+ "example": "true",
811
+ "member": "bool",
812
+ "name": "IsMultiSpace",
813
+ "output_required": true,
814
+ "required": false,
815
+ "type": "bool",
816
+ "value_allowed_null": false
817
+ },
818
+ {
819
+ "disabled": false,
820
+ "document": "Specifies the storage type for files saved to cloud object storage. valid values: STANDARD, STANDARD_IA, INTELLIGENT_TIERING, MAZ_STANDARD, MAZ_STANDARD_IA, and MAZ_INTELLIGENT_TIERING. defaults to STANDARD. when using a multi-AZ bucket, MAZ_ prefixed storage types for multi-AZ are automatically used, otherwise non-MAZ_ prefixed storage types for non-multi-AZ are used. when specifying INTELLIGENT TIERING storage INTELLIGENT_TIERING or MAZ_INTELLIGENT_TIERING, the bucket must have INTELLIGENT TIERING storage enabled beforehand, otherwise failure will be returned. cannot be modified after the media library is created.",
821
+ "example": "STANDARD_IA",
822
+ "member": "string",
823
+ "name": "CosStorageClass",
824
+ "output_required": true,
825
+ "required": false,
826
+ "type": "string",
827
+ "value_allowed_null": false
828
+ },
829
+ {
830
+ "disabled": false,
831
+ "document": "Specifies whether the recycle bin feature is enabled. defaults to false.",
832
+ "example": "true",
833
+ "member": "bool",
834
+ "name": "UseRecycleBin",
835
+ "output_required": true,
836
+ "required": false,
837
+ "type": "bool",
838
+ "value_allowed_null": false
839
+ },
840
+ {
841
+ "disabled": false,
842
+ "document": "Specifies the number of days to automatically delete items in the recycle bin when enabled, must not exceed 1095 (3 years). a value of 0 indicates no automatic deletion, defaults to 0. this property is null when the recycle bin is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
843
+ "example": "7",
844
+ "member": "uint64",
845
+ "name": "AutoRemoveRecycledDays",
846
+ "output_required": true,
847
+ "required": false,
848
+ "type": "int",
849
+ "value_allowed_null": true
850
+ },
851
+ {
852
+ "disabled": false,
853
+ "document": "Whether to enable the file path search feature. is false by default.",
854
+ "example": "true",
855
+ "member": "bool",
856
+ "name": "EnableSearch",
857
+ "output_required": true,
858
+ "required": false,
859
+ "type": "bool",
860
+ "value_allowed_null": false
861
+ },
862
+ {
863
+ "disabled": false,
864
+ "document": "Specifies whether to deny the configuration request when setting the space quota for a media library or tenant and the quota is less than the used storage capacity. is false by default.",
865
+ "example": "true",
866
+ "member": "bool",
867
+ "name": "DenyOnQuotaLessThanUsage",
868
+ "output_required": true,
869
+ "required": false,
870
+ "type": "bool",
871
+ "value_allowed_null": false
872
+ },
873
+ {
874
+ "disabled": false,
875
+ "document": "Specifies whether the earlier version is enabled. defaults to false.",
876
+ "example": "true",
877
+ "member": "bool",
878
+ "name": "EnableFileHistory",
879
+ "output_required": true,
880
+ "required": false,
881
+ "type": "bool",
882
+ "value_allowed_null": false
883
+ },
884
+ {
885
+ "disabled": false,
886
+ "document": "Specifies the maximum number of historical versions to retain for a single file when versioning is enabled, with a value range of 1 to 999. this property may be null when versioning is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
887
+ "example": "10",
888
+ "member": "uint64",
889
+ "name": "FileHistoryCount",
890
+ "output_required": true,
891
+ "required": false,
892
+ "type": "int",
893
+ "value_allowed_null": true
894
+ },
895
+ {
896
+ "disabled": false,
897
+ "document": "Specifies the maximum days to retain earlier versions when versioning is enabled, with a value range of 0 to 999. when set to 0, it represents permanent retention. this property may be null when versioning is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
898
+ "example": "30",
899
+ "member": "uint64",
900
+ "name": "FileHistoryExpireDay",
901
+ "output_required": true,
902
+ "required": false,
903
+ "type": "int",
904
+ "value_allowed_null": true
905
+ },
906
+ {
907
+ "disabled": false,
908
+ "document": "The maximum length of a directory or file name must not exceed 255, with a default value of 255. modifying this parameter will not affect existing directories or file names. if the value of this field is decreased, the length of existing directories or file names exceeding the target value does not change.",
909
+ "example": "200",
910
+ "member": "uint64",
911
+ "name": "MaxDirFileNameLength",
912
+ "output_required": true,
913
+ "required": false,
914
+ "type": "int",
915
+ "value_allowed_null": false
916
+ },
917
+ {
918
+ "disabled": false,
919
+ "document": "Whether public read is enabled. once enabled, read operations require no access token. it is false by default. this property is supported only in single-tenant space media libraries. otherwise, it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
920
+ "example": "true",
921
+ "member": "bool",
922
+ "name": "IsPublicRead",
923
+ "output_required": true,
924
+ "required": false,
925
+ "type": "bool",
926
+ "value_allowed_null": true
927
+ },
928
+ {
929
+ "disabled": false,
930
+ "document": "Specifies whether the multi-album feature is enabled for the media type media library. once enabled, first-level directories (albums) can be created, and media files can only be saved in these albums. unless enabled, albums cannot be created, and media files can only be saved in the root directory. defaults to false. this property is only supported for single-tenant space media type media libraries, otherwise it is null. cannot be modified after the media library is created.\nNote: This field may return null, indicating that no valid values can be obtained.",
931
+ "example": "true",
932
+ "member": "bool",
933
+ "name": "IsMultiAlbum",
934
+ "output_required": true,
935
+ "required": false,
936
+ "type": "bool",
937
+ "value_allowed_null": true
938
+ },
939
+ {
940
+ "disabled": false,
941
+ "document": "Specifies whether the media library of the media type allows image uploads, set to true by default. this property is supported only for the media library of the media type in a single tenant space, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
942
+ "example": "true",
943
+ "member": "bool",
944
+ "name": "AllowPhoto",
945
+ "output_required": true,
946
+ "required": false,
947
+ "type": "bool",
948
+ "value_allowed_null": true
949
+ },
950
+ {
951
+ "disabled": false,
952
+ "document": "Specifies the allowed extensions when the media type media library allows photo uploads. empty array by default. at this point, it will automatically determine based on the MIME type corresponding to the file extension. this property is supported only for single-tenant space media type media libraries. otherwise, the property is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
953
+ "example": "[ '.jpg', '.png', '.heic' ]",
954
+ "member": "string",
955
+ "name": "AllowPhotoExtName",
956
+ "output_required": true,
957
+ "required": false,
958
+ "type": "list",
959
+ "value_allowed_null": true
960
+ },
961
+ {
962
+ "disabled": false,
963
+ "document": "Media type media library specifies whether video upload is allowed, set to true by default. this property is supported only in single tenant space media type media library, otherwise the property is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
964
+ "example": "true",
965
+ "member": "bool",
966
+ "name": "AllowVideo",
967
+ "output_required": true,
968
+ "required": false,
969
+ "type": "bool",
970
+ "value_allowed_null": true
971
+ },
972
+ {
973
+ "disabled": false,
974
+ "document": "Specifies the allowed extensions when the media type media library permits video uploads. the default is an empty array, at which point it will automatically determine based on the MIME type corresponding to the file extension. this property is supported only for single-tenant space media type media libraries, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
975
+ "example": "[ '.mp4', '.mov' ]",
976
+ "member": "string",
977
+ "name": "AllowVideoExtName",
978
+ "output_required": true,
979
+ "required": false,
980
+ "type": "list",
981
+ "value_allowed_null": true
982
+ },
983
+ {
984
+ "disabled": false,
985
+ "document": "Specifies the file extensions allowed in the file type media library, empty by default. at this point, all types of files are upload allowed. this property is supported only for the file type media library in a single tenant space, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
986
+ "example": "[ '.docx', '.xslx', '.pptx' ]",
987
+ "member": "string",
988
+ "name": "AllowFileExtName",
989
+ "output_required": true,
990
+ "required": false,
991
+ "type": "list",
992
+ "value_allowed_null": true
993
+ },
994
+ {
995
+ "disabled": false,
996
+ "document": "Specifies whether to perform sensitive content identification during image upload. the value is false by default. this property is supported only in the single-tenant space media library, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
997
+ "example": "true",
998
+ "member": "bool",
999
+ "name": "RecognizeSensitiveContent",
1000
+ "output_required": true,
1001
+ "required": false,
1002
+ "type": "bool",
1003
+ "value_allowed_null": true
1004
+ }
1005
+ ],
1006
+ "usage": "both"
1007
+ },
1008
+ "ModifyLibraryRequest": {
1009
+ "document": "ModifyLibrary request structure.",
1010
+ "members": [
1011
+ {
1012
+ "disabled": false,
1013
+ "document": "Media library ID.",
1014
+ "example": "smh3ptyc9mscifdi",
1015
+ "member": "string",
1016
+ "name": "LibraryId",
1017
+ "required": true,
1018
+ "type": "string"
1019
+ },
1020
+ {
1021
+ "disabled": false,
1022
+ "document": "Media library name. up to 50 characters. leave empty to keep the current value.",
1023
+ "example": "家庭云盘",
1024
+ "member": "string",
1025
+ "name": "Name",
1026
+ "required": false,
1027
+ "type": "string"
1028
+ },
1029
+ {
1030
+ "disabled": false,
1031
+ "document": "Specifies the remark, up to 250 characters. leave it empty to keep the original value.",
1032
+ "example": "用于家庭内部共享",
1033
+ "member": "string",
1034
+ "name": "Remark",
1035
+ "required": false,
1036
+ "type": "string"
1037
+ },
1038
+ {
1039
+ "disabled": false,
1040
+ "document": "Media library configuration item. some parameters cannot be changed after creation and only modify passed parameters. if this parameter is not passed, no configuration item will be modified.",
1041
+ "example": "无",
1042
+ "member": "LibraryExtension",
1043
+ "name": "LibraryExtension",
1044
+ "required": false,
1045
+ "type": "object"
1046
+ }
1047
+ ],
1048
+ "type": "object"
1049
+ },
1050
+ "ModifyLibraryResponse": {
1051
+ "document": "ModifyLibrary response structure.",
1052
+ "members": [
1053
+ {
1054
+ "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.",
1055
+ "member": "string",
1056
+ "name": "RequestId",
1057
+ "type": "string"
1058
+ }
1059
+ ],
1060
+ "type": "object"
1061
+ },
1062
+ "SendSmsCodeRequest": {
1063
+ "document": "SendSmsCode request structure.",
1064
+ "members": [
1065
+ {
1066
+ "disabled": false,
1067
+ "document": "Captcha target, currently supported: rebind super administrator account, BindSuperAdmin; trial version business upgrade, ChannelUpdateVerify.",
1068
+ "example": "BindSuperAdmin",
1069
+ "member": "string",
1070
+ "name": "Purpose",
1071
+ "required": true,
1072
+ "type": "string"
1073
+ },
1074
+ {
1075
+ "disabled": false,
1076
+ "document": "Specifies the mobile number as the super admin account.",
1077
+ "example": "18988888888",
1078
+ "member": "string",
1079
+ "name": "PhoneNumber",
1080
+ "required": true,
1081
+ "type": "string"
1082
+ },
1083
+ {
1084
+ "disabled": false,
1085
+ "document": "Official cloud disk instance ID.",
1086
+ "example": "tyc9msci",
1087
+ "member": "string",
1088
+ "name": "InstanceId",
1089
+ "required": false,
1090
+ "type": "string"
1091
+ },
1092
+ {
1093
+ "disabled": false,
1094
+ "document": "Specifies the country code of the mobile number that serves as the super administrator account. defaults to +86.",
1095
+ "example": "+86",
1096
+ "member": "string",
1097
+ "name": "CountryCode",
1098
+ "required": false,
1099
+ "type": "string"
1100
+ }
1101
+ ],
1102
+ "type": "object"
1103
+ },
1104
+ "SendSmsCodeResponse": {
1105
+ "document": "SendSmsCode response structure.",
1106
+ "members": [
1107
+ {
1108
+ "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.",
1109
+ "member": "string",
1110
+ "name": "RequestId",
1111
+ "type": "string"
1112
+ }
1113
+ ],
1114
+ "type": "object"
1115
+ },
1116
+ "TrafficPackage": {
1117
+ "document": "Traffic package information.",
1118
+ "members": [
1119
+ {
1120
+ "disabled": false,
1121
+ "document": "Specifies the instance ID offset by the traffic package.",
1122
+ "example": "tyc9msci",
1123
+ "member": "string",
1124
+ "name": "InstanceId",
1125
+ "output_required": true,
1126
+ "type": "string",
1127
+ "value_allowed_null": false
1128
+ },
1129
+ {
1130
+ "disabled": false,
1131
+ "document": "Dedicated domain name. if the instance has no dedicated domain name, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
1132
+ "example": "tyc9msci.cofile.net",
1133
+ "member": "string",
1134
+ "name": "Domain",
1135
+ "output_required": true,
1136
+ "type": "string",
1137
+ "value_allowed_null": true
1138
+ },
1139
+ {
1140
+ "disabled": false,
1141
+ "document": "Source type of the traffic package. valid values: 0 (purchase), 1 (complimentary).",
1142
+ "example": "0",
1143
+ "member": "uint64",
1144
+ "name": "Type",
1145
+ "output_required": true,
1146
+ "type": "int",
1147
+ "value_allowed_null": false
1148
+ },
1149
+ {
1150
+ "disabled": false,
1151
+ "document": "Total traffic in Bytes. since the number type has precision limitations, this field is a String type.",
1152
+ "example": "107374182400",
1153
+ "member": "string",
1154
+ "name": "Size",
1155
+ "output_required": true,
1156
+ "type": "string",
1157
+ "value_allowed_null": false
1158
+ },
1159
+ {
1160
+ "disabled": false,
1161
+ "document": "Total traffic in GB.",
1162
+ "example": "100",
1163
+ "member": "uint64",
1164
+ "name": "SizeGB",
1165
+ "output_required": true,
1166
+ "type": "int",
1167
+ "value_allowed_null": false
1168
+ },
1169
+ {
1170
+ "disabled": false,
1171
+ "document": "Remaining traffic in Bytes. this field is of String type due to precision limitations of numeric data types.",
1172
+ "example": "89017835619",
1173
+ "member": "string",
1174
+ "name": "Remain",
1175
+ "output_required": true,
1176
+ "type": "string",
1177
+ "value_allowed_null": false
1178
+ },
1179
+ {
1180
+ "disabled": false,
1181
+ "document": "Used traffic in Bytes. since the number type has precision limitations, this field is a String type.",
1182
+ "example": "18356346781",
1183
+ "member": "string",
1184
+ "name": "Used",
1185
+ "output_required": true,
1186
+ "type": "string",
1187
+ "value_allowed_null": false
1188
+ },
1189
+ {
1190
+ "disabled": false,
1191
+ "document": "Usage percentage. since the String type is used due to precision limitations of the number type, this field is of String type.",
1192
+ "example": "17.10",
1193
+ "member": "string",
1194
+ "name": "UsedPercentage",
1195
+ "output_required": true,
1196
+ "type": "string",
1197
+ "value_allowed_null": false
1198
+ },
1199
+ {
1200
+ "disabled": false,
1201
+ "document": "Effective time, the order time of the traffic package.",
1202
+ "example": "2021-10-12T03:53:29Z",
1203
+ "member": "datetime_iso",
1204
+ "name": "EffectiveTime",
1205
+ "output_required": true,
1206
+ "type": "string",
1207
+ "value_allowed_null": false
1208
+ },
1209
+ {
1210
+ "disabled": false,
1211
+ "document": "Expiration time, which is the expiration time of the offset instance. if the traffic package offsets a pay-as-you-go or permanently valid instance, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
1212
+ "example": "2021-11-12T15:59:59Z",
1213
+ "member": "datetime_iso",
1214
+ "name": "ExpireTime",
1215
+ "output_required": true,
1216
+ "type": "string",
1217
+ "value_allowed_null": true
1218
+ }
1219
+ ],
1220
+ "usage": "out"
1221
+ },
1222
+ "VerifySmsCodeRequest": {
1223
+ "document": "VerifySmsCode request structure.",
1224
+ "members": [
1225
+ {
1226
+ "disabled": false,
1227
+ "document": "Captcha target, currently supported: rebind super administrator account, BindSuperAdmin; trial version business upgrade verification, ChannelUpdateVerify.",
1228
+ "example": "BindSuperAdmin",
1229
+ "member": "string",
1230
+ "name": "Purpose",
1231
+ "required": true,
1232
+ "type": "string"
1233
+ },
1234
+ {
1235
+ "disabled": false,
1236
+ "document": "Specifies the mobile number as the super admin account.",
1237
+ "example": "18988888888",
1238
+ "member": "string",
1239
+ "name": "PhoneNumber",
1240
+ "required": true,
1241
+ "type": "string"
1242
+ },
1243
+ {
1244
+ "disabled": false,
1245
+ "document": "Specifies the sms verification code.",
1246
+ "example": "2261",
1247
+ "member": "string",
1248
+ "name": "Code",
1249
+ "required": true,
1250
+ "type": "string"
1251
+ },
1252
+ {
1253
+ "disabled": false,
1254
+ "document": "Official cloud disk instance ID.",
1255
+ "example": "tyc9msci",
1256
+ "member": "string",
1257
+ "name": "InstanceId",
1258
+ "required": false,
1259
+ "type": "string"
1260
+ },
1261
+ {
1262
+ "disabled": false,
1263
+ "document": "Specifies the country code of the mobile number that serves as the super administrator account. defaults to +86.",
1264
+ "example": "+86",
1265
+ "member": "string",
1266
+ "name": "CountryCode",
1267
+ "required": false,
1268
+ "type": "string"
1269
+ }
1270
+ ],
1271
+ "type": "object"
1272
+ },
1273
+ "VerifySmsCodeResponse": {
1274
+ "document": "VerifySmsCode response structure.",
1275
+ "members": [
1276
+ {
1277
+ "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.",
1278
+ "member": "string",
1279
+ "name": "RequestId",
1280
+ "type": "string"
1281
+ }
1282
+ ],
1283
+ "type": "object"
1284
+ }
1285
+ },
1286
+ "version": "1.0"
1287
+ }