@volcengine/vepfs 1.0.3 → 1.0.5

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 (236) 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/describe-lens-tasks-request.d.ts +18 -0
  20. package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -1
  21. package/dist/esm/types/describe-mount-service-clients-request.d.ts +133 -0
  22. package/dist/esm/types/describe-mount-service-clients-request.d.ts.map +1 -0
  23. package/dist/esm/types/describe-mount-service-clients-response.d.ts +41 -0
  24. package/dist/esm/types/describe-mount-service-clients-response.d.ts.map +1 -0
  25. package/dist/esm/types/describe-mount-service-task-results-request.d.ts +130 -0
  26. package/dist/esm/types/describe-mount-service-task-results-request.d.ts.map +1 -0
  27. package/dist/esm/types/describe-mount-service-task-results-response.d.ts +41 -0
  28. package/dist/esm/types/describe-mount-service-task-results-response.d.ts.map +1 -0
  29. package/dist/esm/types/describe-mount-service-tasks-request.d.ts +70 -0
  30. package/dist/esm/types/describe-mount-service-tasks-request.d.ts.map +1 -0
  31. package/dist/esm/types/describe-mount-service-tasks-response.d.ts +41 -0
  32. package/dist/esm/types/describe-mount-service-tasks-response.d.ts.map +1 -0
  33. package/dist/esm/types/index.d.ts +26 -0
  34. package/dist/esm/types/index.d.ts.map +1 -1
  35. package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts +67 -0
  36. package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts.map +1 -0
  37. package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts +67 -0
  38. package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  39. package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts +33 -0
  40. package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts.map +1 -0
  41. package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts +33 -0
  42. package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  43. package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts +90 -0
  44. package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts.map +1 -0
  45. package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts +51 -0
  46. package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  47. package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts +40 -0
  48. package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts.map +1 -0
  49. package/dist/esm/types/remove-mount-service-clients-request.d.ts +31 -0
  50. package/dist/esm/types/remove-mount-service-clients-request.d.ts.map +1 -0
  51. package/{src/types/cancel-lens-task-request.ts → dist/esm/types/remove-mount-service-clients-response.d.ts} +11 -14
  52. package/dist/esm/types/remove-mount-service-clients-response.d.ts.map +1 -0
  53. package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts +50 -0
  54. package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts.map +1 -0
  55. package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts +82 -0
  56. package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts.map +1 -0
  57. package/dist/esm/types/verify-mount-service-clients-request.d.ts +31 -0
  58. package/dist/esm/types/verify-mount-service-clients-request.d.ts.map +1 -0
  59. package/dist/esm/types/verify-mount-service-clients-response.d.ts +26 -0
  60. package/dist/esm/types/verify-mount-service-clients-response.d.ts.map +1 -0
  61. package/package.json +6 -2
  62. package/.turbo/turbo-build.log +0 -19
  63. package/dist/tsconfig.tsbuildinfo +0 -1
  64. package/rslib.config.ts +0 -26
  65. package/src/api.ts +0 -988
  66. package/src/index.ts +0 -14
  67. package/src/types/attach-file-system-for-describe-mount-services-output.ts +0 -65
  68. package/src/types/attach-mount-service-to-self-file-system-request.ts +0 -40
  69. package/src/types/attach-mount-service-to-self-file-system-response.ts +0 -22
  70. package/src/types/audit-for-describe-audits-output.ts +0 -144
  71. package/src/types/cancel-data-flow-task-request.ts +0 -34
  72. package/src/types/cancel-data-flow-task-response.ts +0 -22
  73. package/src/types/cancel-lens-task-response.ts +0 -22
  74. package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +0 -34
  75. package/src/types/capacity-info-for-describe-file-systems-output.ts +0 -34
  76. package/src/types/capacity-info-for-describe-lens-services-output.ts +0 -34
  77. package/src/types/condition-for-create-lens-policy-input.ts +0 -86
  78. package/src/types/condition-for-describe-lens-policies-output.ts +0 -86
  79. package/src/types/condition-for-describe-lens-tasks-output.ts +0 -86
  80. package/src/types/condition-for-update-lens-policy-input.ts +0 -86
  81. package/src/types/config-data-flow-bandwidth-request.ts +0 -34
  82. package/src/types/create-audit-request.ts +0 -81
  83. package/src/types/create-audit-response.ts +0 -28
  84. package/src/types/create-data-flow-task-request.ts +0 -133
  85. package/src/types/create-data-flow-task-response.ts +0 -28
  86. package/src/types/create-file-system-request.ts +0 -127
  87. package/src/types/create-file-system-response.ts +0 -41
  88. package/src/types/create-fileset-response.ts +0 -28
  89. package/src/types/create-lens-policy-request.ts +0 -58
  90. package/src/types/create-lens-policy-response.ts +0 -28
  91. package/src/types/create-lens-task-request.ts +0 -98
  92. package/src/types/create-lens-task-response.ts +0 -28
  93. package/src/types/create-mount-service-request.ts +0 -58
  94. package/src/types/create-mount-service-response.ts +0 -28
  95. package/src/types/create-pre-signed-url-request.ts +0 -28
  96. package/src/types/create-pre-signed-url-response.ts +0 -40
  97. package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +0 -233
  98. package/src/types/delete-audit-response.ts +0 -22
  99. package/src/types/delete-data-flow-task-response.ts +0 -22
  100. package/src/types/delete-file-system-request.ts +0 -28
  101. package/src/types/delete-file-system-response.ts +0 -28
  102. package/src/types/delete-fileset-response.ts +0 -22
  103. package/src/types/delete-lens-policy-request.ts +0 -28
  104. package/src/types/delete-lens-policy-response.ts +0 -22
  105. package/src/types/delete-lens-task-request.ts +0 -34
  106. package/src/types/delete-lens-task-response.ts +0 -22
  107. package/src/types/delete-mount-service-request.ts +0 -28
  108. package/src/types/delete-mount-service-response.ts +0 -22
  109. package/src/types/delete-policy-for-create-data-flow-task-input.ts +0 -45
  110. package/src/types/delete-policy-for-describe-data-flow-tasks-output.ts +0 -45
  111. package/src/types/describe-audits-request.ts +0 -64
  112. package/src/types/describe-audits-response.ts +0 -47
  113. package/src/types/describe-data-flow-bandwidth-request.ts +0 -40
  114. package/src/types/describe-data-flow-bandwidth-response.ts +0 -70
  115. package/src/types/describe-data-flow-tasks-request.ts +0 -70
  116. package/src/types/describe-data-flow-tasks-response.ts +0 -47
  117. package/src/types/describe-file-system-overview-request.ts +0 -22
  118. package/src/types/describe-file-system-overview-response.ts +0 -29
  119. package/src/types/describe-file-system-statistics-request.ts +0 -38
  120. package/src/types/describe-file-system-statistics-response.ts +0 -29
  121. package/src/types/describe-file-systems-request.ts +0 -96
  122. package/src/types/describe-file-systems-response.ts +0 -47
  123. package/src/types/describe-filesets-request.ts +0 -65
  124. package/src/types/describe-filesets-response.ts +0 -47
  125. package/src/types/describe-lens-policies-request.ts +0 -46
  126. package/src/types/describe-lens-policies-response.ts +0 -47
  127. package/src/types/describe-lens-services-request.ts +0 -72
  128. package/src/types/describe-lens-services-response.ts +0 -47
  129. package/src/types/describe-lens-tasks-request.ts +0 -82
  130. package/src/types/describe-lens-tasks-response.ts +0 -47
  131. package/src/types/describe-mount-service-node-types-request.ts +0 -44
  132. package/src/types/describe-mount-service-node-types-response.ts +0 -29
  133. package/src/types/describe-mount-services-request.ts +0 -81
  134. package/src/types/describe-mount-services-response.ts +0 -47
  135. package/src/types/describe-regions-request.ts +0 -22
  136. package/src/types/describe-regions-response.ts +0 -35
  137. package/src/types/describe-zones-request.ts +0 -44
  138. package/src/types/describe-zones-response.ts +0 -35
  139. package/src/types/detach-mount-service-from-self-file-system-request.ts +0 -34
  140. package/src/types/detach-mount-service-from-self-file-system-response.ts +0 -22
  141. package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +0 -40
  142. package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +0 -40
  143. package/src/types/expand-file-system-request.ts +0 -40
  144. package/src/types/expand-file-system-response.ts +0 -28
  145. package/src/types/feature-info-for-describe-lens-services-output.ts +0 -55
  146. package/src/types/file-system-for-describe-file-systems-output.ts +0 -272
  147. package/src/types/fileset-for-describe-filesets-output.ts +0 -117
  148. package/src/types/fileset-info-for-describe-audits-output.ts +0 -46
  149. package/src/types/filter-for-describe-file-systems-input.ts +0 -50
  150. package/src/types/filter-for-describe-filesets-input.ts +0 -46
  151. package/src/types/filter-for-describe-mount-services-input.ts +0 -47
  152. package/src/types/index.ts +0 -174
  153. package/src/types/lens-analysis-info-for-create-lens-task-input.ts +0 -72
  154. package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +0 -72
  155. package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +0 -70
  156. package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +0 -70
  157. package/src/types/lens-export-info-for-create-lens-task-input.ts +0 -78
  158. package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +0 -78
  159. package/src/types/lens-policy-for-describe-lens-policies-output.ts +0 -76
  160. package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +0 -76
  161. package/src/types/lens-service-for-describe-lens-services-output.ts +0 -80
  162. package/src/types/lens-task-for-describe-lens-tasks-output.ts +0 -176
  163. package/src/types/list-tags-for-resources-request.ts +0 -53
  164. package/src/types/list-tags-for-resources-response.ts +0 -47
  165. package/src/types/mount-service-for-describe-mount-services-output.ts +0 -136
  166. package/src/types/node-for-describe-mount-services-output.ts +0 -34
  167. package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +0 -57
  168. package/src/types/number-value-for-create-lens-policy-input.ts +0 -51
  169. package/src/types/number-value-for-describe-lens-policies-output.ts +0 -51
  170. package/src/types/number-value-for-describe-lens-tasks-output.ts +0 -51
  171. package/src/types/number-value-for-update-lens-policy-input.ts +0 -51
  172. package/src/types/over-view-for-describe-file-system-overview-output.ts +0 -58
  173. package/src/types/progress-for-describe-lens-tasks-output.ts +0 -65
  174. package/src/types/range-value-for-create-lens-policy-input.ts +0 -76
  175. package/src/types/range-value-for-describe-lens-policies-output.ts +0 -76
  176. package/src/types/range-value-for-describe-lens-tasks-output.ts +0 -76
  177. package/src/types/range-value-for-update-lens-policy-input.ts +0 -76
  178. package/src/types/region-for-describe-regions-output.ts +0 -40
  179. package/src/types/report-for-describe-data-flow-tasks-output.ts +0 -46
  180. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -46
  181. package/src/types/rule-for-create-lens-policy-input.ts +0 -52
  182. package/src/types/rule-for-describe-lens-policies-output.ts +0 -52
  183. package/src/types/rule-for-describe-lens-tasks-output.ts +0 -52
  184. package/src/types/rule-for-update-lens-policy-input.ts +0 -52
  185. package/src/types/rule-group-for-create-lens-policy-input.ts +0 -45
  186. package/src/types/rule-group-for-describe-lens-policies-output.ts +0 -45
  187. package/src/types/rule-group-for-describe-lens-tasks-output.ts +0 -45
  188. package/src/types/rule-group-for-update-lens-policy-input.ts +0 -45
  189. package/src/types/sale-info-for-describe-zones-output.ts +0 -98
  190. package/src/types/schedule-for-create-lens-task-input.ts +0 -94
  191. package/src/types/schedule-for-describe-lens-tasks-output.ts +0 -94
  192. package/src/types/set-fileset-qos-request.ts +0 -46
  193. package/src/types/set-fileset-qos-response.ts +0 -22
  194. package/src/types/set-fileset-quota-request.ts +0 -46
  195. package/src/types/set-fileset-quota-response.ts +0 -22
  196. package/src/types/start-audit-request.ts +0 -34
  197. package/src/types/start-audit-response.ts +0 -22
  198. package/src/types/start-lens-service-request.ts +0 -44
  199. package/src/types/start-lens-service-response.ts +0 -22
  200. package/src/types/statistic-for-describe-file-system-statistics-output.ts +0 -80
  201. package/src/types/stop-audit-request.ts +0 -34
  202. package/src/types/stop-audit-response.ts +0 -22
  203. package/src/types/stop-lens-service-request.ts +0 -44
  204. package/src/types/stop-lens-service-response.ts +0 -22
  205. package/src/types/string-value-for-create-lens-policy-input.ts +0 -28
  206. package/src/types/string-value-for-describe-lens-policies-output.ts +0 -28
  207. package/src/types/string-value-for-describe-lens-tasks-output.ts +0 -28
  208. package/src/types/string-value-for-update-lens-policy-input.ts +0 -28
  209. package/src/types/tag-filter-for-describe-file-systems-input.ts +0 -40
  210. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -40
  211. package/src/types/tag-for-create-file-system-input.ts +0 -50
  212. package/src/types/tag-for-create-file-system-output.ts +0 -50
  213. package/src/types/tag-for-describe-file-systems-output.ts +0 -50
  214. package/src/types/tag-for-tag-resources-input.ts +0 -34
  215. package/src/types/tag-for-update-file-system-input.ts +0 -50
  216. package/src/types/tag-resources-request.ts +0 -41
  217. package/src/types/tag-resources-response.ts +0 -22
  218. package/src/types/target-info-for-create-lens-task-input.ts +0 -34
  219. package/src/types/target-info-for-describe-lens-tasks-output.ts +0 -34
  220. package/src/types/tls-info-for-describe-data-flow-tasks-output.ts +0 -70
  221. package/src/types/untag-resources-request.ts +0 -40
  222. package/src/types/untag-resources-response.ts +0 -22
  223. package/src/types/update-audit-request.ts +0 -64
  224. package/src/types/update-audit-response.ts +0 -22
  225. package/src/types/update-file-system-request.ts +0 -47
  226. package/src/types/update-file-system-response.ts +0 -22
  227. package/src/types/update-fileset-request.ts +0 -40
  228. package/src/types/update-fileset-response.ts +0 -22
  229. package/src/types/update-lens-policy-request.ts +0 -64
  230. package/src/types/update-lens-policy-response.ts +0 -22
  231. package/src/types/update-lens-task-request.ts +0 -34
  232. package/src/types/update-lens-task-response.ts +0 -22
  233. package/src/types/update-mount-service-request.ts +0 -34
  234. package/src/types/update-mount-service-response.ts +0 -22
  235. package/src/types/zone-for-describe-zones-output.ts +0 -47
  236. package/tsconfig.json +0 -12
