@volcengine/vepfs 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +495 -0
- package/dist/esm/api.d.ts +507 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +329 -0
- package/dist/esm/types/attach-file-system-for-describe-mount-services-output.d.ts +56 -0
- package/dist/esm/types/attach-file-system-for-describe-mount-services-output.d.ts.map +1 -0
- package/dist/esm/types/attach-mount-service-to-self-file-system-request.d.ts +35 -0
- package/dist/esm/types/attach-mount-service-to-self-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/attach-mount-service-to-self-file-system-response.d.ts +20 -0
- package/dist/esm/types/attach-mount-service-to-self-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-data-flow-task-request.d.ts +30 -0
- package/dist/esm/types/cancel-data-flow-task-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-data-flow-task-response.d.ts +20 -0
- package/dist/esm/types/cancel-data-flow-task-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-lens-task-request.d.ts +25 -0
- package/dist/esm/types/cancel-lens-task-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-lens-task-response.d.ts +20 -0
- package/dist/esm/types/cancel-lens-task-response.d.ts.map +1 -0
- package/dist/esm/types/capacity-info-for-describe-file-system-statistics-output.d.ts +30 -0
- package/dist/esm/types/capacity-info-for-describe-file-system-statistics-output.d.ts.map +1 -0
- package/dist/esm/types/capacity-info-for-describe-file-systems-output.d.ts +30 -0
- package/dist/esm/types/capacity-info-for-describe-file-systems-output.d.ts.map +1 -0
- package/dist/esm/types/capacity-info-for-describe-lens-services-output.d.ts +30 -0
- package/dist/esm/types/capacity-info-for-describe-lens-services-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-create-lens-policy-input.d.ts +77 -0
- package/dist/esm/types/condition-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-describe-lens-policies-output.d.ts +77 -0
- package/dist/esm/types/condition-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-describe-lens-tasks-output.d.ts +77 -0
- package/dist/esm/types/condition-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-update-lens-policy-input.d.ts +77 -0
- package/dist/esm/types/condition-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/config-data-flow-bandwidth-request.d.ts +30 -0
- package/dist/esm/types/config-data-flow-bandwidth-request.d.ts.map +1 -0
- package/dist/esm/types/config-data-flow-bandwidth-response.d.ts +25 -0
- package/dist/esm/types/config-data-flow-bandwidth-response.d.ts.map +1 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts +105 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts.map +1 -0
- package/dist/esm/types/create-data-flow-task-response.d.ts +25 -0
- package/dist/esm/types/create-data-flow-task-response.d.ts.map +1 -0
- package/dist/esm/types/create-file-system-request.d.ts +110 -0
- package/dist/esm/types/create-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/create-file-system-response.d.ts +36 -0
- package/dist/esm/types/create-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/create-fileset-request.d.ts +35 -0
- package/dist/esm/types/create-fileset-request.d.ts.map +1 -0
- package/dist/esm/types/create-fileset-response.d.ts +25 -0
- package/dist/esm/types/create-fileset-response.d.ts.map +1 -0
- package/dist/esm/types/create-lens-policy-request.d.ts +50 -0
- package/dist/esm/types/create-lens-policy-request.d.ts.map +1 -0
- package/dist/esm/types/create-lens-policy-response.d.ts +25 -0
- package/dist/esm/types/create-lens-policy-response.d.ts.map +1 -0
- package/dist/esm/types/create-lens-task-request.d.ts +84 -0
- package/dist/esm/types/create-lens-task-request.d.ts.map +1 -0
- package/dist/esm/types/create-lens-task-response.d.ts +25 -0
- package/dist/esm/types/create-lens-task-response.d.ts.map +1 -0
- package/dist/esm/types/create-mount-service-request.d.ts +50 -0
- package/dist/esm/types/create-mount-service-request.d.ts.map +1 -0
- package/dist/esm/types/create-mount-service-response.d.ts +25 -0
- package/dist/esm/types/create-mount-service-response.d.ts.map +1 -0
- package/dist/esm/types/create-pre-signed-url-request.d.ts +25 -0
- package/dist/esm/types/create-pre-signed-url-request.d.ts.map +1 -0
- package/dist/esm/types/create-pre-signed-url-response.d.ts +35 -0
- package/dist/esm/types/create-pre-signed-url-response.d.ts.map +1 -0
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts +191 -0
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/delete-data-flow-task-request.d.ts +30 -0
- package/dist/esm/types/delete-data-flow-task-request.d.ts.map +1 -0
- package/dist/esm/types/delete-data-flow-task-response.d.ts +20 -0
- package/dist/esm/types/delete-data-flow-task-response.d.ts.map +1 -0
- package/dist/esm/types/delete-file-system-request.d.ts +25 -0
- package/dist/esm/types/delete-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/delete-file-system-response.d.ts +25 -0
- package/dist/esm/types/delete-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/delete-fileset-request.d.ts +30 -0
- package/dist/esm/types/delete-fileset-request.d.ts.map +1 -0
- package/dist/esm/types/delete-fileset-response.d.ts +20 -0
- package/dist/esm/types/delete-fileset-response.d.ts.map +1 -0
- package/dist/esm/types/delete-lens-policy-request.d.ts +25 -0
- package/dist/esm/types/delete-lens-policy-request.d.ts.map +1 -0
- package/dist/esm/types/delete-lens-policy-response.d.ts +20 -0
- package/dist/esm/types/delete-lens-policy-response.d.ts.map +1 -0
- package/dist/esm/types/delete-lens-task-request.d.ts +30 -0
- package/dist/esm/types/delete-lens-task-request.d.ts.map +1 -0
- package/dist/esm/types/delete-lens-task-response.d.ts +20 -0
- package/dist/esm/types/delete-lens-task-response.d.ts.map +1 -0
- package/dist/esm/types/delete-mount-service-request.d.ts +25 -0
- package/dist/esm/types/delete-mount-service-request.d.ts.map +1 -0
- package/dist/esm/types/delete-mount-service-response.d.ts +20 -0
- package/dist/esm/types/delete-mount-service-response.d.ts.map +1 -0
- package/dist/esm/types/describe-data-flow-bandwidth-request.d.ts +35 -0
- package/dist/esm/types/describe-data-flow-bandwidth-request.d.ts.map +1 -0
- package/dist/esm/types/describe-data-flow-bandwidth-response.d.ts +60 -0
- package/dist/esm/types/describe-data-flow-bandwidth-response.d.ts.map +1 -0
- package/dist/esm/types/describe-data-flow-tasks-request.d.ts +60 -0
- package/dist/esm/types/describe-data-flow-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/describe-data-flow-tasks-response.d.ts +41 -0
- package/dist/esm/types/describe-data-flow-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/describe-file-system-overview-request.d.ts +20 -0
- package/dist/esm/types/describe-file-system-overview-request.d.ts.map +1 -0
- package/dist/esm/types/describe-file-system-overview-response.d.ts +26 -0
- package/dist/esm/types/describe-file-system-overview-response.d.ts.map +1 -0
- package/dist/esm/types/describe-file-system-statistics-request.d.ts +33 -0
- package/dist/esm/types/describe-file-system-statistics-request.d.ts.map +1 -0
- package/dist/esm/types/describe-file-system-statistics-response.d.ts +26 -0
- package/dist/esm/types/describe-file-system-statistics-response.d.ts.map +1 -0
- package/dist/esm/types/describe-file-systems-request.d.ts +84 -0
- package/dist/esm/types/describe-file-systems-request.d.ts.map +1 -0
- package/dist/esm/types/describe-file-systems-response.d.ts +41 -0
- package/dist/esm/types/describe-file-systems-response.d.ts.map +1 -0
- package/dist/esm/types/describe-filesets-request.d.ts +56 -0
- package/dist/esm/types/describe-filesets-request.d.ts.map +1 -0
- package/dist/esm/types/describe-filesets-response.d.ts +41 -0
- package/dist/esm/types/describe-filesets-response.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-policies-request.d.ts +40 -0
- package/dist/esm/types/describe-lens-policies-request.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-policies-response.d.ts +41 -0
- package/dist/esm/types/describe-lens-policies-response.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-services-request.d.ts +62 -0
- package/dist/esm/types/describe-lens-services-request.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-services-response.d.ts +41 -0
- package/dist/esm/types/describe-lens-services-response.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-tasks-request.d.ts +71 -0
- package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/describe-lens-tasks-response.d.ts +41 -0
- package/dist/esm/types/describe-lens-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-node-types-request.d.ts +38 -0
- package/dist/esm/types/describe-mount-service-node-types-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-node-types-response.d.ts +26 -0
- package/dist/esm/types/describe-mount-service-node-types-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-services-request.d.ts +71 -0
- package/dist/esm/types/describe-mount-services-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-services-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-services-response.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-request.d.ts +20 -0
- package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-response.d.ts +31 -0
- package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
- package/dist/esm/types/describe-zones-request.d.ts +38 -0
- package/dist/esm/types/describe-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-zones-response.d.ts +31 -0
- package/dist/esm/types/describe-zones-response.d.ts.map +1 -0
- package/dist/esm/types/detach-mount-service-from-self-file-system-request.d.ts +30 -0
- package/dist/esm/types/detach-mount-service-from-self-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/detach-mount-service-from-self-file-system-response.d.ts +20 -0
- package/dist/esm/types/detach-mount-service-from-self-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/entry-list-file-info-for-create-data-flow-task-input.d.ts +35 -0
- package/dist/esm/types/entry-list-file-info-for-create-data-flow-task-input.d.ts.map +1 -0
- package/dist/esm/types/entry-list-file-info-for-describe-data-flow-tasks-output.d.ts +35 -0
- package/dist/esm/types/entry-list-file-info-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/expand-file-system-request.d.ts +35 -0
- package/dist/esm/types/expand-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/expand-file-system-response.d.ts +25 -0
- package/dist/esm/types/expand-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/feature-info-for-describe-lens-services-output.d.ts +49 -0
- package/dist/esm/types/feature-info-for-describe-lens-services-output.d.ts.map +1 -0
- package/dist/esm/types/file-system-for-describe-file-systems-output.d.ts +237 -0
- package/dist/esm/types/file-system-for-describe-file-systems-output.d.ts.map +1 -0
- package/dist/esm/types/fileset-for-describe-filesets-output.d.ts +100 -0
- package/dist/esm/types/fileset-for-describe-filesets-output.d.ts.map +1 -0
- package/dist/esm/types/filter-for-describe-file-systems-input.d.ts +44 -0
- package/dist/esm/types/filter-for-describe-file-systems-input.d.ts.map +1 -0
- package/dist/esm/types/filter-for-describe-filesets-input.d.ts +40 -0
- package/dist/esm/types/filter-for-describe-filesets-input.d.ts.map +1 -0
- package/dist/esm/types/filter-for-describe-mount-services-input.d.ts +41 -0
- package/dist/esm/types/filter-for-describe-mount-services-input.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +158 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/lens-analysis-info-for-create-lens-task-input.d.ts +63 -0
- package/dist/esm/types/lens-analysis-info-for-create-lens-task-input.d.ts.map +1 -0
- package/dist/esm/types/lens-analysis-info-for-describe-lens-tasks-output.d.ts +63 -0
- package/dist/esm/types/lens-analysis-info-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/lens-capacity-stat-info-for-create-lens-task-input.d.ts +60 -0
- package/dist/esm/types/lens-capacity-stat-info-for-create-lens-task-input.d.ts.map +1 -0
- package/dist/esm/types/lens-capacity-stat-info-for-describe-lens-tasks-output.d.ts +60 -0
- package/dist/esm/types/lens-capacity-stat-info-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/lens-export-info-for-create-lens-task-input.d.ts +68 -0
- package/dist/esm/types/lens-export-info-for-create-lens-task-input.d.ts.map +1 -0
- package/dist/esm/types/lens-export-info-for-describe-lens-tasks-output.d.ts +68 -0
- package/dist/esm/types/lens-export-info-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/lens-policy-for-describe-lens-policies-output.d.ts +65 -0
- package/dist/esm/types/lens-policy-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/lens-policy-snapshot-for-describe-lens-tasks-output.d.ts +65 -0
- package/dist/esm/types/lens-policy-snapshot-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/lens-service-for-describe-lens-services-output.d.ts +69 -0
- package/dist/esm/types/lens-service-for-describe-lens-services-output.d.ts.map +1 -0
- package/dist/esm/types/lens-task-for-describe-lens-tasks-output.d.ts +152 -0
- package/dist/esm/types/lens-task-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +41 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/mount-service-for-describe-mount-services-output.d.ts +117 -0
- package/dist/esm/types/mount-service-for-describe-mount-services-output.d.ts.map +1 -0
- package/dist/esm/types/node-for-describe-mount-services-output.d.ts +30 -0
- package/dist/esm/types/node-for-describe-mount-services-output.d.ts.map +1 -0
- package/dist/esm/types/node-type-info-for-describe-mount-service-node-types-output.d.ts +49 -0
- package/dist/esm/types/node-type-info-for-describe-mount-service-node-types-output.d.ts.map +1 -0
- package/dist/esm/types/number-value-for-create-lens-policy-input.d.ts +45 -0
- package/dist/esm/types/number-value-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/number-value-for-describe-lens-policies-output.d.ts +45 -0
- package/dist/esm/types/number-value-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/number-value-for-describe-lens-tasks-output.d.ts +45 -0
- package/dist/esm/types/number-value-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/number-value-for-update-lens-policy-input.d.ts +45 -0
- package/dist/esm/types/number-value-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/over-view-for-describe-file-system-overview-output.d.ts +50 -0
- package/dist/esm/types/over-view-for-describe-file-system-overview-output.d.ts.map +1 -0
- package/dist/esm/types/progress-for-describe-lens-tasks-output.d.ts +56 -0
- package/dist/esm/types/progress-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/range-value-for-create-lens-policy-input.d.ts +68 -0
- package/dist/esm/types/range-value-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/range-value-for-describe-lens-policies-output.d.ts +68 -0
- package/dist/esm/types/range-value-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/range-value-for-describe-lens-tasks-output.d.ts +68 -0
- package/dist/esm/types/range-value-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/range-value-for-update-lens-policy-input.d.ts +68 -0
- package/dist/esm/types/range-value-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts +35 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
- package/dist/esm/types/report-for-describe-data-flow-tasks-output.d.ts +40 -0
- package/dist/esm/types/report-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/rule-for-create-lens-policy-input.d.ts +46 -0
- package/dist/esm/types/rule-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/rule-for-describe-lens-policies-output.d.ts +46 -0
- package/dist/esm/types/rule-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/rule-for-describe-lens-tasks-output.d.ts +46 -0
- package/dist/esm/types/rule-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/rule-for-update-lens-policy-input.d.ts +46 -0
- package/dist/esm/types/rule-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/rule-group-for-create-lens-policy-input.d.ts +39 -0
- package/dist/esm/types/rule-group-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/rule-group-for-describe-lens-policies-output.d.ts +39 -0
- package/dist/esm/types/rule-group-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/rule-group-for-describe-lens-tasks-output.d.ts +39 -0
- package/dist/esm/types/rule-group-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/rule-group-for-update-lens-policy-input.d.ts +39 -0
- package/dist/esm/types/rule-group-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/sale-info-for-describe-zones-output.d.ts +86 -0
- package/dist/esm/types/sale-info-for-describe-zones-output.d.ts.map +1 -0
- package/dist/esm/types/schedule-for-create-lens-task-input.d.ts +84 -0
- package/dist/esm/types/schedule-for-create-lens-task-input.d.ts.map +1 -0
- package/dist/esm/types/schedule-for-describe-lens-tasks-output.d.ts +84 -0
- package/dist/esm/types/schedule-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/set-fileset-qos-request.d.ts +40 -0
- package/dist/esm/types/set-fileset-qos-request.d.ts.map +1 -0
- package/dist/esm/types/set-fileset-qos-response.d.ts +20 -0
- package/dist/esm/types/set-fileset-qos-response.d.ts.map +1 -0
- package/dist/esm/types/set-fileset-quota-request.d.ts +40 -0
- package/dist/esm/types/set-fileset-quota-request.d.ts.map +1 -0
- package/dist/esm/types/set-fileset-quota-response.d.ts +20 -0
- package/dist/esm/types/set-fileset-quota-response.d.ts.map +1 -0
- package/dist/esm/types/start-lens-service-request.d.ts +38 -0
- package/dist/esm/types/start-lens-service-request.d.ts.map +1 -0
- package/dist/esm/types/start-lens-service-response.d.ts +20 -0
- package/dist/esm/types/start-lens-service-response.d.ts.map +1 -0
- package/dist/esm/types/statistic-for-describe-file-system-statistics-output.d.ts +68 -0
- package/dist/esm/types/statistic-for-describe-file-system-statistics-output.d.ts.map +1 -0
- package/dist/esm/types/stop-lens-service-request.d.ts +38 -0
- package/dist/esm/types/stop-lens-service-request.d.ts.map +1 -0
- package/dist/esm/types/stop-lens-service-response.d.ts +20 -0
- package/dist/esm/types/stop-lens-service-response.d.ts.map +1 -0
- package/dist/esm/types/string-value-for-create-lens-policy-input.d.ts +25 -0
- package/dist/esm/types/string-value-for-create-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/string-value-for-describe-lens-policies-output.d.ts +25 -0
- package/dist/esm/types/string-value-for-describe-lens-policies-output.d.ts.map +1 -0
- package/dist/esm/types/string-value-for-describe-lens-tasks-output.d.ts +25 -0
- package/dist/esm/types/string-value-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/string-value-for-update-lens-policy-input.d.ts +25 -0
- package/dist/esm/types/string-value-for-update-lens-policy-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-file-systems-input.d.ts +35 -0
- package/dist/esm/types/tag-filter-for-describe-file-systems-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +35 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-file-system-input.d.ts +43 -0
- package/dist/esm/types/tag-for-create-file-system-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-file-system-output.d.ts +43 -0
- package/dist/esm/types/tag-for-create-file-system-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-file-systems-output.d.ts +43 -0
- package/dist/esm/types/tag-for-describe-file-systems-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-update-file-system-input.d.ts +43 -0
- package/dist/esm/types/tag-for-update-file-system-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/target-info-for-create-lens-task-input.d.ts +30 -0
- package/dist/esm/types/target-info-for-create-lens-task-input.d.ts.map +1 -0
- package/dist/esm/types/target-info-for-describe-lens-tasks-output.d.ts +30 -0
- package/dist/esm/types/target-info-for-describe-lens-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-file-system-request.d.ts +41 -0
- package/dist/esm/types/update-file-system-request.d.ts.map +1 -0
- package/dist/esm/types/update-file-system-response.d.ts +20 -0
- package/dist/esm/types/update-file-system-response.d.ts.map +1 -0
- package/dist/esm/types/update-fileset-request.d.ts +35 -0
- package/dist/esm/types/update-fileset-request.d.ts.map +1 -0
- package/dist/esm/types/update-fileset-response.d.ts +20 -0
- package/dist/esm/types/update-fileset-response.d.ts.map +1 -0
- package/dist/esm/types/update-lens-policy-request.d.ts +55 -0
- package/dist/esm/types/update-lens-policy-request.d.ts.map +1 -0
- package/dist/esm/types/update-lens-policy-response.d.ts +20 -0
- package/dist/esm/types/update-lens-policy-response.d.ts.map +1 -0
- package/dist/esm/types/update-lens-task-request.d.ts +30 -0
- package/dist/esm/types/update-lens-task-request.d.ts.map +1 -0
- package/dist/esm/types/update-lens-task-response.d.ts +20 -0
- package/dist/esm/types/update-lens-task-response.d.ts.map +1 -0
- package/dist/esm/types/update-mount-service-request.d.ts +30 -0
- package/dist/esm/types/update-mount-service-request.d.ts.map +1 -0
- package/dist/esm/types/update-mount-service-response.d.ts +20 -0
- package/dist/esm/types/update-mount-service-response.d.ts.map +1 -0
- package/dist/esm/types/zone-for-describe-zones-output.d.ts +41 -0
- package/dist/esm/types/zone-for-describe-zones-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +875 -0
- package/src/index.ts +14 -0
- package/src/types/attach-file-system-for-describe-mount-services-output.ts +65 -0
- package/src/types/attach-mount-service-to-self-file-system-request.ts +40 -0
- package/src/types/attach-mount-service-to-self-file-system-response.ts +22 -0
- package/src/types/cancel-data-flow-task-request.ts +34 -0
- package/src/types/cancel-data-flow-task-response.ts +22 -0
- package/src/types/cancel-lens-task-request.ts +28 -0
- package/src/types/cancel-lens-task-response.ts +22 -0
- package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +34 -0
- package/src/types/capacity-info-for-describe-file-systems-output.ts +34 -0
- package/src/types/capacity-info-for-describe-lens-services-output.ts +34 -0
- package/src/types/condition-for-create-lens-policy-input.ts +86 -0
- package/src/types/condition-for-describe-lens-policies-output.ts +86 -0
- package/src/types/condition-for-describe-lens-tasks-output.ts +86 -0
- package/src/types/condition-for-update-lens-policy-input.ts +86 -0
- package/src/types/config-data-flow-bandwidth-request.ts +34 -0
- package/src/types/config-data-flow-bandwidth-response.ts +28 -0
- package/src/types/create-data-flow-task-request.ts +119 -0
- package/src/types/create-data-flow-task-response.ts +28 -0
- package/src/types/create-file-system-request.ts +127 -0
- package/src/types/create-file-system-response.ts +41 -0
- package/src/types/create-fileset-request.ts +40 -0
- package/src/types/create-fileset-response.ts +28 -0
- package/src/types/create-lens-policy-request.ts +58 -0
- package/src/types/create-lens-policy-response.ts +28 -0
- package/src/types/create-lens-task-request.ts +98 -0
- package/src/types/create-lens-task-response.ts +28 -0
- package/src/types/create-mount-service-request.ts +58 -0
- package/src/types/create-mount-service-response.ts +28 -0
- package/src/types/create-pre-signed-url-request.ts +28 -0
- package/src/types/create-pre-signed-url-response.ts +40 -0
- package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +219 -0
- package/src/types/delete-data-flow-task-request.ts +34 -0
- package/src/types/delete-data-flow-task-response.ts +22 -0
- package/src/types/delete-file-system-request.ts +28 -0
- package/src/types/delete-file-system-response.ts +28 -0
- package/src/types/delete-fileset-request.ts +34 -0
- package/src/types/delete-fileset-response.ts +22 -0
- package/src/types/delete-lens-policy-request.ts +28 -0
- package/src/types/delete-lens-policy-response.ts +22 -0
- package/src/types/delete-lens-task-request.ts +34 -0
- package/src/types/delete-lens-task-response.ts +22 -0
- package/src/types/delete-mount-service-request.ts +28 -0
- package/src/types/delete-mount-service-response.ts +22 -0
- package/src/types/describe-data-flow-bandwidth-request.ts +40 -0
- package/src/types/describe-data-flow-bandwidth-response.ts +70 -0
- package/src/types/describe-data-flow-tasks-request.ts +70 -0
- package/src/types/describe-data-flow-tasks-response.ts +47 -0
- package/src/types/describe-file-system-overview-request.ts +22 -0
- package/src/types/describe-file-system-overview-response.ts +29 -0
- package/src/types/describe-file-system-statistics-request.ts +38 -0
- package/src/types/describe-file-system-statistics-response.ts +29 -0
- package/src/types/describe-file-systems-request.ts +96 -0
- package/src/types/describe-file-systems-response.ts +47 -0
- package/src/types/describe-filesets-request.ts +65 -0
- package/src/types/describe-filesets-response.ts +47 -0
- package/src/types/describe-lens-policies-request.ts +46 -0
- package/src/types/describe-lens-policies-response.ts +47 -0
- package/src/types/describe-lens-services-request.ts +72 -0
- package/src/types/describe-lens-services-response.ts +47 -0
- package/src/types/describe-lens-tasks-request.ts +82 -0
- package/src/types/describe-lens-tasks-response.ts +47 -0
- package/src/types/describe-mount-service-node-types-request.ts +44 -0
- package/src/types/describe-mount-service-node-types-response.ts +29 -0
- package/src/types/describe-mount-services-request.ts +81 -0
- package/src/types/describe-mount-services-response.ts +47 -0
- package/src/types/describe-regions-request.ts +22 -0
- package/src/types/describe-regions-response.ts +35 -0
- package/src/types/describe-zones-request.ts +44 -0
- package/src/types/describe-zones-response.ts +35 -0
- package/src/types/detach-mount-service-from-self-file-system-request.ts +34 -0
- package/src/types/detach-mount-service-from-self-file-system-response.ts +22 -0
- package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +40 -0
- package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +40 -0
- package/src/types/expand-file-system-request.ts +40 -0
- package/src/types/expand-file-system-response.ts +28 -0
- package/src/types/feature-info-for-describe-lens-services-output.ts +55 -0
- package/src/types/file-system-for-describe-file-systems-output.ts +272 -0
- package/src/types/fileset-for-describe-filesets-output.ts +117 -0
- package/src/types/filter-for-describe-file-systems-input.ts +50 -0
- package/src/types/filter-for-describe-filesets-input.ts +46 -0
- package/src/types/filter-for-describe-mount-services-input.ts +47 -0
- package/src/types/index.ts +157 -0
- package/src/types/lens-analysis-info-for-create-lens-task-input.ts +72 -0
- package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +72 -0
- package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +70 -0
- package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +70 -0
- package/src/types/lens-export-info-for-create-lens-task-input.ts +78 -0
- package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +78 -0
- package/src/types/lens-policy-for-describe-lens-policies-output.ts +76 -0
- package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +76 -0
- package/src/types/lens-service-for-describe-lens-services-output.ts +80 -0
- package/src/types/lens-task-for-describe-lens-tasks-output.ts +176 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +47 -0
- package/src/types/mount-service-for-describe-mount-services-output.ts +136 -0
- package/src/types/node-for-describe-mount-services-output.ts +34 -0
- package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +57 -0
- package/src/types/number-value-for-create-lens-policy-input.ts +51 -0
- package/src/types/number-value-for-describe-lens-policies-output.ts +51 -0
- package/src/types/number-value-for-describe-lens-tasks-output.ts +51 -0
- package/src/types/number-value-for-update-lens-policy-input.ts +51 -0
- package/src/types/over-view-for-describe-file-system-overview-output.ts +58 -0
- package/src/types/progress-for-describe-lens-tasks-output.ts +65 -0
- package/src/types/range-value-for-create-lens-policy-input.ts +76 -0
- package/src/types/range-value-for-describe-lens-policies-output.ts +76 -0
- package/src/types/range-value-for-describe-lens-tasks-output.ts +76 -0
- package/src/types/range-value-for-update-lens-policy-input.ts +76 -0
- package/src/types/region-for-describe-regions-output.ts +40 -0
- package/src/types/report-for-describe-data-flow-tasks-output.ts +46 -0
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/rule-for-create-lens-policy-input.ts +52 -0
- package/src/types/rule-for-describe-lens-policies-output.ts +52 -0
- package/src/types/rule-for-describe-lens-tasks-output.ts +52 -0
- package/src/types/rule-for-update-lens-policy-input.ts +52 -0
- package/src/types/rule-group-for-create-lens-policy-input.ts +45 -0
- package/src/types/rule-group-for-describe-lens-policies-output.ts +45 -0
- package/src/types/rule-group-for-describe-lens-tasks-output.ts +45 -0
- package/src/types/rule-group-for-update-lens-policy-input.ts +45 -0
- package/src/types/sale-info-for-describe-zones-output.ts +98 -0
- package/src/types/schedule-for-create-lens-task-input.ts +94 -0
- package/src/types/schedule-for-describe-lens-tasks-output.ts +94 -0
- package/src/types/set-fileset-qos-request.ts +46 -0
- package/src/types/set-fileset-qos-response.ts +22 -0
- package/src/types/set-fileset-quota-request.ts +46 -0
- package/src/types/set-fileset-quota-response.ts +22 -0
- package/src/types/start-lens-service-request.ts +44 -0
- package/src/types/start-lens-service-response.ts +22 -0
- package/src/types/statistic-for-describe-file-system-statistics-output.ts +80 -0
- package/src/types/stop-lens-service-request.ts +44 -0
- package/src/types/stop-lens-service-response.ts +22 -0
- package/src/types/string-value-for-create-lens-policy-input.ts +28 -0
- package/src/types/string-value-for-describe-lens-policies-output.ts +28 -0
- package/src/types/string-value-for-describe-lens-tasks-output.ts +28 -0
- package/src/types/string-value-for-update-lens-policy-input.ts +28 -0
- package/src/types/tag-filter-for-describe-file-systems-input.ts +40 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +40 -0
- package/src/types/tag-for-create-file-system-input.ts +50 -0
- package/src/types/tag-for-create-file-system-output.ts +50 -0
- package/src/types/tag-for-describe-file-systems-output.ts +50 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-for-update-file-system-input.ts +50 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/target-info-for-create-lens-task-input.ts +34 -0
- package/src/types/target-info-for-describe-lens-tasks-output.ts +34 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/update-file-system-request.ts +47 -0
- package/src/types/update-file-system-response.ts +22 -0
- package/src/types/update-fileset-request.ts +40 -0
- package/src/types/update-fileset-response.ts +22 -0
- package/src/types/update-lens-policy-request.ts +64 -0
- package/src/types/update-lens-policy-response.ts +22 -0
- package/src/types/update-lens-task-request.ts +34 -0
- package/src/types/update-lens-task-response.ts +22 -0
- package/src/types/update-mount-service-request.ts +34 -0
- package/src/types/update-mount-service-response.ts +22 -0
- package/src/types/zone-for-describe-zones-output.ts +47 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
|
|
2
|
+
function _define_property(obj, key, value) {
|
|
3
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
else obj[key] = value;
|
|
10
|
+
return obj;
|
|
11
|
+
}
|
|
12
|
+
class VEPFSClient extends Client {
|
|
13
|
+
constructor(config = {}){
|
|
14
|
+
super({
|
|
15
|
+
protocol: 'https',
|
|
16
|
+
region: 'cn-beijing',
|
|
17
|
+
...config
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
class AttachMountServiceToSelfFileSystemCommand extends Command {
|
|
22
|
+
constructor(input){
|
|
23
|
+
super(input);
|
|
24
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AttachMountServiceToSelfFileSystemCommand.metaPath);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_define_property(AttachMountServiceToSelfFileSystemCommand, "metaPath", '/AttachMountServiceToSelfFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
28
|
+
class CancelDataFlowTaskCommand extends Command {
|
|
29
|
+
constructor(input){
|
|
30
|
+
super(input);
|
|
31
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CancelDataFlowTaskCommand.metaPath);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
_define_property(CancelDataFlowTaskCommand, "metaPath", '/CancelDataFlowTask/2022-01-01/vepfs/post/application_json/');
|
|
35
|
+
class CancelLensTaskCommand extends Command {
|
|
36
|
+
constructor(input){
|
|
37
|
+
super(input);
|
|
38
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CancelLensTaskCommand.metaPath);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
_define_property(CancelLensTaskCommand, "metaPath", '/CancelLensTask/2022-01-01/vepfs/post/application_json/');
|
|
42
|
+
class ConfigDataFlowBandwidthCommand extends Command {
|
|
43
|
+
constructor(input){
|
|
44
|
+
super(input);
|
|
45
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ConfigDataFlowBandwidthCommand.metaPath);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
_define_property(ConfigDataFlowBandwidthCommand, "metaPath", '/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
|
|
49
|
+
class CreateDataFlowTaskCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDataFlowTaskCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(CreateDataFlowTaskCommand, "metaPath", '/CreateDataFlowTask/2022-01-01/vepfs/post/application_json/');
|
|
56
|
+
class CreateFileSystemCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateFileSystemCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(CreateFileSystemCommand, "metaPath", '/CreateFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
63
|
+
class CreateFilesetCommand extends Command {
|
|
64
|
+
constructor(input){
|
|
65
|
+
super(input);
|
|
66
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateFilesetCommand.metaPath);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_define_property(CreateFilesetCommand, "metaPath", '/CreateFileset/2022-01-01/vepfs/post/application_json/');
|
|
70
|
+
class CreateLensPolicyCommand extends Command {
|
|
71
|
+
constructor(input){
|
|
72
|
+
super(input);
|
|
73
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateLensPolicyCommand.metaPath);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
_define_property(CreateLensPolicyCommand, "metaPath", '/CreateLensPolicy/2022-01-01/vepfs/post/application_json/');
|
|
77
|
+
class CreateLensTaskCommand extends Command {
|
|
78
|
+
constructor(input){
|
|
79
|
+
super(input);
|
|
80
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateLensTaskCommand.metaPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_define_property(CreateLensTaskCommand, "metaPath", '/CreateLensTask/2022-01-01/vepfs/post/application_json/');
|
|
84
|
+
class CreateMountServiceCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateMountServiceCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(CreateMountServiceCommand, "metaPath", '/CreateMountService/2022-01-01/vepfs/post/application_json/');
|
|
91
|
+
class CreatePreSignedUrlCommand extends Command {
|
|
92
|
+
constructor(input){
|
|
93
|
+
super(input);
|
|
94
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreatePreSignedUrlCommand.metaPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
_define_property(CreatePreSignedUrlCommand, "metaPath", '/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/');
|
|
98
|
+
class DeleteDataFlowTaskCommand extends Command {
|
|
99
|
+
constructor(input){
|
|
100
|
+
super(input);
|
|
101
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDataFlowTaskCommand.metaPath);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_define_property(DeleteDataFlowTaskCommand, "metaPath", '/DeleteDataFlowTask/2022-01-01/vepfs/post/application_json/');
|
|
105
|
+
class DeleteFileSystemCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteFileSystemCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(DeleteFileSystemCommand, "metaPath", '/DeleteFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
112
|
+
class DeleteFilesetCommand extends Command {
|
|
113
|
+
constructor(input){
|
|
114
|
+
super(input);
|
|
115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteFilesetCommand.metaPath);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_define_property(DeleteFilesetCommand, "metaPath", '/DeleteFileset/2022-01-01/vepfs/post/application_json/');
|
|
119
|
+
class DeleteLensPolicyCommand extends Command {
|
|
120
|
+
constructor(input){
|
|
121
|
+
super(input);
|
|
122
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteLensPolicyCommand.metaPath);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
_define_property(DeleteLensPolicyCommand, "metaPath", '/DeleteLensPolicy/2022-01-01/vepfs/post/application_json/');
|
|
126
|
+
class DeleteLensTaskCommand extends Command {
|
|
127
|
+
constructor(input){
|
|
128
|
+
super(input);
|
|
129
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteLensTaskCommand.metaPath);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
_define_property(DeleteLensTaskCommand, "metaPath", '/DeleteLensTask/2022-01-01/vepfs/post/application_json/');
|
|
133
|
+
class DeleteMountServiceCommand extends Command {
|
|
134
|
+
constructor(input){
|
|
135
|
+
super(input);
|
|
136
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteMountServiceCommand.metaPath);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
_define_property(DeleteMountServiceCommand, "metaPath", '/DeleteMountService/2022-01-01/vepfs/post/application_json/');
|
|
140
|
+
class DescribeDataFlowBandwidthCommand extends Command {
|
|
141
|
+
constructor(input){
|
|
142
|
+
super(input);
|
|
143
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDataFlowBandwidthCommand.metaPath);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
_define_property(DescribeDataFlowBandwidthCommand, "metaPath", '/DescribeDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
|
|
147
|
+
class DescribeDataFlowTasksCommand extends Command {
|
|
148
|
+
constructor(input){
|
|
149
|
+
super(input);
|
|
150
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDataFlowTasksCommand.metaPath);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
_define_property(DescribeDataFlowTasksCommand, "metaPath", '/DescribeDataFlowTasks/2022-01-01/vepfs/post/application_json/');
|
|
154
|
+
class DescribeFileSystemOverviewCommand extends Command {
|
|
155
|
+
constructor(input){
|
|
156
|
+
super(input);
|
|
157
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemOverviewCommand.metaPath);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
_define_property(DescribeFileSystemOverviewCommand, "metaPath", '/DescribeFileSystemOverview/2022-01-01/vepfs/post/application_json/');
|
|
161
|
+
class DescribeFileSystemStatisticsCommand extends Command {
|
|
162
|
+
constructor(input){
|
|
163
|
+
super(input);
|
|
164
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemStatisticsCommand.metaPath);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
_define_property(DescribeFileSystemStatisticsCommand, "metaPath", '/DescribeFileSystemStatistics/2022-01-01/vepfs/post/application_json/');
|
|
168
|
+
class DescribeFileSystemsCommand extends Command {
|
|
169
|
+
constructor(input){
|
|
170
|
+
super(input);
|
|
171
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileSystemsCommand.metaPath);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
_define_property(DescribeFileSystemsCommand, "metaPath", '/DescribeFileSystems/2022-01-01/vepfs/post/application_json/');
|
|
175
|
+
class DescribeFilesetsCommand extends Command {
|
|
176
|
+
constructor(input){
|
|
177
|
+
super(input);
|
|
178
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeFilesetsCommand.metaPath);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
_define_property(DescribeFilesetsCommand, "metaPath", '/DescribeFilesets/2022-01-01/vepfs/post/application_json/');
|
|
182
|
+
class DescribeLensPoliciesCommand extends Command {
|
|
183
|
+
constructor(input){
|
|
184
|
+
super(input);
|
|
185
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensPoliciesCommand.metaPath);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
_define_property(DescribeLensPoliciesCommand, "metaPath", '/DescribeLensPolicies/2022-01-01/vepfs/post/application_json/');
|
|
189
|
+
class DescribeLensServicesCommand extends Command {
|
|
190
|
+
constructor(input){
|
|
191
|
+
super(input);
|
|
192
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensServicesCommand.metaPath);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
_define_property(DescribeLensServicesCommand, "metaPath", '/DescribeLensServices/2022-01-01/vepfs/post/application_json/');
|
|
196
|
+
class DescribeLensTasksCommand extends Command {
|
|
197
|
+
constructor(input){
|
|
198
|
+
super(input);
|
|
199
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeLensTasksCommand.metaPath);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
_define_property(DescribeLensTasksCommand, "metaPath", '/DescribeLensTasks/2022-01-01/vepfs/post/application_json/');
|
|
203
|
+
class DescribeMountServiceNodeTypesCommand extends Command {
|
|
204
|
+
constructor(input){
|
|
205
|
+
super(input);
|
|
206
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeMountServiceNodeTypesCommand.metaPath);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
_define_property(DescribeMountServiceNodeTypesCommand, "metaPath", '/DescribeMountServiceNodeTypes/2022-01-01/vepfs/post/application_json/');
|
|
210
|
+
class DescribeMountServicesCommand extends Command {
|
|
211
|
+
constructor(input){
|
|
212
|
+
super(input);
|
|
213
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeMountServicesCommand.metaPath);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
_define_property(DescribeMountServicesCommand, "metaPath", '/DescribeMountServices/2022-01-01/vepfs/post/application_json/');
|
|
217
|
+
class DescribeRegionsCommand extends Command {
|
|
218
|
+
constructor(input){
|
|
219
|
+
super(input);
|
|
220
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
_define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/vepfs/post/application_json/');
|
|
224
|
+
class DescribeZonesCommand extends Command {
|
|
225
|
+
constructor(input){
|
|
226
|
+
super(input);
|
|
227
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeZonesCommand.metaPath);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
_define_property(DescribeZonesCommand, "metaPath", '/DescribeZones/2022-01-01/vepfs/post/application_json/');
|
|
231
|
+
class DetachMountServiceFromSelfFileSystemCommand extends Command {
|
|
232
|
+
constructor(input){
|
|
233
|
+
super(input);
|
|
234
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetachMountServiceFromSelfFileSystemCommand.metaPath);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
_define_property(DetachMountServiceFromSelfFileSystemCommand, "metaPath", '/DetachMountServiceFromSelfFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
238
|
+
class ExpandFileSystemCommand extends Command {
|
|
239
|
+
constructor(input){
|
|
240
|
+
super(input);
|
|
241
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ExpandFileSystemCommand.metaPath);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
_define_property(ExpandFileSystemCommand, "metaPath", '/ExpandFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
245
|
+
class ListTagsForResourcesCommand extends Command {
|
|
246
|
+
constructor(input){
|
|
247
|
+
super(input);
|
|
248
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
_define_property(ListTagsForResourcesCommand, "metaPath", '/ListTagsForResources/2022-01-01/vepfs/post/application_json/');
|
|
252
|
+
class SetFilesetQosCommand extends Command {
|
|
253
|
+
constructor(input){
|
|
254
|
+
super(input);
|
|
255
|
+
this.requestConfig = buildRequestConfigFromMetaPath(SetFilesetQosCommand.metaPath);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
_define_property(SetFilesetQosCommand, "metaPath", '/SetFilesetQos/2022-01-01/vepfs/post/application_json/');
|
|
259
|
+
class SetFilesetQuotaCommand extends Command {
|
|
260
|
+
constructor(input){
|
|
261
|
+
super(input);
|
|
262
|
+
this.requestConfig = buildRequestConfigFromMetaPath(SetFilesetQuotaCommand.metaPath);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
_define_property(SetFilesetQuotaCommand, "metaPath", '/SetFilesetQuota/2022-01-01/vepfs/post/application_json/');
|
|
266
|
+
class StartLensServiceCommand extends Command {
|
|
267
|
+
constructor(input){
|
|
268
|
+
super(input);
|
|
269
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StartLensServiceCommand.metaPath);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
_define_property(StartLensServiceCommand, "metaPath", '/StartLensService/2022-01-01/vepfs/post/application_json/');
|
|
273
|
+
class StopLensServiceCommand extends Command {
|
|
274
|
+
constructor(input){
|
|
275
|
+
super(input);
|
|
276
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StopLensServiceCommand.metaPath);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
_define_property(StopLensServiceCommand, "metaPath", '/StopLensService/2022-01-01/vepfs/post/application_json/');
|
|
280
|
+
class TagResourcesCommand extends Command {
|
|
281
|
+
constructor(input){
|
|
282
|
+
super(input);
|
|
283
|
+
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
_define_property(TagResourcesCommand, "metaPath", '/TagResources/2022-01-01/vepfs/post/application_json/');
|
|
287
|
+
class UntagResourcesCommand extends Command {
|
|
288
|
+
constructor(input){
|
|
289
|
+
super(input);
|
|
290
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/vepfs/post/application_json/');
|
|
294
|
+
class UpdateFileSystemCommand extends Command {
|
|
295
|
+
constructor(input){
|
|
296
|
+
super(input);
|
|
297
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateFileSystemCommand.metaPath);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
_define_property(UpdateFileSystemCommand, "metaPath", '/UpdateFileSystem/2022-01-01/vepfs/post/application_json/');
|
|
301
|
+
class UpdateFilesetCommand extends Command {
|
|
302
|
+
constructor(input){
|
|
303
|
+
super(input);
|
|
304
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateFilesetCommand.metaPath);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
_define_property(UpdateFilesetCommand, "metaPath", '/UpdateFileset/2022-01-01/vepfs/post/application_json/');
|
|
308
|
+
class UpdateLensPolicyCommand extends Command {
|
|
309
|
+
constructor(input){
|
|
310
|
+
super(input);
|
|
311
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateLensPolicyCommand.metaPath);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
_define_property(UpdateLensPolicyCommand, "metaPath", '/UpdateLensPolicy/2022-01-01/vepfs/post/application_json/');
|
|
315
|
+
class UpdateLensTaskCommand extends Command {
|
|
316
|
+
constructor(input){
|
|
317
|
+
super(input);
|
|
318
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateLensTaskCommand.metaPath);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
_define_property(UpdateLensTaskCommand, "metaPath", '/UpdateLensTask/2022-01-01/vepfs/post/application_json/');
|
|
322
|
+
class UpdateMountServiceCommand extends Command {
|
|
323
|
+
constructor(input){
|
|
324
|
+
super(input);
|
|
325
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateMountServiceCommand.metaPath);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
_define_property(UpdateMountServiceCommand, "metaPath", '/UpdateMountService/2022-01-01/vepfs/post/application_json/');
|
|
329
|
+
export { AttachMountServiceToSelfFileSystemCommand, CancelDataFlowTaskCommand, CancelLensTaskCommand, ConfigDataFlowBandwidthCommand, CreateDataFlowTaskCommand, CreateFileSystemCommand, CreateFilesetCommand, CreateLensPolicyCommand, CreateLensTaskCommand, CreateMountServiceCommand, CreatePreSignedUrlCommand, DeleteDataFlowTaskCommand, DeleteFileSystemCommand, DeleteFilesetCommand, DeleteLensPolicyCommand, DeleteLensTaskCommand, DeleteMountServiceCommand, DescribeDataFlowBandwidthCommand, DescribeDataFlowTasksCommand, DescribeFileSystemOverviewCommand, DescribeFileSystemStatisticsCommand, DescribeFileSystemsCommand, DescribeFilesetsCommand, DescribeLensPoliciesCommand, DescribeLensServicesCommand, DescribeLensTasksCommand, DescribeMountServiceNodeTypesCommand, DescribeMountServicesCommand, DescribeRegionsCommand, DescribeZonesCommand, DetachMountServiceFromSelfFileSystemCommand, ExpandFileSystemCommand, ListTagsForResourcesCommand, SetFilesetQosCommand, SetFilesetQuotaCommand, StartLensServiceCommand, StopLensServiceCommand, TagResourcesCommand, UntagResourcesCommand, UpdateFileSystemCommand, UpdateFilesetCommand, UpdateLensPolicyCommand, UpdateLensTaskCommand, UpdateMountServiceCommand, VEPFSClient };
|
|
@@ -0,0 +1,56 @@
|
|
|
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 AttachFileSystemForDescribeMountServicesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AttachFileSystemForDescribeMountServicesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
22
|
+
*/
|
|
23
|
+
AccountId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
27
|
+
*/
|
|
28
|
+
CustomerPath?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
32
|
+
*/
|
|
33
|
+
FileSystemId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
37
|
+
*/
|
|
38
|
+
FileSystemName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
42
|
+
*/
|
|
43
|
+
Status?: AttachFileSystemForDescribeMountServicesOutputStatusEnum;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
export declare enum AttachFileSystemForDescribeMountServicesOutputStatusEnum {
|
|
50
|
+
Attaching = "Attaching",
|
|
51
|
+
AttachError = "AttachError",
|
|
52
|
+
Attached = "Attached",
|
|
53
|
+
Detaching = "Detaching",
|
|
54
|
+
DetachError = "DetachError"
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=attach-file-system-for-describe-mount-services-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-file-system-for-describe-mount-services-output.d.ts","sourceRoot":"","sources":["../../../src/types/attach-file-system-for-describe-mount-services-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,wDAAwD,CAAC;CACrE;AAED;;;GAGG;AACH,oBAAY,wDAAwD;IAChE,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC9B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 AttachMountServiceToSelfFileSystemRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface AttachMountServiceToSelfFileSystemRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
22
|
+
*/
|
|
23
|
+
CustomerPath?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
27
|
+
*/
|
|
28
|
+
FileSystemId: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
32
|
+
*/
|
|
33
|
+
MountServiceId: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=attach-mount-service-to-self-file-system-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-mount-service-to-self-file-system-request.d.ts","sourceRoot":"","sources":["../../../src/types/attach-mount-service-to-self-file-system-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 AttachMountServiceToSelfFileSystemResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AttachMountServiceToSelfFileSystemResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=attach-mount-service-to-self-file-system-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-mount-service-to-self-file-system-response.d.ts","sourceRoot":"","sources":["../../../src/types/attach-mount-service-to-self-file-system-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0CAA0C;CAC1D"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 CancelDataFlowTaskRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CancelDataFlowTaskRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CancelDataFlowTaskRequest
|
|
22
|
+
*/
|
|
23
|
+
DataFlowTaskId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CancelDataFlowTaskRequest
|
|
27
|
+
*/
|
|
28
|
+
FileSystemId: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=cancel-data-flow-task-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-data-flow-task-request.d.ts","sourceRoot":"","sources":["../../../src/types/cancel-data-flow-task-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 CancelDataFlowTaskResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CancelDataFlowTaskResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=cancel-data-flow-task-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-data-flow-task-response.d.ts","sourceRoot":"","sources":["../../../src/types/cancel-data-flow-task-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;CAC1C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 CancelLensTaskRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CancelLensTaskRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CancelLensTaskRequest
|
|
22
|
+
*/
|
|
23
|
+
LensTaskId: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=cancel-lens-task-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-lens-task-request.d.ts","sourceRoot":"","sources":["../../../src/types/cancel-lens-task-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 CancelLensTaskResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CancelLensTaskResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=cancel-lens-task-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-lens-task-response.d.ts","sourceRoot":"","sources":["../../../src/types/cancel-lens-task-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;CACtC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface CapacityInfoForDescribeFileSystemStatisticsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
22
|
+
*/
|
|
23
|
+
TotalTiB?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
27
|
+
*/
|
|
28
|
+
UsedGiB?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=capacity-info-for-describe-file-system-statistics-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capacity-info-for-describe-file-system-statistics-output.d.ts","sourceRoot":"","sources":["../../../src/types/capacity-info-for-describe-file-system-statistics-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 CapacityInfoForDescribeFileSystemsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface CapacityInfoForDescribeFileSystemsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CapacityInfoForDescribeFileSystemsOutput
|
|
22
|
+
*/
|
|
23
|
+
TotalTiB?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CapacityInfoForDescribeFileSystemsOutput
|
|
27
|
+
*/
|
|
28
|
+
UsedGiB?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=capacity-info-for-describe-file-systems-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capacity-info-for-describe-file-systems-output.d.ts","sourceRoot":"","sources":["../../../src/types/capacity-info-for-describe-file-systems-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 CapacityInfoForDescribeLensServicesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface CapacityInfoForDescribeLensServicesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CapacityInfoForDescribeLensServicesOutput
|
|
22
|
+
*/
|
|
23
|
+
TotalTiB?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CapacityInfoForDescribeLensServicesOutput
|
|
27
|
+
*/
|
|
28
|
+
UsedGiB?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=capacity-info-for-describe-lens-services-output.d.ts.map
|