@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
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* vepfs
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface DeleteFilesetRequest {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ClientForAddMountServiceClientsInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ClientForAddMountServiceClientsInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof ClientForAddMountServiceClientsInput
|
|
26
22
|
*/
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
InstanceId?: string;
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof ClientForAddMountServiceClientsInput
|
|
32
27
|
*/
|
|
33
|
-
|
|
28
|
+
PrimaryIpAddress?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=client-for-add-mount-service-clients-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-for-add-mount-service-clients-input.d.ts","sourceRoot":"","sources":["../../../src/types/client-for-add-mount-service-clients-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* vepfs
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface DeleteDataFlowTaskRequest {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ClientForDescribeMountServiceTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ClientForDescribeMountServiceTasksOutput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof ClientForDescribeMountServiceTasksOutput
|
|
26
22
|
*/
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
InstanceId?: string;
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof ClientForDescribeMountServiceTasksOutput
|
|
32
27
|
*/
|
|
33
|
-
|
|
28
|
+
PrimaryIpAddress?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=client-for-describe-mount-service-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-for-describe-mount-service-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/client-for-describe-mount-service-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1,40 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* vepfs
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface CreateFilesetRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof CreateFilesetRequest
|
|
26
|
-
*/
|
|
27
|
-
FileSystemId: string;
|
|
28
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ClientForRemoveMountServiceClientsInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ClientForRemoveMountServiceClientsInput {
|
|
29
19
|
/**
|
|
30
20
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
21
|
+
* @memberof ClientForRemoveMountServiceClientsInput
|
|
32
22
|
*/
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
InstanceId?: string;
|
|
35
24
|
/**
|
|
36
25
|
* @type {string}
|
|
37
|
-
* @memberof
|
|
26
|
+
* @memberof ClientForRemoveMountServiceClientsInput
|
|
38
27
|
*/
|
|
39
|
-
|
|
28
|
+
PrimaryIpAddress?: string;
|
|
40
29
|
}
|
|
30
|
+
//# sourceMappingURL=client-for-remove-mount-service-clients-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-for-remove-mount-service-clients-input.d.ts","sourceRoot":"","sources":["../../../src/types/client-for-remove-mount-service-clients-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* vepfs
|
|
5
3
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
4
|
*
|
|
7
5
|
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
6
|
+
*
|
|
9
7
|
*
|
|
10
8
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface DeleteAuditRequest {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ClientForVerifyMountServiceClientsInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ClientForVerifyMountServiceClientsInput {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof ClientForVerifyMountServiceClientsInput
|
|
26
22
|
*/
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
InstanceId?: string;
|
|
29
24
|
/**
|
|
30
25
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
26
|
+
* @memberof ClientForVerifyMountServiceClientsInput
|
|
32
27
|
*/
|
|
33
|
-
|
|
28
|
+
PrimaryIpAddress?: string;
|
|
34
29
|
}
|
|
30
|
+
//# sourceMappingURL=client-for-verify-mount-service-clients-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-for-verify-mount-service-clients-input.d.ts","sourceRoot":"","sources":["../../../src/types/client-for-verify-mount-service-clients-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vepfs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { InstanceForDescribeMountServiceTaskResultsOutput } from './instance-for-describe-mount-service-task-results-output';
|
|
13
|
+
import { MonitorForDescribeMountServiceTaskResultsOutput } from './monitor-for-describe-mount-service-task-results-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface ClientSnapshotForDescribeMountServiceTaskResultsOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {InstanceForDescribeMountServiceTaskResultsOutput}
|
|
23
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
24
|
+
*/
|
|
25
|
+
Instance?: InstanceForDescribeMountServiceTaskResultsOutput;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
29
|
+
*/
|
|
30
|
+
InstanceId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {MonitorForDescribeMountServiceTaskResultsOutput}
|
|
33
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
34
|
+
*/
|
|
35
|
+
Monitor?: MonitorForDescribeMountServiceTaskResultsOutput;
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
39
|
+
*/
|
|
40
|
+
MountServiceId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
44
|
+
*/
|
|
45
|
+
PrimaryIpAddress?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
49
|
+
*/
|
|
50
|
+
Role?: ClientSnapshotForDescribeMountServiceTaskResultsOutputRoleEnum;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
54
|
+
*/
|
|
55
|
+
Status?: ClientSnapshotForDescribeMountServiceTaskResultsOutputStatusEnum;
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof ClientSnapshotForDescribeMountServiceTaskResultsOutput
|
|
59
|
+
*/
|
|
60
|
+
VersionNumber?: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @export
|
|
64
|
+
* @enum {string}
|
|
65
|
+
*/
|
|
66
|
+
export declare enum ClientSnapshotForDescribeMountServiceTaskResultsOutputRoleEnum {
|
|
67
|
+
Admin = "Admin",
|
|
68
|
+
Client = "Client"
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @export
|
|
72
|
+
* @enum {string}
|
|
73
|
+
*/
|
|
74
|
+
export declare enum ClientSnapshotForDescribeMountServiceTaskResultsOutputStatusEnum {
|
|
75
|
+
Mounted = "Mounted",
|
|
76
|
+
Unmounted = "Unmounted",
|
|
77
|
+
Mounting = "Mounting",
|
|
78
|
+
Unmounting = "Unmounting",
|
|
79
|
+
Upgrading = "Upgrading",
|
|
80
|
+
Updating = "Updating",
|
|
81
|
+
PendingMount = "PendingMount",
|
|
82
|
+
PendingUnmount = "PendingUnmount",
|
|
83
|
+
PendingUpgrade = "PendingUpgrade",
|
|
84
|
+
MountFailed = "MountFailed",
|
|
85
|
+
UnmountFailed = "UnmountFailed",
|
|
86
|
+
MountAbnormal = "MountAbnormal",
|
|
87
|
+
Abnormal = "Abnormal",
|
|
88
|
+
Unknown = "Unknown"
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=client-snapshot-for-describe-mount-service-task-results-output.d.ts.map
|
package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-snapshot-for-describe-mount-service-task-results-output.d.ts","sourceRoot":"","sources":["../../../src/types/client-snapshot-for-describe-mount-service-task-results-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gDAAgD,EAAE,MAAM,2DAA2D,CAAC;AAC7H,OAAO,EAAE,+CAA+C,EAAE,MAAM,0DAA0D,CAAC;AAC1H;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,QAAQ,CAAC,EAAE,gDAAgD,CAAC;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,+CAA+C,CAAC;IAE1D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,8DAA8D,CAAC;IAEtE;;;OAGG;IACH,MAAM,CAAC,EAAE,gEAAgE,CAAC;IAE1E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,oBAAY,8DAA8D;IACtE,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,gEAAgE;IACxE,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
|
|
@@ -38,6 +38,11 @@ export interface CreateDataFlowTaskRequest {
|
|
|
38
38
|
* @memberof CreateDataFlowTaskRequest
|
|
39
39
|
*/
|
|
40
40
|
DeletePolicy?: DeletePolicyForCreateDataFlowTaskInput;
|
|
41
|
+
/**
|
|
42
|
+
* @type {boolean}
|
|
43
|
+
* @memberof CreateDataFlowTaskRequest
|
|
44
|
+
*/
|
|
45
|
+
EnableTlsLog?: boolean;
|
|
41
46
|
/**
|
|
42
47
|
* @type {EntryListFileInfoForCreateDataFlowTaskInput}
|
|
43
48
|
* @memberof CreateDataFlowTaskRequest
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-data-flow-task-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-data-flow-task-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,iDAAiD,CAAC;AACzG,OAAO,EAAE,2CAA2C,EAAE,MAAM,wDAAwD,CAAC;AACpH;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,EAAE,qCAAqC,CAAC;IAEhD;;;OAGG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IAEtD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,2CAA2C,CAAC;IAEhE;;;OAGG;IACH,mBAAmB,CAAC,EAAE,gDAAgD,CAAC;IAEvE;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,+CAA+C,CAAC;IAErE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,uCAAuC,CAAC;CACvD;AAED;;;GAGG;AACH,oBAAY,qCAAqC;IAC7C,QAAQ,aAAa;IACrB,WAAW,gBAAgB;CAC9B;AACD;;;GAGG;AACH,oBAAY,gDAAgD;IACxD,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,+CAA+C;IACvD,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,SAAS,cAAc;CAC1B;AACD;;;GAGG;AACH,oBAAY,uCAAuC;IAC/C,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
|
|
1
|
+
{"version":3,"file":"create-data-flow-task-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-data-flow-task-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,iDAAiD,CAAC;AACzG,OAAO,EAAE,2CAA2C,EAAE,MAAM,wDAAwD,CAAC;AACpH;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,EAAE,qCAAqC,CAAC;IAEhD;;;OAGG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,2CAA2C,CAAC;IAEhE;;;OAGG;IACH,mBAAmB,CAAC,EAAE,gDAAgD,CAAC;IAEvE;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,+CAA+C,CAAC;IAErE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,uCAAuC,CAAC;CACvD;AAED;;;GAGG;AACH,oBAAY,qCAAqC;IAC7C,QAAQ,aAAa;IACrB,WAAW,gBAAgB;CAC9B;AACD;;;GAGG;AACH,oBAAY,gDAAgD;IACxD,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,+CAA+C;IACvD,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,SAAS,cAAc;CAC1B;AACD;;;GAGG;AACH,oBAAY,uCAAuC;IAC/C,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { DeletePolicyForDescribeDataFlowTasksOutput } from './delete-policy-for-describe-data-flow-tasks-output';
|
|
13
13
|
import { EntryListFileInfoForDescribeDataFlowTasksOutput } from './entry-list-file-info-for-describe-data-flow-tasks-output';
|
|
14
14
|
import { ReportForDescribeDataFlowTasksOutput } from './report-for-describe-data-flow-tasks-output';
|
|
15
|
+
import { TlsInfoForDescribeDataFlowTasksOutput } from './tls-info-for-describe-data-flow-tasks-output';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
*
|
|
@@ -134,6 +135,11 @@ export interface DataFlowTaskForDescribeDataFlowTasksOutput {
|
|
|
134
135
|
* @memberof DataFlowTaskForDescribeDataFlowTasksOutput
|
|
135
136
|
*/
|
|
136
137
|
TaskAction?: DataFlowTaskForDescribeDataFlowTasksOutputTaskActionEnum;
|
|
138
|
+
/**
|
|
139
|
+
* @type {TlsInfoForDescribeDataFlowTasksOutput}
|
|
140
|
+
* @memberof DataFlowTaskForDescribeDataFlowTasksOutput
|
|
141
|
+
*/
|
|
142
|
+
TlsInfo?: TlsInfoForDescribeDataFlowTasksOutput;
|
|
137
143
|
/**
|
|
138
144
|
* @type {string}
|
|
139
145
|
* @memberof DataFlowTaskForDescribeDataFlowTasksOutput
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-flow-task-for-describe-data-flow-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/data-flow-task-for-describe-data-flow-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,0CAA0C,EAAE,MAAM,qDAAqD,CAAC;AACjH,OAAO,EAAE,+CAA+C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;
|
|
1
|
+
{"version":3,"file":"data-flow-task-for-describe-data-flow-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/data-flow-task-for-describe-data-flow-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,0CAA0C,EAAE,MAAM,qDAAqD,CAAC;AACjH,OAAO,EAAE,+CAA+C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;AACpG,OAAO,EAAE,qCAAqC,EAAE,MAAM,gDAAgD,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,0CAA0C;IAEvD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,sDAAsD,CAAC;IAElE;;;OAGG;IACH,YAAY,CAAC,EAAE,0CAA0C,CAAC;IAE1D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,+CAA+C,CAAC;IAEpE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,iEAAiE,CAAC;IAExF;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;IAEtD;;;OAGG;IACH,kBAAkB,CAAC,EAAE,gEAAgE,CAAC;IAEtF;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,oDAAoD,CAAC;IAE9D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,wDAAwD,CAAC;IAEtE;;;OAGG;IACH,OAAO,CAAC,EAAE,qCAAqC,CAAC;IAEhD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,oBAAY,sDAAsD;IAC9D,QAAQ,aAAa;IACrB,WAAW,gBAAgB;CAC9B;AACD;;;GAGG;AACH,oBAAY,iEAAiE;IACzE,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,gEAAgE;IACxE,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,SAAS,cAAc;CAC1B;AACD;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;CACtB;AACD;;;GAGG;AACH,oBAAY,wDAAwD;IAChE,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
|
|
@@ -36,6 +36,11 @@ export interface DescribeLensTasksRequest {
|
|
|
36
36
|
* @memberof DescribeLensTasksRequest
|
|
37
37
|
*/
|
|
38
38
|
LensTaskName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DescribeLensTasksRequest
|
|
42
|
+
*/
|
|
43
|
+
MasterTaskId?: string;
|
|
39
44
|
/**
|
|
40
45
|
* @type {number}
|
|
41
46
|
* @memberof DescribeLensTasksRequest
|
|
@@ -46,12 +51,25 @@ export interface DescribeLensTasksRequest {
|
|
|
46
51
|
* @memberof DescribeLensTasksRequest
|
|
47
52
|
*/
|
|
48
53
|
PageSize?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DescribeLensTasksRequest
|
|
57
|
+
*/
|
|
58
|
+
ScheduleType?: DescribeLensTasksRequestScheduleTypeEnum;
|
|
49
59
|
/**
|
|
50
60
|
* @type {Array<string>}
|
|
51
61
|
* @memberof DescribeLensTasksRequest
|
|
52
62
|
*/
|
|
53
63
|
Status?: Array<DescribeLensTasksRequestStatusEnum>;
|
|
54
64
|
}
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
* @enum {string}
|
|
68
|
+
*/
|
|
69
|
+
export declare enum DescribeLensTasksRequestScheduleTypeEnum {
|
|
70
|
+
Once = "Once",
|
|
71
|
+
Timed = "Timed"
|
|
72
|
+
}
|
|
55
73
|
/**
|
|
56
74
|
* @export
|
|
57
75
|
* @enum {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describe-lens-tasks-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-lens-tasks-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACtD;AAED;;;GAGG;AACH,oBAAY,kCAAkC;IAC1C,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,MAAM,WAAW;CACpB"}
|
|
1
|
+
{"version":3,"file":"describe-lens-tasks-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-lens-tasks-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,wCAAwC,CAAC;IAExD;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACtD;AAED;;;GAGG;AACH,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,KAAK,UAAU;CAClB;AACD;;;GAGG;AACH,oBAAY,kCAAkC;IAC1C,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,133 @@
|
|
|
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 DescribeMountServiceClientsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeMountServiceClientsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
22
|
+
*/
|
|
23
|
+
InstanceIds?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
27
|
+
*/
|
|
28
|
+
InstanceName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
32
|
+
*/
|
|
33
|
+
InstanceStatus?: Array<DescribeMountServiceClientsRequestInstanceStatusEnum>;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
37
|
+
*/
|
|
38
|
+
MonitorStatus?: DescribeMountServiceClientsRequestMonitorStatusEnum;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
42
|
+
*/
|
|
43
|
+
MountServiceId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
47
|
+
*/
|
|
48
|
+
OsName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
52
|
+
*/
|
|
53
|
+
PageNumber?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
57
|
+
*/
|
|
58
|
+
PageSize?: number;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
62
|
+
*/
|
|
63
|
+
PrimaryIpAddress?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {Array<string>}
|
|
66
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
67
|
+
*/
|
|
68
|
+
Roles?: Array<DescribeMountServiceClientsRequestRolesEnum>;
|
|
69
|
+
/**
|
|
70
|
+
* @type {Array<string>}
|
|
71
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
72
|
+
*/
|
|
73
|
+
Status?: Array<DescribeMountServiceClientsRequestStatusEnum>;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof DescribeMountServiceClientsRequest
|
|
77
|
+
*/
|
|
78
|
+
VersionNumber?: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @export
|
|
82
|
+
* @enum {string}
|
|
83
|
+
*/
|
|
84
|
+
export declare enum DescribeMountServiceClientsRequestInstanceStatusEnum {
|
|
85
|
+
Creating = "Creating",
|
|
86
|
+
Running = "Running",
|
|
87
|
+
Stopping = "Stopping",
|
|
88
|
+
Stopped = "Stopped",
|
|
89
|
+
Rebooting = "Rebooting",
|
|
90
|
+
Starting = "Starting",
|
|
91
|
+
Rebuilding = "Rebuilding",
|
|
92
|
+
Resizing = "Resizing",
|
|
93
|
+
Deleting = "Deleting",
|
|
94
|
+
Deleted = "Deleted",
|
|
95
|
+
Error = "Error"
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @export
|
|
99
|
+
* @enum {string}
|
|
100
|
+
*/
|
|
101
|
+
export declare enum DescribeMountServiceClientsRequestMonitorStatusEnum {
|
|
102
|
+
Disabled = "Disabled",
|
|
103
|
+
Enabled = "Enabled"
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* @export
|
|
107
|
+
* @enum {string}
|
|
108
|
+
*/
|
|
109
|
+
export declare enum DescribeMountServiceClientsRequestRolesEnum {
|
|
110
|
+
Admin = "Admin",
|
|
111
|
+
Client = "Client"
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @export
|
|
115
|
+
* @enum {string}
|
|
116
|
+
*/
|
|
117
|
+
export declare enum DescribeMountServiceClientsRequestStatusEnum {
|
|
118
|
+
Mounted = "Mounted",
|
|
119
|
+
Unmounted = "Unmounted",
|
|
120
|
+
Mounting = "Mounting",
|
|
121
|
+
Unmounting = "Unmounting",
|
|
122
|
+
Upgrading = "Upgrading",
|
|
123
|
+
Updating = "Updating",
|
|
124
|
+
PendingMount = "PendingMount",
|
|
125
|
+
PendingUnmount = "PendingUnmount",
|
|
126
|
+
PendingUpgrade = "PendingUpgrade",
|
|
127
|
+
MountFailed = "MountFailed",
|
|
128
|
+
UnmountFailed = "UnmountFailed",
|
|
129
|
+
MountAbnormal = "MountAbnormal",
|
|
130
|
+
Abnormal = "Abnormal",
|
|
131
|
+
Unknown = "Unknown"
|
|
132
|
+
}
|
|
133
|
+
//# sourceMappingURL=describe-mount-service-clients-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-mount-service-clients-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-mount-service-clients-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,oDAAoD,CAAC,CAAC;IAE7E;;;OAGG;IACH,aAAa,CAAC,EAAE,mDAAmD,CAAC;IAEpE;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;IAE3D;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;IAE7D;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB;AACD;;;GAGG;AACH,oBAAY,mDAAmD;IAC3D,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB;AACD;;;GAGG;AACH,oBAAY,2CAA2C;IACnD,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,4CAA4C;IACpD,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* vepfs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { MountServiceClientForDescribeMountServiceClientsOutput } from './mount-service-client-for-describe-mount-service-clients-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeMountServiceClientsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeMountServiceClientsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<MountServiceClientForDescribeMountServiceClientsOutput>}
|
|
22
|
+
* @memberof DescribeMountServiceClientsResponse
|
|
23
|
+
*/
|
|
24
|
+
MountServiceClients?: Array<MountServiceClientForDescribeMountServiceClientsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DescribeMountServiceClientsResponse
|
|
28
|
+
*/
|
|
29
|
+
PageNumber?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof DescribeMountServiceClientsResponse
|
|
33
|
+
*/
|
|
34
|
+
PageSize?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof DescribeMountServiceClientsResponse
|
|
38
|
+
*/
|
|
39
|
+
TotalCount?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=describe-mount-service-clients-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-mount-service-clients-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-mount-service-clients-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AACzI;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAEpF;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|