@@ -0,0 +1,41 @@
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 { MountServiceTaskResultForDescribeMountServiceTaskResultsOutput } from './mount-service-task-result-for-describe-mount-service-task-results-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeMountServiceTaskResultsResponse
18
+ */
19
+ export interface DescribeMountServiceTaskResultsResponse {
20
+ /**
21
+ * @type {Array<MountServiceTaskResultForDescribeMountServiceTaskResultsOutput>}
22
+ * @memberof DescribeMountServiceTaskResultsResponse
23
+ */
24
+ MountServiceTaskResults?: Array<MountServiceTaskResultForDescribeMountServiceTaskResultsOutput>;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeMountServiceTaskResultsResponse
28
+ */
29
+ PageNumber?: number;
30
+ /**
31
+ * @type {number}
32
+ * @memberof DescribeMountServiceTaskResultsResponse
33
+ */
34
+ PageSize?: number;
35
+ /**
36
+ * @type {number}
37
+ * @memberof DescribeMountServiceTaskResultsResponse
38
+ */
39
+ TotalCount?: number;
40
+ }
41
+ //# sourceMappingURL=describe-mount-service-task-results-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-mount-service-task-results-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-mount-service-task-results-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8DAA8D,EAAE,MAAM,4EAA4E,CAAC;AAC3J;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,8DAA8D,CAAC,CAAC;IAEhG;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,70 @@
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
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeMountServiceTasksRequest
17
+ */
18
+ export interface DescribeMountServiceTasksRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeMountServiceTasksRequest
22
+ */
23
+ MountServiceId?: string;
24
+ /**
25
+ * @type {number}
26
+ * @memberof DescribeMountServiceTasksRequest
27
+ */
28
+ PageNumber?: number;
29
+ /**
30
+ * @type {number}
31
+ * @memberof DescribeMountServiceTasksRequest
32
+ */
33
+ PageSize?: number;
34
+ /**
35
+ * @type {string}
36
+ * @memberof DescribeMountServiceTasksRequest
37
+ */
38
+ Status?: DescribeMountServiceTasksRequestStatusEnum;
39
+ /**
40
+ * @type {string}
41
+ * @memberof DescribeMountServiceTasksRequest
42
+ */
43
+ TaskId?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof DescribeMountServiceTasksRequest
47
+ */
48
+ TaskType?: DescribeMountServiceTasksRequestTaskTypeEnum;
49
+ }
50
+ /**
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum DescribeMountServiceTasksRequestStatusEnum {
55
+ Pending = "Pending",
56
+ Running = "Running",
57
+ Completed = "Completed",
58
+ InCompleted = "InCompleted",
59
+ Abnormal = "Abnormal",
60
+ Failed = "Failed"
61
+ }
62
+ /**
63
+ * @export
64
+ * @enum {string}
65
+ */
66
+ export declare enum DescribeMountServiceTasksRequestTaskTypeEnum {
67
+ AddClient = "AddClient",
68
+ RemoveClient = "RemoveClient"
69
+ }
70
+ //# sourceMappingURL=describe-mount-service-tasks-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-mount-service-tasks-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-mount-service-tasks-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,0CAA0C,CAAC;IAEpD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;CAC3D;AAED;;;GAGG;AACH,oBAAY,0CAA0C;IAClD,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,4CAA4C;IACpD,SAAS,cAAc;IACvB,YAAY,iBAAiB;CAChC"}
@@ -0,0 +1,41 @@
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 { TaskForDescribeMountServiceTasksOutput } from './task-for-describe-mount-service-tasks-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeMountServiceTasksResponse
18
+ */
19
+ export interface DescribeMountServiceTasksResponse {
20
+ /**
21
+ * @type {number}
22
+ * @memberof DescribeMountServiceTasksResponse
23
+ */
24
+ PageNumber?: number;
25
+ /**
26
+ * @type {number}
27
+ * @memberof DescribeMountServiceTasksResponse
28
+ */
29
+ PageSize?: number;
30
+ /**
31
+ * @type {Array<TaskForDescribeMountServiceTasksOutput>}
32
+ * @memberof DescribeMountServiceTasksResponse
33
+ */
34
+ Tasks?: Array<TaskForDescribeMountServiceTasksOutput>;
35
+ /**
36
+ * @type {number}
37
+ * @memberof DescribeMountServiceTasksResponse
38
+ */
39
+ TotalCount?: number;
40
+ }
41
+ //# sourceMappingURL=describe-mount-service-tasks-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-mount-service-tasks-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-mount-service-tasks-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAEtD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -1,3 +1,5 @@
1
+ export * from './add-mount-service-clients-request';
2
+ export * from './add-mount-service-clients-response';
1
3
  export * from './attach-file-system-for-describe-mount-services-output';
