@volcengine/vepfs 1.0.2 → 1.0.4

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