@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,507 @@
1
+ /**
2
+ * vepfs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { AttachMountServiceToSelfFileSystemRequest } from './types/index';
14
+ import { AttachMountServiceToSelfFileSystemResponse } from './types/index';
15
+ import { CancelDataFlowTaskRequest } from './types/index';
16
+ import { CancelDataFlowTaskResponse } from './types/index';
17
+ import { CancelLensTaskRequest } from './types/index';
18
+ import { CancelLensTaskResponse } from './types/index';
19
+ import { ConfigDataFlowBandwidthRequest } from './types/index';
20
+ import { ConfigDataFlowBandwidthResponse } from './types/index';
21
+ import { CreateDataFlowTaskRequest } from './types/index';
22
+ import { CreateDataFlowTaskResponse } from './types/index';
23
+ import { CreateFileSystemRequest } from './types/index';
24
+ import { CreateFileSystemResponse } from './types/index';
25
+ import { CreateFilesetRequest } from './types/index';
26
+ import { CreateFilesetResponse } from './types/index';
27
+ import { CreateLensPolicyRequest } from './types/index';
28
+ import { CreateLensPolicyResponse } from './types/index';
29
+ import { CreateLensTaskRequest } from './types/index';
30
+ import { CreateLensTaskResponse } from './types/index';
31
+ import { CreateMountServiceRequest } from './types/index';
32
+ import { CreateMountServiceResponse } from './types/index';
33
+ import { CreatePreSignedUrlRequest } from './types/index';
34
+ import { CreatePreSignedUrlResponse } from './types/index';
35
+ import { DeleteDataFlowTaskRequest } from './types/index';
36
+ import { DeleteDataFlowTaskResponse } from './types/index';
37
+ import { DeleteFileSystemRequest } from './types/index';
38
+ import { DeleteFileSystemResponse } from './types/index';
39
+ import { DeleteFilesetRequest } from './types/index';
40
+ import { DeleteFilesetResponse } from './types/index';
41
+ import { DeleteLensPolicyRequest } from './types/index';
42
+ import { DeleteLensPolicyResponse } from './types/index';
43
+ import { DeleteLensTaskRequest } from './types/index';
44
+ import { DeleteLensTaskResponse } from './types/index';
45
+ import { DeleteMountServiceRequest } from './types/index';
46
+ import { DeleteMountServiceResponse } from './types/index';
47
+ import { DescribeDataFlowBandwidthRequest } from './types/index';
48
+ import { DescribeDataFlowBandwidthResponse } from './types/index';
49
+ import { DescribeDataFlowTasksRequest } from './types/index';
50
+ import { DescribeDataFlowTasksResponse } from './types/index';
51
+ import { DescribeFileSystemOverviewRequest } from './types/index';
52
+ import { DescribeFileSystemOverviewResponse } from './types/index';
53
+ import { DescribeFileSystemStatisticsRequest } from './types/index';
54
+ import { DescribeFileSystemStatisticsResponse } from './types/index';
55
+ import { DescribeFileSystemsRequest } from './types/index';
56
+ import { DescribeFileSystemsResponse } from './types/index';
57
+ import { DescribeFilesetsRequest } from './types/index';
58
+ import { DescribeFilesetsResponse } from './types/index';
59
+ import { DescribeLensPoliciesRequest } from './types/index';
60
+ import { DescribeLensPoliciesResponse } from './types/index';
61
+ import { DescribeLensServicesRequest } from './types/index';
62
+ import { DescribeLensServicesResponse } from './types/index';
63
+ import { DescribeLensTasksRequest } from './types/index';
64
+ import { DescribeLensTasksResponse } from './types/index';
65
+ import { DescribeMountServiceNodeTypesRequest } from './types/index';
66
+ import { DescribeMountServiceNodeTypesResponse } from './types/index';
67
+ import { DescribeMountServicesRequest } from './types/index';
68
+ import { DescribeMountServicesResponse } from './types/index';
69
+ import { DescribeRegionsRequest } from './types/index';
70
+ import { DescribeRegionsResponse } from './types/index';
71
+ import { DescribeZonesRequest } from './types/index';
72
+ import { DescribeZonesResponse } from './types/index';
73
+ import { DetachMountServiceFromSelfFileSystemRequest } from './types/index';
74
+ import { DetachMountServiceFromSelfFileSystemResponse } from './types/index';
75
+ import { ExpandFileSystemRequest } from './types/index';
76
+ import { ExpandFileSystemResponse } from './types/index';
77
+ import { ListTagsForResourcesRequest } from './types/index';
78
+ import { ListTagsForResourcesResponse } from './types/index';
79
+ import { SetFilesetQosRequest } from './types/index';
80
+ import { SetFilesetQosResponse } from './types/index';
81
+ import { SetFilesetQuotaRequest } from './types/index';
82
+ import { SetFilesetQuotaResponse } from './types/index';
83
+ import { StartLensServiceRequest } from './types/index';
84
+ import { StartLensServiceResponse } from './types/index';
85
+ import { StopLensServiceRequest } from './types/index';
86
+ import { StopLensServiceResponse } from './types/index';
87
+ import { TagResourcesRequest } from './types/index';
88
+ import { TagResourcesResponse } from './types/index';
89
+ import { UntagResourcesRequest } from './types/index';
90
+ import { UntagResourcesResponse } from './types/index';
91
+ import { UpdateFileSystemRequest } from './types/index';
92
+ import { UpdateFileSystemResponse } from './types/index';
93
+ import { UpdateFilesetRequest } from './types/index';
94
+ import { UpdateFilesetResponse } from './types/index';
95
+ import { UpdateLensPolicyRequest } from './types/index';
96
+ import { UpdateLensPolicyResponse } from './types/index';
97
+ import { UpdateLensTaskRequest } from './types/index';
98
+ import { UpdateLensTaskResponse } from './types/index';
99
+ import { UpdateMountServiceRequest } from './types/index';
100
+ import { UpdateMountServiceResponse } from './types/index';
101
+ export type AttachMountServiceToSelfFileSystemCommandOutput = CommandOutput<AttachMountServiceToSelfFileSystemResponse>;
102
+ export type CancelDataFlowTaskCommandOutput = CommandOutput<CancelDataFlowTaskResponse>;
103
+ export type CancelLensTaskCommandOutput = CommandOutput<CancelLensTaskResponse>;
104
+ export type ConfigDataFlowBandwidthCommandOutput = CommandOutput<ConfigDataFlowBandwidthResponse>;
105
+ export type CreateDataFlowTaskCommandOutput = CommandOutput<CreateDataFlowTaskResponse>;
106
+ export type CreateFileSystemCommandOutput = CommandOutput<CreateFileSystemResponse>;
107
+ export type CreateFilesetCommandOutput = CommandOutput<CreateFilesetResponse>;
108
+ export type CreateLensPolicyCommandOutput = CommandOutput<CreateLensPolicyResponse>;
109
+ export type CreateLensTaskCommandOutput = CommandOutput<CreateLensTaskResponse>;
110
+ export type CreateMountServiceCommandOutput = CommandOutput<CreateMountServiceResponse>;
111
+ export type CreatePreSignedUrlCommandOutput = CommandOutput<CreatePreSignedUrlResponse>;
112
+ export type DeleteDataFlowTaskCommandOutput = CommandOutput<DeleteDataFlowTaskResponse>;
113
+ export type DeleteFileSystemCommandOutput = CommandOutput<DeleteFileSystemResponse>;
114
+ export type DeleteFilesetCommandOutput = CommandOutput<DeleteFilesetResponse>;
115
+ export type DeleteLensPolicyCommandOutput = CommandOutput<DeleteLensPolicyResponse>;
116
+ export type DeleteLensTaskCommandOutput = CommandOutput<DeleteLensTaskResponse>;
117
+ export type DeleteMountServiceCommandOutput = CommandOutput<DeleteMountServiceResponse>;
118
+ export type DescribeDataFlowBandwidthCommandOutput = CommandOutput<DescribeDataFlowBandwidthResponse>;
119
+ export type DescribeDataFlowTasksCommandOutput = CommandOutput<DescribeDataFlowTasksResponse>;
120
+ export type DescribeFileSystemOverviewCommandOutput = CommandOutput<DescribeFileSystemOverviewResponse>;
121
+ export type DescribeFileSystemStatisticsCommandOutput = CommandOutput<DescribeFileSystemStatisticsResponse>;
122
+ export type DescribeFileSystemsCommandOutput = CommandOutput<DescribeFileSystemsResponse>;
123
+ export type DescribeFilesetsCommandOutput = CommandOutput<DescribeFilesetsResponse>;
124
+ export type DescribeLensPoliciesCommandOutput = CommandOutput<DescribeLensPoliciesResponse>;
125
+ export type DescribeLensServicesCommandOutput = CommandOutput<DescribeLensServicesResponse>;
126
+ export type DescribeLensTasksCommandOutput = CommandOutput<DescribeLensTasksResponse>;
127
+ export type DescribeMountServiceNodeTypesCommandOutput = CommandOutput<DescribeMountServiceNodeTypesResponse>;
128
+ export type DescribeMountServicesCommandOutput = CommandOutput<DescribeMountServicesResponse>;
129
+ export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
130
+ export type DescribeZonesCommandOutput = CommandOutput<DescribeZonesResponse>;
131
+ export type DetachMountServiceFromSelfFileSystemCommandOutput = CommandOutput<DetachMountServiceFromSelfFileSystemResponse>;
132
+ export type ExpandFileSystemCommandOutput = CommandOutput<ExpandFileSystemResponse>;
133
+ export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
134
+ export type SetFilesetQosCommandOutput = CommandOutput<SetFilesetQosResponse>;
135
+ export type SetFilesetQuotaCommandOutput = CommandOutput<SetFilesetQuotaResponse>;
136
+ export type StartLensServiceCommandOutput = CommandOutput<StartLensServiceResponse>;
137
+ export type StopLensServiceCommandOutput = CommandOutput<StopLensServiceResponse>;
138
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
139
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
140
+ export type UpdateFileSystemCommandOutput = CommandOutput<UpdateFileSystemResponse>;
141
+ export type UpdateFilesetCommandOutput = CommandOutput<UpdateFilesetResponse>;
142
+ export type UpdateLensPolicyCommandOutput = CommandOutput<UpdateLensPolicyResponse>;
143
+ export type UpdateLensTaskCommandOutput = CommandOutput<UpdateLensTaskResponse>;
144
+ export type UpdateMountServiceCommandOutput = CommandOutput<UpdateMountServiceResponse>;
145
+ /**
146
+ * VEPFSClient Service Client
147
+ */
148
+ export declare class VEPFSClient extends Client {
149
+ constructor(config?: ClientConfig);
150
+ }
151
+ /**
152
+ * Command to AttachMountServiceToSelfFileSystem
153
+ */
154
+ export declare class AttachMountServiceToSelfFileSystemCommand extends Command<AttachMountServiceToSelfFileSystemRequest, AttachMountServiceToSelfFileSystemCommandOutput, 'AttachMountServiceToSelfFileSystemCommand'> {
155
+ static readonly metaPath = "/AttachMountServiceToSelfFileSystem/2022-01-01/vepfs/post/application_json/";
156
+ constructor(input: AttachMountServiceToSelfFileSystemRequest);
157
+ }
158
+ /**
159
+ * Command to CancelDataFlowTask
160
+ */
161
+ export declare class CancelDataFlowTaskCommand extends Command<CancelDataFlowTaskRequest, CancelDataFlowTaskCommandOutput, 'CancelDataFlowTaskCommand'> {
162
+ static readonly metaPath = "/CancelDataFlowTask/2022-01-01/vepfs/post/application_json/";
163
+ constructor(input: CancelDataFlowTaskRequest);
164
+ }
165
+ /**
166
+ * Command to CancelLensTask
167
+ */
168
+ export declare class CancelLensTaskCommand extends Command<CancelLensTaskRequest, CancelLensTaskCommandOutput, 'CancelLensTaskCommand'> {
169
+ static readonly metaPath = "/CancelLensTask/2022-01-01/vepfs/post/application_json/";
170
+ constructor(input: CancelLensTaskRequest);
171
+ }
172
+ /**
173
+ * Command to ConfigDataFlowBandwidth
174
+ */
175
+ export declare class ConfigDataFlowBandwidthCommand extends Command<ConfigDataFlowBandwidthRequest, ConfigDataFlowBandwidthCommandOutput, 'ConfigDataFlowBandwidthCommand'> {
176
+ static readonly metaPath = "/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/";
177
+ constructor(input: ConfigDataFlowBandwidthRequest);
178
+ }
179
+ /**
180
+ * Command to CreateDataFlowTask
181
+ */
182
+ export declare class CreateDataFlowTaskCommand extends Command<CreateDataFlowTaskRequest, CreateDataFlowTaskCommandOutput, 'CreateDataFlowTaskCommand'> {
183
+ static readonly metaPath = "/CreateDataFlowTask/2022-01-01/vepfs/post/application_json/";
184
+ constructor(input: CreateDataFlowTaskRequest);
185
+ }
186
+ /**
187
+ * Command to CreateFileSystem
188
+ */
189
+ export declare class CreateFileSystemCommand extends Command<CreateFileSystemRequest, CreateFileSystemCommandOutput, 'CreateFileSystemCommand'> {
190
+ static readonly metaPath = "/CreateFileSystem/2022-01-01/vepfs/post/application_json/";
191
+ constructor(input: CreateFileSystemRequest);
192
+ }
193
+ /**
194
+ * Command to CreateFileset
195
+ */
196
+ export declare class CreateFilesetCommand extends Command<CreateFilesetRequest, CreateFilesetCommandOutput, 'CreateFilesetCommand'> {
197
+ static readonly metaPath = "/CreateFileset/2022-01-01/vepfs/post/application_json/";
198
+ constructor(input: CreateFilesetRequest);
199
+ }
200
+ /**
201
+ * Command to CreateLensPolicy
202
+ */
203
+ export declare class CreateLensPolicyCommand extends Command<CreateLensPolicyRequest, CreateLensPolicyCommandOutput, 'CreateLensPolicyCommand'> {
204
+ static readonly metaPath = "/CreateLensPolicy/2022-01-01/vepfs/post/application_json/";
205
+ constructor(input: CreateLensPolicyRequest);
206
+ }
207
+ /**
208
+ * Command to CreateLensTask
209
+ */
210
+ export declare class CreateLensTaskCommand extends Command<CreateLensTaskRequest, CreateLensTaskCommandOutput, 'CreateLensTaskCommand'> {
211
+ static readonly metaPath = "/CreateLensTask/2022-01-01/vepfs/post/application_json/";
212
+ constructor(input: CreateLensTaskRequest);
213
+ }
214
+ /**
215
+ * Command to CreateMountService
216
+ */
217
+ export declare class CreateMountServiceCommand extends Command<CreateMountServiceRequest, CreateMountServiceCommandOutput, 'CreateMountServiceCommand'> {
218
+ static readonly metaPath = "/CreateMountService/2022-01-01/vepfs/post/application_json/";
219
+ constructor(input: CreateMountServiceRequest);
220
+ }
221
+ /**
222
+ * Command to CreatePreSignedUrl
223
+ */
224
+ export declare class CreatePreSignedUrlCommand extends Command<CreatePreSignedUrlRequest, CreatePreSignedUrlCommandOutput, 'CreatePreSignedUrlCommand'> {
225
+ static readonly metaPath = "/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/";
226
+ constructor(input: CreatePreSignedUrlRequest);
227
+ }
228
+ /**
229
+ * Command to DeleteDataFlowTask
230
+ */
231
+ export declare class DeleteDataFlowTaskCommand extends Command<DeleteDataFlowTaskRequest, DeleteDataFlowTaskCommandOutput, 'DeleteDataFlowTaskCommand'> {
232
+ static readonly metaPath = "/DeleteDataFlowTask/2022-01-01/vepfs/post/application_json/";
233
+ constructor(input: DeleteDataFlowTaskRequest);
234
+ }
235
+ /**
236
+ * Command to DeleteFileSystem
237
+ */
238
+ export declare class DeleteFileSystemCommand extends Command<DeleteFileSystemRequest, DeleteFileSystemCommandOutput, 'DeleteFileSystemCommand'> {
239
+ static readonly metaPath = "/DeleteFileSystem/2022-01-01/vepfs/post/application_json/";
240
+ constructor(input: DeleteFileSystemRequest);
241
+ }
242
+ /**
243
+ * Command to DeleteFileset
244
+ */
245
+ export declare class DeleteFilesetCommand extends Command<DeleteFilesetRequest, DeleteFilesetCommandOutput, 'DeleteFilesetCommand'> {
246
+ static readonly metaPath = "/DeleteFileset/2022-01-01/vepfs/post/application_json/";
247
+ constructor(input: DeleteFilesetRequest);
248
+ }
249
+ /**
250
+ * Command to DeleteLensPolicy
251
+ */
252
+ export declare class DeleteLensPolicyCommand extends Command<DeleteLensPolicyRequest, DeleteLensPolicyCommandOutput, 'DeleteLensPolicyCommand'> {
253
+ static readonly metaPath = "/DeleteLensPolicy/2022-01-01/vepfs/post/application_json/";
254
+ constructor(input: DeleteLensPolicyRequest);
255
+ }
256
+ /**
257
+ * Command to DeleteLensTask
258
+ */
259
+ export declare class DeleteLensTaskCommand extends Command<DeleteLensTaskRequest, DeleteLensTaskCommandOutput, 'DeleteLensTaskCommand'> {
260
+ static readonly metaPath = "/DeleteLensTask/2022-01-01/vepfs/post/application_json/";
261
+ constructor(input: DeleteLensTaskRequest);
262
+ }
263
+ /**
264
+ * Command to DeleteMountService
265
+ */
266
+ export declare class DeleteMountServiceCommand extends Command<DeleteMountServiceRequest, DeleteMountServiceCommandOutput, 'DeleteMountServiceCommand'> {
267
+ static readonly metaPath = "/DeleteMountService/2022-01-01/vepfs/post/application_json/";
268
+ constructor(input: DeleteMountServiceRequest);
269
+ }
270
+ /**
271
+ * Command to DescribeDataFlowBandwidth
272
+ */
273
+ export declare class DescribeDataFlowBandwidthCommand extends Command<DescribeDataFlowBandwidthRequest, DescribeDataFlowBandwidthCommandOutput, 'DescribeDataFlowBandwidthCommand'> {
274
+ static readonly metaPath = "/DescribeDataFlowBandwidth/2022-01-01/vepfs/post/application_json/";
275
+ constructor(input: DescribeDataFlowBandwidthRequest);
276
+ }
277
+ /**
278
+ * Command to DescribeDataFlowTasks
279
+ */
280
+ export declare class DescribeDataFlowTasksCommand extends Command<DescribeDataFlowTasksRequest, DescribeDataFlowTasksCommandOutput, 'DescribeDataFlowTasksCommand'> {
281
+ static readonly metaPath = "/DescribeDataFlowTasks/2022-01-01/vepfs/post/application_json/";
282
+ constructor(input: DescribeDataFlowTasksRequest);
283
+ }
284
+ /**
285
+ * Command to DescribeFileSystemOverview
286
+ */
287
+ export declare class DescribeFileSystemOverviewCommand extends Command<DescribeFileSystemOverviewRequest, DescribeFileSystemOverviewCommandOutput, 'DescribeFileSystemOverviewCommand'> {
288
+ static readonly metaPath = "/DescribeFileSystemOverview/2022-01-01/vepfs/post/application_json/";
289
+ constructor(input: DescribeFileSystemOverviewRequest);
290
+ }
291
+ /**
292
+ * Command to DescribeFileSystemStatistics
293
+ */
294
+ export declare class DescribeFileSystemStatisticsCommand extends Command<DescribeFileSystemStatisticsRequest, DescribeFileSystemStatisticsCommandOutput, 'DescribeFileSystemStatisticsCommand'> {
295
+ static readonly metaPath = "/DescribeFileSystemStatistics/2022-01-01/vepfs/post/application_json/";
296
+ constructor(input: DescribeFileSystemStatisticsRequest);
297
+ }
298
+ /**
299
+ * Command to DescribeFileSystems
300
+ */
301
+ export declare class DescribeFileSystemsCommand extends Command<DescribeFileSystemsRequest, DescribeFileSystemsCommandOutput, 'DescribeFileSystemsCommand'> {
302
+ static readonly metaPath = "/DescribeFileSystems/2022-01-01/vepfs/post/application_json/";
303
+ constructor(input: DescribeFileSystemsRequest);
304
+ }
305
+ /**
306
+ * Command to DescribeFilesets
307
+ */
308
+ export declare class DescribeFilesetsCommand extends Command<DescribeFilesetsRequest, DescribeFilesetsCommandOutput, 'DescribeFilesetsCommand'> {
309
+ static readonly metaPath = "/DescribeFilesets/2022-01-01/vepfs/post/application_json/";
310
+ constructor(input: DescribeFilesetsRequest);
311
+ }
312
+ /**
313
+ * Command to DescribeLensPolicies
314
+ */
315
+ export declare class DescribeLensPoliciesCommand extends Command<DescribeLensPoliciesRequest, DescribeLensPoliciesCommandOutput, 'DescribeLensPoliciesCommand'> {
316
+ static readonly metaPath = "/DescribeLensPolicies/2022-01-01/vepfs/post/application_json/";
317
+ constructor(input: DescribeLensPoliciesRequest);
318
+ }
319
+ /**
320
+ * Command to DescribeLensServices
321
+ */
322
+ export declare class DescribeLensServicesCommand extends Command<DescribeLensServicesRequest, DescribeLensServicesCommandOutput, 'DescribeLensServicesCommand'> {
323
+ static readonly metaPath = "/DescribeLensServices/2022-01-01/vepfs/post/application_json/";
324
+ constructor(input: DescribeLensServicesRequest);
325
+ }
326
+ /**
327
+ * Command to DescribeLensTasks
328
+ */
329
+ export declare class DescribeLensTasksCommand extends Command<DescribeLensTasksRequest, DescribeLensTasksCommandOutput, 'DescribeLensTasksCommand'> {
330
+ static readonly metaPath = "/DescribeLensTasks/2022-01-01/vepfs/post/application_json/";
331
+ constructor(input: DescribeLensTasksRequest);
332
+ }
333
+ /**
334
+ * Command to DescribeMountServiceNodeTypes
335
+ */
336
+ export declare class DescribeMountServiceNodeTypesCommand extends Command<DescribeMountServiceNodeTypesRequest, DescribeMountServiceNodeTypesCommandOutput, 'DescribeMountServiceNodeTypesCommand'> {
337
+ static readonly metaPath = "/DescribeMountServiceNodeTypes/2022-01-01/vepfs/post/application_json/";
338
+ constructor(input: DescribeMountServiceNodeTypesRequest);
339
+ }
340
+ /**
341
+ * Command to DescribeMountServices
342
+ */
343
+ export declare class DescribeMountServicesCommand extends Command<DescribeMountServicesRequest, DescribeMountServicesCommandOutput, 'DescribeMountServicesCommand'> {
344
+ static readonly metaPath = "/DescribeMountServices/2022-01-01/vepfs/post/application_json/";
345
+ constructor(input: DescribeMountServicesRequest);
346
+ }
347
+ /**
348
+ * Command to DescribeRegions
349
+ */
350
+ export declare class DescribeRegionsCommand extends Command<DescribeRegionsRequest, DescribeRegionsCommandOutput, 'DescribeRegionsCommand'> {
351
+ static readonly metaPath = "/DescribeRegions/2022-01-01/vepfs/post/application_json/";
352
+ constructor(input: DescribeRegionsRequest);
353
+ }
354
+ /**
355
+ * Command to DescribeZones
356
+ */
357
+ export declare class DescribeZonesCommand extends Command<DescribeZonesRequest, DescribeZonesCommandOutput, 'DescribeZonesCommand'> {
358
+ static readonly metaPath = "/DescribeZones/2022-01-01/vepfs/post/application_json/";
359
+ constructor(input: DescribeZonesRequest);
360
+ }
361
+ /**
362
+ * Command to DetachMountServiceFromSelfFileSystem
363
+ */
364
+ export declare class DetachMountServiceFromSelfFileSystemCommand extends Command<DetachMountServiceFromSelfFileSystemRequest, DetachMountServiceFromSelfFileSystemCommandOutput, 'DetachMountServiceFromSelfFileSystemCommand'> {
365
+ static readonly metaPath = "/DetachMountServiceFromSelfFileSystem/2022-01-01/vepfs/post/application_json/";
366
+ constructor(input: DetachMountServiceFromSelfFileSystemRequest);
367
+ }
368
+ /**
369
+ * Command to ExpandFileSystem
370
+ */
371
+ export declare class ExpandFileSystemCommand extends Command<ExpandFileSystemRequest, ExpandFileSystemCommandOutput, 'ExpandFileSystemCommand'> {
372
+ static readonly metaPath = "/ExpandFileSystem/2022-01-01/vepfs/post/application_json/";
373
+ constructor(input: ExpandFileSystemRequest);
374
+ }
375
+ /**
376
+ * Command to ListTagsForResources
377
+ */
378
+ export declare class ListTagsForResourcesCommand extends Command<ListTagsForResourcesRequest, ListTagsForResourcesCommandOutput, 'ListTagsForResourcesCommand'> {
379
+ static readonly metaPath = "/ListTagsForResources/2022-01-01/vepfs/post/application_json/";
380
+ constructor(input: ListTagsForResourcesRequest);
381
+ }
382
+ /**
383
+ * Command to SetFilesetQos
384
+ */
385
+ export declare class SetFilesetQosCommand extends Command<SetFilesetQosRequest, SetFilesetQosCommandOutput, 'SetFilesetQosCommand'> {
386
+ static readonly metaPath = "/SetFilesetQos/2022-01-01/vepfs/post/application_json/";
387
+ constructor(input: SetFilesetQosRequest);
388
+ }
389
+ /**
390
+ * Command to SetFilesetQuota
391
+ */
392
+ export declare class SetFilesetQuotaCommand extends Command<SetFilesetQuotaRequest, SetFilesetQuotaCommandOutput, 'SetFilesetQuotaCommand'> {
393
+ static readonly metaPath = "/SetFilesetQuota/2022-01-01/vepfs/post/application_json/";
394
+ constructor(input: SetFilesetQuotaRequest);
395
+ }
396
+ /**
397
+ * Command to StartLensService
398
+ */
399
+ export declare class StartLensServiceCommand extends Command<StartLensServiceRequest, StartLensServiceCommandOutput, 'StartLensServiceCommand'> {
400
+ static readonly metaPath = "/StartLensService/2022-01-01/vepfs/post/application_json/";
401
+ constructor(input: StartLensServiceRequest);
402
+ }
403
+ /**
404
+ * Command to StopLensService
405
+ */
406
+ export declare class StopLensServiceCommand extends Command<StopLensServiceRequest, StopLensServiceCommandOutput, 'StopLensServiceCommand'> {
407
+ static readonly metaPath = "/StopLensService/2022-01-01/vepfs/post/application_json/";
408
+ constructor(input: StopLensServiceRequest);
409
+ }
410
+ /**
411
+ * Command to TagResources
412
+ */
413
+ export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
414
+ static readonly metaPath = "/TagResources/2022-01-01/vepfs/post/application_json/";
415
+ constructor(input: TagResourcesRequest);
416
+ }
417
+ /**
418
+ * Command to UntagResources
419
+ */
420
+ export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
421
+ static readonly metaPath = "/UntagResources/2022-01-01/vepfs/post/application_json/";
422
+ constructor(input: UntagResourcesRequest);
423
+ }
424
+ /**
425
+ * Command to UpdateFileSystem
426
+ */
427
+ export declare class UpdateFileSystemCommand extends Command<UpdateFileSystemRequest, UpdateFileSystemCommandOutput, 'UpdateFileSystemCommand'> {
428
+ static readonly metaPath = "/UpdateFileSystem/2022-01-01/vepfs/post/application_json/";
429
+ constructor(input: UpdateFileSystemRequest);
430
+ }
431
+ /**
432
+ * Command to UpdateFileset
433
+ */
434
+ export declare class UpdateFilesetCommand extends Command<UpdateFilesetRequest, UpdateFilesetCommandOutput, 'UpdateFilesetCommand'> {
435
+ static readonly metaPath = "/UpdateFileset/2022-01-01/vepfs/post/application_json/";
436
+ constructor(input: UpdateFilesetRequest);
437
+ }
438
+ /**
439
+ * Command to UpdateLensPolicy
440
+ */
441
+ export declare class UpdateLensPolicyCommand extends Command<UpdateLensPolicyRequest, UpdateLensPolicyCommandOutput, 'UpdateLensPolicyCommand'> {
442
+ static readonly metaPath = "/UpdateLensPolicy/2022-01-01/vepfs/post/application_json/";
443
+ constructor(input: UpdateLensPolicyRequest);
444
+ }
445
+ /**
446
+ * Command to UpdateLensTask
447
+ */
448
+ export declare class UpdateLensTaskCommand extends Command<UpdateLensTaskRequest, UpdateLensTaskCommandOutput, 'UpdateLensTaskCommand'> {
449
+ static readonly metaPath = "/UpdateLensTask/2022-01-01/vepfs/post/application_json/";
450
+ constructor(input: UpdateLensTaskRequest);
451
+ }
452
+ /**
453
+ * Command to UpdateMountService
454
+ */
455
+ export declare class UpdateMountServiceCommand extends Command<UpdateMountServiceRequest, UpdateMountServiceCommandOutput, 'UpdateMountServiceCommand'> {
456
+ static readonly metaPath = "/UpdateMountService/2022-01-01/vepfs/post/application_json/";
457
+ constructor(input: UpdateMountServiceRequest);
458
+ }
459
+ declare const _default: {
460
+ VEPFSClient: typeof VEPFSClient;
461
+ AttachMountServiceToSelfFileSystemCommand: typeof AttachMountServiceToSelfFileSystemCommand;
462
+ CancelDataFlowTaskCommand: typeof CancelDataFlowTaskCommand;
463
+ CancelLensTaskCommand: typeof CancelLensTaskCommand;
464
+ ConfigDataFlowBandwidthCommand: typeof ConfigDataFlowBandwidthCommand;
465
+ CreateDataFlowTaskCommand: typeof CreateDataFlowTaskCommand;
466
+ CreateFileSystemCommand: typeof CreateFileSystemCommand;
467
+ CreateFilesetCommand: typeof CreateFilesetCommand;
468
+ CreateLensPolicyCommand: typeof CreateLensPolicyCommand;
469
+ CreateLensTaskCommand: typeof CreateLensTaskCommand;
470
+ CreateMountServiceCommand: typeof CreateMountServiceCommand;
471
+ CreatePreSignedUrlCommand: typeof CreatePreSignedUrlCommand;
472
+ DeleteDataFlowTaskCommand: typeof DeleteDataFlowTaskCommand;
473
+ DeleteFileSystemCommand: typeof DeleteFileSystemCommand;
474
+ DeleteFilesetCommand: typeof DeleteFilesetCommand;
475
+ DeleteLensPolicyCommand: typeof DeleteLensPolicyCommand;
476
+ DeleteLensTaskCommand: typeof DeleteLensTaskCommand;
477
+ DeleteMountServiceCommand: typeof DeleteMountServiceCommand;
478
+ DescribeDataFlowBandwidthCommand: typeof DescribeDataFlowBandwidthCommand;
479
+ DescribeDataFlowTasksCommand: typeof DescribeDataFlowTasksCommand;
480
+ DescribeFileSystemOverviewCommand: typeof DescribeFileSystemOverviewCommand;
481
+ DescribeFileSystemStatisticsCommand: typeof DescribeFileSystemStatisticsCommand;
482
+ DescribeFileSystemsCommand: typeof DescribeFileSystemsCommand;
483
+ DescribeFilesetsCommand: typeof DescribeFilesetsCommand;
484
+ DescribeLensPoliciesCommand: typeof DescribeLensPoliciesCommand;
485
+ DescribeLensServicesCommand: typeof DescribeLensServicesCommand;
486
+ DescribeLensTasksCommand: typeof DescribeLensTasksCommand;
487
+ DescribeMountServiceNodeTypesCommand: typeof DescribeMountServiceNodeTypesCommand;
488
+ DescribeMountServicesCommand: typeof DescribeMountServicesCommand;
489
+ DescribeRegionsCommand: typeof DescribeRegionsCommand;
490
+ DescribeZonesCommand: typeof DescribeZonesCommand;
491
+ DetachMountServiceFromSelfFileSystemCommand: typeof DetachMountServiceFromSelfFileSystemCommand;
492
+ ExpandFileSystemCommand: typeof ExpandFileSystemCommand;
493
+ ListTagsForResourcesCommand: typeof ListTagsForResourcesCommand;
494
+ SetFilesetQosCommand: typeof SetFilesetQosCommand;
495
+ SetFilesetQuotaCommand: typeof SetFilesetQuotaCommand;
496
+ StartLensServiceCommand: typeof StartLensServiceCommand;
497
+ StopLensServiceCommand: typeof StopLensServiceCommand;
498
+ TagResourcesCommand: typeof TagResourcesCommand;
499
+ UntagResourcesCommand: typeof UntagResourcesCommand;
500
+ UpdateFileSystemCommand: typeof UpdateFileSystemCommand;
501
+ UpdateFilesetCommand: typeof UpdateFilesetCommand;
502
+ UpdateLensPolicyCommand: typeof UpdateLensPolicyCommand;
503
+ UpdateLensTaskCommand: typeof UpdateLensTaskCommand;
504
+ UpdateMountServiceCommand: typeof UpdateMountServiceCommand;
505
+ };
506
+ export default _default;
507
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * vepfs
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export * from "./api";
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}