2
4
  export * from './attach-mount-service-to-self-file-system-request';
3
5
  export * from './attach-mount-service-to-self-file-system-response';
@@ -9,6 +11,11 @@ export * from './cancel-lens-task-response';
9
11
  export * from './capacity-info-for-describe-file-system-statistics-output';
10
12
  export * from './capacity-info-for-describe-file-systems-output';
11
13
  export * from './capacity-info-for-describe-lens-services-output';
14
+ export * from './client-for-add-mount-service-clients-input';
15
+ export * from './client-for-describe-mount-service-tasks-output';
16
+ export * from './client-for-remove-mount-service-clients-input';
17
+ export * from './client-for-verify-mount-service-clients-input';
18
+ export * from './client-snapshot-for-describe-mount-service-task-results-output';
12
19
  export * from './condition-for-create-lens-policy-input';
13
20
  export * from './condition-for-describe-lens-policies-output';
14
21
  export * from './condition-for-describe-lens-tasks-output';
@@ -68,8 +75,14 @@ export * from './describe-lens-services-request';
68
75
  export * from './describe-lens-services-response';
69
76
  export * from './describe-lens-tasks-request';
70
77
  export * from './describe-lens-tasks-response';
78
+ export * from './describe-mount-service-clients-request';
79
+ export * from './describe-mount-service-clients-response';
71
80
  export * from './describe-mount-service-node-types-request';
