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