@volcengine/vepfs 1.0.1

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 (488) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +495 -0
  4. package/dist/esm/api.d.ts +507 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +329 -0
  9. package/dist/esm/types/attach-file-system-for-describe-mount-services-output.d.ts +56 -0
  10. package/dist/esm/types/attach-file-system-for-describe-mount-services-output.d.ts.map +1 -0
  11. package/dist/esm/types/attach-mount-service-to-self-file-system-request.d.ts +35 -0
  12. package/dist/esm/types/attach-mount-service-to-self-file-system-request.d.ts.map +1 -0
  13. package/dist/esm/types/attach-mount-service-to-self-file-system-response.d.ts +20 -0
  14. package/dist/esm/types/attach-mount-service-to-self-file-system-response.d.ts.map +1 -0
  15. package/dist/esm/types/cancel-data-flow-task-request.d.ts +30 -0
  16. package/dist/esm/types/cancel-data-flow-task-request.d.ts.map +1 -0
  17. package/dist/esm/types/cancel-data-flow-task-response.d.ts +20 -0
  18. package/dist/esm/types/cancel-data-flow-task-response.d.ts.map +1 -0
  19. package/dist/esm/types/cancel-lens-task-request.d.ts +25 -0
  20. package/dist/esm/types/cancel-lens-task-request.d.ts.map +1 -0
  21. package/dist/esm/types/cancel-lens-task-response.d.ts +20 -0
  22. package/dist/esm/types/cancel-lens-task-response.d.ts.map +1 -0
  23. package/dist/esm/types/capacity-info-for-describe-file-system-statistics-output.d.ts +30 -0
  24. package/dist/esm/types/capacity-info-for-describe-file-system-statistics-output.d.ts.map +1 -0
  25. package/dist/esm/types/capacity-info-for-describe-file-systems-output.d.ts +30 -0
  26. package/dist/esm/types/capacity-info-for-describe-file-systems-output.d.ts.map +1 -0
  27. package/dist/esm/types/capacity-info-for-describe-lens-services-output.d.ts +30 -0
  28. package/dist/esm/types/capacity-info-for-describe-lens-services-output.d.ts.map +1 -0
  29. package/dist/esm/types/condition-for-create-lens-policy-input.d.ts +77 -0
  30. package/dist/esm/types/condition-for-create-lens-policy-input.d.ts.map +1 -0
  31. package/dist/esm/types/condition-for-describe-lens-policies-output.d.ts +77 -0
  32. package/dist/esm/types/condition-for-describe-lens-policies-output.d.ts.map +1 -0
  33. package/dist/esm/types/condition-for-describe-lens-tasks-output.d.ts +77 -0
  34. package/dist/esm/types/condition-for-describe-lens-tasks-output.d.ts.map +1 -0
  35. package/dist/esm/types/condition-for-update-lens-policy-input.d.ts +77 -0
  36. package/dist/esm/types/condition-for-update-lens-policy-input.d.ts.map +1 -0
  37. package/dist/esm/types/config-data-flow-bandwidth-request.d.ts +30 -0
  38. package/dist/esm/types/config-data-flow-bandwidth-request.d.ts.map +1 -0
  39. package/dist/esm/types/config-data-flow-bandwidth-response.d.ts +25 -0
  40. package/dist/esm/types/config-data-flow-bandwidth-response.d.ts.map +1 -0
  41. package/dist/esm/types/create-data-flow-task-request.d.ts +105 -0
  42. package/dist/esm/types/create-data-flow-task-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-data-flow-task-response.d.ts +25 -0
  44. package/dist/esm/types/create-data-flow-task-response.d.ts.map +1 -0
  45. package/dist/esm/types/create-file-system-request.d.ts +110 -0
  46. package/dist/esm/types/create-file-system-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-file-system-response.d.ts +36 -0
  48. package/dist/esm/types/create-file-system-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-fileset-request.d.ts +35 -0
  50. package/dist/esm/types/create-fileset-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-fileset-response.d.ts +25 -0
  52. package/dist/esm/types/create-fileset-response.d.ts.map +1 -0
  53. package/dist/esm/types/create-lens-policy-request.d.ts +50 -0
  54. package/dist/esm/types/create-lens-policy-request.d.ts.map +1 -0
  55. package/dist/esm/types/create-lens-policy-response.d.ts +25 -0
  56. package/dist/esm/types/create-lens-policy-response.d.ts.map +1 -0
  57. package/dist/esm/types/create-lens-task-request.d.ts +84 -0
  58. package/dist/esm/types/create-lens-task-request.d.ts.map +1 -0
  59. package/dist/esm/types/create-lens-task-response.d.ts +25 -0
  60. package/dist/esm/types/create-lens-task-response.d.ts.map +1 -0
  61. package/dist/esm/types/create-mount-service-request.d.ts +50 -0
  62. package/dist/esm/types/create-mount-service-request.d.ts.map +1 -0
  63. package/dist/esm/types/create-mount-service-response.d.ts +25 -0
  64. package/dist/esm/types/create-mount-service-response.d.ts.map +1 -0
  65. package/dist/esm/types/create-pre-signed-url-request.d.ts +25 -0
  66. package/dist/esm/types/create-pre-signed-url-request.d.ts.map +1 -0
  67. package/dist/esm/types/create-pre-signed-url-response.d.ts +35 -0
  68. package/dist/esm/types/create-pre-signed-url-response.d.ts.map +1 -0
  69. package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts +191 -0
  70. package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts.map +1 -0
  71. package/dist/esm/types/delete-data-flow-task-request.d.ts +30 -0
  72. package/dist/esm/types/delete-data-flow-task-request.d.ts.map +1 -0
  73. package/dist/esm/types/delete-data-flow-task-response.d.ts +20 -0
  74. package/dist/esm/types/delete-data-flow-task-response.d.ts.map +1 -0
  75. package/dist/esm/types/delete-file-system-request.d.ts +25 -0
  76. package/dist/esm/types/delete-file-system-request.d.ts.map +1 -0
  77. package/dist/esm/types/delete-file-system-response.d.ts +25 -0
  78. package/dist/esm/types/delete-file-system-response.d.ts.map +1 -0
  79. package/dist/esm/types/delete-fileset-request.d.ts +30 -0
  80. package/dist/esm/types/delete-fileset-request.d.ts.map +1 -0
  81. package/dist/esm/types/delete-fileset-response.d.ts +20 -0
  82. package/dist/esm/types/delete-fileset-response.d.ts.map +1 -0
  83. package/dist/esm/types/delete-lens-policy-request.d.ts +25 -0
  84. package/dist/esm/types/delete-lens-policy-request.d.ts.map +1 -0
  85. package/dist/esm/types/delete-lens-policy-response.d.ts +20 -0
  86. package/dist/esm/types/delete-lens-policy-response.d.ts.map +1 -0
  87. package/dist/esm/types/delete-lens-task-request.d.ts +30 -0
  88. package/dist/esm/types/delete-lens-task-request.d.ts.map +1 -0
  89. package/dist/esm/types/delete-lens-task-response.d.ts +20 -0
  90. package/dist/esm/types/delete-lens-task-response.d.ts.map +1 -0
  91. package/dist/esm/types/delete-mount-service-request.d.ts +25 -0
  92. package/dist/esm/types/delete-mount-service-request.d.ts.map +1 -0
  93. package/dist/esm/types/delete-mount-service-response.d.ts +20 -0
  94. package/dist/esm/types/delete-mount-service-response.d.ts.map +1 -0
  95. package/dist/esm/types/describe-data-flow-bandwidth-request.d.ts +35 -0
  96. package/dist/esm/types/describe-data-flow-bandwidth-request.d.ts.map +1 -0
  97. package/dist/esm/types/describe-data-flow-bandwidth-response.d.ts +60 -0
  98. package/dist/esm/types/describe-data-flow-bandwidth-response.d.ts.map +1 -0
  99. package/dist/esm/types/describe-data-flow-tasks-request.d.ts +60 -0
  100. package/dist/esm/types/describe-data-flow-tasks-request.d.ts.map +1 -0
  101. package/dist/esm/types/describe-data-flow-tasks-response.d.ts +41 -0
  102. package/dist/esm/types/describe-data-flow-tasks-response.d.ts.map +1 -0
  103. package/dist/esm/types/describe-file-system-overview-request.d.ts +20 -0
  104. package/dist/esm/types/describe-file-system-overview-request.d.ts.map +1 -0
  105. package/dist/esm/types/describe-file-system-overview-response.d.ts +26 -0
  106. package/dist/esm/types/describe-file-system-overview-response.d.ts.map +1 -0
  107. package/dist/esm/types/describe-file-system-statistics-request.d.ts +33 -0
  108. package/dist/esm/types/describe-file-system-statistics-request.d.ts.map +1 -0
  109. package/dist/esm/types/describe-file-system-statistics-response.d.ts +26 -0
  110. package/dist/esm/types/describe-file-system-statistics-response.d.ts.map +1 -0
  111. package/dist/esm/types/describe-file-systems-request.d.ts +84 -0
  112. package/dist/esm/types/describe-file-systems-request.d.ts.map +1 -0
  113. package/dist/esm/types/describe-file-systems-response.d.ts +41 -0
  114. package/dist/esm/types/describe-file-systems-response.d.ts.map +1 -0
  115. package/dist/esm/types/describe-filesets-request.d.ts +56 -0
  116. package/dist/esm/types/describe-filesets-request.d.ts.map +1 -0
  117. package/dist/esm/types/describe-filesets-response.d.ts +41 -0
  118. package/dist/esm/types/describe-filesets-response.d.ts.map +1 -0
  119. package/dist/esm/types/describe-lens-policies-request.d.ts +40 -0
  120. package/dist/esm/types/describe-lens-policies-request.d.ts.map +1 -0
  121. package/dist/esm/types/describe-lens-policies-response.d.ts +41 -0
  122. package/dist/esm/types/describe-lens-policies-response.d.ts.map +1 -0
  123. package/dist/esm/types/describe-lens-services-request.d.ts +62 -0
  124. package/dist/esm/types/describe-lens-services-request.d.ts.map +1 -0
  125. package/dist/esm/types/describe-lens-services-response.d.ts +41 -0
  126. package/dist/esm/types/describe-lens-services-response.d.ts.map +1 -0
  127. package/dist/esm/types/describe-lens-tasks-request.d.ts +71 -0
  128. package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -0
  129. package/dist/esm/types/describe-lens-tasks-response.d.ts +41 -0
  130. package/dist/esm/types/describe-lens-tasks-response.d.ts.map +1 -0
  131. package/dist/esm/types/describe-mount-service-node-types-request.d.ts +38 -0
  132. package/dist/esm/types/describe-mount-service-node-types-request.d.ts.map +1 -0
  133. package/dist/esm/types/describe-mount-service-node-types-response.d.ts +26 -0
  134. package/dist/esm/types/describe-mount-service-node-types-response.d.ts.map +1 -0
  135. package/dist/esm/types/describe-mount-services-request.d.ts +71 -0
  136. package/dist/esm/types/describe-mount-services-request.d.ts.map +1 -0
  137. package/dist/esm/types/describe-mount-services-response.d.ts +41 -0
  138. package/dist/esm/types/describe-mount-services-response.d.ts.map +1 -0
  139. package/dist/esm/types/describe-regions-request.d.ts +20 -0
  140. package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
  141. package/dist/esm/types/describe-regions-response.d.ts +31 -0
  142. package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
  143. package/dist/esm/types/describe-zones-request.d.ts +38 -0
  144. package/dist/esm/types/describe-zones-request.d.ts.map +1 -0
  145. package/dist/esm/types/describe-zones-response.d.ts +31 -0
  146. package/dist/esm/types/describe-zones-response.d.ts.map +1 -0
  147. package/dist/esm/types/detach-mount-service-from-self-file-system-request.d.ts +30 -0
  148. package/dist/esm/types/detach-mount-service-from-self-file-system-request.d.ts.map +1 -0
  149. package/dist/esm/types/detach-mount-service-from-self-file-system-response.d.ts +20 -0
  150. package/dist/esm/types/detach-mount-service-from-self-file-system-response.d.ts.map +1 -0
  151. package/dist/esm/types/entry-list-file-info-for-create-data-flow-task-input.d.ts +35 -0
  152. package/dist/esm/types/entry-list-file-info-for-create-data-flow-task-input.d.ts.map +1 -0
  153. package/dist/esm/types/entry-list-file-info-for-describe-data-flow-tasks-output.d.ts +35 -0
  154. package/dist/esm/types/entry-list-file-info-for-describe-data-flow-tasks-output.d.ts.map +1 -0
  155. package/dist/esm/types/expand-file-system-request.d.ts +35 -0
  156. package/dist/esm/types/expand-file-system-request.d.ts.map +1 -0
  157. package/dist/esm/types/expand-file-system-response.d.ts +25 -0
  158. package/dist/esm/types/expand-file-system-response.d.ts.map +1 -0
  159. package/dist/esm/types/feature-info-for-describe-lens-services-output.d.ts +49 -0
  160. package/dist/esm/types/feature-info-for-describe-lens-services-output.d.ts.map +1 -0
  161. package/dist/esm/types/file-system-for-describe-file-systems-output.d.ts +237 -0
  162. package/dist/esm/types/file-system-for-describe-file-systems-output.d.ts.map +1 -0
  163. package/dist/esm/types/fileset-for-describe-filesets-output.d.ts +100 -0
  164. package/dist/esm/types/fileset-for-describe-filesets-output.d.ts.map +1 -0
  165. package/dist/esm/types/filter-for-describe-file-systems-input.d.ts +44 -0
  166. package/dist/esm/types/filter-for-describe-file-systems-input.d.ts.map +1 -0
  167. package/dist/esm/types/filter-for-describe-filesets-input.d.ts +40 -0
  168. package/dist/esm/types/filter-for-describe-filesets-input.d.ts.map +1 -0
  169. package/dist/esm/types/filter-for-describe-mount-services-input.d.ts +41 -0
  170. package/dist/esm/types/filter-for-describe-mount-services-input.d.ts.map +1 -0
  171. package/dist/esm/types/index.d.ts +158 -0
  172. package/dist/esm/types/index.d.ts.map +1 -0
  173. package/dist/esm/types/lens-analysis-info-for-create-lens-task-input.d.ts +63 -0
  174. package/dist/esm/types/lens-analysis-info-for-create-lens-task-input.d.ts.map +1 -0
  175. package/dist/esm/types/lens-analysis-info-for-describe-lens-tasks-output.d.ts +63 -0
  176. package/dist/esm/types/lens-analysis-info-for-describe-lens-tasks-output.d.ts.map +1 -0
  177. package/dist/esm/types/lens-capacity-stat-info-for-create-lens-task-input.d.ts +60 -0
  178. package/dist/esm/types/lens-capacity-stat-info-for-create-lens-task-input.d.ts.map +1 -0
  179. package/dist/esm/types/lens-capacity-stat-info-for-describe-lens-tasks-output.d.ts +60 -0
  180. package/dist/esm/types/lens-capacity-stat-info-for-describe-lens-tasks-output.d.ts.map +1 -0
  181. package/dist/esm/types/lens-export-info-for-create-lens-task-input.d.ts +68 -0
  182. package/dist/esm/types/lens-export-info-for-create-lens-task-input.d.ts.map +1 -0
  183. package/dist/esm/types/lens-export-info-for-describe-lens-tasks-output.d.ts +68 -0
  184. package/dist/esm/types/lens-export-info-for-describe-lens-tasks-output.d.ts.map +1 -0
  185. package/dist/esm/types/lens-policy-for-describe-lens-policies-output.d.ts +65 -0
  186. package/dist/esm/types/lens-policy-for-describe-lens-policies-output.d.ts.map +1 -0
  187. package/dist/esm/types/lens-policy-snapshot-for-describe-lens-tasks-output.d.ts +65 -0
  188. package/dist/esm/types/lens-policy-snapshot-for-describe-lens-tasks-output.d.ts.map +1 -0
  189. package/dist/esm/types/lens-service-for-describe-lens-services-output.d.ts +69 -0
  190. package/dist/esm/types/lens-service-for-describe-lens-services-output.d.ts.map +1 -0
  191. package/dist/esm/types/lens-task-for-describe-lens-tasks-output.d.ts +152 -0
  192. package/dist/esm/types/lens-task-for-describe-lens-tasks-output.d.ts.map +1 -0
  193. package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
  194. package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
  195. package/dist/esm/types/list-tags-for-resources-response.d.ts +41 -0
  196. package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
  197. package/dist/esm/types/mount-service-for-describe-mount-services-output.d.ts +117 -0
  198. package/dist/esm/types/mount-service-for-describe-mount-services-output.d.ts.map +1 -0
  199. package/dist/esm/types/node-for-describe-mount-services-output.d.ts +30 -0
  200. package/dist/esm/types/node-for-describe-mount-services-output.d.ts.map +1 -0
  201. package/dist/esm/types/node-type-info-for-describe-mount-service-node-types-output.d.ts +49 -0
  202. package/dist/esm/types/node-type-info-for-describe-mount-service-node-types-output.d.ts.map +1 -0
  203. package/dist/esm/types/number-value-for-create-lens-policy-input.d.ts +45 -0
  204. package/dist/esm/types/number-value-for-create-lens-policy-input.d.ts.map +1 -0
  205. package/dist/esm/types/number-value-for-describe-lens-policies-output.d.ts +45 -0
  206. package/dist/esm/types/number-value-for-describe-lens-policies-output.d.ts.map +1 -0
  207. package/dist/esm/types/number-value-for-describe-lens-tasks-output.d.ts +45 -0
  208. package/dist/esm/types/number-value-for-describe-lens-tasks-output.d.ts.map +1 -0
  209. package/dist/esm/types/number-value-for-update-lens-policy-input.d.ts +45 -0
  210. package/dist/esm/types/number-value-for-update-lens-policy-input.d.ts.map +1 -0
  211. package/dist/esm/types/over-view-for-describe-file-system-overview-output.d.ts +50 -0
  212. package/dist/esm/types/over-view-for-describe-file-system-overview-output.d.ts.map +1 -0
  213. package/dist/esm/types/progress-for-describe-lens-tasks-output.d.ts +56 -0
  214. package/dist/esm/types/progress-for-describe-lens-tasks-output.d.ts.map +1 -0
  215. package/dist/esm/types/range-value-for-create-lens-policy-input.d.ts +68 -0
  216. package/dist/esm/types/range-value-for-create-lens-policy-input.d.ts.map +1 -0
  217. package/dist/esm/types/range-value-for-describe-lens-policies-output.d.ts +68 -0
  218. package/dist/esm/types/range-value-for-describe-lens-policies-output.d.ts.map +1 -0
  219. package/dist/esm/types/range-value-for-describe-lens-tasks-output.d.ts +68 -0
  220. package/dist/esm/types/range-value-for-describe-lens-tasks-output.d.ts.map +1 -0
  221. package/dist/esm/types/range-value-for-update-lens-policy-input.d.ts +68 -0
  222. package/dist/esm/types/range-value-for-update-lens-policy-input.d.ts.map +1 -0
  223. package/dist/esm/types/region-for-describe-regions-output.d.ts +35 -0
  224. package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
  225. package/dist/esm/types/report-for-describe-data-flow-tasks-output.d.ts +40 -0
  226. package/dist/esm/types/report-for-describe-data-flow-tasks-output.d.ts.map +1 -0
  227. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
  228. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
  229. package/dist/esm/types/rule-for-create-lens-policy-input.d.ts +46 -0
  230. package/dist/esm/types/rule-for-create-lens-policy-input.d.ts.map +1 -0
  231. package/dist/esm/types/rule-for-describe-lens-policies-output.d.ts +46 -0
  232. package/dist/esm/types/rule-for-describe-lens-policies-output.d.ts.map +1 -0
  233. package/dist/esm/types/rule-for-describe-lens-tasks-output.d.ts +46 -0
  234. package/dist/esm/types/rule-for-describe-lens-tasks-output.d.ts.map +1 -0
  235. package/dist/esm/types/rule-for-update-lens-policy-input.d.ts +46 -0
  236. package/dist/esm/types/rule-for-update-lens-policy-input.d.ts.map +1 -0
  237. package/dist/esm/types/rule-group-for-create-lens-policy-input.d.ts +39 -0
  238. package/dist/esm/types/rule-group-for-create-lens-policy-input.d.ts.map +1 -0
  239. package/dist/esm/types/rule-group-for-describe-lens-policies-output.d.ts +39 -0
  240. package/dist/esm/types/rule-group-for-describe-lens-policies-output.d.ts.map +1 -0
  241. package/dist/esm/types/rule-group-for-describe-lens-tasks-output.d.ts +39 -0
  242. package/dist/esm/types/rule-group-for-describe-lens-tasks-output.d.ts.map +1 -0
  243. package/dist/esm/types/rule-group-for-update-lens-policy-input.d.ts +39 -0
  244. package/dist/esm/types/rule-group-for-update-lens-policy-input.d.ts.map +1 -0
  245. package/dist/esm/types/sale-info-for-describe-zones-output.d.ts +86 -0
  246. package/dist/esm/types/sale-info-for-describe-zones-output.d.ts.map +1 -0
  247. package/dist/esm/types/schedule-for-create-lens-task-input.d.ts +84 -0
  248. package/dist/esm/types/schedule-for-create-lens-task-input.d.ts.map +1 -0
  249. package/dist/esm/types/schedule-for-describe-lens-tasks-output.d.ts +84 -0
  250. package/dist/esm/types/schedule-for-describe-lens-tasks-output.d.ts.map +1 -0
  251. package/dist/esm/types/set-fileset-qos-request.d.ts +40 -0
  252. package/dist/esm/types/set-fileset-qos-request.d.ts.map +1 -0
  253. package/dist/esm/types/set-fileset-qos-response.d.ts +20 -0
  254. package/dist/esm/types/set-fileset-qos-response.d.ts.map +1 -0
  255. package/dist/esm/types/set-fileset-quota-request.d.ts +40 -0
  256. package/dist/esm/types/set-fileset-quota-request.d.ts.map +1 -0
  257. package/dist/esm/types/set-fileset-quota-response.d.ts +20 -0
  258. package/dist/esm/types/set-fileset-quota-response.d.ts.map +1 -0
  259. package/dist/esm/types/start-lens-service-request.d.ts +38 -0
  260. package/dist/esm/types/start-lens-service-request.d.ts.map +1 -0
  261. package/dist/esm/types/start-lens-service-response.d.ts +20 -0
  262. package/dist/esm/types/start-lens-service-response.d.ts.map +1 -0
  263. package/dist/esm/types/statistic-for-describe-file-system-statistics-output.d.ts +68 -0
  264. package/dist/esm/types/statistic-for-describe-file-system-statistics-output.d.ts.map +1 -0
  265. package/dist/esm/types/stop-lens-service-request.d.ts +38 -0
  266. package/dist/esm/types/stop-lens-service-request.d.ts.map +1 -0
  267. package/dist/esm/types/stop-lens-service-response.d.ts +20 -0
  268. package/dist/esm/types/stop-lens-service-response.d.ts.map +1 -0
  269. package/dist/esm/types/string-value-for-create-lens-policy-input.d.ts +25 -0
  270. package/dist/esm/types/string-value-for-create-lens-policy-input.d.ts.map +1 -0
  271. package/dist/esm/types/string-value-for-describe-lens-policies-output.d.ts +25 -0
  272. package/dist/esm/types/string-value-for-describe-lens-policies-output.d.ts.map +1 -0
  273. package/dist/esm/types/string-value-for-describe-lens-tasks-output.d.ts +25 -0
  274. package/dist/esm/types/string-value-for-describe-lens-tasks-output.d.ts.map +1 -0
  275. package/dist/esm/types/string-value-for-update-lens-policy-input.d.ts +25 -0
  276. package/dist/esm/types/string-value-for-update-lens-policy-input.d.ts.map +1 -0
  277. package/dist/esm/types/tag-filter-for-describe-file-systems-input.d.ts +35 -0
  278. package/dist/esm/types/tag-filter-for-describe-file-systems-input.d.ts.map +1 -0
  279. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +35 -0
  280. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
  281. package/dist/esm/types/tag-for-create-file-system-input.d.ts +43 -0
  282. package/dist/esm/types/tag-for-create-file-system-input.d.ts.map +1 -0
  283. package/dist/esm/types/tag-for-create-file-system-output.d.ts +43 -0
  284. package/dist/esm/types/tag-for-create-file-system-output.d.ts.map +1 -0
  285. package/dist/esm/types/tag-for-describe-file-systems-output.d.ts +43 -0
  286. package/dist/esm/types/tag-for-describe-file-systems-output.d.ts.map +1 -0
  287. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  288. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  289. package/dist/esm/types/tag-for-update-file-system-input.d.ts +43 -0
  290. package/dist/esm/types/tag-for-update-file-system-input.d.ts.map +1 -0
  291. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  292. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  293. package/dist/esm/types/tag-resources-response.d.ts +20 -0
  294. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  295. package/dist/esm/types/target-info-for-create-lens-task-input.d.ts +30 -0
  296. package/dist/esm/types/target-info-for-create-lens-task-input.d.ts.map +1 -0
  297. package/dist/esm/types/target-info-for-describe-lens-tasks-output.d.ts +30 -0
  298. package/dist/esm/types/target-info-for-describe-lens-tasks-output.d.ts.map +1 -0
  299. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  300. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  301. package/dist/esm/types/untag-resources-response.d.ts +20 -0
  302. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  303. package/dist/esm/types/update-file-system-request.d.ts +41 -0
  304. package/dist/esm/types/update-file-system-request.d.ts.map +1 -0
  305. package/dist/esm/types/update-file-system-response.d.ts +20 -0
  306. package/dist/esm/types/update-file-system-response.d.ts.map +1 -0
  307. package/dist/esm/types/update-fileset-request.d.ts +35 -0
  308. package/dist/esm/types/update-fileset-request.d.ts.map +1 -0
  309. package/dist/esm/types/update-fileset-response.d.ts +20 -0
  310. package/dist/esm/types/update-fileset-response.d.ts.map +1 -0
  311. package/dist/esm/types/update-lens-policy-request.d.ts +55 -0
  312. package/dist/esm/types/update-lens-policy-request.d.ts.map +1 -0
  313. package/dist/esm/types/update-lens-policy-response.d.ts +20 -0
  314. package/dist/esm/types/update-lens-policy-response.d.ts.map +1 -0
  315. package/dist/esm/types/update-lens-task-request.d.ts +30 -0
  316. package/dist/esm/types/update-lens-task-request.d.ts.map +1 -0
  317. package/dist/esm/types/update-lens-task-response.d.ts +20 -0
  318. package/dist/esm/types/update-lens-task-response.d.ts.map +1 -0
  319. package/dist/esm/types/update-mount-service-request.d.ts +30 -0
  320. package/dist/esm/types/update-mount-service-request.d.ts.map +1 -0
  321. package/dist/esm/types/update-mount-service-response.d.ts +20 -0
  322. package/dist/esm/types/update-mount-service-response.d.ts.map +1 -0
  323. package/dist/esm/types/zone-for-describe-zones-output.d.ts +41 -0
  324. package/dist/esm/types/zone-for-describe-zones-output.d.ts.map +1 -0
  325. package/dist/tsconfig.tsbuildinfo +1 -0
  326. package/package.json +37 -0
  327. package/rslib.config.ts +26 -0
  328. package/src/api.ts +875 -0
  329. package/src/index.ts +14 -0
  330. package/src/types/attach-file-system-for-describe-mount-services-output.ts +65 -0
  331. package/src/types/attach-mount-service-to-self-file-system-request.ts +40 -0
  332. package/src/types/attach-mount-service-to-self-file-system-response.ts +22 -0
  333. package/src/types/cancel-data-flow-task-request.ts +34 -0
  334. package/src/types/cancel-data-flow-task-response.ts +22 -0
  335. package/src/types/cancel-lens-task-request.ts +28 -0
  336. package/src/types/cancel-lens-task-response.ts +22 -0
  337. package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +34 -0
  338. package/src/types/capacity-info-for-describe-file-systems-output.ts +34 -0
  339. package/src/types/capacity-info-for-describe-lens-services-output.ts +34 -0
  340. package/src/types/condition-for-create-lens-policy-input.ts +86 -0
  341. package/src/types/condition-for-describe-lens-policies-output.ts +86 -0
  342. package/src/types/condition-for-describe-lens-tasks-output.ts +86 -0
  343. package/src/types/condition-for-update-lens-policy-input.ts +86 -0
  344. package/src/types/config-data-flow-bandwidth-request.ts +34 -0
  345. package/src/types/config-data-flow-bandwidth-response.ts +28 -0
  346. package/src/types/create-data-flow-task-request.ts +119 -0
  347. package/src/types/create-data-flow-task-response.ts +28 -0
  348. package/src/types/create-file-system-request.ts +127 -0
  349. package/src/types/create-file-system-response.ts +41 -0
  350. package/src/types/create-fileset-request.ts +40 -0
  351. package/src/types/create-fileset-response.ts +28 -0
  352. package/src/types/create-lens-policy-request.ts +58 -0
  353. package/src/types/create-lens-policy-response.ts +28 -0
  354. package/src/types/create-lens-task-request.ts +98 -0
  355. package/src/types/create-lens-task-response.ts +28 -0
  356. package/src/types/create-mount-service-request.ts +58 -0
  357. package/src/types/create-mount-service-response.ts +28 -0
  358. package/src/types/create-pre-signed-url-request.ts +28 -0
  359. package/src/types/create-pre-signed-url-response.ts +40 -0
  360. package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +219 -0
  361. package/src/types/delete-data-flow-task-request.ts +34 -0
  362. package/src/types/delete-data-flow-task-response.ts +22 -0
  363. package/src/types/delete-file-system-request.ts +28 -0
  364. package/src/types/delete-file-system-response.ts +28 -0
  365. package/src/types/delete-fileset-request.ts +34 -0
  366. package/src/types/delete-fileset-response.ts +22 -0
  367. package/src/types/delete-lens-policy-request.ts +28 -0
  368. package/src/types/delete-lens-policy-response.ts +22 -0
  369. package/src/types/delete-lens-task-request.ts +34 -0
  370. package/src/types/delete-lens-task-response.ts +22 -0
  371. package/src/types/delete-mount-service-request.ts +28 -0
  372. package/src/types/delete-mount-service-response.ts +22 -0
  373. package/src/types/describe-data-flow-bandwidth-request.ts +40 -0
  374. package/src/types/describe-data-flow-bandwidth-response.ts +70 -0
  375. package/src/types/describe-data-flow-tasks-request.ts +70 -0
  376. package/src/types/describe-data-flow-tasks-response.ts +47 -0
  377. package/src/types/describe-file-system-overview-request.ts +22 -0
  378. package/src/types/describe-file-system-overview-response.ts +29 -0
  379. package/src/types/describe-file-system-statistics-request.ts +38 -0
  380. package/src/types/describe-file-system-statistics-response.ts +29 -0
  381. package/src/types/describe-file-systems-request.ts +96 -0
  382. package/src/types/describe-file-systems-response.ts +47 -0
  383. package/src/types/describe-filesets-request.ts +65 -0
  384. package/src/types/describe-filesets-response.ts +47 -0
  385. package/src/types/describe-lens-policies-request.ts +46 -0
  386. package/src/types/describe-lens-policies-response.ts +47 -0
  387. package/src/types/describe-lens-services-request.ts +72 -0
  388. package/src/types/describe-lens-services-response.ts +47 -0
  389. package/src/types/describe-lens-tasks-request.ts +82 -0
  390. package/src/types/describe-lens-tasks-response.ts +47 -0
  391. package/src/types/describe-mount-service-node-types-request.ts +44 -0
  392. package/src/types/describe-mount-service-node-types-response.ts +29 -0
  393. package/src/types/describe-mount-services-request.ts +81 -0
  394. package/src/types/describe-mount-services-response.ts +47 -0
  395. package/src/types/describe-regions-request.ts +22 -0
  396. package/src/types/describe-regions-response.ts +35 -0
  397. package/src/types/describe-zones-request.ts +44 -0
  398. package/src/types/describe-zones-response.ts +35 -0
  399. package/src/types/detach-mount-service-from-self-file-system-request.ts +34 -0
  400. package/src/types/detach-mount-service-from-self-file-system-response.ts +22 -0
  401. package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +40 -0
  402. package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +40 -0
  403. package/src/types/expand-file-system-request.ts +40 -0
  404. package/src/types/expand-file-system-response.ts +28 -0
  405. package/src/types/feature-info-for-describe-lens-services-output.ts +55 -0
  406. package/src/types/file-system-for-describe-file-systems-output.ts +272 -0
  407. package/src/types/fileset-for-describe-filesets-output.ts +117 -0
  408. package/src/types/filter-for-describe-file-systems-input.ts +50 -0
  409. package/src/types/filter-for-describe-filesets-input.ts +46 -0
  410. package/src/types/filter-for-describe-mount-services-input.ts +47 -0
  411. package/src/types/index.ts +157 -0
  412. package/src/types/lens-analysis-info-for-create-lens-task-input.ts +72 -0
  413. package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +72 -0
  414. package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +70 -0
  415. package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +70 -0
  416. package/src/types/lens-export-info-for-create-lens-task-input.ts +78 -0
  417. package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +78 -0
  418. package/src/types/lens-policy-for-describe-lens-policies-output.ts +76 -0
  419. package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +76 -0
  420. package/src/types/lens-service-for-describe-lens-services-output.ts +80 -0
  421. package/src/types/lens-task-for-describe-lens-tasks-output.ts +176 -0
  422. package/src/types/list-tags-for-resources-request.ts +53 -0
  423. package/src/types/list-tags-for-resources-response.ts +47 -0
  424. package/src/types/mount-service-for-describe-mount-services-output.ts +136 -0
  425. package/src/types/node-for-describe-mount-services-output.ts +34 -0
  426. package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +57 -0
  427. package/src/types/number-value-for-create-lens-policy-input.ts +51 -0
  428. package/src/types/number-value-for-describe-lens-policies-output.ts +51 -0
  429. package/src/types/number-value-for-describe-lens-tasks-output.ts +51 -0
  430. package/src/types/number-value-for-update-lens-policy-input.ts +51 -0
  431. package/src/types/over-view-for-describe-file-system-overview-output.ts +58 -0
  432. package/src/types/progress-for-describe-lens-tasks-output.ts +65 -0
  433. package/src/types/range-value-for-create-lens-policy-input.ts +76 -0
  434. package/src/types/range-value-for-describe-lens-policies-output.ts +76 -0
  435. package/src/types/range-value-for-describe-lens-tasks-output.ts +76 -0
  436. package/src/types/range-value-for-update-lens-policy-input.ts +76 -0
  437. package/src/types/region-for-describe-regions-output.ts +40 -0
  438. package/src/types/report-for-describe-data-flow-tasks-output.ts +46 -0
  439. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
  440. package/src/types/rule-for-create-lens-policy-input.ts +52 -0
  441. package/src/types/rule-for-describe-lens-policies-output.ts +52 -0
  442. package/src/types/rule-for-describe-lens-tasks-output.ts +52 -0
  443. package/src/types/rule-for-update-lens-policy-input.ts +52 -0
  444. package/src/types/rule-group-for-create-lens-policy-input.ts +45 -0
  445. package/src/types/rule-group-for-describe-lens-policies-output.ts +45 -0
  446. package/src/types/rule-group-for-describe-lens-tasks-output.ts +45 -0
  447. package/src/types/rule-group-for-update-lens-policy-input.ts +45 -0
  448. package/src/types/sale-info-for-describe-zones-output.ts +98 -0
  449. package/src/types/schedule-for-create-lens-task-input.ts +94 -0
  450. package/src/types/schedule-for-describe-lens-tasks-output.ts +94 -0
  451. package/src/types/set-fileset-qos-request.ts +46 -0
  452. package/src/types/set-fileset-qos-response.ts +22 -0
  453. package/src/types/set-fileset-quota-request.ts +46 -0
  454. package/src/types/set-fileset-quota-response.ts +22 -0
  455. package/src/types/start-lens-service-request.ts +44 -0
  456. package/src/types/start-lens-service-response.ts +22 -0
  457. package/src/types/statistic-for-describe-file-system-statistics-output.ts +80 -0
  458. package/src/types/stop-lens-service-request.ts +44 -0
  459. package/src/types/stop-lens-service-response.ts +22 -0
  460. package/src/types/string-value-for-create-lens-policy-input.ts +28 -0
  461. package/src/types/string-value-for-describe-lens-policies-output.ts +28 -0
  462. package/src/types/string-value-for-describe-lens-tasks-output.ts +28 -0
  463. package/src/types/string-value-for-update-lens-policy-input.ts +28 -0
  464. package/src/types/tag-filter-for-describe-file-systems-input.ts +40 -0
  465. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +40 -0
  466. package/src/types/tag-for-create-file-system-input.ts +50 -0
  467. package/src/types/tag-for-create-file-system-output.ts +50 -0
  468. package/src/types/tag-for-describe-file-systems-output.ts +50 -0
  469. package/src/types/tag-for-tag-resources-input.ts +34 -0
  470. package/src/types/tag-for-update-file-system-input.ts +50 -0
  471. package/src/types/tag-resources-request.ts +41 -0
  472. package/src/types/tag-resources-response.ts +22 -0
  473. package/src/types/target-info-for-create-lens-task-input.ts +34 -0
  474. package/src/types/target-info-for-describe-lens-tasks-output.ts +34 -0
  475. package/src/types/untag-resources-request.ts +40 -0
  476. package/src/types/untag-resources-response.ts +22 -0
  477. package/src/types/update-file-system-request.ts +47 -0
  478. package/src/types/update-file-system-response.ts +22 -0
  479. package/src/types/update-fileset-request.ts +40 -0
  480. package/src/types/update-fileset-response.ts +22 -0
  481. package/src/types/update-lens-policy-request.ts +64 -0
  482. package/src/types/update-lens-policy-response.ts +22 -0
  483. package/src/types/update-lens-task-request.ts +34 -0
  484. package/src/types/update-lens-task-response.ts +22 -0
  485. package/src/types/update-mount-service-request.ts +34 -0
  486. package/src/types/update-mount-service-response.ts +22 -0
  487. package/src/types/zone-for-describe-zones-output.ts +47 -0
  488. package/tsconfig.json +12 -0