72
81
  export * from './describe-mount-service-node-types-response';
82
+ export * from './describe-mount-service-task-results-request';
83
+ export * from './describe-mount-service-task-results-response';
84
+ export * from './describe-mount-service-tasks-request';
85
+ export * from './describe-mount-service-tasks-response';
73
86
  export * from './describe-mount-services-request';
74
87
  export * from './describe-mount-services-response';
75
88
  export * from './describe-regions-request';
@@ -89,6 +102,8 @@ export * from './fileset-info-for-describe-audits-output';
89
102
  export * from './filter-for-describe-file-systems-input';
90
103
  export * from './filter-for-describe-filesets-input';
91
104
  export * from './filter-for-describe-mount-services-input';
105
+ export * from './instance-for-describe-mount-service-clients-output';
106
+ export * from './instance-for-describe-mount-service-task-results-output';
92
107
  export * from './lens-analysis-info-for-create-lens-task-input';
93
108
  export * from './lens-analysis-info-for-describe-lens-tasks-output';
94
109
  export * from './lens-capacity-stat-info-for-create-lens-task-input';
@@ -101,7 +116,11 @@ export * from './lens-service-for-describe-lens-services-output';
101
116
  export * from './lens-task-for-describe-lens-tasks-output';
102
117
  export * from './list-tags-for-resources-request';
