@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
@@ -0,0 +1,495 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ ExpandFileSystemCommand: ()=>ExpandFileSystemCommand,
28
+ UpdateFileSystemCommand: ()=>UpdateFileSystemCommand,
29
+ DescribeRegionsCommand: ()=>DescribeRegionsCommand,
30
+ DeleteLensTaskCommand: ()=>DeleteLensTaskCommand,
31
+ DeleteFilesetCommand: ()=>DeleteFilesetCommand,
32
+ UntagResourcesCommand: ()=>UntagResourcesCommand,
33
+ UpdateLensPolicyCommand: ()=>UpdateLensPolicyCommand,
34
+ CreateDataFlowTaskCommand: ()=>CreateDataFlowTaskCommand,
35
+ DescribeMountServicesCommand: ()=>DescribeMountServicesCommand,
36
+ DescribeZonesCommand: ()=>DescribeZonesCommand,
37
+ VEPFSClient: ()=>VEPFSClient,
38
+ ListTagsForResourcesCommand: ()=>ListTagsForResourcesCommand,
39
+ DescribeDataFlowTasksCommand: ()=>DescribeDataFlowTasksCommand,
40
+ CreateLensTaskCommand: ()=>CreateLensTaskCommand,
41
+ DescribeFileSystemsCommand: ()=>DescribeFileSystemsCommand,
42
+ DescribeLensPoliciesCommand: ()=>DescribeLensPoliciesCommand,
43
+ DescribeFileSystemOverviewCommand: ()=>DescribeFileSystemOverviewCommand,
44
+ CancelLensTaskCommand: ()=>CancelLensTaskCommand,
45
+ SetFilesetQuotaCommand: ()=>SetFilesetQuotaCommand,
46
+ CreatePreSignedUrlCommand: ()=>CreatePreSignedUrlCommand,
47
+ UpdateFilesetCommand: ()=>UpdateFilesetCommand,
48
+ StopLensServiceCommand: ()=>StopLensServiceCommand,
49
+ DescribeDataFlowBandwidthCommand: ()=>DescribeDataFlowBandwidthCommand,
50
+ DescribeLensTasksCommand: ()=>DescribeLensTasksCommand,
51
+ DeleteLensPolicyCommand: ()=>DeleteLensPolicyCommand,
52
+ DescribeMountServiceNodeTypesCommand: ()=>DescribeMountServiceNodeTypesCommand,
53
+ DeleteMountServiceCommand: ()=>DeleteMountServiceCommand,
54
+ CreateMountServiceCommand: ()=>CreateMountServiceCommand,
55
+ ConfigDataFlowBandwidthCommand: ()=>ConfigDataFlowBandwidthCommand,
56
+ DescribeFilesetsCommand: ()=>DescribeFilesetsCommand,
57
+ AttachMountServiceToSelfFileSystemCommand: ()=>AttachMountServiceToSelfFileSystemCommand,
58
+ DescribeFileSystemStatisticsCommand: ()=>DescribeFileSystemStatisticsCommand,
59
+ StartLensServiceCommand: ()=>StartLensServiceCommand,
60
+ CreateFilesetCommand: ()=>CreateFilesetCommand,
61
+ TagResourcesCommand: ()=>TagResourcesCommand,
62
+ DeleteFileSystemCommand: ()=>DeleteFileSystemCommand,
63
+ DescribeLensServicesCommand: ()=>DescribeLensServicesCommand,
64
+ UpdateMountServiceCommand: ()=>UpdateMountServiceCommand,
65
+ CancelDataFlowTaskCommand: ()=>CancelDataFlowTaskCommand,
66
+ DetachMountServiceFromSelfFileSystemCommand: ()=>DetachMountServiceFromSelfFileSystemCommand,
67
+ SetFilesetQosCommand: ()=>SetFilesetQosCommand,
68
+ UpdateLensTaskCommand: ()=>UpdateLensTaskCommand,
69
+ CreateLensPolicyCommand: ()=>CreateLensPolicyCommand,
70
+ DeleteDataFlowTaskCommand: ()=>DeleteDataFlowTaskCommand,
71
+ CreateFileSystemCommand: ()=>CreateFileSystemCommand
72
+ });
73
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
74
+ function _define_property(obj, key, value) {
75
+ if (key in obj) Object.defineProperty(obj, key, {
76
+ value: value,
77
+ enumerable: true,
78
+ configurable: true,
79
+ writable: true
80
+ });
81
+ else obj[key] = value;
82
+ return obj;
83
+ }
84
+ class VEPFSClient extends sdk_core_namespaceObject.Client {
85
+ constructor(config = {}){
86
+ super({
87
+ protocol: 'https',
88
+ region: 'cn-beijing',
89
+ ...config
90
+ });
91
+ }
92
+ }
93
+ class AttachMountServiceToSelfFileSystemCommand extends sdk_core_namespaceObject.Command {
94
+ constructor(input){
95
+ super(input);
96
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AttachMountServiceToSelfFileSystemCommand.metaPath);
97
+ }
98
+ }
99
+ _define_property(AttachMountServiceToSelfFileSystemCommand, "metaPath", '/AttachMountServiceToSelfFileSystem/2022-01-01/vepfs/post/application_json/');
100
+ class CancelDataFlowTaskCommand extends sdk_core_namespaceObject.Command {
101
+ constructor(input){
102
+ super(input);
103
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelDataFlowTaskCommand.metaPath);
104
+ }
105
+ }
106
+ _define_property(CancelDataFlowTaskCommand, "metaPath", '/CancelDataFlowTask/2022-01-01/vepfs/post/application_json/');
107
+ class CancelLensTaskCommand extends sdk_core_namespaceObject.Command {
108
+ constructor(input){
109
+ super(input);
110
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelLensTaskCommand.metaPath);
111
+ }
112
+ }
113
+ _define_property(CancelLensTaskCommand, "metaPath", '/CancelLensTask/2022-01-01/vepfs/post/application_json/');
114
+ class ConfigDataFlowBandwidthCommand extends sdk_core_namespaceObject.Command {
115
+ constructor(input){
116
+ super(input);
117
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ConfigDataFlowBandwidthCommand.metaPath);
118
+ }
119
+ }
120
+ _define_property(ConfigDataFlowBandwidthCommand, "metaPath", '/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
121
+ class CreateDataFlowTaskCommand extends sdk_core_namespaceObject.Command {
122
+ constructor(input){
123
+ super(input);
124
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDataFlowTaskCommand.metaPath);
125
+ }
126
+ }
127
+ _define_property(CreateDataFlowTaskCommand, "metaPath", '/CreateDataFlowTask/2022-01-01/vepfs/post/application_json/');
128
+ class CreateFileSystemCommand extends sdk_core_namespaceObject.Command {
129
+ constructor(input){
130
+ super(input);
131
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateFileSystemCommand.metaPath);
132
+ }
133
+ }
134
+ _define_property(CreateFileSystemCommand, "metaPath", '/CreateFileSystem/2022-01-01/vepfs/post/application_json/');
135
+ class CreateFilesetCommand extends sdk_core_namespaceObject.Command {
136
+ constructor(input){
137
+ super(input);
138
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateFilesetCommand.metaPath);
139
+ }
140
+ }
141
+ _define_property(CreateFilesetCommand, "metaPath", '/CreateFileset/2022-01-01/vepfs/post/application_json/');
142
+ class CreateLensPolicyCommand extends sdk_core_namespaceObject.Command {
143
+ constructor(input){
144
+ super(input);
145
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateLensPolicyCommand.metaPath);
146
+ }
147
+ }
148
+ _define_property(CreateLensPolicyCommand, "metaPath", '/CreateLensPolicy/2022-01-01/vepfs/post/application_json/');
149
+ class CreateLensTaskCommand extends sdk_core_namespaceObject.Command {
150
+ constructor(input){
151
+ super(input);
152
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateLensTaskCommand.metaPath);
153
+ }
154
+ }
155
+ _define_property(CreateLensTaskCommand, "metaPath", '/CreateLensTask/2022-01-01/vepfs/post/application_json/');
156
+ class CreateMountServiceCommand extends sdk_core_namespaceObject.Command {
157
+ constructor(input){
158
+ super(input);
159
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateMountServiceCommand.metaPath);
160
+ }
161
+ }
162
+ _define_property(CreateMountServiceCommand, "metaPath", '/CreateMountService/2022-01-01/vepfs/post/application_json/');
163
+ class CreatePreSignedUrlCommand extends sdk_core_namespaceObject.Command {
164
+ constructor(input){
165
+ super(input);
166
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePreSignedUrlCommand.metaPath);
167
+ }
168
+ }
169
+ _define_property(CreatePreSignedUrlCommand, "metaPath", '/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/');
170
+ class DeleteDataFlowTaskCommand extends sdk_core_namespaceObject.Command {
171
+ constructor(input){
172
+ super(input);
173
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDataFlowTaskCommand.metaPath);
174
+ }
175
+ }
176
+ _define_property(DeleteDataFlowTaskCommand, "metaPath", '/DeleteDataFlowTask/2022-01-01/vepfs/post/application_json/');
177
+ class DeleteFileSystemCommand extends sdk_core_namespaceObject.Command {
178
+ constructor(input){
179
+ super(input);
180
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteFileSystemCommand.metaPath);
181
+ }
182
+ }
183
+ _define_property(DeleteFileSystemCommand, "metaPath", '/DeleteFileSystem/2022-01-01/vepfs/post/application_json/');
184
+ class DeleteFilesetCommand extends sdk_core_namespaceObject.Command {
185
+ constructor(input){
186
+ super(input);
187
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteFilesetCommand.metaPath);
188
+ }
189
+ }
190
+ _define_property(DeleteFilesetCommand, "metaPath", '/DeleteFileset/2022-01-01/vepfs/post/application_json/');
191
+ class DeleteLensPolicyCommand extends sdk_core_namespaceObject.Command {
192
+ constructor(input){
193
+ super(input);
194
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteLensPolicyCommand.metaPath);
195
+ }
196
+ }
197
+ _define_property(DeleteLensPolicyCommand, "metaPath", '/DeleteLensPolicy/2022-01-01/vepfs/post/application_json/');
198
+ class DeleteLensTaskCommand extends sdk_core_namespaceObject.Command {
199
+ constructor(input){
200
+ super(input);
201
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteLensTaskCommand.metaPath);
202
+ }
203
+ }
204
+ _define_property(DeleteLensTaskCommand, "metaPath", '/DeleteLensTask/2022-01-01/vepfs/post/application_json/');
205
+ class DeleteMountServiceCommand extends sdk_core_namespaceObject.Command {
206
+ constructor(input){
207
+ super(input);
208
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteMountServiceCommand.metaPath);
209
+ }
210
+ }
211
+ _define_property(DeleteMountServiceCommand, "metaPath", '/DeleteMountService/2022-01-01/vepfs/post/application_json/');
212
+ class DescribeDataFlowBandwidthCommand extends sdk_core_namespaceObject.Command {
213
+ constructor(input){
214
+ super(input);
215
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDataFlowBandwidthCommand.metaPath);
216
+ }
217
+ }
218
+ _define_property(DescribeDataFlowBandwidthCommand, "metaPath", '/DescribeDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
219
+ class DescribeDataFlowTasksCommand extends sdk_core_namespaceObject.Command {
220
+ constructor(input){
221
+ super(input);
222
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDataFlowTasksCommand.metaPath);
223
+ }
224
+ }
225
+ _define_property(DescribeDataFlowTasksCommand, "metaPath", '/DescribeDataFlowTasks/2022-01-01/vepfs/post/application_json/');
226
+ class DescribeFileSystemOverviewCommand extends sdk_core_namespaceObject.Command {
227
+ constructor(input){
228
+ super(input);
229
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileSystemOverviewCommand.metaPath);
230
+ }
231
+ }
232
+ _define_property(DescribeFileSystemOverviewCommand, "metaPath", '/DescribeFileSystemOverview/2022-01-01/vepfs/post/application_json/');
233
+ class DescribeFileSystemStatisticsCommand extends sdk_core_namespaceObject.Command {
234
+ constructor(input){
235
+ super(input);
236
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileSystemStatisticsCommand.metaPath);
237
+ }
238
+ }
239
+ _define_property(DescribeFileSystemStatisticsCommand, "metaPath", '/DescribeFileSystemStatistics/2022-01-01/vepfs/post/application_json/');
240
+ class DescribeFileSystemsCommand extends sdk_core_namespaceObject.Command {
241
+ constructor(input){
242
+ super(input);
243
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileSystemsCommand.metaPath);
244
+ }
245
+ }
246
+ _define_property(DescribeFileSystemsCommand, "metaPath", '/DescribeFileSystems/2022-01-01/vepfs/post/application_json/');
247
+ class DescribeFilesetsCommand extends sdk_core_namespaceObject.Command {
248
+ constructor(input){
249
+ super(input);
250
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFilesetsCommand.metaPath);
251
+ }
252
+ }
253
+ _define_property(DescribeFilesetsCommand, "metaPath", '/DescribeFilesets/2022-01-01/vepfs/post/application_json/');
254
+ class DescribeLensPoliciesCommand extends sdk_core_namespaceObject.Command {
255
+ constructor(input){
256
+ super(input);
257
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeLensPoliciesCommand.metaPath);
258
+ }
259
+ }
260
+ _define_property(DescribeLensPoliciesCommand, "metaPath", '/DescribeLensPolicies/2022-01-01/vepfs/post/application_json/');
261
+ class DescribeLensServicesCommand extends sdk_core_namespaceObject.Command {
262
+ constructor(input){
263
+ super(input);
264
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeLensServicesCommand.metaPath);
265
+ }
266
+ }
267
+ _define_property(DescribeLensServicesCommand, "metaPath", '/DescribeLensServices/2022-01-01/vepfs/post/application_json/');
268
+ class DescribeLensTasksCommand extends sdk_core_namespaceObject.Command {
269
+ constructor(input){
270
+ super(input);
271
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeLensTasksCommand.metaPath);
272
+ }
273
+ }
274
+ _define_property(DescribeLensTasksCommand, "metaPath", '/DescribeLensTasks/2022-01-01/vepfs/post/application_json/');
275
+ class DescribeMountServiceNodeTypesCommand extends sdk_core_namespaceObject.Command {
276
+ constructor(input){
277
+ super(input);
278
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeMountServiceNodeTypesCommand.metaPath);
279
+ }
280
+ }
281
+ _define_property(DescribeMountServiceNodeTypesCommand, "metaPath", '/DescribeMountServiceNodeTypes/2022-01-01/vepfs/post/application_json/');
282
+ class DescribeMountServicesCommand extends sdk_core_namespaceObject.Command {
283
+ constructor(input){
284
+ super(input);
285
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeMountServicesCommand.metaPath);
286
+ }
287
+ }
288
+ _define_property(DescribeMountServicesCommand, "metaPath", '/DescribeMountServices/2022-01-01/vepfs/post/application_json/');
289
+ class DescribeRegionsCommand extends sdk_core_namespaceObject.Command {
290
+ constructor(input){
291
+ super(input);
292
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRegionsCommand.metaPath);
293
+ }
294
+ }
295
+ _define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/vepfs/post/application_json/');
296
+ class DescribeZonesCommand extends sdk_core_namespaceObject.Command {
297
+ constructor(input){
298
+ super(input);
299
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeZonesCommand.metaPath);
300
+ }
301
+ }
302
+ _define_property(DescribeZonesCommand, "metaPath", '/DescribeZones/2022-01-01/vepfs/post/application_json/');
303
+ class DetachMountServiceFromSelfFileSystemCommand extends sdk_core_namespaceObject.Command {
304
+ constructor(input){
305
+ super(input);
306
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetachMountServiceFromSelfFileSystemCommand.metaPath);
307
+ }
308
+ }
309
+ _define_property(DetachMountServiceFromSelfFileSystemCommand, "metaPath", '/DetachMountServiceFromSelfFileSystem/2022-01-01/vepfs/post/application_json/');
310
+ class ExpandFileSystemCommand extends sdk_core_namespaceObject.Command {
311
+ constructor(input){
312
+ super(input);
313
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExpandFileSystemCommand.metaPath);
314
+ }
315
+ }
316
+ _define_property(ExpandFileSystemCommand, "metaPath", '/ExpandFileSystem/2022-01-01/vepfs/post/application_json/');
317
+ class ListTagsForResourcesCommand extends sdk_core_namespaceObject.Command {
318
+ constructor(input){
319
+ super(input);
320
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTagsForResourcesCommand.metaPath);
321
+ }
322
+ }
323
+ _define_property(ListTagsForResourcesCommand, "metaPath", '/ListTagsForResources/2022-01-01/vepfs/post/application_json/');
324
+ class SetFilesetQosCommand extends sdk_core_namespaceObject.Command {
325
+ constructor(input){
326
+ super(input);
327
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetFilesetQosCommand.metaPath);
328
+ }
329
+ }
330
+ _define_property(SetFilesetQosCommand, "metaPath", '/SetFilesetQos/2022-01-01/vepfs/post/application_json/');
331
+ class SetFilesetQuotaCommand extends sdk_core_namespaceObject.Command {
332
+ constructor(input){
333
+ super(input);
334
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetFilesetQuotaCommand.metaPath);
335
+ }
336
+ }
337
+ _define_property(SetFilesetQuotaCommand, "metaPath", '/SetFilesetQuota/2022-01-01/vepfs/post/application_json/');
338
+ class StartLensServiceCommand extends sdk_core_namespaceObject.Command {
339
+ constructor(input){
340
+ super(input);
341
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(StartLensServiceCommand.metaPath);
342
+ }
343
+ }
344
+ _define_property(StartLensServiceCommand, "metaPath", '/StartLensService/2022-01-01/vepfs/post/application_json/');
345
+ class StopLensServiceCommand extends sdk_core_namespaceObject.Command {
346
+ constructor(input){
347
+ super(input);
348
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(StopLensServiceCommand.metaPath);
349
+ }
350
+ }
351
+ _define_property(StopLensServiceCommand, "metaPath", '/StopLensService/2022-01-01/vepfs/post/application_json/');
352
+ class TagResourcesCommand extends sdk_core_namespaceObject.Command {
353
+ constructor(input){
354
+ super(input);
355
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
356
+ }
357
+ }
358
+ _define_property(TagResourcesCommand, "metaPath", '/TagResources/2022-01-01/vepfs/post/application_json/');
359
+ class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
360
+ constructor(input){
361
+ super(input);
362
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
363
+ }
364
+ }
365
+ _define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/vepfs/post/application_json/');
366
+ class UpdateFileSystemCommand extends sdk_core_namespaceObject.Command {
367
+ constructor(input){
368
+ super(input);
369
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateFileSystemCommand.metaPath);
370
+ }
371
+ }
372
+ _define_property(UpdateFileSystemCommand, "metaPath", '/UpdateFileSystem/2022-01-01/vepfs/post/application_json/');
373
+ class UpdateFilesetCommand extends sdk_core_namespaceObject.Command {
374
+ constructor(input){
375
+ super(input);
376
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateFilesetCommand.metaPath);
377
+ }
378
+ }
379
+ _define_property(UpdateFilesetCommand, "metaPath", '/UpdateFileset/2022-01-01/vepfs/post/application_json/');
380
+ class UpdateLensPolicyCommand extends sdk_core_namespaceObject.Command {
381
+ constructor(input){
382
+ super(input);
383
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateLensPolicyCommand.metaPath);
384
+ }
385
+ }
386
+ _define_property(UpdateLensPolicyCommand, "metaPath", '/UpdateLensPolicy/2022-01-01/vepfs/post/application_json/');
387
+ class UpdateLensTaskCommand extends sdk_core_namespaceObject.Command {
388
+ constructor(input){
389
+ super(input);
390
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateLensTaskCommand.metaPath);
391
+ }
392
+ }
393
+ _define_property(UpdateLensTaskCommand, "metaPath", '/UpdateLensTask/2022-01-01/vepfs/post/application_json/');
394
+ class UpdateMountServiceCommand extends sdk_core_namespaceObject.Command {
395
+ constructor(input){
396
+ super(input);
397
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateMountServiceCommand.metaPath);
398
+ }
399
+ }
400
+ _define_property(UpdateMountServiceCommand, "metaPath", '/UpdateMountService/2022-01-01/vepfs/post/application_json/');
401
+ exports.AttachMountServiceToSelfFileSystemCommand = __webpack_exports__.AttachMountServiceToSelfFileSystemCommand;
402
+ exports.CancelDataFlowTaskCommand = __webpack_exports__.CancelDataFlowTaskCommand;
403
+ exports.CancelLensTaskCommand = __webpack_exports__.CancelLensTaskCommand;
404
+ exports.ConfigDataFlowBandwidthCommand = __webpack_exports__.ConfigDataFlowBandwidthCommand;
405
+ exports.CreateDataFlowTaskCommand = __webpack_exports__.CreateDataFlowTaskCommand;
406
+ exports.CreateFileSystemCommand = __webpack_exports__.CreateFileSystemCommand;
407
+ exports.CreateFilesetCommand = __webpack_exports__.CreateFilesetCommand;
408
+ exports.CreateLensPolicyCommand = __webpack_exports__.CreateLensPolicyCommand;
409
+ exports.CreateLensTaskCommand = __webpack_exports__.CreateLensTaskCommand;
410
+ exports.CreateMountServiceCommand = __webpack_exports__.CreateMountServiceCommand;
411
+ exports.CreatePreSignedUrlCommand = __webpack_exports__.CreatePreSignedUrlCommand;
412
+ exports.DeleteDataFlowTaskCommand = __webpack_exports__.DeleteDataFlowTaskCommand;
413
+ exports.DeleteFileSystemCommand = __webpack_exports__.DeleteFileSystemCommand;
414
+ exports.DeleteFilesetCommand = __webpack_exports__.DeleteFilesetCommand;
415
+ exports.DeleteLensPolicyCommand = __webpack_exports__.DeleteLensPolicyCommand;
416
+ exports.DeleteLensTaskCommand = __webpack_exports__.DeleteLensTaskCommand;
417
+ exports.DeleteMountServiceCommand = __webpack_exports__.DeleteMountServiceCommand;
418
+ exports.DescribeDataFlowBandwidthCommand = __webpack_exports__.DescribeDataFlowBandwidthCommand;
419
+ exports.DescribeDataFlowTasksCommand = __webpack_exports__.DescribeDataFlowTasksCommand;
420
+ exports.DescribeFileSystemOverviewCommand = __webpack_exports__.DescribeFileSystemOverviewCommand;
421
+ exports.DescribeFileSystemStatisticsCommand = __webpack_exports__.DescribeFileSystemStatisticsCommand;
422
+ exports.DescribeFileSystemsCommand = __webpack_exports__.DescribeFileSystemsCommand;
423
+ exports.DescribeFilesetsCommand = __webpack_exports__.DescribeFilesetsCommand;
424
+ exports.DescribeLensPoliciesCommand = __webpack_exports__.DescribeLensPoliciesCommand;
425
+ exports.DescribeLensServicesCommand = __webpack_exports__.DescribeLensServicesCommand;
426
+ exports.DescribeLensTasksCommand = __webpack_exports__.DescribeLensTasksCommand;
427
+ exports.DescribeMountServiceNodeTypesCommand = __webpack_exports__.DescribeMountServiceNodeTypesCommand;
428
+ exports.DescribeMountServicesCommand = __webpack_exports__.DescribeMountServicesCommand;
429
+ exports.DescribeRegionsCommand = __webpack_exports__.DescribeRegionsCommand;
430
+ exports.DescribeZonesCommand = __webpack_exports__.DescribeZonesCommand;
431
+ exports.DetachMountServiceFromSelfFileSystemCommand = __webpack_exports__.DetachMountServiceFromSelfFileSystemCommand;
432
+ exports.ExpandFileSystemCommand = __webpack_exports__.ExpandFileSystemCommand;
433
+ exports.ListTagsForResourcesCommand = __webpack_exports__.ListTagsForResourcesCommand;
434
+ exports.SetFilesetQosCommand = __webpack_exports__.SetFilesetQosCommand;
435
+ exports.SetFilesetQuotaCommand = __webpack_exports__.SetFilesetQuotaCommand;
436
+ exports.StartLensServiceCommand = __webpack_exports__.StartLensServiceCommand;
437
+ exports.StopLensServiceCommand = __webpack_exports__.StopLensServiceCommand;
438
+ exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
439
+ exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
440
+ exports.UpdateFileSystemCommand = __webpack_exports__.UpdateFileSystemCommand;
441
+ exports.UpdateFilesetCommand = __webpack_exports__.UpdateFilesetCommand;
442
+ exports.UpdateLensPolicyCommand = __webpack_exports__.UpdateLensPolicyCommand;
443
+ exports.UpdateLensTaskCommand = __webpack_exports__.UpdateLensTaskCommand;
444
+ exports.UpdateMountServiceCommand = __webpack_exports__.UpdateMountServiceCommand;
445
+ exports.VEPFSClient = __webpack_exports__.VEPFSClient;
446
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
447
+ "AttachMountServiceToSelfFileSystemCommand",
448
+ "CancelDataFlowTaskCommand",
449
+ "CancelLensTaskCommand",
450
+ "ConfigDataFlowBandwidthCommand",
451
+ "CreateDataFlowTaskCommand",
452
+ "CreateFileSystemCommand",
453
+ "CreateFilesetCommand",
454
+ "CreateLensPolicyCommand",
455
+ "CreateLensTaskCommand",
456
+ "CreateMountServiceCommand",
457
+ "CreatePreSignedUrlCommand",
458
+ "DeleteDataFlowTaskCommand",
459
+ "DeleteFileSystemCommand",
460
+ "DeleteFilesetCommand",
461
+ "DeleteLensPolicyCommand",
462
+ "DeleteLensTaskCommand",
463
+ "DeleteMountServiceCommand",
464
+ "DescribeDataFlowBandwidthCommand",
465
+ "DescribeDataFlowTasksCommand",
466
+ "DescribeFileSystemOverviewCommand",
467
+ "DescribeFileSystemStatisticsCommand",
468
+ "DescribeFileSystemsCommand",
469
+ "DescribeFilesetsCommand",
470
+ "DescribeLensPoliciesCommand",
471
+ "DescribeLensServicesCommand",
472
+ "DescribeLensTasksCommand",
473
+ "DescribeMountServiceNodeTypesCommand",
474
+ "DescribeMountServicesCommand",
475
+ "DescribeRegionsCommand",
476
+ "DescribeZonesCommand",
477
+ "DetachMountServiceFromSelfFileSystemCommand",
478
+ "ExpandFileSystemCommand",
479
+ "ListTagsForResourcesCommand",
480
+ "SetFilesetQosCommand",
481
+ "SetFilesetQuotaCommand",
482
+ "StartLensServiceCommand",
483
+ "StopLensServiceCommand",
484
+ "TagResourcesCommand",
485
+ "UntagResourcesCommand",
486
+ "UpdateFileSystemCommand",
487
+ "UpdateFilesetCommand",
488
+ "UpdateLensPolicyCommand",
489
+ "UpdateLensTaskCommand",
490
+ "UpdateMountServiceCommand",
491
+ "VEPFSClient"
492
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
493
+ Object.defineProperty(exports, '__esModule', {
494
+ value: true
495
+ });