@volcengine/vepfs 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +82 -22
- package/dist/esm/api.d.ts +66 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +43 -1
- package/dist/esm/types/add-mount-service-clients-request.d.ts +41 -0
- package/dist/esm/types/add-mount-service-clients-request.d.ts.map +1 -0
- package/{src/types/config-data-flow-bandwidth-response.ts → dist/esm/types/add-mount-service-clients-response.d.ts} +11 -14
- package/dist/esm/types/add-mount-service-clients-response.d.ts.map +1 -0
- package/{src/types/delete-fileset-request.ts → dist/esm/types/client-for-add-mount-service-clients-input.d.ts} +13 -17
- package/dist/esm/types/client-for-add-mount-service-clients-input.d.ts.map +1 -0
- package/{src/types/delete-data-flow-task-request.ts → dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts} +13 -17
- package/dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/{src/types/create-fileset-request.ts → dist/esm/types/client-for-remove-mount-service-clients-input.d.ts} +13 -23
- package/dist/esm/types/client-for-remove-mount-service-clients-input.d.ts.map +1 -0
- package/{src/types/delete-audit-request.ts → dist/esm/types/client-for-verify-mount-service-clients-input.d.ts} +13 -17
- package/dist/esm/types/client-for-verify-mount-service-clients-input.d.ts.map +1 -0
- package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts +90 -0
- package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts +5 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts.map +1 -1
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts +6 -0
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts.map +1 -1
- package/dist/esm/types/describe-lens-tasks-request.d.ts +18 -0
- package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -1
- package/dist/esm/types/describe-mount-service-clients-request.d.ts +133 -0
- package/dist/esm/types/describe-mount-service-clients-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-clients-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-clients-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-task-results-request.d.ts +130 -0
- package/dist/esm/types/describe-mount-service-task-results-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-task-results-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-task-results-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-tasks-request.d.ts +70 -0
- package/dist/esm/types/describe-mount-service-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-tasks-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +27 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts +67 -0
- package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts +67 -0
- package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts +33 -0
- package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts +33 -0
- package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts +90 -0
- package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts +51 -0
- package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts +40 -0
- package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/remove-mount-service-clients-request.d.ts +31 -0
- package/dist/esm/types/remove-mount-service-clients-request.d.ts.map +1 -0
- package/{src/types/cancel-lens-task-request.ts → dist/esm/types/remove-mount-service-clients-response.d.ts} +11 -14
- package/dist/esm/types/remove-mount-service-clients-response.d.ts.map +1 -0
- package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts +50 -0
- package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts +82 -0
- package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts +60 -0
- package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/verify-mount-service-clients-request.d.ts +31 -0
- package/dist/esm/types/verify-mount-service-clients-request.d.ts.map +1 -0
- package/dist/esm/types/verify-mount-service-clients-response.d.ts +26 -0
- package/dist/esm/types/verify-mount-service-clients-response.d.ts.map +1 -0
- package/package.json +5 -1
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -988
- package/src/index.ts +0 -14
- package/src/types/attach-file-system-for-describe-mount-services-output.ts +0 -65
- package/src/types/attach-mount-service-to-self-file-system-request.ts +0 -40
- package/src/types/attach-mount-service-to-self-file-system-response.ts +0 -22
- package/src/types/audit-for-describe-audits-output.ts +0 -144
- package/src/types/cancel-data-flow-task-request.ts +0 -34
- package/src/types/cancel-data-flow-task-response.ts +0 -22
- package/src/types/cancel-lens-task-response.ts +0 -22
- package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +0 -34
- package/src/types/capacity-info-for-describe-file-systems-output.ts +0 -34
- package/src/types/capacity-info-for-describe-lens-services-output.ts +0 -34
- package/src/types/condition-for-create-lens-policy-input.ts +0 -86
- package/src/types/condition-for-describe-lens-policies-output.ts +0 -86
- package/src/types/condition-for-describe-lens-tasks-output.ts +0 -86
- package/src/types/condition-for-update-lens-policy-input.ts +0 -86
- package/src/types/config-data-flow-bandwidth-request.ts +0 -34
- package/src/types/create-audit-request.ts +0 -81
- package/src/types/create-audit-response.ts +0 -28
- package/src/types/create-data-flow-task-request.ts +0 -127
- package/src/types/create-data-flow-task-response.ts +0 -28
- package/src/types/create-file-system-request.ts +0 -127
- package/src/types/create-file-system-response.ts +0 -41
- package/src/types/create-fileset-response.ts +0 -28
- package/src/types/create-lens-policy-request.ts +0 -58
- package/src/types/create-lens-policy-response.ts +0 -28
- package/src/types/create-lens-task-request.ts +0 -98
- package/src/types/create-lens-task-response.ts +0 -28
- package/src/types/create-mount-service-request.ts +0 -58
- package/src/types/create-mount-service-response.ts +0 -28
- package/src/types/create-pre-signed-url-request.ts +0 -28
- package/src/types/create-pre-signed-url-response.ts +0 -40
- package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +0 -226
- package/src/types/delete-audit-response.ts +0 -22
- package/src/types/delete-data-flow-task-response.ts +0 -22
- package/src/types/delete-file-system-request.ts +0 -28
- package/src/types/delete-file-system-response.ts +0 -28
- package/src/types/delete-fileset-response.ts +0 -22
- package/src/types/delete-lens-policy-request.ts +0 -28
- package/src/types/delete-lens-policy-response.ts +0 -22
- package/src/types/delete-lens-task-request.ts +0 -34
- package/src/types/delete-lens-task-response.ts +0 -22
- package/src/types/delete-mount-service-request.ts +0 -28
- package/src/types/delete-mount-service-response.ts +0 -22
- package/src/types/delete-policy-for-create-data-flow-task-input.ts +0 -45
- package/src/types/delete-policy-for-describe-data-flow-tasks-output.ts +0 -45
- package/src/types/describe-audits-request.ts +0 -64
- package/src/types/describe-audits-response.ts +0 -47
- package/src/types/describe-data-flow-bandwidth-request.ts +0 -40
- package/src/types/describe-data-flow-bandwidth-response.ts +0 -70
- package/src/types/describe-data-flow-tasks-request.ts +0 -70
- package/src/types/describe-data-flow-tasks-response.ts +0 -47
- package/src/types/describe-file-system-overview-request.ts +0 -22
- package/src/types/describe-file-system-overview-response.ts +0 -29
- package/src/types/describe-file-system-statistics-request.ts +0 -38
- package/src/types/describe-file-system-statistics-response.ts +0 -29
- package/src/types/describe-file-systems-request.ts +0 -96
- package/src/types/describe-file-systems-response.ts +0 -47
- package/src/types/describe-filesets-request.ts +0 -65
- package/src/types/describe-filesets-response.ts +0 -47
- package/src/types/describe-lens-policies-request.ts +0 -46
- package/src/types/describe-lens-policies-response.ts +0 -47
- package/src/types/describe-lens-services-request.ts +0 -72
- package/src/types/describe-lens-services-response.ts +0 -47
- package/src/types/describe-lens-tasks-request.ts +0 -82
- package/src/types/describe-lens-tasks-response.ts +0 -47
- package/src/types/describe-mount-service-node-types-request.ts +0 -44
- package/src/types/describe-mount-service-node-types-response.ts +0 -29
- package/src/types/describe-mount-services-request.ts +0 -81
- package/src/types/describe-mount-services-response.ts +0 -47
- package/src/types/describe-regions-request.ts +0 -22
- package/src/types/describe-regions-response.ts +0 -35
- package/src/types/describe-zones-request.ts +0 -44
- package/src/types/describe-zones-response.ts +0 -35
- package/src/types/detach-mount-service-from-self-file-system-request.ts +0 -34
- package/src/types/detach-mount-service-from-self-file-system-response.ts +0 -22
- package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +0 -40
- package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +0 -40
- package/src/types/expand-file-system-request.ts +0 -40
- package/src/types/expand-file-system-response.ts +0 -28
- package/src/types/feature-info-for-describe-lens-services-output.ts +0 -55
- package/src/types/file-system-for-describe-file-systems-output.ts +0 -272
- package/src/types/fileset-for-describe-filesets-output.ts +0 -117
- package/src/types/fileset-info-for-describe-audits-output.ts +0 -46
- package/src/types/filter-for-describe-file-systems-input.ts +0 -50
- package/src/types/filter-for-describe-filesets-input.ts +0 -46
- package/src/types/filter-for-describe-mount-services-input.ts +0 -47
- package/src/types/index.ts +0 -173
- package/src/types/lens-analysis-info-for-create-lens-task-input.ts +0 -72
- package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +0 -72
- package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +0 -70
- package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +0 -70
- package/src/types/lens-export-info-for-create-lens-task-input.ts +0 -78
- package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +0 -78
- package/src/types/lens-policy-for-describe-lens-policies-output.ts +0 -76
- package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +0 -76
- package/src/types/lens-service-for-describe-lens-services-output.ts +0 -80
- package/src/types/lens-task-for-describe-lens-tasks-output.ts +0 -176
- package/src/types/list-tags-for-resources-request.ts +0 -53
- package/src/types/list-tags-for-resources-response.ts +0 -47
- package/src/types/mount-service-for-describe-mount-services-output.ts +0 -136
- package/src/types/node-for-describe-mount-services-output.ts +0 -34
- package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +0 -57
- package/src/types/number-value-for-create-lens-policy-input.ts +0 -51
- package/src/types/number-value-for-describe-lens-policies-output.ts +0 -51
- package/src/types/number-value-for-describe-lens-tasks-output.ts +0 -51
- package/src/types/number-value-for-update-lens-policy-input.ts +0 -51
- package/src/types/over-view-for-describe-file-system-overview-output.ts +0 -58
- package/src/types/progress-for-describe-lens-tasks-output.ts +0 -65
- package/src/types/range-value-for-create-lens-policy-input.ts +0 -76
- package/src/types/range-value-for-describe-lens-policies-output.ts +0 -76
- package/src/types/range-value-for-describe-lens-tasks-output.ts +0 -76
- package/src/types/range-value-for-update-lens-policy-input.ts +0 -76
- package/src/types/region-for-describe-regions-output.ts +0 -40
- package/src/types/report-for-describe-data-flow-tasks-output.ts +0 -46
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -46
- package/src/types/rule-for-create-lens-policy-input.ts +0 -52
- package/src/types/rule-for-describe-lens-policies-output.ts +0 -52
- package/src/types/rule-for-describe-lens-tasks-output.ts +0 -52
- package/src/types/rule-for-update-lens-policy-input.ts +0 -52
- package/src/types/rule-group-for-create-lens-policy-input.ts +0 -45
- package/src/types/rule-group-for-describe-lens-policies-output.ts +0 -45
- package/src/types/rule-group-for-describe-lens-tasks-output.ts +0 -45
- package/src/types/rule-group-for-update-lens-policy-input.ts +0 -45
- package/src/types/sale-info-for-describe-zones-output.ts +0 -98
- package/src/types/schedule-for-create-lens-task-input.ts +0 -94
- package/src/types/schedule-for-describe-lens-tasks-output.ts +0 -94
- package/src/types/set-fileset-qos-request.ts +0 -46
- package/src/types/set-fileset-qos-response.ts +0 -22
- package/src/types/set-fileset-quota-request.ts +0 -46
- package/src/types/set-fileset-quota-response.ts +0 -22
- package/src/types/start-audit-request.ts +0 -34
- package/src/types/start-audit-response.ts +0 -22
- package/src/types/start-lens-service-request.ts +0 -44
- package/src/types/start-lens-service-response.ts +0 -22
- package/src/types/statistic-for-describe-file-system-statistics-output.ts +0 -80
- package/src/types/stop-audit-request.ts +0 -34
- package/src/types/stop-audit-response.ts +0 -22
- package/src/types/stop-lens-service-request.ts +0 -44
- package/src/types/stop-lens-service-response.ts +0 -22
- package/src/types/string-value-for-create-lens-policy-input.ts +0 -28
- package/src/types/string-value-for-describe-lens-policies-output.ts +0 -28
- package/src/types/string-value-for-describe-lens-tasks-output.ts +0 -28
- package/src/types/string-value-for-update-lens-policy-input.ts +0 -28
- package/src/types/tag-filter-for-describe-file-systems-input.ts +0 -40
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -40
- package/src/types/tag-for-create-file-system-input.ts +0 -50
- package/src/types/tag-for-create-file-system-output.ts +0 -50
- package/src/types/tag-for-describe-file-systems-output.ts +0 -50
- package/src/types/tag-for-tag-resources-input.ts +0 -34
- package/src/types/tag-for-update-file-system-input.ts +0 -50
- package/src/types/tag-resources-request.ts +0 -41
- package/src/types/tag-resources-response.ts +0 -22
- package/src/types/target-info-for-create-lens-task-input.ts +0 -34
- package/src/types/target-info-for-describe-lens-tasks-output.ts +0 -34
- package/src/types/untag-resources-request.ts +0 -40
- package/src/types/untag-resources-response.ts +0 -22
- package/src/types/update-audit-request.ts +0 -64
- package/src/types/update-audit-response.ts +0 -22
- package/src/types/update-file-system-request.ts +0 -47
- package/src/types/update-file-system-response.ts +0 -22
- package/src/types/update-fileset-request.ts +0 -40
- package/src/types/update-fileset-response.ts +0 -22
- package/src/types/update-lens-policy-request.ts +0 -64
- package/src/types/update-lens-policy-response.ts +0 -22
- package/src/types/update-lens-task-request.ts +0 -34
- package/src/types/update-lens-task-response.ts +0 -22
- package/src/types/update-mount-service-request.ts +0 -34
- package/src/types/update-mount-service-response.ts +0 -22
- package/src/types/zone-for-describe-zones-output.ts +0 -47
- package/tsconfig.json +0 -12
package/src/index.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// tslint:disable
|
|
2
|
-
/**
|
|
3
|
-
* vepfs
|
|
4
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: common-version
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
-
* Do not edit the class manually.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
export * from "./api";
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface AttachFileSystemForDescribeMountServicesOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface AttachFileSystemForDescribeMountServicesOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
26
|
-
*/
|
|
27
|
-
AccountId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
32
|
-
*/
|
|
33
|
-
CustomerPath?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
38
|
-
*/
|
|
39
|
-
FileSystemId?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
44
|
-
*/
|
|
45
|
-
FileSystemName?: string;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof AttachFileSystemForDescribeMountServicesOutput
|
|
50
|
-
*/
|
|
51
|
-
Status?: AttachFileSystemForDescribeMountServicesOutputStatusEnum;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @export
|
|
56
|
-
* @enum {string}
|
|
57
|
-
*/
|
|
58
|
-
export enum AttachFileSystemForDescribeMountServicesOutputStatusEnum {
|
|
59
|
-
Attaching = 'Attaching',
|
|
60
|
-
AttachError = 'AttachError',
|
|
61
|
-
Attached = 'Attached',
|
|
62
|
-
Detaching = 'Detaching',
|
|
63
|
-
DetachError = 'DetachError'
|
|
64
|
-
}
|
|
65
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface AttachMountServiceToSelfFileSystemRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface AttachMountServiceToSelfFileSystemRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
26
|
-
*/
|
|
27
|
-
CustomerPath?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
32
|
-
*/
|
|
33
|
-
FileSystemId: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof AttachMountServiceToSelfFileSystemRequest
|
|
38
|
-
*/
|
|
39
|
-
MountServiceId: string;
|
|
40
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface AttachMountServiceToSelfFileSystemResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface AttachMountServiceToSelfFileSystemResponse {
|
|
22
|
-
}
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { FilesetInfoForDescribeAuditsOutput } from './fileset-info-for-describe-audits-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface AuditForDescribeAuditsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface AuditForDescribeAuditsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
27
|
-
*/
|
|
28
|
-
AuditEvents?: Array<AuditForDescribeAuditsOutputAuditEventsEnum>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
33
|
-
*/
|
|
34
|
-
AuditId?: string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
39
|
-
*/
|
|
40
|
-
AuditName?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
45
|
-
*/
|
|
46
|
-
CreateTime?: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
51
|
-
*/
|
|
52
|
-
FileSystemId?: string;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
57
|
-
*/
|
|
58
|
-
FileSystemName?: string;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {Array<FilesetInfoForDescribeAuditsOutput>}
|
|
62
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
63
|
-
*/
|
|
64
|
-
FilesetInfos?: Array<FilesetInfoForDescribeAuditsOutput>;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
69
|
-
*/
|
|
70
|
-
ModifyTime?: string;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
75
|
-
*/
|
|
76
|
-
Status?: AuditForDescribeAuditsOutputStatusEnum;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
81
|
-
*/
|
|
82
|
-
StoreType?: string;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
87
|
-
*/
|
|
88
|
-
TlsProjectId?: string;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
93
|
-
*/
|
|
94
|
-
TlsProjectName?: string;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @type {string}
|
|
98
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
99
|
-
*/
|
|
100
|
-
TlsTopicId?: string;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
105
|
-
*/
|
|
106
|
-
TlsTopicName?: string;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof AuditForDescribeAuditsOutput
|
|
111
|
-
*/
|
|
112
|
-
ZoneId?: string;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* @export
|
|
117
|
-
* @enum {string}
|
|
118
|
-
*/
|
|
119
|
-
export enum AuditForDescribeAuditsOutputAuditEventsEnum {
|
|
120
|
-
RENAME = 'RENAME',
|
|
121
|
-
RMDIR = 'RMDIR',
|
|
122
|
-
UNLINK = 'UNLINK',
|
|
123
|
-
OPEN = 'OPEN',
|
|
124
|
-
CREATE = 'CREATE',
|
|
125
|
-
CLOSE = 'CLOSE',
|
|
126
|
-
ACCESSDENIED = 'ACCESS_DENIED',
|
|
127
|
-
ACLCHANGE = 'ACLCHANGE',
|
|
128
|
-
XATTRCHANGE = 'XATTRCHANGE'
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* @export
|
|
132
|
-
* @enum {string}
|
|
133
|
-
*/
|
|
134
|
-
export enum AuditForDescribeAuditsOutputStatusEnum {
|
|
135
|
-
Running = 'Running',
|
|
136
|
-
Stopping = 'Stopping',
|
|
137
|
-
Stopped = 'Stopped',
|
|
138
|
-
Abnormal = 'Abnormal',
|
|
139
|
-
Creating = 'Creating',
|
|
140
|
-
Starting = 'Starting',
|
|
141
|
-
Updating = 'Updating',
|
|
142
|
-
Deleting = 'Deleting'
|
|
143
|
-
}
|
|
144
|
-
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CancelDataFlowTaskRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface CancelDataFlowTaskRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof CancelDataFlowTaskRequest
|
|
26
|
-
*/
|
|
27
|
-
DataFlowTaskId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof CancelDataFlowTaskRequest
|
|
32
|
-
*/
|
|
33
|
-
FileSystemId: string;
|
|
34
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CancelDataFlowTaskResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface CancelDataFlowTaskResponse {
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CancelLensTaskResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface CancelLensTaskResponse {
|
|
22
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface CapacityInfoForDescribeFileSystemStatisticsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
26
|
-
*/
|
|
27
|
-
TotalTiB?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof CapacityInfoForDescribeFileSystemStatisticsOutput
|
|
32
|
-
*/
|
|
33
|
-
UsedGiB?: number;
|
|
34
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CapacityInfoForDescribeFileSystemsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface CapacityInfoForDescribeFileSystemsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof CapacityInfoForDescribeFileSystemsOutput
|
|
26
|
-
*/
|
|
27
|
-
TotalTiB?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof CapacityInfoForDescribeFileSystemsOutput
|
|
32
|
-
*/
|
|
33
|
-
UsedGiB?: number;
|
|
34
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CapacityInfoForDescribeLensServicesOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface CapacityInfoForDescribeLensServicesOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof CapacityInfoForDescribeLensServicesOutput
|
|
26
|
-
*/
|
|
27
|
-
TotalTiB?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof CapacityInfoForDescribeLensServicesOutput
|
|
32
|
-
*/
|
|
33
|
-
UsedGiB?: number;
|
|
34
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { NumberValueForCreateLensPolicyInput } from './number-value-for-create-lens-policy-input';
|
|
16
|
-
import { RangeValueForCreateLensPolicyInput } from './range-value-for-create-lens-policy-input';
|
|
17
|
-
import { StringValueForCreateLensPolicyInput } from './string-value-for-create-lens-policy-input';
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface ConditionForCreateLensPolicyInput
|
|
23
|
-
*/
|
|
24
|
-
export interface ConditionForCreateLensPolicyInput {
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ConditionForCreateLensPolicyInput
|
|
29
|
-
*/
|
|
30
|
-
ConstraintType?: ConditionForCreateLensPolicyInputConstraintTypeEnum;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* @type {NumberValueForCreateLensPolicyInput}
|
|
34
|
-
* @memberof ConditionForCreateLensPolicyInput
|
|
35
|
-
*/
|
|
36
|
-
NumberValue?: NumberValueForCreateLensPolicyInput;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @type {RangeValueForCreateLensPolicyInput}
|
|
40
|
-
* @memberof ConditionForCreateLensPolicyInput
|
|
41
|
-
*/
|
|
42
|
-
RangeValue?: RangeValueForCreateLensPolicyInput;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* @type {StringValueForCreateLensPolicyInput}
|
|
46
|
-
* @memberof ConditionForCreateLensPolicyInput
|
|
47
|
-
*/
|
|
48
|
-
StringValue?: StringValueForCreateLensPolicyInput;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof ConditionForCreateLensPolicyInput
|
|
53
|
-
*/
|
|
54
|
-
ValueType?: ConditionForCreateLensPolicyInputValueTypeEnum;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @export
|
|
59
|
-
* @enum {string}
|
|
60
|
-
*/
|
|
61
|
-
export enum ConditionForCreateLensPolicyInputConstraintTypeEnum {
|
|
62
|
-
Before = 'Before',
|
|
63
|
-
UntilNow = 'UntilNow',
|
|
64
|
-
Between = 'Between',
|
|
65
|
-
Greater = 'Greater',
|
|
66
|
-
GreaterEqual = 'GreaterEqual',
|
|
67
|
-
Less = 'Less',
|
|
68
|
-
LessEqual = 'LessEqual',
|
|
69
|
-
Equal = 'Equal',
|
|
70
|
-
Contain = 'Contain',
|
|
71
|
-
Prefix = 'Prefix',
|
|
72
|
-
NotEqual = 'NotEqual',
|
|
73
|
-
NotContain = 'NotContain',
|
|
74
|
-
NotPrefix = 'NotPrefix'
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
|
-
export enum ConditionForCreateLensPolicyInputValueTypeEnum {
|
|
81
|
-
StorageUnit = 'StorageUnit',
|
|
82
|
-
Timestamp = 'Timestamp',
|
|
83
|
-
RelativeTime = 'RelativeTime',
|
|
84
|
-
Text = 'Text'
|
|
85
|
-
}
|
|
86
|
-
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vepfs
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { NumberValueForDescribeLensPoliciesOutput } from './number-value-for-describe-lens-policies-output';
|
|
16
|
-
import { RangeValueForDescribeLensPoliciesOutput } from './range-value-for-describe-lens-policies-output';
|
|
17
|
-
import { StringValueForDescribeLensPoliciesOutput } from './string-value-for-describe-lens-policies-output';
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface ConditionForDescribeLensPoliciesOutput
|
|
23
|
-
*/
|
|
24
|
-
export interface ConditionForDescribeLensPoliciesOutput {
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ConditionForDescribeLensPoliciesOutput
|
|
29
|
-
*/
|
|
30
|
-
ConstraintType?: ConditionForDescribeLensPoliciesOutputConstraintTypeEnum;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* @type {NumberValueForDescribeLensPoliciesOutput}
|
|
34
|
-
* @memberof ConditionForDescribeLensPoliciesOutput
|
|
35
|
-
*/
|
|
36
|
-
NumberValue?: NumberValueForDescribeLensPoliciesOutput;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @type {RangeValueForDescribeLensPoliciesOutput}
|
|
40
|
-
* @memberof ConditionForDescribeLensPoliciesOutput
|
|
41
|
-
*/
|
|
42
|
-
RangeValue?: RangeValueForDescribeLensPoliciesOutput;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* @type {StringValueForDescribeLensPoliciesOutput}
|
|
46
|
-
* @memberof ConditionForDescribeLensPoliciesOutput
|
|
47
|
-
*/
|
|
48
|
-
StringValue?: StringValueForDescribeLensPoliciesOutput;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof ConditionForDescribeLensPoliciesOutput
|
|
53
|
-
*/
|
|
54
|
-
ValueType?: ConditionForDescribeLensPoliciesOutputValueTypeEnum;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @export
|
|
59
|
-
* @enum {string}
|
|
60
|
-
*/
|
|
61
|
-
export enum ConditionForDescribeLensPoliciesOutputConstraintTypeEnum {
|
|
62
|
-
Before = 'Before',
|
|
63
|
-
UntilNow = 'UntilNow',
|
|
64
|
-
Between = 'Between',
|
|
65
|
-
Greater = 'Greater',
|
|
66
|
-
GreaterEqual = 'GreaterEqual',
|
|
67
|
-
Less = 'Less',
|
|
68
|
-
LessEqual = 'LessEqual',
|
|
69
|
-
Equal = 'Equal',
|
|
70
|
-
Contain = 'Contain',
|
|
71
|
-
Prefix = 'Prefix',
|
|
72
|
-
NotEqual = 'NotEqual',
|
|
73
|
-
NotContain = 'NotContain',
|
|
74
|
-
NotPrefix = 'NotPrefix'
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
|
-
export enum ConditionForDescribeLensPoliciesOutputValueTypeEnum {
|
|
81
|
-
StorageUnit = 'StorageUnit',
|
|
82
|
-
Timestamp = 'Timestamp',
|
|
83
|
-
RelativeTime = 'RelativeTime',
|
|
84
|
-
Text = 'Text'
|
|
85
|
-
}
|
|
86
|
-
|