103
118
  export * from './list-tags-for-resources-response';
119
+ export * from './monitor-for-describe-mount-service-clients-output';
120
+ export * from './monitor-for-describe-mount-service-task-results-output';
121
+ export * from './mount-service-client-for-describe-mount-service-clients-output';
104
122
  export * from './mount-service-for-describe-mount-services-output';
123
+ export * from './mount-service-task-result-for-describe-mount-service-task-results-output';
105
124
  export * from './node-for-describe-mount-services-output';
106
125
  export * from './node-type-info-for-describe-mount-service-node-types-output';
107
126
  export * from './number-value-for-create-lens-policy-input';
@@ -110,13 +129,17 @@ export * from './number-value-for-describe-lens-tasks-output';
110
129
  export * from './number-value-for-update-lens-policy-input';
111
130
  export * from './over-view-for-describe-file-system-overview-output';
112
131
  export * from './progress-for-describe-lens-tasks-output';
132
+ export * from './progress-for-describe-mount-service-tasks-output';
113
133
  export * from './range-value-for-create-lens-policy-input';
114
134
  export * from './range-value-for-describe-lens-policies-output';
115
135
  export * from './range-value-for-describe-lens-tasks-output';
116
136
  export * from './range-value-for-update-lens-policy-input';
117
137
  export * from './region-for-describe-regions-output';
