@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,50 @@
|
|
|
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 OverViewForDescribeFileSystemOverviewOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface OverViewForDescribeFileSystemOverviewOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
22
|
+
*/
|
|
23
|
+
AccountId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
27
|
+
*/
|
|
28
|
+
ErrorCount?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
32
|
+
*/
|
|
33
|
+
OtherCount?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
37
|
+
*/
|
|
38
|
+
RegionId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
42
|
+
*/
|
|
43
|
+
RunningCount?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof OverViewForDescribeFileSystemOverviewOutput
|
|
47
|
+
*/
|
|
48
|
+
TotalCount?: number;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=over-view-for-describe-file-system-overview-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"over-view-for-describe-file-system-overview-output.d.ts","sourceRoot":"","sources":["../../../src/types/over-view-for-describe-file-system-overview-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 ProgressForDescribeLensTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProgressForDescribeLensTasksOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ProgressForDescribeLensTasksOutput
|
|
22
|
+
*/
|
|
23
|
+
DirectoriesQueued?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProgressForDescribeLensTasksOutput
|
|
27
|
+
*/
|
|
28
|
+
EntriesProcessed?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ProgressForDescribeLensTasksOutput
|
|
32
|
+
*/
|
|
33
|
+
RunTimes?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ProgressForDescribeLensTasksOutput
|
|
37
|
+
*/
|
|
38
|
+
Stage?: ProgressForDescribeLensTasksOutputStageEnum;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ProgressForDescribeLensTasksOutput
|
|
42
|
+
*/
|
|
43
|
+
TotalEntriesQueued?: number;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
export declare enum ProgressForDescribeLensTasksOutputStageEnum {
|
|
50
|
+
Pending = "Pending",
|
|
51
|
+
Scanning = "Scanning",
|
|
52
|
+
Processing = "Processing",
|
|
53
|
+
Generating = "Generating",
|
|
54
|
+
Generated = "Generated"
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=progress-for-describe-lens-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-for-describe-lens-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/progress-for-describe-lens-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,2CAA2C,CAAC;IAEpD;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;;GAGG;AACH,oBAAY,2CAA2C;IACnD,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 RangeValueForCreateLensPolicyInput
|
|
17
|
+
*/
|
|
18
|
+
export interface RangeValueForCreateLensPolicyInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RangeValueForCreateLensPolicyInput
|
|
22
|
+
*/
|
|
23
|
+
MaxValue?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RangeValueForCreateLensPolicyInput
|
|
27
|
+
*/
|
|
28
|
+
MaxValueUnit?: RangeValueForCreateLensPolicyInputMaxValueUnitEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof RangeValueForCreateLensPolicyInput
|
|
32
|
+
*/
|
|
33
|
+
MinValue?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof RangeValueForCreateLensPolicyInput
|
|
37
|
+
*/
|
|
38
|
+
MinValueUnit?: RangeValueForCreateLensPolicyInputMinValueUnitEnum;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum RangeValueForCreateLensPolicyInputMaxValueUnitEnum {
|
|
45
|
+
Byte = "Byte",
|
|
46
|
+
KiB = "KiB",
|
|
47
|
+
MiB = "MiB",
|
|
48
|
+
GiB = "GiB",
|
|
49
|
+
TiB = "TiB",
|
|
50
|
+
PiB = "PiB",
|
|
51
|
+
Day = "Day",
|
|
52
|
+
Second = "Second"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @export
|
|
56
|
+
* @enum {string}
|
|
57
|
+
*/
|
|
58
|
+
export declare enum RangeValueForCreateLensPolicyInputMinValueUnitEnum {
|
|
59
|
+
Byte = "Byte",
|
|
60
|
+
KiB = "KiB",
|
|
61
|
+
MiB = "MiB",
|
|
62
|
+
GiB = "GiB",
|
|
63
|
+
TiB = "TiB",
|
|
64
|
+
PiB = "PiB",
|
|
65
|
+
Day = "Day",
|
|
66
|
+
Second = "Second"
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=range-value-for-create-lens-policy-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-value-for-create-lens-policy-input.d.ts","sourceRoot":"","sources":["../../../src/types/range-value-for-create-lens-policy-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,kDAAkD,CAAC;IAElE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,kDAAkD,CAAC;CACrE;AAED;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 RangeValueForDescribeLensPoliciesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface RangeValueForDescribeLensPoliciesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RangeValueForDescribeLensPoliciesOutput
|
|
22
|
+
*/
|
|
23
|
+
MaxValue?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RangeValueForDescribeLensPoliciesOutput
|
|
27
|
+
*/
|
|
28
|
+
MaxValueUnit?: RangeValueForDescribeLensPoliciesOutputMaxValueUnitEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof RangeValueForDescribeLensPoliciesOutput
|
|
32
|
+
*/
|
|
33
|
+
MinValue?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof RangeValueForDescribeLensPoliciesOutput
|
|
37
|
+
*/
|
|
38
|
+
MinValueUnit?: RangeValueForDescribeLensPoliciesOutputMinValueUnitEnum;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum RangeValueForDescribeLensPoliciesOutputMaxValueUnitEnum {
|
|
45
|
+
Byte = "Byte",
|
|
46
|
+
KiB = "KiB",
|
|
47
|
+
MiB = "MiB",
|
|
48
|
+
GiB = "GiB",
|
|
49
|
+
TiB = "TiB",
|
|
50
|
+
PiB = "PiB",
|
|
51
|
+
Day = "Day",
|
|
52
|
+
Second = "Second"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @export
|
|
56
|
+
* @enum {string}
|
|
57
|
+
*/
|
|
58
|
+
export declare enum RangeValueForDescribeLensPoliciesOutputMinValueUnitEnum {
|
|
59
|
+
Byte = "Byte",
|
|
60
|
+
KiB = "KiB",
|
|
61
|
+
MiB = "MiB",
|
|
62
|
+
GiB = "GiB",
|
|
63
|
+
TiB = "TiB",
|
|
64
|
+
PiB = "PiB",
|
|
65
|
+
Day = "Day",
|
|
66
|
+
Second = "Second"
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=range-value-for-describe-lens-policies-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-value-for-describe-lens-policies-output.d.ts","sourceRoot":"","sources":["../../../src/types/range-value-for-describe-lens-policies-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,uDAAuD,CAAC;IAEvE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,uDAAuD,CAAC;CAC1E;AAED;;;GAGG;AACH,oBAAY,uDAAuD;IAC/D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,uDAAuD;IAC/D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 RangeValueForDescribeLensTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface RangeValueForDescribeLensTasksOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RangeValueForDescribeLensTasksOutput
|
|
22
|
+
*/
|
|
23
|
+
MaxValue?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RangeValueForDescribeLensTasksOutput
|
|
27
|
+
*/
|
|
28
|
+
MaxValueUnit?: RangeValueForDescribeLensTasksOutputMaxValueUnitEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof RangeValueForDescribeLensTasksOutput
|
|
32
|
+
*/
|
|
33
|
+
MinValue?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof RangeValueForDescribeLensTasksOutput
|
|
37
|
+
*/
|
|
38
|
+
MinValueUnit?: RangeValueForDescribeLensTasksOutputMinValueUnitEnum;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum RangeValueForDescribeLensTasksOutputMaxValueUnitEnum {
|
|
45
|
+
Byte = "Byte",
|
|
46
|
+
KiB = "KiB",
|
|
47
|
+
MiB = "MiB",
|
|
48
|
+
GiB = "GiB",
|
|
49
|
+
TiB = "TiB",
|
|
50
|
+
PiB = "PiB",
|
|
51
|
+
Day = "Day",
|
|
52
|
+
Second = "Second"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @export
|
|
56
|
+
* @enum {string}
|
|
57
|
+
*/
|
|
58
|
+
export declare enum RangeValueForDescribeLensTasksOutputMinValueUnitEnum {
|
|
59
|
+
Byte = "Byte",
|
|
60
|
+
KiB = "KiB",
|
|
61
|
+
MiB = "MiB",
|
|
62
|
+
GiB = "GiB",
|
|
63
|
+
TiB = "TiB",
|
|
64
|
+
PiB = "PiB",
|
|
65
|
+
Day = "Day",
|
|
66
|
+
Second = "Second"
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=range-value-for-describe-lens-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-value-for-describe-lens-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/range-value-for-describe-lens-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,oDAAoD,CAAC;IAEpE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,oDAAoD,CAAC;CACvE;AAED;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 RangeValueForUpdateLensPolicyInput
|
|
17
|
+
*/
|
|
18
|
+
export interface RangeValueForUpdateLensPolicyInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RangeValueForUpdateLensPolicyInput
|
|
22
|
+
*/
|
|
23
|
+
MaxValue?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RangeValueForUpdateLensPolicyInput
|
|
27
|
+
*/
|
|
28
|
+
MaxValueUnit?: RangeValueForUpdateLensPolicyInputMaxValueUnitEnum;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof RangeValueForUpdateLensPolicyInput
|
|
32
|
+
*/
|
|
33
|
+
MinValue?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof RangeValueForUpdateLensPolicyInput
|
|
37
|
+
*/
|
|
38
|
+
MinValueUnit?: RangeValueForUpdateLensPolicyInputMinValueUnitEnum;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
* @enum {string}
|
|
43
|
+
*/
|
|
44
|
+
export declare enum RangeValueForUpdateLensPolicyInputMaxValueUnitEnum {
|
|
45
|
+
Byte = "Byte",
|
|
46
|
+
KiB = "KiB",
|
|
47
|
+
MiB = "MiB",
|
|
48
|
+
GiB = "GiB",
|
|
49
|
+
TiB = "TiB",
|
|
50
|
+
PiB = "PiB",
|
|
51
|
+
Day = "Day",
|
|
52
|
+
Second = "Second"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @export
|
|
56
|
+
* @enum {string}
|
|
57
|
+
*/
|
|
58
|
+
export declare enum RangeValueForUpdateLensPolicyInputMinValueUnitEnum {
|
|
59
|
+
Byte = "Byte",
|
|
60
|
+
KiB = "KiB",
|
|
61
|
+
MiB = "MiB",
|
|
62
|
+
GiB = "GiB",
|
|
63
|
+
TiB = "TiB",
|
|
64
|
+
PiB = "PiB",
|
|
65
|
+
Day = "Day",
|
|
66
|
+
Second = "Second"
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=range-value-for-update-lens-policy-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-value-for-update-lens-policy-input.d.ts","sourceRoot":"","sources":["../../../src/types/range-value-for-update-lens-policy-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,kDAAkD,CAAC;IAElE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,kDAAkD,CAAC;CACrE;AAED;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB"}
|
|
@@ -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 RegionForDescribeRegionsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface RegionForDescribeRegionsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RegionForDescribeRegionsOutput
|
|
22
|
+
*/
|
|
23
|
+
RegionId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RegionForDescribeRegionsOutput
|
|
27
|
+
*/
|
|
28
|
+
RegionName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof RegionForDescribeRegionsOutput
|
|
32
|
+
*/
|
|
33
|
+
TotalCount?: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=region-for-describe-regions-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"region-for-describe-regions-output.d.ts","sourceRoot":"","sources":["../../../src/types/region-for-describe-regions-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 ReportForDescribeDataFlowTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ReportForDescribeDataFlowTasksOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ReportForDescribeDataFlowTasksOutput
|
|
22
|
+
*/
|
|
23
|
+
Path?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ReportForDescribeDataFlowTasksOutput
|
|
27
|
+
*/
|
|
28
|
+
Type?: ReportForDescribeDataFlowTasksOutputTypeEnum;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @export
|
|
32
|
+
* @enum {string}
|
|
33
|
+
*/
|
|
34
|
+
export declare enum ReportForDescribeDataFlowTasksOutputTypeEnum {
|
|
35
|
+
TotalFiles = "TotalFiles",
|
|
36
|
+
FailedFiles = "FailedFiles",
|
|
37
|
+
SuccessFiles = "SuccessFiles",
|
|
38
|
+
InventoryFiles = "InventoryFiles"
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=report-for-describe-data-flow-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"report-for-describe-data-flow-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/report-for-describe-data-flow-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,IAAI,CAAC,EAAE,4CAA4C,CAAC;CACvD;AAED;;;GAGG;AACH,oBAAY,4CAA4C;IACpD,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;CACpC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 ResourceTagForListTagsForResourcesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceTagForListTagsForResourcesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
22
|
+
*/
|
|
23
|
+
ResourceId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
27
|
+
*/
|
|
28
|
+
ResourceType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
32
|
+
*/
|
|
33
|
+
TagKey?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ResourceTagForListTagsForResourcesOutput
|
|
37
|
+
*/
|
|
38
|
+
TagValue?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=resource-tag-for-list-tags-for-resources-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-tag-for-list-tags-for-resources-output.d.ts","sourceRoot":"","sources":["../../../src/types/resource-tag-for-list-tags-for-resources-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vepfs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ConditionForCreateLensPolicyInput } from './condition-for-create-lens-policy-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface RuleForCreateLensPolicyInput
|
|
18
|
+
*/
|
|
19
|
+
export interface RuleForCreateLensPolicyInput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ConditionForCreateLensPolicyInput>}
|
|
22
|
+
* @memberof RuleForCreateLensPolicyInput
|
|
23
|
+
*/
|
|
24
|
+
Conditions?: Array<ConditionForCreateLensPolicyInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RuleForCreateLensPolicyInput
|
|
28
|
+
*/
|
|
29
|
+
Dimension?: RuleForCreateLensPolicyInputDimensionEnum;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
* @enum {string}
|
|
34
|
+
*/
|
|
35
|
+
export declare enum RuleForCreateLensPolicyInputDimensionEnum {
|
|
36
|
+
Size = "Size",
|
|
37
|
+
CreationTime = "CreationTime",
|
|
38
|
+
AccessTime = "AccessTime",
|
|
39
|
+
ChangeTime = "ChangeTime",
|
|
40
|
+
ModifyTime = "ModifyTime",
|
|
41
|
+
Type = "Type",
|
|
42
|
+
Extension = "Extension",
|
|
43
|
+
Name = "Name",
|
|
44
|
+
Path = "Path"
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=rule-for-create-lens-policy-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rule-for-create-lens-policy-input.d.ts","sourceRoot":"","sources":["../../../src/types/rule-for-create-lens-policy-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC5F;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;IAEtD;;;OAGG;IACH,SAAS,CAAC,EAAE,yCAAyC,CAAC;CACzD;AAED;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vepfs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ConditionForDescribeLensPoliciesOutput } from './condition-for-describe-lens-policies-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface RuleForDescribeLensPoliciesOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface RuleForDescribeLensPoliciesOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ConditionForDescribeLensPoliciesOutput>}
|
|
22
|
+
* @memberof RuleForDescribeLensPoliciesOutput
|
|
23
|
+
*/
|
|
24
|
+
Conditions?: Array<ConditionForDescribeLensPoliciesOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RuleForDescribeLensPoliciesOutput
|
|
28
|
+
*/
|
|
29
|
+
Dimension?: RuleForDescribeLensPoliciesOutputDimensionEnum;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
* @enum {string}
|
|
34
|
+
*/
|
|
35
|
+
export declare enum RuleForDescribeLensPoliciesOutputDimensionEnum {
|
|
36
|
+
Size = "Size",
|
|
37
|
+
CreationTime = "CreationTime",
|
|
38
|
+
AccessTime = "AccessTime",
|
|
39
|
+
ChangeTime = "ChangeTime",
|
|
40
|
+
ModifyTime = "ModifyTime",
|
|
41
|
+
Type = "Type",
|
|
42
|
+
Extension = "Extension",
|
|
43
|
+
Name = "Name",
|
|
44
|
+
Path = "Path"
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=rule-for-describe-lens-policies-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rule-for-describe-lens-policies-output.d.ts","sourceRoot":"","sources":["../../../src/types/rule-for-describe-lens-policies-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAE3D;;;OAGG;IACH,SAAS,CAAC,EAAE,8CAA8C,CAAC;CAC9D;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB"}
|