package/src/api.ts ADDED
@@ -0,0 +1,875 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vepfs
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { AttachMountServiceToSelfFileSystemRequest } from './types/index';
18
+ import { AttachMountServiceToSelfFileSystemResponse } from './types/index';
19
+ import { CancelDataFlowTaskRequest } from './types/index';
20
+ import { CancelDataFlowTaskResponse } from './types/index';
21
+ import { CancelLensTaskRequest } from './types/index';
22
+ import { CancelLensTaskResponse } from './types/index';
23
+ import { ConfigDataFlowBandwidthRequest } from './types/index';
24
+ import { ConfigDataFlowBandwidthResponse } from './types/index';
25
+ import { CreateDataFlowTaskRequest } from './types/index';
26
+ import { CreateDataFlowTaskResponse } from './types/index';
27
+ import { CreateFileSystemRequest } from './types/index';
28
+ import { CreateFileSystemResponse } from './types/index';
29
+ import { CreateFilesetRequest } from './types/index';
30
+ import { CreateFilesetResponse } from './types/index';
31
+ import { CreateLensPolicyRequest } from './types/index';
32
+ import { CreateLensPolicyResponse } from './types/index';
33
+ import { CreateLensTaskRequest } from './types/index';
34
+ import { CreateLensTaskResponse } from './types/index';
35
+ import { CreateMountServiceRequest } from './types/index';
36
+ import { CreateMountServiceResponse } from './types/index';
37
+ import { CreatePreSignedUrlRequest } from './types/index';
38
+ import { CreatePreSignedUrlResponse } from './types/index';
39
+ import { DeleteDataFlowTaskRequest } from './types/index';
40
+ import { DeleteDataFlowTaskResponse } from './types/index';
41
+ import { DeleteFileSystemRequest } from './types/index';
42
+ import { DeleteFileSystemResponse } from './types/index';
43
+ import { DeleteFilesetRequest } from './types/index';
44
+ import { DeleteFilesetResponse } from './types/index';
45
+ import { DeleteLensPolicyRequest } from './types/index';
46
+ import { DeleteLensPolicyResponse } from './types/index';
47
+ import { DeleteLensTaskRequest } from './types/index';
48
+ import { DeleteLensTaskResponse } from './types/index';
49
+ import { DeleteMountServiceRequest } from './types/index';
50
+ import { DeleteMountServiceResponse } from './types/index';
51
+ import { DescribeDataFlowBandwidthRequest } from './types/index';
52
+ import { DescribeDataFlowBandwidthResponse } from './types/index';
53
+ import { DescribeDataFlowTasksRequest } from './types/index';
54
+ import { DescribeDataFlowTasksResponse } from './types/index';
55
+ import { DescribeFileSystemOverviewRequest } from './types/index';
56
+ import { DescribeFileSystemOverviewResponse } from './types/index';
57
+ import { DescribeFileSystemStatisticsRequest } from './types/index';
58
+ import { DescribeFileSystemStatisticsResponse } from './types/index';
59
+ import { DescribeFileSystemsRequest } from './types/index';
60
+ import { DescribeFileSystemsResponse } from './types/index';
61
+ import { DescribeFilesetsRequest } from './types/index';
62
+ import { DescribeFilesetsResponse } from './types/index';
63
+ import { DescribeLensPoliciesRequest } from './types/index';
64
+ import { DescribeLensPoliciesResponse } from './types/index';
65
+ import { DescribeLensServicesRequest } from './types/index';
66
+ import { DescribeLensServicesResponse } from './types/index';
67
+ import { DescribeLensTasksRequest } from './types/index';
68
+ import { DescribeLensTasksResponse } from './types/index';
69
+ import { DescribeMountServiceNodeTypesRequest } from './types/index';
70
+ import { DescribeMountServiceNodeTypesResponse } from './types/index';
71
+ import { DescribeMountServicesRequest } from './types/index';
72
+ import { DescribeMountServicesResponse } from './types/index';
73
+ import { DescribeRegionsRequest } from './types/index';
74
+ import { DescribeRegionsResponse } from './types/index';
75
+ import { DescribeZonesRequest } from './types/index';
76
+ import { DescribeZonesResponse } from './types/index';
77
+ import { DetachMountServiceFromSelfFileSystemRequest } from './types/index';
78
+ import { DetachMountServiceFromSelfFileSystemResponse } from './types/index';
79
+ import { ExpandFileSystemRequest } from './types/index';
80
+ import { ExpandFileSystemResponse } from './types/index';
81
+ import { ListTagsForResourcesRequest } from './types/index';
82
+ import { ListTagsForResourcesResponse } from './types/index';
83
+ import { SetFilesetQosRequest } from './types/index';
84
+ import { SetFilesetQosResponse } from './types/index';
85
+ import { SetFilesetQuotaRequest } from './types/index';
86
+ import { SetFilesetQuotaResponse } from './types/index';
87
+ import { StartLensServiceRequest } from './types/index';
88
+ import { StartLensServiceResponse } from './types/index';
89
+ import { StopLensServiceRequest } from './types/index';
90
+ import { StopLensServiceResponse } from './types/index';
91
+ import { TagResourcesRequest } from './types/index';
92
+ import { TagResourcesResponse } from './types/index';
93
+ import { UntagResourcesRequest } from './types/index';
94
+ import { UntagResourcesResponse } from './types/index';
95
+ import { UpdateFileSystemRequest } from './types/index';
96
+ import { UpdateFileSystemResponse } from './types/index';
97
+ import { UpdateFilesetRequest } from './types/index';
98
+ import { UpdateFilesetResponse } from './types/index';
99
+ import { UpdateLensPolicyRequest } from './types/index';
100
+ import { UpdateLensPolicyResponse } from './types/index';
101
+ import { UpdateLensTaskRequest } from './types/index';
102
+ import { UpdateLensTaskResponse } from './types/index';
103
+ import { UpdateMountServiceRequest } from './types/index';
104
+ import { UpdateMountServiceResponse } from './types/index';
105
+
106
+ // ============================================================================
107
+ // Output Type Definitions
108
+ // ============================================================================
109
+ export type AttachMountServiceToSelfFileSystemCommandOutput = CommandOutput<AttachMountServiceToSelfFileSystemResponse>;
110
+ export type CancelDataFlowTaskCommandOutput = CommandOutput<CancelDataFlowTaskResponse>;
111
+ export type CancelLensTaskCommandOutput = CommandOutput<CancelLensTaskResponse>;
112
+ export type ConfigDataFlowBandwidthCommandOutput = CommandOutput<ConfigDataFlowBandwidthResponse>;
113
+ export type CreateDataFlowTaskCommandOutput = CommandOutput<CreateDataFlowTaskResponse>;
114
+ export type CreateFileSystemCommandOutput = CommandOutput<CreateFileSystemResponse>;
115
+ export type CreateFilesetCommandOutput = CommandOutput<CreateFilesetResponse>;
116
+ export type CreateLensPolicyCommandOutput = CommandOutput<CreateLensPolicyResponse>;
117
+ export type CreateLensTaskCommandOutput = CommandOutput<CreateLensTaskResponse>;
118
+ export type CreateMountServiceCommandOutput = CommandOutput<CreateMountServiceResponse>;
119
+ export type CreatePreSignedUrlCommandOutput = CommandOutput<CreatePreSignedUrlResponse>;
120
+ export type DeleteDataFlowTaskCommandOutput = CommandOutput<DeleteDataFlowTaskResponse>;
121
+ export type DeleteFileSystemCommandOutput = CommandOutput<DeleteFileSystemResponse>;
122
+ export type DeleteFilesetCommandOutput = CommandOutput<DeleteFilesetResponse>;
123
+ export type DeleteLensPolicyCommandOutput = CommandOutput<DeleteLensPolicyResponse>;
124
+ export type DeleteLensTaskCommandOutput = CommandOutput<DeleteLensTaskResponse>;
125
+ export type DeleteMountServiceCommandOutput = CommandOutput<DeleteMountServiceResponse>;
126
+ export type DescribeDataFlowBandwidthCommandOutput = CommandOutput<DescribeDataFlowBandwidthResponse>;
127
+ export type DescribeDataFlowTasksCommandOutput = CommandOutput<DescribeDataFlowTasksResponse>;
128
+ export type DescribeFileSystemOverviewCommandOutput = CommandOutput<DescribeFileSystemOverviewResponse>;
129
+ export type DescribeFileSystemStatisticsCommandOutput = CommandOutput<DescribeFileSystemStatisticsResponse>;
130
+ export type DescribeFileSystemsCommandOutput = CommandOutput<DescribeFileSystemsResponse>;
131
+ export type DescribeFilesetsCommandOutput = CommandOutput<DescribeFilesetsResponse>;
132
+ export type DescribeLensPoliciesCommandOutput = CommandOutput<DescribeLensPoliciesResponse>;
133
+ export type DescribeLensServicesCommandOutput = CommandOutput<DescribeLensServicesResponse>;
134
+ export type DescribeLensTasksCommandOutput = CommandOutput<DescribeLensTasksResponse>;
135
+ export type DescribeMountServiceNodeTypesCommandOutput = CommandOutput<DescribeMountServiceNodeTypesResponse>;
136
+ export type DescribeMountServicesCommandOutput = CommandOutput<DescribeMountServicesResponse>;
137
+ export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
138
+ export type DescribeZonesCommandOutput = CommandOutput<DescribeZonesResponse>;
139
+ export type DetachMountServiceFromSelfFileSystemCommandOutput = CommandOutput<DetachMountServiceFromSelfFileSystemResponse>;
140
+ export type ExpandFileSystemCommandOutput = CommandOutput<ExpandFileSystemResponse>;
141
+ export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
142
+ export type SetFilesetQosCommandOutput = CommandOutput<SetFilesetQosResponse>;
143
+ export type SetFilesetQuotaCommandOutput = CommandOutput<SetFilesetQuotaResponse>;
144
+ export type StartLensServiceCommandOutput = CommandOutput<StartLensServiceResponse>;
145
+ export type StopLensServiceCommandOutput = CommandOutput<StopLensServiceResponse>;
146
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
147
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
148
+ export type UpdateFileSystemCommandOutput = CommandOutput<UpdateFileSystemResponse>;
149
+ export type UpdateFilesetCommandOutput = CommandOutput<UpdateFilesetResponse>;
150
+ export type UpdateLensPolicyCommandOutput = CommandOutput<UpdateLensPolicyResponse>;
151
+ export type UpdateLensTaskCommandOutput = CommandOutput<UpdateLensTaskResponse>;
152
+ export type UpdateMountServiceCommandOutput = CommandOutput<UpdateMountServiceResponse>;
153
+
154
+
155
+ /**
156
+ * VEPFSClient Service Client
157
+ */
158
+ export class VEPFSClient extends Client {
159
+ constructor(config: ClientConfig = {}) {
160
+ super({
161
+ protocol: 'https',
162
+ region: 'cn-beijing',
163
+ ...config,
164
+ });
165
+ }
166
+ }
167
+
168
+ /**
169
+ * Command to AttachMountServiceToSelfFileSystem
170
+ */
171
+ export class AttachMountServiceToSelfFileSystemCommand extends Command<
172
+ AttachMountServiceToSelfFileSystemRequest,
173
+ AttachMountServiceToSelfFileSystemCommandOutput,
174
+ 'AttachMountServiceToSelfFileSystemCommand'
175
+ > {
176
+ static readonly metaPath = '/AttachMountServiceToSelfFileSystem/2022-01-01/vepfs/post/application_json/';
177
+
178
+ constructor(input: AttachMountServiceToSelfFileSystemRequest) {
179
+ super(input);
180
+ this.requestConfig = buildRequestConfigFromMetaPath(AttachMountServiceToSelfFileSystemCommand.metaPath);
181
+ }
182
+ }
183
+ /**
184
+ * Command to CancelDataFlowTask
185
+ */
186
+ export class CancelDataFlowTaskCommand extends Command<
187
+ CancelDataFlowTaskRequest,
188
+ CancelDataFlowTaskCommandOutput,
189
+ 'CancelDataFlowTaskCommand'
190
+ > {
191
+ static readonly metaPath = '/CancelDataFlowTask/2022-01-01/vepfs/post/application_json/';
192
+
193
+ constructor(input: CancelDataFlowTaskRequest) {
194
+ super(input);
195
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelDataFlowTaskCommand.metaPath);
196
+ }
197
+ }
198
+ /**
199
+ * Command to CancelLensTask
200
+ */
201
+ export class CancelLensTaskCommand extends Command<
202
+ CancelLensTaskRequest,
203
+ CancelLensTaskCommandOutput,
204
+ 'CancelLensTaskCommand'
205
+ > {
206
+ static readonly metaPath = '/CancelLensTask/2022-01-01/vepfs/post/application_json/';
207
+
208
+ constructor(input: CancelLensTaskRequest) {
209
+ super(input);
210
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelLensTaskCommand.metaPath);
211
+ }
212
+ }
213
+ /**
214
+ * Command to ConfigDataFlowBandwidth
215
+ */
216
+ export class ConfigDataFlowBandwidthCommand extends Command<
217
+ ConfigDataFlowBandwidthRequest,
218
+ ConfigDataFlowBandwidthCommandOutput,
219
+ 'ConfigDataFlowBandwidthCommand'
220
+ > {
221
+ static readonly metaPath = '/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/';
222
+
223
+ constructor(input: ConfigDataFlowBandwidthRequest) {
224
+ super(input);
225
+ this.requestConfig = buildRequestConfigFromMetaPath(ConfigDataFlowBandwidthCommand.metaPath);
226
+ }
227
+ }
228
+ /**
229
+ * Command to CreateDataFlowTask
230
+ */
231
+ export class CreateDataFlowTaskCommand extends Command<
232
+ CreateDataFlowTaskRequest,
233
+ CreateDataFlowTaskCommandOutput,
234
+ 'CreateDataFlowTaskCommand'
235
+ > {
236
+ static readonly metaPath = '/CreateDataFlowTask/2022-01-01/vepfs/post/application_json/';
237
+
238
+ constructor(input: CreateDataFlowTaskRequest) {
239
+ super(input);
240
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateDataFlowTaskCommand.metaPath);
241
+ }
242
+ }
243
+ /**
244
+ * Command to CreateFileSystem
245
+ */
246
+ export class CreateFileSystemCommand extends Command<
247
+ CreateFileSystemRequest,
248
+ CreateFileSystemCommandOutput,
249
+ 'CreateFileSystemCommand'
250
+ > {
251
+ static readonly metaPath = '/CreateFileSystem/2022-01-01/vepfs/post/application_json/';
252
+
253
+ constructor(input: CreateFileSystemRequest) {
254
+ super(input);
255
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateFileSystemCommand.metaPath);
256
+ }
257
+ }
258
+ /**
259
+ * Command to CreateFileset
260
+ */
261
+ export class CreateFilesetCommand extends Command<
262
+ CreateFilesetRequest,
263
+ CreateFilesetCommandOutput,
264
+ 'CreateFilesetCommand'
265
+ > {
266
+ static readonly metaPath = '/CreateFileset/2022-01-01/vepfs/post/application_json/';
267
+
268
+ constructor(input: CreateFilesetRequest) {
269
+ super(input);
270
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateFilesetCommand.metaPath);
271
+ }
272
+ }
273
+ /**
274
+ * Command to CreateLensPolicy
275
+ */
276
+ export class CreateLensPolicyCommand extends Command<
277
+ CreateLensPolicyRequest,
278
+ CreateLensPolicyCommandOutput,
279
+ 'CreateLensPolicyCommand'
280
+ > {
281
+ static readonly metaPath = '/CreateLensPolicy/2022-01-01/vepfs/post/application_json/';
282
+
283
+ constructor(input: CreateLensPolicyRequest) {
284
+ super(input);
285
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateLensPolicyCommand.metaPath);
286
+ }
287
+ }
288
+ /**
289
+ * Command to CreateLensTask
290
+ */
291
+ export class CreateLensTaskCommand extends Command<
292
+ CreateLensTaskRequest,
293
+ CreateLensTaskCommandOutput,
294
+ 'CreateLensTaskCommand'
295
+ > {
296
+ static readonly metaPath = '/CreateLensTask/2022-01-01/vepfs/post/application_json/';
297
+
298
+ constructor(input: CreateLensTaskRequest) {
299
+ super(input);
300
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateLensTaskCommand.metaPath);
301
+ }
302
+ }
303
+ /**
304
+ * Command to CreateMountService
305
+ */
306
+ export class CreateMountServiceCommand extends Command<
307
+ CreateMountServiceRequest,
308
+ CreateMountServiceCommandOutput,
309
+ 'CreateMountServiceCommand'
310
+ > {
311
+ static readonly metaPath = '/CreateMountService/2022-01-01/vepfs/post/application_json/';
312
+
313
+ constructor(input: CreateMountServiceRequest) {
314
+ super(input);
315
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateMountServiceCommand.metaPath);
316
+ }
317
+ }
318
+ /**
319
+ * Command to CreatePreSignedUrl
320
+ */
321
+ export class CreatePreSignedUrlCommand extends Command<
322
+ CreatePreSignedUrlRequest,
323
+ CreatePreSignedUrlCommandOutput,
324
+ 'CreatePreSignedUrlCommand'
325
+ > {
326
+ static readonly metaPath = '/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/';
327
+
328
+ constructor(input: CreatePreSignedUrlRequest) {
329
+ super(input);
330
+ this.requestConfig = buildRequestConfigFromMetaPath(CreatePreSignedUrlCommand.metaPath);
331
+ }
332
+ }
333
+ /**
334
+ * Command to DeleteDataFlowTask
335
+ */
336
+ export class DeleteDataFlowTaskCommand extends Command<
337
+ DeleteDataFlowTaskRequest,
338
+ DeleteDataFlowTaskCommandOutput,
339
+ 'DeleteDataFlowTaskCommand'
340
+ > {
341
+ static readonly metaPath = '/DeleteDataFlowTask/2022-01-01/vepfs/post/application_json/';
342
+
343
+ constructor(input: DeleteDataFlowTaskRequest) {
344
+ super(input);
345
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteDataFlowTaskCommand.metaPath);
346
+ }
347
+ }
348
+ /**
349
+ * Command to DeleteFileSystem
350
+ */
351
+ export class DeleteFileSystemCommand extends Command<
352
+ DeleteFileSystemRequest,
353
+ DeleteFileSystemCommandOutput,
354
+ 'DeleteFileSystemCommand'
355
+ > {
356
+ static readonly metaPath = '/DeleteFileSystem/2022-01-01/vepfs/post/application_json/';
357
+
358
+ constructor(input: DeleteFileSystemRequest) {
359
+ super(input);
360
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteFileSystemCommand.metaPath);
361
+ }
362
+ }
363
+ /**
364
+ * Command to DeleteFileset
365
+ */
366
+ export class DeleteFilesetCommand extends Command<
367
+ DeleteFilesetRequest,
368
+ DeleteFilesetCommandOutput,
369
+ 'DeleteFilesetCommand'
370
+ > {
371
+ static readonly metaPath = '/DeleteFileset/2022-01-01/vepfs/post/application_json/';
372
+
373
+ constructor(input: DeleteFilesetRequest) {
374
+ super(input);
375
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteFilesetCommand.metaPath);
376
+ }
377
+ }
378
+ /**
379
+ * Command to DeleteLensPolicy
380
+ */
381
+ export class DeleteLensPolicyCommand extends Command<
382
+ DeleteLensPolicyRequest,
383
+ DeleteLensPolicyCommandOutput,
384
+ 'DeleteLensPolicyCommand'
385
+ > {
386
+ static readonly metaPath = '/DeleteLensPolicy/2022-01-01/vepfs/post/application_json/';
387
+
388
+ constructor(input: DeleteLensPolicyRequest) {
389
+ super(input);
390
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteLensPolicyCommand.metaPath);
391
+ }
392
+ }
393
+ /**
394
+ * Command to DeleteLensTask
395
+ */
396
+ export class DeleteLensTaskCommand extends Command<
397
+ DeleteLensTaskRequest,
398
+ DeleteLensTaskCommandOutput,
399
+ 'DeleteLensTaskCommand'
400
+ > {
401
+ static readonly metaPath = '/DeleteLensTask/2022-01-01/vepfs/post/application_json/';
402
+
403
+ constructor(input: DeleteLensTaskRequest) {
404
+ super(input);
405
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteLensTaskCommand.metaPath);
406
+ }
407
+ }
408
+ /**
409
+ * Command to DeleteMountService
410
+ */
411
+ export class DeleteMountServiceCommand extends Command<
412
+ DeleteMountServiceRequest,
413
+ DeleteMountServiceCommandOutput,
414
+ 'DeleteMountServiceCommand'
415
+ > {
416
+ static readonly metaPath = '/DeleteMountService/2022-01-01/vepfs/post/application_json/';
417
+
418
+ constructor(input: DeleteMountServiceRequest) {
419
+ super(input);
420
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteMountServiceCommand.metaPath);
421
+ }
422
+ }
423
+ /**
424
+ * Command to DescribeDataFlowBandwidth
425
+ */
426
+ export class DescribeDataFlowBandwidthCommand extends Command<
427
+ DescribeDataFlowBandwidthRequest,
428
+ DescribeDataFlowBandwidthCommandOutput,
429
+ 'DescribeDataFlowBandwidthCommand'
430
+ > {
431
+ static readonly metaPath = '/DescribeDataFlowBandwidth/2022-01-01/vepfs/post/application_json/';
432
+
433
+ constructor(input: DescribeDataFlowBandwidthRequest) {
434
+ super(input);
435
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDataFlowBandwidthCommand.metaPath);
436
+ }
437
+ }
438
+ /**
439
+ * Command to DescribeDataFlowTasks
440
+ */
441
+ export class DescribeDataFlowTasksCommand extends Command<
442
+ DescribeDataFlowTasksRequest,
443
+ DescribeDataFlowTasksCommandOutput,
444
+ 'DescribeDataFlowTasksCommand'
445
+ > {
446
+ static readonly metaPath = '/DescribeDataFlowTasks/2022-01-01/vepfs/post/application_json/';
447
+
448
+ constructor(input: DescribeDataFlowTasksRequest) {
449
+ super(input);
450
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeDataFlowTasksCommand.metaPath);
451
+ }
452
+ }
453
+ /**
454
+ * Command to DescribeFileSystemOverview
455
+ */
456
+ export class DescribeFileSystemOverviewCommand extends Command<
457
+ DescribeFileSystemOverviewRequest,
458
+ DescribeFileSystemOverviewCommandOutput,
459
+ 'DescribeFileSystemOverviewCommand'
460
+ > {
461
+ static readonly metaPath = '/DescribeFileSystemOverview/2022-01-01/vepfs/post/application_json/';
462
+
463
+ constructor(input: DescribeFileSystemOverviewRequest) {
464
+ super(input);
465
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemOverviewCommand.metaPath);
466
+ }
467
+ }
468
+ /**
469
+ * Command to DescribeFileSystemStatistics
470
+ */
471
+ export class DescribeFileSystemStatisticsCommand extends Command<
472
+ DescribeFileSystemStatisticsRequest,
473
+ DescribeFileSystemStatisticsCommandOutput,
474
+ 'DescribeFileSystemStatisticsCommand'
475
+ > {
476
+ static readonly metaPath = '/DescribeFileSystemStatistics/2022-01-01/vepfs/post/application_json/';
477
+
478
+ constructor(input: DescribeFileSystemStatisticsRequest) {
479
+ super(input);
480
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemStatisticsCommand.metaPath);
481
+ }
482
+ }
483
+ /**
484
+ * Command to DescribeFileSystems
485
+ */
486
+ export class DescribeFileSystemsCommand extends Command<
487
+ DescribeFileSystemsRequest,
488
+ DescribeFileSystemsCommandOutput,
489
+ 'DescribeFileSystemsCommand'
490
+ > {
491
+ static readonly metaPath = '/DescribeFileSystems/2022-01-01/vepfs/post/application_json/';
492
+
493
+ constructor(input: DescribeFileSystemsRequest) {
494
+ super(input);
495
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemsCommand.metaPath);
496
+ }
497
+ }
498
+ /**
499
+ * Command to DescribeFilesets
500
+ */
501
+ export class DescribeFilesetsCommand extends Command<
502
+ DescribeFilesetsRequest,
503
+ DescribeFilesetsCommandOutput,
504
+ 'DescribeFilesetsCommand'
505
+ > {
506
+ static readonly metaPath = '/DescribeFilesets/2022-01-01/vepfs/post/application_json/';
507
+
508
+ constructor(input: DescribeFilesetsRequest) {
509
+ super(input);
510
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFilesetsCommand.metaPath);
511
+ }
512
+ }
513
+ /**
514
+ * Command to DescribeLensPolicies
515
+ */
516
+ export class DescribeLensPoliciesCommand extends Command<
517
+ DescribeLensPoliciesRequest,
518
+ DescribeLensPoliciesCommandOutput,
519
+ 'DescribeLensPoliciesCommand'
520
+ > {
521
+ static readonly metaPath = '/DescribeLensPolicies/2022-01-01/vepfs/post/application_json/';
522
+
523
+ constructor(input: DescribeLensPoliciesRequest) {
524
+ super(input);
525
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensPoliciesCommand.metaPath);
526
+ }
527
+ }
528
+ /**
529
+ * Command to DescribeLensServices
530
+ */
531
+ export class DescribeLensServicesCommand extends Command<
532
+ DescribeLensServicesRequest,
533
+ DescribeLensServicesCommandOutput,
534
+ 'DescribeLensServicesCommand'
535
+ > {
536
+ static readonly metaPath = '/DescribeLensServices/2022-01-01/vepfs/post/application_json/';
537
+
538
+ constructor(input: DescribeLensServicesRequest) {
539
+ super(input);
540
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensServicesCommand.metaPath);
541
+ }
542
+ }
543
+ /**
544
+ * Command to DescribeLensTasks
545
+ */
546
+ export class DescribeLensTasksCommand extends Command<
547
+ DescribeLensTasksRequest,
548
+ DescribeLensTasksCommandOutput,
549
+ 'DescribeLensTasksCommand'
550
+ > {
551
+ static readonly metaPath = '/DescribeLensTasks/2022-01-01/vepfs/post/application_json/';
552
+
553
+ constructor(input: DescribeLensTasksRequest) {
554
+ super(input);
555
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensTasksCommand.metaPath);
556
+ }
557
+ }
558
+ /**
559
+ * Command to DescribeMountServiceNodeTypes
560
+ */
561
+ export class DescribeMountServiceNodeTypesCommand extends Command<
562
+ DescribeMountServiceNodeTypesRequest,
563
+ DescribeMountServiceNodeTypesCommandOutput,
564
+ 'DescribeMountServiceNodeTypesCommand'
565
+ > {
566
+ static readonly metaPath = '/DescribeMountServiceNodeTypes/2022-01-01/vepfs/post/application_json/';
567
+
568
+ constructor(input: DescribeMountServiceNodeTypesRequest) {
569
+ super(input);
570
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeMountServiceNodeTypesCommand.metaPath);
571
+ }
572
+ }
573
+ /**
574
+ * Command to DescribeMountServices
575
+ */
576
+ export class DescribeMountServicesCommand extends Command<
577
+ DescribeMountServicesRequest,
578
+ DescribeMountServicesCommandOutput,
579
+ 'DescribeMountServicesCommand'
580
+ > {
581
+ static readonly metaPath = '/DescribeMountServices/2022-01-01/vepfs/post/application_json/';
582
+
583
+ constructor(input: DescribeMountServicesRequest) {
584
+ super(input);
585
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeMountServicesCommand.metaPath);
586
+ }
587
+ }
588
+ /**
589
+ * Command to DescribeRegions
590
+ */
591
+ export class DescribeRegionsCommand extends Command<
592
+ DescribeRegionsRequest,
593
+ DescribeRegionsCommandOutput,
594
+ 'DescribeRegionsCommand'
595
+ > {
596
+ static readonly metaPath = '/DescribeRegions/2022-01-01/vepfs/post/application_json/';
597
+
598
+ constructor(input: DescribeRegionsRequest) {
599
+ super(input);
600
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
601
+ }
602
+ }
603
+ /**
604
+ * Command to DescribeZones
605
+ */
606
+ export class DescribeZonesCommand extends Command<
607
+ DescribeZonesRequest,
608
+ DescribeZonesCommandOutput,
609
+ 'DescribeZonesCommand'
610
+ > {
611
+ static readonly metaPath = '/DescribeZones/2022-01-01/vepfs/post/application_json/';
612
+
613
+ constructor(input: DescribeZonesRequest) {
614
+ super(input);
615
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeZonesCommand.metaPath);
616
+ }
617
+ }
618
+ /**
619
+ * Command to DetachMountServiceFromSelfFileSystem
620
+ */
621
+ export class DetachMountServiceFromSelfFileSystemCommand extends Command<
622
+ DetachMountServiceFromSelfFileSystemRequest,
623
+ DetachMountServiceFromSelfFileSystemCommandOutput,
624
+ 'DetachMountServiceFromSelfFileSystemCommand'
625
+ > {
626
+ static readonly metaPath = '/DetachMountServiceFromSelfFileSystem/2022-01-01/vepfs/post/application_json/';
627
+
628
+ constructor(input: DetachMountServiceFromSelfFileSystemRequest) {
629
+ super(input);
630
+ this.requestConfig = buildRequestConfigFromMetaPath(DetachMountServiceFromSelfFileSystemCommand.metaPath);
631
+ }
632
+ }
633
+ /**
634
+ * Command to ExpandFileSystem
635
+ */
636
+ export class ExpandFileSystemCommand extends Command<
637
+ ExpandFileSystemRequest,
638
+ ExpandFileSystemCommandOutput,
639
+ 'ExpandFileSystemCommand'
640
+ > {
641
+ static readonly metaPath = '/ExpandFileSystem/2022-01-01/vepfs/post/application_json/';
642
+
643
+ constructor(input: ExpandFileSystemRequest) {
644
+ super(input);
645
+ this.requestConfig = buildRequestConfigFromMetaPath(ExpandFileSystemCommand.metaPath);
646
+ }
647
+ }
648
+ /**
649
+ * Command to ListTagsForResources
650
+ */
651
+ export class ListTagsForResourcesCommand extends Command<
652
+ ListTagsForResourcesRequest,
653
+ ListTagsForResourcesCommandOutput,
654
+ 'ListTagsForResourcesCommand'
655
+ > {
656
+ static readonly metaPath = '/ListTagsForResources/2022-01-01/vepfs/post/application_json/';
657
+
658
+ constructor(input: ListTagsForResourcesRequest) {
659
+ super(input);
660
+ this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
661
+ }
662
+ }
663
+ /**
664
+ * Command to SetFilesetQos
665
+ */
666
+ export class SetFilesetQosCommand extends Command<
667
+ SetFilesetQosRequest,
668
+ SetFilesetQosCommandOutput,
669
+ 'SetFilesetQosCommand'
670
+ > {
671
+ static readonly metaPath = '/SetFilesetQos/2022-01-01/vepfs/post/application_json/';
672
+
673
+ constructor(input: SetFilesetQosRequest) {
674
+ super(input);
675
+ this.requestConfig = buildRequestConfigFromMetaPath(SetFilesetQosCommand.metaPath);
676
+ }
677
+ }
678
+ /**
679
+ * Command to SetFilesetQuota
680
+ */
681
+ export class SetFilesetQuotaCommand extends Command<
682
+ SetFilesetQuotaRequest,
683
+ SetFilesetQuotaCommandOutput,
684
+ 'SetFilesetQuotaCommand'
685
+ > {
686
+ static readonly metaPath = '/SetFilesetQuota/2022-01-01/vepfs/post/application_json/';
687
+
688
+ constructor(input: SetFilesetQuotaRequest) {
689
+ super(input);
690
+ this.requestConfig = buildRequestConfigFromMetaPath(SetFilesetQuotaCommand.metaPath);
691
+ }
692
+ }
693
+ /**
694
+ * Command to StartLensService
695
+ */
696
+ export class StartLensServiceCommand extends Command<
697
+ StartLensServiceRequest,
698
+ StartLensServiceCommandOutput,
699
+ 'StartLensServiceCommand'
700
+ > {
701
+ static readonly metaPath = '/StartLensService/2022-01-01/vepfs/post/application_json/';
702
+
703
+ constructor(input: StartLensServiceRequest) {
704
+ super(input);
705
+ this.requestConfig = buildRequestConfigFromMetaPath(StartLensServiceCommand.metaPath);
706
+ }
707
+ }
708
+ /**
709
+ * Command to StopLensService
710
+ */
711
+ export class StopLensServiceCommand extends Command<
712
+ StopLensServiceRequest,
713
+ StopLensServiceCommandOutput,
714
+ 'StopLensServiceCommand'
715
+ > {
716
+ static readonly metaPath = '/StopLensService/2022-01-01/vepfs/post/application_json/';
717
+
718
+ constructor(input: StopLensServiceRequest) {
719
+ super(input);
720
+ this.requestConfig = buildRequestConfigFromMetaPath(StopLensServiceCommand.metaPath);
721
+ }
722
+ }
723
+ /**
724
+ * Command to TagResources
725
+ */
726
+ export class TagResourcesCommand extends Command<
727
+ TagResourcesRequest,
728
+ TagResourcesCommandOutput,
729
+ 'TagResourcesCommand'
730
+ > {
731
+ static readonly metaPath = '/TagResources/2022-01-01/vepfs/post/application_json/';
732
+
733
+ constructor(input: TagResourcesRequest) {
734
+ super(input);
735
+ this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
736
+ }
737
+ }
738
+ /**
739
+ * Command to UntagResources
740
+ */
741
+ export class UntagResourcesCommand extends Command<
742
+ UntagResourcesRequest,
743
+ UntagResourcesCommandOutput,
744
+ 'UntagResourcesCommand'
745
+ > {
746
+ static readonly metaPath = '/UntagResources/2022-01-01/vepfs/post/application_json/';
747
+
748
+ constructor(input: UntagResourcesRequest) {
749
+ super(input);
750
+ this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
751
+ }
752
+ }
753
+ /**
754
+ * Command to UpdateFileSystem
755
+ */
756
+ export class UpdateFileSystemCommand extends Command<
757
+ UpdateFileSystemRequest,
758
+ UpdateFileSystemCommandOutput,
759
+ 'UpdateFileSystemCommand'
760
+ > {
761
+ static readonly metaPath = '/UpdateFileSystem/2022-01-01/vepfs/post/application_json/';
762
+
763
+ constructor(input: UpdateFileSystemRequest) {
764
+ super(input);
765
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateFileSystemCommand.metaPath);
766
+ }
767
+ }
768
+ /**
769
+ * Command to UpdateFileset
770
+ */
771
+ export class UpdateFilesetCommand extends Command<
772
+ UpdateFilesetRequest,
773
+ UpdateFilesetCommandOutput,
774
+ 'UpdateFilesetCommand'
775
+ > {
776
+ static readonly metaPath = '/UpdateFileset/2022-01-01/vepfs/post/application_json/';
777
+
778
+ constructor(input: UpdateFilesetRequest) {
779
+ super(input);
780
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateFilesetCommand.metaPath);
781
+ }
782
+ }
783
+ /**
784
+ * Command to UpdateLensPolicy
785
+ */
786
+ export class UpdateLensPolicyCommand extends Command<
787
+ UpdateLensPolicyRequest,
788
+ UpdateLensPolicyCommandOutput,
789
+ 'UpdateLensPolicyCommand'
790
+ > {
791
+ static readonly metaPath = '/UpdateLensPolicy/2022-01-01/vepfs/post/application_json/';
792
+
793
+ constructor(input: UpdateLensPolicyRequest) {
794
+ super(input);
795
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateLensPolicyCommand.metaPath);
796
+ }
797
+ }
798
+ /**
799
+ * Command to UpdateLensTask
800
+ */
801
+ export class UpdateLensTaskCommand extends Command<
802
+ UpdateLensTaskRequest,
803
+ UpdateLensTaskCommandOutput,
804
+ 'UpdateLensTaskCommand'
805
+ > {
806
+ static readonly metaPath = '/UpdateLensTask/2022-01-01/vepfs/post/application_json/';
807
+
808
+ constructor(input: UpdateLensTaskRequest) {
809
+ super(input);
810
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateLensTaskCommand.metaPath);
811
+ }
812
+ }
813
+ /**
814
+ * Command to UpdateMountService
815
+ */
816
+ export class UpdateMountServiceCommand extends Command<
817
+ UpdateMountServiceRequest,
818
+ UpdateMountServiceCommandOutput,
819
+ 'UpdateMountServiceCommand'
820
+ > {
821
+ static readonly metaPath = '/UpdateMountService/2022-01-01/vepfs/post/application_json/';
822
+
823
+ constructor(input: UpdateMountServiceRequest) {
824
+ super(input);
825
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateMountServiceCommand.metaPath);
826
+ }
827
+ }
828
+
829
+ export default {
830
+ VEPFSClient,
831
+ AttachMountServiceToSelfFileSystemCommand,
832
+ CancelDataFlowTaskCommand,
833
+ CancelLensTaskCommand,
834
+ ConfigDataFlowBandwidthCommand,
835
+ CreateDataFlowTaskCommand,
836
+ CreateFileSystemCommand,
837
+ CreateFilesetCommand,
838
+ CreateLensPolicyCommand,
839
+ CreateLensTaskCommand,
840
+ CreateMountServiceCommand,
841
+ CreatePreSignedUrlCommand,
842
+ DeleteDataFlowTaskCommand,
843
+ DeleteFileSystemCommand,
844
+ DeleteFilesetCommand,
845
+ DeleteLensPolicyCommand,
846
+ DeleteLensTaskCommand,
847
+ DeleteMountServiceCommand,
848
+ DescribeDataFlowBandwidthCommand,
849
+ DescribeDataFlowTasksCommand,
850
+ DescribeFileSystemOverviewCommand,
851
+ DescribeFileSystemStatisticsCommand,
852
+ DescribeFileSystemsCommand,
853
+ DescribeFilesetsCommand,
854
+ DescribeLensPoliciesCommand,
855
+ DescribeLensServicesCommand,
856
+ DescribeLensTasksCommand,
857
+ DescribeMountServiceNodeTypesCommand,
858
+ DescribeMountServicesCommand,
859
+ DescribeRegionsCommand,
860
+ DescribeZonesCommand,
861
+ DetachMountServiceFromSelfFileSystemCommand,
862
+ ExpandFileSystemCommand,
863
+ ListTagsForResourcesCommand,
864
+ SetFilesetQosCommand,
865
+ SetFilesetQuotaCommand,
866
+ StartLensServiceCommand,
867
+ StopLensServiceCommand,
868
+ TagResourcesCommand,
869
+ UntagResourcesCommand,
870
+ UpdateFileSystemCommand,
871
+ UpdateFilesetCommand,
872
+ UpdateLensPolicyCommand,
873
+ UpdateLensTaskCommand,
874
+ UpdateMountServiceCommand,
875
+ };