138
+ export * from './remove-mount-service-clients-request';
139
+ export * from './remove-mount-service-clients-response';
118
140
  export * from './report-for-describe-data-flow-tasks-output';
119
141
  export * from './resource-tag-for-list-tags-for-resources-output';
142
+ export * from './result-for-verify-mount-service-clients-output';
120
143
  export * from './rule-for-create-lens-policy-input';
121
144
  export * from './rule-for-describe-lens-policies-output';
122
145
  export * from './rule-for-describe-lens-tasks-output';
@@ -156,6 +179,7 @@ export * from './tag-resources-request';
156
179
  export * from './tag-resources-response';
157
180
  export * from './target-info-for-create-lens-task-input';
158
181
  export * from './target-info-for-describe-lens-tasks-output';
182
+ export * from './task-for-describe-mount-service-tasks-output';
159
183
  export * from './tls-info-for-describe-data-flow-tasks-output';
160
184
  export * from './untag-resources-request';
161
185
  export * from './untag-resources-response';
@@ -171,5 +195,7 @@ export * from './update-lens-task-request';
171
195
  export * from './update-lens-task-response';
172
196
  export * from './update-mount-service-request';
173
197
  export * from './update-mount-service-response';
198
+ export * from './verify-mount-service-clients-request';
199
+ export * from './verify-mount-service-clients-response';
174
200
  export * from './zone-for-describe-zones-output';
