@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
|
@@ -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 { InstanceForDescribeMountServiceClientsOutput } from './instance-for-describe-mount-service-clients-output';
|
|
13
|
+
import { MonitorForDescribeMountServiceClientsOutput } from './monitor-for-describe-mount-service-clients-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface MountServiceClientForDescribeMountServiceClientsOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface MountServiceClientForDescribeMountServiceClientsOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {InstanceForDescribeMountServiceClientsOutput}
|
|
23
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
24
|
+
*/
|
|
25
|
+
Instance?: InstanceForDescribeMountServiceClientsOutput;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
29
|
+
*/
|
|
30
|
+
InstanceId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {MonitorForDescribeMountServiceClientsOutput}
|
|
33
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
34
|
+
*/
|
|
35
|
+
Monitor?: MonitorForDescribeMountServiceClientsOutput;
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
39
|
+
*/
|
|
40
|
+
MountServiceId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
44
|
+
*/
|
|
45
|
+
PrimaryIpAddress?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
49
|
+
*/
|
|
50
|
+
Role?: MountServiceClientForDescribeMountServiceClientsOutputRoleEnum;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
54
|
+
*/
|
|
55
|
+
Status?: MountServiceClientForDescribeMountServiceClientsOutputStatusEnum;
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof MountServiceClientForDescribeMountServiceClientsOutput
|
|
59
|
+
*/
|
|
60
|
+
VersionNumber?: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @export
|
|
64
|
+
* @enum {string}
|
|
65
|
+
*/
|
|
66
|
+
export declare enum MountServiceClientForDescribeMountServiceClientsOutputRoleEnum {
|
|
67
|
+
Admin = "Admin",
|
|
68
|
+
Client = "Client"
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @export
|
|
72
|
+
* @enum {string}
|
|
73
|
+
*/
|
|
74
|
+
export declare enum MountServiceClientForDescribeMountServiceClientsOutputStatusEnum {
|
|
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=mount-service-client-for-describe-mount-service-clients-output.d.ts.map
|
package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mount-service-client-for-describe-mount-service-clients-output.d.ts","sourceRoot":"","sources":["../../../src/types/mount-service-client-for-describe-mount-service-clients-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4CAA4C,EAAE,MAAM,sDAAsD,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,qDAAqD,CAAC;AACjH;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IAExD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,2CAA2C,CAAC;IAEtD;;;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"}
|
package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
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 { ClientSnapshotForDescribeMountServiceTaskResultsOutput } from './client-snapshot-for-describe-mount-service-task-results-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface MountServiceTaskResultForDescribeMountServiceTaskResultsOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {ClientSnapshotForDescribeMountServiceTaskResultsOutput}
|
|
22
|
+
* @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
|
|
23
|
+
*/
|
|
24
|
+
ClientSnapshot?: ClientSnapshotForDescribeMountServiceTaskResultsOutput;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
|
|
28
|
+
*/
|
|
29
|
+
InstanceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
|
|
33
|
+
*/
|
|
34
|
+
TaskId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof MountServiceTaskResultForDescribeMountServiceTaskResultsOutput
|
|
38
|
+
*/
|
|
39
|
+
TaskStatus?: MountServiceTaskResultForDescribeMountServiceTaskResultsOutputTaskStatusEnum;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @export
|
|
43
|
+
* @enum {string}
|
|
44
|
+
*/
|
|
45
|
+
export declare enum MountServiceTaskResultForDescribeMountServiceTaskResultsOutputTaskStatusEnum {
|
|
46
|
+
Pending = "Pending",
|
|
47
|
+
Running = "Running",
|
|
48
|
+
Success = "Success",
|
|
49
|
+
Failed = "Failed"
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mount-service-task-result-for-describe-mount-service-task-results-output.d.ts","sourceRoot":"","sources":["../../../src/types/mount-service-task-result-for-describe-mount-service-task-results-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AACzI;;;;;EAKE;AACH,MAAM,WAAW,8DAA8D;IAE3E;;;OAGG;IACH,cAAc,CAAC,EAAE,sDAAsD,CAAC;IAExE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,4EAA4E,CAAC;CAC7F;AAED;;;GAGG;AACH,oBAAY,4EAA4E;IACpF,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB"}
|
|
@@ -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 ProgressForDescribeMountServiceTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProgressForDescribeMountServiceTasksOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ProgressForDescribeMountServiceTasksOutput
|
|
22
|
+
*/
|
|
23
|
+
FailedInstanceIds?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProgressForDescribeMountServiceTasksOutput
|
|
27
|
+
*/
|
|
28
|
+
Success?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof ProgressForDescribeMountServiceTasksOutput
|
|
32
|
+
*/
|
|
33
|
+
SuccessInstanceIds?: Array<string>;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ProgressForDescribeMountServiceTasksOutput
|
|
37
|
+
*/
|
|
38
|
+
Total?: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=progress-for-describe-mount-service-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-for-describe-mount-service-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/progress-for-describe-mount-service-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0CAA0C;IAEvD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAElC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEnC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { ClientForRemoveMountServiceClientsInput } from './client-for-remove-mount-service-clients-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface RemoveMountServiceClientsRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface RemoveMountServiceClientsRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ClientForRemoveMountServiceClientsInput>}
|
|
22
|
+
* @memberof RemoveMountServiceClientsRequest
|
|
23
|
+
*/
|
|
24
|
+
Clients?: Array<ClientForRemoveMountServiceClientsInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RemoveMountServiceClientsRequest
|
|
28
|
+
*/
|
|
29
|
+
MountServiceId: string;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=remove-mount-service-clients-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-mount-service-clients-request.d.ts","sourceRoot":"","sources":["../../../src/types/remove-mount-service-clients-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AACzG;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;IAEzD;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -1,28 +1,25 @@
|
|
|
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 CancelLensTaskRequest {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RemoveMountServiceClientsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMountServiceClientsResponse {
|
|
23
19
|
/**
|
|
24
20
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
21
|
+
* @memberof RemoveMountServiceClientsResponse
|
|
26
22
|
*/
|
|
27
|
-
|
|
23
|
+
TaskId?: string;
|
|
28
24
|
}
|
|
25
|
+
//# sourceMappingURL=remove-mount-service-clients-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-mount-service-clients-response.d.ts","sourceRoot":"","sources":["../../../src/types/remove-mount-service-clients-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -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 ResultForVerifyMountServiceClientsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ResultForVerifyMountServiceClientsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResultForVerifyMountServiceClientsOutput
|
|
22
|
+
*/
|
|
23
|
+
ErrorCode?: ResultForVerifyMountServiceClientsOutputErrorCodeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ResultForVerifyMountServiceClientsOutput
|
|
27
|
+
*/
|
|
28
|
+
InstanceId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof ResultForVerifyMountServiceClientsOutput
|
|
32
|
+
*/
|
|
33
|
+
Passed?: boolean;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @export
|
|
37
|
+
* @enum {string}
|
|
38
|
+
*/
|
|
39
|
+
export declare enum ResultForVerifyMountServiceClientsOutputErrorCodeEnum {
|
|
40
|
+
Success = "Success",
|
|
41
|
+
InvalidInstanceId = "InvalidInstanceId",
|
|
42
|
+
InstanceAlreadyMounted = "InstanceAlreadyMounted",
|
|
43
|
+
UnsupportedInstanceStatus = "UnsupportedInstanceStatus",
|
|
44
|
+
UnsupportedInstanceSpec = "UnsupportedInstanceSpec",
|
|
45
|
+
UnsupportedInstanceImage = "UnsupportedInstanceImage",
|
|
46
|
+
InstanceZoneMismatch = "InstanceZoneMismatch",
|
|
47
|
+
InstanceEniVpcMismatch = "InstanceEniVpcMismatch",
|
|
48
|
+
SecurityGroupLimitExceeded = "SecurityGroupLimitExceeded"
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=result-for-verify-mount-service-clients-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"result-for-verify-mount-service-clients-output.d.ts","sourceRoot":"","sources":["../../../src/types/result-for-verify-mount-service-clients-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,SAAS,CAAC,EAAE,qDAAqD,CAAC;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;GAGG;AACH,oBAAY,qDAAqD;IAC7D,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,sBAAsB,2BAA2B;IACjD,yBAAyB,8BAA8B;IACvD,uBAAuB,4BAA4B;IACnD,wBAAwB,6BAA6B;IACrD,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,0BAA0B,+BAA+B;CAC5D"}
|
|
@@ -0,0 +1,82 @@
|
|
|
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 { ClientForDescribeMountServiceTasksOutput } from './client-for-describe-mount-service-tasks-output';
|
|
13
|
+
import { ProgressForDescribeMountServiceTasksOutput } from './progress-for-describe-mount-service-tasks-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface TaskForDescribeMountServiceTasksOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface TaskForDescribeMountServiceTasksOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {Array<ClientForDescribeMountServiceTasksOutput>}
|
|
23
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
24
|
+
*/
|
|
25
|
+
Clients?: Array<ClientForDescribeMountServiceTasksOutput>;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
29
|
+
*/
|
|
30
|
+
CompleteTime?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
34
|
+
*/
|
|
35
|
+
MountServiceId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @type {ProgressForDescribeMountServiceTasksOutput}
|
|
38
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
39
|
+
*/
|
|
40
|
+
Progress?: ProgressForDescribeMountServiceTasksOutput;
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
44
|
+
*/
|
|
45
|
+
StartTime?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
49
|
+
*/
|
|
50
|
+
Status?: TaskForDescribeMountServiceTasksOutputStatusEnum;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
54
|
+
*/
|
|
55
|
+
TaskId?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof TaskForDescribeMountServiceTasksOutput
|
|
59
|
+
*/
|
|
60
|
+
TaskType?: TaskForDescribeMountServiceTasksOutputTaskTypeEnum;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @export
|
|
64
|
+
* @enum {string}
|
|
65
|
+
*/
|
|
66
|
+
export declare enum TaskForDescribeMountServiceTasksOutputStatusEnum {
|
|
67
|
+
Pending = "Pending",
|
|
68
|
+
Running = "Running",
|
|
69
|
+
Completed = "Completed",
|
|
70
|
+
InCompleted = "InCompleted",
|
|
71
|
+
Abnormal = "Abnormal",
|
|
72
|
+
Failed = "Failed"
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @export
|
|
76
|
+
* @enum {string}
|
|
77
|
+
*/
|
|
78
|
+
export declare enum TaskForDescribeMountServiceTasksOutputTaskTypeEnum {
|
|
79
|
+
AddClient = "AddClient",
|
|
80
|
+
RemoveClient = "RemoveClient"
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=task-for-describe-mount-service-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task-for-describe-mount-service-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/task-for-describe-mount-service-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,kDAAkD,CAAC;AAC5G,OAAO,EAAE,0CAA0C,EAAE,MAAM,oDAAoD,CAAC;AAC/G;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAE1D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,0CAA0C,CAAC;IAEtD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,gDAAgD,CAAC;IAE1D;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,kDAAkD,CAAC;CACjE;AAED;;;GAGG;AACH,oBAAY,gDAAgD;IACxD,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,MAAM,WAAW;CACpB;AACD;;;GAGG;AACH,oBAAY,kDAAkD;IAC1D,SAAS,cAAc;IACvB,YAAY,iBAAiB;CAChC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 TlsInfoForDescribeDataFlowTasksOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TlsInfoForDescribeDataFlowTasksOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
22
|
+
*/
|
|
23
|
+
Enable?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
27
|
+
*/
|
|
28
|
+
ProjectId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
32
|
+
*/
|
|
33
|
+
ProjectName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
37
|
+
*/
|
|
38
|
+
ProjectUrl?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
42
|
+
*/
|
|
43
|
+
TopicEmbeddedUrl?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
47
|
+
*/
|
|
48
|
+
TopicId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
52
|
+
*/
|
|
53
|
+
TopicName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TlsInfoForDescribeDataFlowTasksOutput
|
|
57
|
+
*/
|
|
58
|
+
TopicUrl?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=tls-info-for-describe-data-flow-tasks-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tls-info-for-describe-data-flow-tasks-output.d.ts","sourceRoot":"","sources":["../../../src/types/tls-info-for-describe-data-flow-tasks-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;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,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { ClientForVerifyMountServiceClientsInput } from './client-for-verify-mount-service-clients-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VerifyMountServiceClientsRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface VerifyMountServiceClientsRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ClientForVerifyMountServiceClientsInput>}
|
|
22
|
+
* @memberof VerifyMountServiceClientsRequest
|
|
23
|
+
*/
|
|
24
|
+
Clients?: Array<ClientForVerifyMountServiceClientsInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VerifyMountServiceClientsRequest
|
|
28
|
+
*/
|
|
29
|
+
MountServiceId: string;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=verify-mount-service-clients-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-mount-service-clients-request.d.ts","sourceRoot":"","sources":["../../../src/types/verify-mount-service-clients-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AACzG;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;IAEzD;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ResultForVerifyMountServiceClientsOutput } from './result-for-verify-mount-service-clients-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VerifyMountServiceClientsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface VerifyMountServiceClientsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ResultForVerifyMountServiceClientsOutput>}
|
|
22
|
+
* @memberof VerifyMountServiceClientsResponse
|
|
23
|
+
*/
|
|
24
|
+
Results?: Array<ResultForVerifyMountServiceClientsOutput>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=verify-mount-service-clients-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-mount-service-clients-response.d.ts","sourceRoot":"","sources":["../../../src/types/verify-mount-service-clients-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,kDAAkD,CAAC;AAC3G;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC7D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volcengine/vepfs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "swagger client for @volcengine/vepfs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=18"
|
|
19
19
|
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"!dist/tsconfig.tsbuildinfo"
|
|
23
|
+
],
|
|
20
24
|
"dependencies": {
|
|
21
25
|
"@volcengine/sdk-core": "1.0.0"
|
|
22
26
|
},
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @volcengine/vepfs@1.0.2 build /Users/bytedance/project/volcengine-nodejs-sdk/service/vepfs
|
|
3
|
-
> rslib build
|
|
4
|
-
|
|
5
|
-
Rslib v0.19.2
|
|
6
|
-
|
|
7
|
-
info build started...
|
|
8
|
-
start generating declaration files... (esm)
|
|
9
|
-
ready built in 3.09 s (esm)
|
|
10
|
-
ready built in 3.10 s (cjs)
|
|
11
|
-
ready declaration files generated in 9.75 s (esm)
|
|
12
|
-
|
|
13
|
-
File (esm) Size
|
|
14
|
-
dist/esm/index.mjs 17.8 kB
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
File (cjs) Size
|
|
18
|
-
dist/cjs/index.js 29.1 kB
|
|
19
|
-
|