175
201
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,67 @@
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
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface InstanceForDescribeMountServiceClientsOutput
17
+ */
18
+ export interface InstanceForDescribeMountServiceClientsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof InstanceForDescribeMountServiceClientsOutput
22
+ */
23
+ ImageId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof InstanceForDescribeMountServiceClientsOutput
27
+ */
28
+ InstanceId?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof InstanceForDescribeMountServiceClientsOutput
32
+ */
33
+ InstanceName?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof InstanceForDescribeMountServiceClientsOutput
37
+ */
38
+ InstanceTypeId?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof InstanceForDescribeMountServiceClientsOutput
42
+ */
43
+ OsName?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof InstanceForDescribeMountServiceClientsOutput
47
+ */
48
+ Status?: InstanceForDescribeMountServiceClientsOutputStatusEnum;
49
+ }
50
+ /**
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum InstanceForDescribeMountServiceClientsOutputStatusEnum {
55
+ Creating = "Creating",
56
+ Running = "Running",
57
+ Stopping = "Stopping",
58
+ Stopped = "Stopped",
59
+ Rebooting = "Rebooting",
60
+ Starting = "Starting",
61
+ Rebuilding = "Rebuilding",
62
+ Resizing = "Resizing",
63
+ Deleting = "Deleting",
64
+ Deleted = "Deleted",
65
+ Error = "Error"
66
+ }
67
+ //# sourceMappingURL=instance-for-describe-mount-service-clients-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance-for-describe-mount-service-clients-output.d.ts","sourceRoot":"","sources":["../../../src/types/instance-for-describe-mount-service-clients-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,sDAAsD,CAAC;CACnE;AAED;;;GAGG;AACH,oBAAY,sDAAsD;IAC9D,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB"}
@@ -0,0 +1,67 @@
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
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface InstanceForDescribeMountServiceTaskResultsOutput
17
+ */
18
+ export interface InstanceForDescribeMountServiceTaskResultsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
22
+ */
23
+ ImageId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
27
+ */
28
+ InstanceId?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
32
+ */
33
+ InstanceName?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
37
+ */
38
+ InstanceTypeId?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
42
+ */
43
+ OsName?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof InstanceForDescribeMountServiceTaskResultsOutput
47
+ */
48
+ Status?: InstanceForDescribeMountServiceTaskResultsOutputStatusEnum;
49
+ }
50
+ /**
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum InstanceForDescribeMountServiceTaskResultsOutputStatusEnum {
55
+ Creating = "Creating",
56
+ Running = "Running",
57
+ Stopping = "Stopping",
58
+ Stopped = "Stopped",
59
+ Rebooting = "Rebooting",
60
+ Starting = "Starting",
61
+ Rebuilding = "Rebuilding",
62
+ Resizing = "Resizing",
63
+ Deleting = "Deleting",
64
+ Deleted = "Deleted",
65
+ Error = "Error"
66
+ }
67
+ //# sourceMappingURL=instance-for-describe-mount-service-task-results-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance-for-describe-mount-service-task-results-output.d.ts","sourceRoot":"","sources":["../../../src/types/instance-for-describe-mount-service-task-results-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gDAAgD;IAE7D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,0DAA0D,CAAC;CACvE;AAED;;;GAGG;AACH,oBAAY,0DAA0D;IAClE,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB"}
@@ -0,0 +1,33 @@
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
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface MonitorForDescribeMountServiceClientsOutput
17
+ */
18
+ export interface MonitorForDescribeMountServiceClientsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof MonitorForDescribeMountServiceClientsOutput
22
+ */
23
+ Status?: MonitorForDescribeMountServiceClientsOutputStatusEnum;
24
+ }
25
+ /**
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum MonitorForDescribeMountServiceClientsOutputStatusEnum {
30
+ Disabled = "Disabled",
31
+ Enabled = "Enabled"
32
+ }
33
+ //# sourceMappingURL=monitor-for-describe-mount-service-clients-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitor-for-describe-mount-service-clients-output.d.ts","sourceRoot":"","sources":["../../../src/types/monitor-for-describe-mount-service-clients-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,MAAM,CAAC,EAAE,qDAAqD,CAAC;CAClE;AAED;;;GAGG;AACH,oBAAY,qDAAqD;IAC7D,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
@@ -0,0 +1,33 @@
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
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface MonitorForDescribeMountServiceTaskResultsOutput
17
+ */
18
+ export interface MonitorForDescribeMountServiceTaskResultsOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof MonitorForDescribeMountServiceTaskResultsOutput
22
+ */
23
+ Status?: MonitorForDescribeMountServiceTaskResultsOutputStatusEnum;
24
+ }
25
+ /**
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum MonitorForDescribeMountServiceTaskResultsOutputStatusEnum {
30
+ Disabled = "Disabled",
31
+ Enabled = "Enabled"
32
+ }
33
+ //# sourceMappingURL=monitor-for-describe-mount-service-task-results-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitor-for-describe-mount-service-task-results-output.d.ts","sourceRoot":"","sources":["../../../src/types/monitor-for-describe-mount-service-task-results-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,MAAM,CAAC,EAAE,yDAAyD,CAAC;CACtE;AAED;;;GAGG;AACH,oBAAY,yDAAyD;IACjE,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
@@ -0,0 +1,90 @@
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 { InstanceForDescribeMountServiceClientsOutput } from './instance-for-describe-mount-service-clients-output';
13
+ import { MonitorForDescribeMountServiceClientsOutput } from './monitor-for-describe-mount-service-clients-output';
14
+ /**
15
+ *
16
+ *
17
+ * @export
18
+ * @interface MountServiceClientForDescribeMountServiceClientsOutput
19
+ */
20
+ export interface MountServiceClientForDescribeMountServiceClientsOutput {
21
+ /**
22
+ * @type {InstanceForDescribeMountServiceClientsOutput}
23
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
24
+ */
25
+ Instance?: InstanceForDescribeMountServiceClientsOutput;
26
+ /**
27
+ * @type {string}
28
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
29
+ */
30
+ InstanceId?: string;
31
+ /**
32
+ * @type {MonitorForDescribeMountServiceClientsOutput}
33
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
34
+ */
35
+ Monitor?: MonitorForDescribeMountServiceClientsOutput;
36
+ /**
37
+ * @type {string}
38
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
39
+ */
40
+ MountServiceId?: string;
41
+ /**
42
+ * @type {string}
43
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
44
+ */
45
+ PrimaryIpAddress?: string;
46
+ /**
47
+ * @type {string}
48
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
49
+ */
50
+ Role?: MountServiceClientForDescribeMountServiceClientsOutputRoleEnum;
51
+ /**
52
+ * @type {string}
53
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
54
+ */
55
+ Status?: MountServiceClientForDescribeMountServiceClientsOutputStatusEnum;
56
+ /**
57
+ * @type {string}
58
+ * @memberof MountServiceClientForDescribeMountServiceClientsOutput
59
+ */
60
+ VersionNumber?: string;
61
+ }
62
+ /**
63
+ * @export
64
+ * @enum {string}
65
+ */
66
+ export declare enum MountServiceClientForDescribeMountServiceClientsOutputRoleEnum {
67
+ Admin = "Admin",
68
+ Client = "Client"
69
+ }
70
+ /**
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum MountServiceClientForDescribeMountServiceClientsOutputStatusEnum {
75
+ Mounted = "Mounted",
76
+ Unmounted = "Unmounted",
77
+ Mounting = "Mounting",
78
+ Unmounting = "Unmounting",
79
+ Upgrading = "Upgrading",
80
+ Updating = "Updating",
81
+ PendingMount = "PendingMount",
82
+ PendingUnmount = "PendingUnmount",
83
+ PendingUpgrade = "PendingUpgrade",
84
+ MountFailed = "MountFailed",
85
+ UnmountFailed = "UnmountFailed",
86
+ MountAbnormal = "MountAbnormal",
87
+ Abnormal = "Abnormal",
88
+ Unknown = "Unknown"
89
+ }
90
+ //# sourceMappingURL=mount-service-client-for-describe-mount-service-clients-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mount-service-client-for-describe-mount-service-clients-output.d.ts","sourceRoot":"","sources":["../../../src/types/mount-service-client-for-describe-mount-service-clients-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4CAA4C,EAAE,MAAM,sDAAsD,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,qDAAqD,CAAC;AACjH;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IAExD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,2CAA2C,CAAC;IAEtD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,8DAA8D,CAAC;IAEtE;;;OAGG;IACH,MAAM,CAAC,EAAE,gEAAgE,CAAC;IAE1E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,oBAAY,8DAA8D;IACtE,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,gEAAgE;IACxE,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
@@ -0,0 +1,51 @@
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 { ClientSnapshotForDescribeMountServiceTaskResultsOutput } from './client-snapshot-for-describe-mount-service-task-results-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
18
+ */
19
+ export interface MountServiceTaskResultForDescribeMountServiceTaskResultsOutput {
20
+ /**
21
+ * @type {ClientSnapshotForDescribeMountServiceTaskResultsOutput}
22
+ * @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
23
+ */
24
+ ClientSnapshot?: ClientSnapshotForDescribeMountServiceTaskResultsOutput;
25
+ /**
26
+ * @type {string}
27
+ * @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
28
+ */
29
+ InstanceId?: string;
30
+ /**
31
+ * @type {string}
32
+ * @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
33
+ */
34
+ TaskId?: string;
35
+ /**
36
+ * @type {string}
37
+ * @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
38
+ */
39
+ TaskStatus?: MountServiceTaskResultForDescribeMountServiceTaskResultsOutputTaskStatusEnum;
40
+ }
41
+ /**
42
+ * @export
43
+ * @enum {string}
44
+ */
45
+ export declare enum MountServiceTaskResultForDescribeMountServiceTaskResultsOutputTaskStatusEnum {
46
+ Pending = "Pending",
47
+ Running = "Running",
48
+ Success = "Success",
49
+ Failed = "Failed"
50
+ }
51
+ //# sourceMappingURL=mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mount-service-task-result-for-describe-mount-service-task-results-output.d.ts","sourceRoot":"","sources":["../../../src/types/mount-service-task-result-for-describe-mount-service-task-results-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AACzI;;;;;EAKE;AACH,MAAM,WAAW,8DAA8D;IAE3E;;;OAGG;IACH,cAAc,CAAC,EAAE,sDAAsD,CAAC;IAExE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,4EAA4E,CAAC;CAC7F;AAED;;;GAGG;AACH,oBAAY,4EAA4E;IACpF,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB"}