@volcengine/vepfs 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -19
- package/dist/cjs/index.js +64 -4
- 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/audit-for-describe-audits-output.d.ts +125 -0
- package/dist/esm/types/audit-for-describe-audits-output.d.ts.map +1 -0
- package/dist/esm/types/create-audit-request.d.ts +70 -0
- package/dist/esm/types/create-audit-request.d.ts.map +1 -0
- package/dist/esm/types/create-audit-response.d.ts +25 -0
- package/dist/esm/types/create-audit-response.d.ts.map +1 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts +8 -1
- 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/delete-audit-request.d.ts +30 -0
- package/dist/esm/types/delete-audit-request.d.ts.map +1 -0
- package/dist/esm/types/delete-audit-response.d.ts +20 -0
- package/dist/esm/types/delete-audit-response.d.ts.map +1 -0
- package/dist/esm/types/delete-policy-for-create-data-flow-task-input.d.ts +39 -0
- package/dist/esm/types/delete-policy-for-create-data-flow-task-input.d.ts.map +1 -0
- package/dist/esm/types/delete-policy-for-describe-data-flow-tasks-output.d.ts +39 -0
- package/dist/esm/types/delete-policy-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/describe-audits-request.d.ts +55 -0
- package/dist/esm/types/describe-audits-request.d.ts.map +1 -0
- package/dist/esm/types/describe-audits-response.d.ts +41 -0
- package/dist/esm/types/describe-audits-response.d.ts.map +1 -0
- package/dist/esm/types/fileset-info-for-describe-audits-output.d.ts +40 -0
- package/dist/esm/types/fileset-info-for-describe-audits-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +16 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/start-audit-request.d.ts +30 -0
- package/dist/esm/types/start-audit-request.d.ts.map +1 -0
- package/dist/esm/types/start-audit-response.d.ts +20 -0
- package/dist/esm/types/start-audit-response.d.ts.map +1 -0
- package/dist/esm/types/stop-audit-request.d.ts +30 -0
- package/dist/esm/types/stop-audit-request.d.ts.map +1 -0
- package/dist/esm/types/stop-audit-response.d.ts +20 -0
- package/dist/esm/types/stop-audit-response.d.ts.map +1 -0
- package/dist/esm/types/update-audit-request.d.ts +55 -0
- package/dist/esm/types/update-audit-request.d.ts.map +1 -0
- package/dist/esm/types/update-audit-response.d.ts +20 -0
- package/dist/esm/types/update-audit-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/api.ts +114 -1
- package/src/types/audit-for-describe-audits-output.ts +144 -0
- package/src/types/create-audit-request.ts +81 -0
- package/src/types/create-audit-response.ts +28 -0
- package/src/types/create-data-flow-task-request.ts +9 -1
- package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +7 -0
- package/src/types/delete-audit-request.ts +34 -0
- package/src/types/delete-audit-response.ts +22 -0
- package/src/types/delete-policy-for-create-data-flow-task-input.ts +45 -0
- package/src/types/delete-policy-for-describe-data-flow-tasks-output.ts +45 -0
- package/src/types/describe-audits-request.ts +64 -0
- package/src/types/describe-audits-response.ts +47 -0
- package/src/types/fileset-info-for-describe-audits-output.ts +46 -0
- package/src/types/index.ts +16 -0
- package/src/types/start-audit-request.ts +34 -0
- package/src/types/start-audit-response.ts +22 -0
- package/src/types/stop-audit-request.ts +34 -0
- package/src/types/stop-audit-response.ts +22 -0
- package/src/types/update-audit-request.ts +64 -0
- package/src/types/update-audit-response.ts +22 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
> @volcengine/vepfs@1.0.
|
|
3
|
-
> rslib build
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
+
|
package/dist/cjs/index.js
CHANGED
|
@@ -34,16 +34,22 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
34
34
|
CreateDataFlowTaskCommand: ()=>CreateDataFlowTaskCommand,
|
|
35
35
|
DescribeMountServicesCommand: ()=>DescribeMountServicesCommand,
|
|
36
36
|
DescribeZonesCommand: ()=>DescribeZonesCommand,
|
|
37
|
-
|
|
37
|
+
StartAuditCommand: ()=>StartAuditCommand,
|
|
38
|
+
DeleteAuditCommand: ()=>DeleteAuditCommand,
|
|
38
39
|
ListTagsForResourcesCommand: ()=>ListTagsForResourcesCommand,
|
|
39
40
|
DescribeDataFlowTasksCommand: ()=>DescribeDataFlowTasksCommand,
|
|
40
41
|
CreateLensTaskCommand: ()=>CreateLensTaskCommand,
|
|
41
|
-
DescribeFileSystemsCommand: ()=>DescribeFileSystemsCommand,
|
|
42
42
|
DescribeLensPoliciesCommand: ()=>DescribeLensPoliciesCommand,
|
|
43
|
-
|
|
43
|
+
DescribeFileSystemsCommand: ()=>DescribeFileSystemsCommand,
|
|
44
|
+
StopAuditCommand: ()=>StopAuditCommand,
|
|
45
|
+
VEPFSClient: ()=>VEPFSClient,
|
|
46
|
+
CreateAuditCommand: ()=>CreateAuditCommand,
|
|
44
47
|
CancelLensTaskCommand: ()=>CancelLensTaskCommand,
|
|
48
|
+
DescribeFileSystemOverviewCommand: ()=>DescribeFileSystemOverviewCommand,
|
|
45
49
|
SetFilesetQuotaCommand: ()=>SetFilesetQuotaCommand,
|
|
50
|
+
UpdateLensTaskCommand: ()=>UpdateLensTaskCommand,
|
|
46
51
|
CreatePreSignedUrlCommand: ()=>CreatePreSignedUrlCommand,
|
|
52
|
+
UpdateAuditCommand: ()=>UpdateAuditCommand,
|
|
47
53
|
UpdateFilesetCommand: ()=>UpdateFilesetCommand,
|
|
48
54
|
StopLensServiceCommand: ()=>StopLensServiceCommand,
|
|
49
55
|
DescribeDataFlowBandwidthCommand: ()=>DescribeDataFlowBandwidthCommand,
|
|
@@ -64,8 +70,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
64
70
|
UpdateMountServiceCommand: ()=>UpdateMountServiceCommand,
|
|
65
71
|
CancelDataFlowTaskCommand: ()=>CancelDataFlowTaskCommand,
|
|
66
72
|
DetachMountServiceFromSelfFileSystemCommand: ()=>DetachMountServiceFromSelfFileSystemCommand,
|
|
73
|
+
DescribeAuditsCommand: ()=>DescribeAuditsCommand,
|
|
67
74
|
SetFilesetQosCommand: ()=>SetFilesetQosCommand,
|
|
68
|
-
UpdateLensTaskCommand: ()=>UpdateLensTaskCommand,
|
|
69
75
|
CreateLensPolicyCommand: ()=>CreateLensPolicyCommand,
|
|
70
76
|
DeleteDataFlowTaskCommand: ()=>DeleteDataFlowTaskCommand,
|
|
71
77
|
CreateFileSystemCommand: ()=>CreateFileSystemCommand
|
|
@@ -118,6 +124,13 @@ class ConfigDataFlowBandwidthCommand extends sdk_core_namespaceObject.Command {
|
|
|
118
124
|
}
|
|
119
125
|
}
|
|
120
126
|
_define_property(ConfigDataFlowBandwidthCommand, "metaPath", '/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
|
|
127
|
+
class CreateAuditCommand extends sdk_core_namespaceObject.Command {
|
|
128
|
+
constructor(input){
|
|
129
|
+
super(input);
|
|
130
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAuditCommand.metaPath);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
_define_property(CreateAuditCommand, "metaPath", '/CreateAudit/2022-01-01/vepfs/post/application_json/');
|
|
121
134
|
class CreateDataFlowTaskCommand extends sdk_core_namespaceObject.Command {
|
|
122
135
|
constructor(input){
|
|
123
136
|
super(input);
|
|
@@ -167,6 +180,13 @@ class CreatePreSignedUrlCommand extends sdk_core_namespaceObject.Command {
|
|
|
167
180
|
}
|
|
168
181
|
}
|
|
169
182
|
_define_property(CreatePreSignedUrlCommand, "metaPath", '/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/');
|
|
183
|
+
class DeleteAuditCommand extends sdk_core_namespaceObject.Command {
|
|
184
|
+
constructor(input){
|
|
185
|
+
super(input);
|
|
186
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAuditCommand.metaPath);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
_define_property(DeleteAuditCommand, "metaPath", '/DeleteAudit/2022-01-01/vepfs/post/application_json/');
|
|
170
190
|
class DeleteDataFlowTaskCommand extends sdk_core_namespaceObject.Command {
|
|
171
191
|
constructor(input){
|
|
172
192
|
super(input);
|
|
@@ -209,6 +229,13 @@ class DeleteMountServiceCommand extends sdk_core_namespaceObject.Command {
|
|
|
209
229
|
}
|
|
210
230
|
}
|
|
211
231
|
_define_property(DeleteMountServiceCommand, "metaPath", '/DeleteMountService/2022-01-01/vepfs/post/application_json/');
|
|
232
|
+
class DescribeAuditsCommand extends sdk_core_namespaceObject.Command {
|
|
233
|
+
constructor(input){
|
|
234
|
+
super(input);
|
|
235
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAuditsCommand.metaPath);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
_define_property(DescribeAuditsCommand, "metaPath", '/DescribeAudits/2022-01-01/vepfs/post/application_json/');
|
|
212
239
|
class DescribeDataFlowBandwidthCommand extends sdk_core_namespaceObject.Command {
|
|
213
240
|
constructor(input){
|
|
214
241
|
super(input);
|
|
@@ -335,6 +362,13 @@ class SetFilesetQuotaCommand extends sdk_core_namespaceObject.Command {
|
|
|
335
362
|
}
|
|
336
363
|
}
|
|
337
364
|
_define_property(SetFilesetQuotaCommand, "metaPath", '/SetFilesetQuota/2022-01-01/vepfs/post/application_json/');
|
|
365
|
+
class StartAuditCommand extends sdk_core_namespaceObject.Command {
|
|
366
|
+
constructor(input){
|
|
367
|
+
super(input);
|
|
368
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(StartAuditCommand.metaPath);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
_define_property(StartAuditCommand, "metaPath", '/StartAudit/2022-01-01/vepfs/post/application_json/');
|
|
338
372
|
class StartLensServiceCommand extends sdk_core_namespaceObject.Command {
|
|
339
373
|
constructor(input){
|
|
340
374
|
super(input);
|
|
@@ -342,6 +376,13 @@ class StartLensServiceCommand extends sdk_core_namespaceObject.Command {
|
|
|
342
376
|
}
|
|
343
377
|
}
|
|
344
378
|
_define_property(StartLensServiceCommand, "metaPath", '/StartLensService/2022-01-01/vepfs/post/application_json/');
|
|
379
|
+
class StopAuditCommand extends sdk_core_namespaceObject.Command {
|
|
380
|
+
constructor(input){
|
|
381
|
+
super(input);
|
|
382
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(StopAuditCommand.metaPath);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
_define_property(StopAuditCommand, "metaPath", '/StopAudit/2022-01-01/vepfs/post/application_json/');
|
|
345
386
|
class StopLensServiceCommand extends sdk_core_namespaceObject.Command {
|
|
346
387
|
constructor(input){
|
|
347
388
|
super(input);
|
|
@@ -363,6 +404,13 @@ class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
|
363
404
|
}
|
|
364
405
|
}
|
|
365
406
|
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/vepfs/post/application_json/');
|
|
407
|
+
class UpdateAuditCommand extends sdk_core_namespaceObject.Command {
|
|
408
|
+
constructor(input){
|
|
409
|
+
super(input);
|
|
410
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAuditCommand.metaPath);
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
_define_property(UpdateAuditCommand, "metaPath", '/UpdateAudit/2022-01-01/vepfs/post/application_json/');
|
|
366
414
|
class UpdateFileSystemCommand extends sdk_core_namespaceObject.Command {
|
|
367
415
|
constructor(input){
|
|
368
416
|
super(input);
|
|
@@ -402,6 +450,7 @@ exports.AttachMountServiceToSelfFileSystemCommand = __webpack_exports__.AttachMo
|
|
|
402
450
|
exports.CancelDataFlowTaskCommand = __webpack_exports__.CancelDataFlowTaskCommand;
|
|
403
451
|
exports.CancelLensTaskCommand = __webpack_exports__.CancelLensTaskCommand;
|
|
404
452
|
exports.ConfigDataFlowBandwidthCommand = __webpack_exports__.ConfigDataFlowBandwidthCommand;
|
|
453
|
+
exports.CreateAuditCommand = __webpack_exports__.CreateAuditCommand;
|
|
405
454
|
exports.CreateDataFlowTaskCommand = __webpack_exports__.CreateDataFlowTaskCommand;
|
|
406
455
|
exports.CreateFileSystemCommand = __webpack_exports__.CreateFileSystemCommand;
|
|
407
456
|
exports.CreateFilesetCommand = __webpack_exports__.CreateFilesetCommand;
|
|
@@ -409,12 +458,14 @@ exports.CreateLensPolicyCommand = __webpack_exports__.CreateLensPolicyCommand;
|
|
|
409
458
|
exports.CreateLensTaskCommand = __webpack_exports__.CreateLensTaskCommand;
|
|
410
459
|
exports.CreateMountServiceCommand = __webpack_exports__.CreateMountServiceCommand;
|
|
411
460
|
exports.CreatePreSignedUrlCommand = __webpack_exports__.CreatePreSignedUrlCommand;
|
|
461
|
+
exports.DeleteAuditCommand = __webpack_exports__.DeleteAuditCommand;
|
|
412
462
|
exports.DeleteDataFlowTaskCommand = __webpack_exports__.DeleteDataFlowTaskCommand;
|
|
413
463
|
exports.DeleteFileSystemCommand = __webpack_exports__.DeleteFileSystemCommand;
|
|
414
464
|
exports.DeleteFilesetCommand = __webpack_exports__.DeleteFilesetCommand;
|
|
415
465
|
exports.DeleteLensPolicyCommand = __webpack_exports__.DeleteLensPolicyCommand;
|
|
416
466
|
exports.DeleteLensTaskCommand = __webpack_exports__.DeleteLensTaskCommand;
|
|
417
467
|
exports.DeleteMountServiceCommand = __webpack_exports__.DeleteMountServiceCommand;
|
|
468
|
+
exports.DescribeAuditsCommand = __webpack_exports__.DescribeAuditsCommand;
|
|
418
469
|
exports.DescribeDataFlowBandwidthCommand = __webpack_exports__.DescribeDataFlowBandwidthCommand;
|
|
419
470
|
exports.DescribeDataFlowTasksCommand = __webpack_exports__.DescribeDataFlowTasksCommand;
|
|
420
471
|
exports.DescribeFileSystemOverviewCommand = __webpack_exports__.DescribeFileSystemOverviewCommand;
|
|
@@ -433,10 +484,13 @@ exports.ExpandFileSystemCommand = __webpack_exports__.ExpandFileSystemCommand;
|
|
|
433
484
|
exports.ListTagsForResourcesCommand = __webpack_exports__.ListTagsForResourcesCommand;
|
|
434
485
|
exports.SetFilesetQosCommand = __webpack_exports__.SetFilesetQosCommand;
|
|
435
486
|
exports.SetFilesetQuotaCommand = __webpack_exports__.SetFilesetQuotaCommand;
|
|
487
|
+
exports.StartAuditCommand = __webpack_exports__.StartAuditCommand;
|
|
436
488
|
exports.StartLensServiceCommand = __webpack_exports__.StartLensServiceCommand;
|
|
489
|
+
exports.StopAuditCommand = __webpack_exports__.StopAuditCommand;
|
|
437
490
|
exports.StopLensServiceCommand = __webpack_exports__.StopLensServiceCommand;
|
|
438
491
|
exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
|
|
439
492
|
exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
|
|
493
|
+
exports.UpdateAuditCommand = __webpack_exports__.UpdateAuditCommand;
|
|
440
494
|
exports.UpdateFileSystemCommand = __webpack_exports__.UpdateFileSystemCommand;
|
|
441
495
|
exports.UpdateFilesetCommand = __webpack_exports__.UpdateFilesetCommand;
|
|
442
496
|
exports.UpdateLensPolicyCommand = __webpack_exports__.UpdateLensPolicyCommand;
|
|
@@ -448,6 +502,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
448
502
|
"CancelDataFlowTaskCommand",
|
|
449
503
|
"CancelLensTaskCommand",
|
|
450
504
|
"ConfigDataFlowBandwidthCommand",
|
|
505
|
+
"CreateAuditCommand",
|
|
451
506
|
"CreateDataFlowTaskCommand",
|
|
452
507
|
"CreateFileSystemCommand",
|
|
453
508
|
"CreateFilesetCommand",
|
|
@@ -455,12 +510,14 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
455
510
|
"CreateLensTaskCommand",
|
|
456
511
|
"CreateMountServiceCommand",
|
|
457
512
|
"CreatePreSignedUrlCommand",
|
|
513
|
+
"DeleteAuditCommand",
|
|
458
514
|
"DeleteDataFlowTaskCommand",
|
|
459
515
|
"DeleteFileSystemCommand",
|
|
460
516
|
"DeleteFilesetCommand",
|
|
461
517
|
"DeleteLensPolicyCommand",
|
|
462
518
|
"DeleteLensTaskCommand",
|
|
463
519
|
"DeleteMountServiceCommand",
|
|
520
|
+
"DescribeAuditsCommand",
|
|
464
521
|
"DescribeDataFlowBandwidthCommand",
|
|
465
522
|
"DescribeDataFlowTasksCommand",
|
|
466
523
|
"DescribeFileSystemOverviewCommand",
|
|
@@ -479,10 +536,13 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
479
536
|
"ListTagsForResourcesCommand",
|
|
480
537
|
"SetFilesetQosCommand",
|
|
481
538
|
"SetFilesetQuotaCommand",
|
|
539
|
+
"StartAuditCommand",
|
|
482
540
|
"StartLensServiceCommand",
|
|
541
|
+
"StopAuditCommand",
|
|
483
542
|
"StopLensServiceCommand",
|
|
484
543
|
"TagResourcesCommand",
|
|
485
544
|
"UntagResourcesCommand",
|
|
545
|
+
"UpdateAuditCommand",
|
|
486
546
|
"UpdateFileSystemCommand",
|
|
487
547
|
"UpdateFilesetCommand",
|
|
488
548
|
"UpdateLensPolicyCommand",
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import { CancelLensTaskRequest } from './types/index';
|
|
|
18
18
|
import { CancelLensTaskResponse } from './types/index';
|
|
19
19
|
import { ConfigDataFlowBandwidthRequest } from './types/index';
|
|
20
20
|
import { ConfigDataFlowBandwidthResponse } from './types/index';
|
|
21
|
+
import { CreateAuditRequest } from './types/index';
|
|
22
|
+
import { CreateAuditResponse } from './types/index';
|
|
21
23
|
import { CreateDataFlowTaskRequest } from './types/index';
|
|
22
24
|
import { CreateDataFlowTaskResponse } from './types/index';
|
|
23
25
|
import { CreateFileSystemRequest } from './types/index';
|
|
@@ -32,6 +34,8 @@ import { CreateMountServiceRequest } from './types/index';
|
|
|
32
34
|
import { CreateMountServiceResponse } from './types/index';
|
|
33
35
|
import { CreatePreSignedUrlRequest } from './types/index';
|
|
34
36
|
import { CreatePreSignedUrlResponse } from './types/index';
|
|
37
|
+
import { DeleteAuditRequest } from './types/index';
|
|
38
|
+
import { DeleteAuditResponse } from './types/index';
|
|
35
39
|
import { DeleteDataFlowTaskRequest } from './types/index';
|
|
36
40
|
import { DeleteDataFlowTaskResponse } from './types/index';
|
|
37
41
|
import { DeleteFileSystemRequest } from './types/index';
|
|
@@ -44,6 +48,8 @@ import { DeleteLensTaskRequest } from './types/index';
|
|
|
44
48
|
import { DeleteLensTaskResponse } from './types/index';
|
|
45
49
|
import { DeleteMountServiceRequest } from './types/index';
|
|
46
50
|
import { DeleteMountServiceResponse } from './types/index';
|
|
51
|
+
import { DescribeAuditsRequest } from './types/index';
|
|
52
|
+
import { DescribeAuditsResponse } from './types/index';
|
|
47
53
|
import { DescribeDataFlowBandwidthRequest } from './types/index';
|
|
48
54
|
import { DescribeDataFlowBandwidthResponse } from './types/index';
|
|
49
55
|
import { DescribeDataFlowTasksRequest } from './types/index';
|
|
@@ -80,14 +86,20 @@ import { SetFilesetQosRequest } from './types/index';
|
|
|
80
86
|
import { SetFilesetQosResponse } from './types/index';
|
|
81
87
|
import { SetFilesetQuotaRequest } from './types/index';
|
|
82
88
|
import { SetFilesetQuotaResponse } from './types/index';
|
|
89
|
+
import { StartAuditRequest } from './types/index';
|
|
90
|
+
import { StartAuditResponse } from './types/index';
|
|
83
91
|
import { StartLensServiceRequest } from './types/index';
|
|
84
92
|
import { StartLensServiceResponse } from './types/index';
|
|
93
|
+
import { StopAuditRequest } from './types/index';
|
|
94
|
+
import { StopAuditResponse } from './types/index';
|
|
85
95
|
import { StopLensServiceRequest } from './types/index';
|
|
86
96
|
import { StopLensServiceResponse } from './types/index';
|
|
87
97
|
import { TagResourcesRequest } from './types/index';
|
|
88
98
|
import { TagResourcesResponse } from './types/index';
|
|
89
99
|
import { UntagResourcesRequest } from './types/index';
|
|
90
100
|
import { UntagResourcesResponse } from './types/index';
|
|
101
|
+
import { UpdateAuditRequest } from './types/index';
|
|
102
|
+
import { UpdateAuditResponse } from './types/index';
|
|
91
103
|
import { UpdateFileSystemRequest } from './types/index';
|
|
92
104
|
import { UpdateFileSystemResponse } from './types/index';
|
|
93
105
|
import { UpdateFilesetRequest } from './types/index';
|
|
@@ -102,6 +114,7 @@ export type AttachMountServiceToSelfFileSystemCommandOutput = CommandOutput<Atta
|
|
|
102
114
|
export type CancelDataFlowTaskCommandOutput = CommandOutput<CancelDataFlowTaskResponse>;
|
|
103
115
|
export type CancelLensTaskCommandOutput = CommandOutput<CancelLensTaskResponse>;
|
|
104
116
|
export type ConfigDataFlowBandwidthCommandOutput = CommandOutput<ConfigDataFlowBandwidthResponse>;
|
|
117
|
+
export type CreateAuditCommandOutput = CommandOutput<CreateAuditResponse>;
|
|
105
118
|
export type CreateDataFlowTaskCommandOutput = CommandOutput<CreateDataFlowTaskResponse>;
|
|
106
119
|
export type CreateFileSystemCommandOutput = CommandOutput<CreateFileSystemResponse>;
|
|
107
120
|
export type CreateFilesetCommandOutput = CommandOutput<CreateFilesetResponse>;
|
|
@@ -109,12 +122,14 @@ export type CreateLensPolicyCommandOutput = CommandOutput<CreateLensPolicyRespon
|
|
|
109
122
|
export type CreateLensTaskCommandOutput = CommandOutput<CreateLensTaskResponse>;
|
|
110
123
|
export type CreateMountServiceCommandOutput = CommandOutput<CreateMountServiceResponse>;
|
|
111
124
|
export type CreatePreSignedUrlCommandOutput = CommandOutput<CreatePreSignedUrlResponse>;
|
|
125
|
+
export type DeleteAuditCommandOutput = CommandOutput<DeleteAuditResponse>;
|
|
112
126
|
export type DeleteDataFlowTaskCommandOutput = CommandOutput<DeleteDataFlowTaskResponse>;
|
|
113
127
|
export type DeleteFileSystemCommandOutput = CommandOutput<DeleteFileSystemResponse>;
|
|
114
128
|
export type DeleteFilesetCommandOutput = CommandOutput<DeleteFilesetResponse>;
|
|
115
129
|
export type DeleteLensPolicyCommandOutput = CommandOutput<DeleteLensPolicyResponse>;
|
|
116
130
|
export type DeleteLensTaskCommandOutput = CommandOutput<DeleteLensTaskResponse>;
|
|
117
131
|
export type DeleteMountServiceCommandOutput = CommandOutput<DeleteMountServiceResponse>;
|
|
132
|
+
export type DescribeAuditsCommandOutput = CommandOutput<DescribeAuditsResponse>;
|
|
118
133
|
export type DescribeDataFlowBandwidthCommandOutput = CommandOutput<DescribeDataFlowBandwidthResponse>;
|
|
119
134
|
export type DescribeDataFlowTasksCommandOutput = CommandOutput<DescribeDataFlowTasksResponse>;
|
|
120
135
|
export type DescribeFileSystemOverviewCommandOutput = CommandOutput<DescribeFileSystemOverviewResponse>;
|
|
@@ -133,10 +148,13 @@ export type ExpandFileSystemCommandOutput = CommandOutput<ExpandFileSystemRespon
|
|
|
133
148
|
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
134
149
|
export type SetFilesetQosCommandOutput = CommandOutput<SetFilesetQosResponse>;
|
|
135
150
|
export type SetFilesetQuotaCommandOutput = CommandOutput<SetFilesetQuotaResponse>;
|
|
151
|
+
export type StartAuditCommandOutput = CommandOutput<StartAuditResponse>;
|
|
136
152
|
export type StartLensServiceCommandOutput = CommandOutput<StartLensServiceResponse>;
|
|
153
|
+
export type StopAuditCommandOutput = CommandOutput<StopAuditResponse>;
|
|
137
154
|
export type StopLensServiceCommandOutput = CommandOutput<StopLensServiceResponse>;
|
|
138
155
|
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
139
156
|
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
157
|
+
export type UpdateAuditCommandOutput = CommandOutput<UpdateAuditResponse>;
|
|
140
158
|
export type UpdateFileSystemCommandOutput = CommandOutput<UpdateFileSystemResponse>;
|
|
141
159
|
export type UpdateFilesetCommandOutput = CommandOutput<UpdateFilesetResponse>;
|
|
142
160
|
export type UpdateLensPolicyCommandOutput = CommandOutput<UpdateLensPolicyResponse>;
|
|
@@ -176,6 +194,13 @@ export declare class ConfigDataFlowBandwidthCommand extends Command<ConfigDataFl
|
|
|
176
194
|
static readonly metaPath = "/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/";
|
|
177
195
|
constructor(input: ConfigDataFlowBandwidthRequest);
|
|
178
196
|
}
|
|
197
|
+
/**
|
|
198
|
+
* Command to CreateAudit
|
|
199
|
+
*/
|
|
200
|
+
export declare class CreateAuditCommand extends Command<CreateAuditRequest, CreateAuditCommandOutput, 'CreateAuditCommand'> {
|
|
201
|
+
static readonly metaPath = "/CreateAudit/2022-01-01/vepfs/post/application_json/";
|
|
202
|
+
constructor(input: CreateAuditRequest);
|
|
203
|
+
}
|
|
179
204
|
/**
|
|
180
205
|
* Command to CreateDataFlowTask
|
|
181
206
|
*/
|
|
@@ -225,6 +250,13 @@ export declare class CreatePreSignedUrlCommand extends Command<CreatePreSignedUr
|
|
|
225
250
|
static readonly metaPath = "/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/";
|
|
226
251
|
constructor(input: CreatePreSignedUrlRequest);
|
|
227
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* Command to DeleteAudit
|
|
255
|
+
*/
|
|
256
|
+
export declare class DeleteAuditCommand extends Command<DeleteAuditRequest, DeleteAuditCommandOutput, 'DeleteAuditCommand'> {
|
|
257
|
+
static readonly metaPath = "/DeleteAudit/2022-01-01/vepfs/post/application_json/";
|
|
258
|
+
constructor(input: DeleteAuditRequest);
|
|
259
|
+
}
|
|
228
260
|
/**
|
|
229
261
|
* Command to DeleteDataFlowTask
|
|
230
262
|
*/
|
|
@@ -267,6 +299,13 @@ export declare class DeleteMountServiceCommand extends Command<DeleteMountServic
|
|
|
267
299
|
static readonly metaPath = "/DeleteMountService/2022-01-01/vepfs/post/application_json/";
|
|
268
300
|
constructor(input: DeleteMountServiceRequest);
|
|
269
301
|
}
|
|
302
|
+
/**
|
|
303
|
+
* Command to DescribeAudits
|
|
304
|
+
*/
|
|
305
|
+
export declare class DescribeAuditsCommand extends Command<DescribeAuditsRequest, DescribeAuditsCommandOutput, 'DescribeAuditsCommand'> {
|
|
306
|
+
static readonly metaPath = "/DescribeAudits/2022-01-01/vepfs/post/application_json/";
|
|
307
|
+
constructor(input: DescribeAuditsRequest);
|
|
308
|
+
}
|
|
270
309
|
/**
|
|
271
310
|
* Command to DescribeDataFlowBandwidth
|
|
272
311
|
*/
|
|
@@ -393,6 +432,13 @@ export declare class SetFilesetQuotaCommand extends Command<SetFilesetQuotaReque
|
|
|
393
432
|
static readonly metaPath = "/SetFilesetQuota/2022-01-01/vepfs/post/application_json/";
|
|
394
433
|
constructor(input: SetFilesetQuotaRequest);
|
|
395
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* Command to StartAudit
|
|
437
|
+
*/
|
|
438
|
+
export declare class StartAuditCommand extends Command<StartAuditRequest, StartAuditCommandOutput, 'StartAuditCommand'> {
|
|
439
|
+
static readonly metaPath = "/StartAudit/2022-01-01/vepfs/post/application_json/";
|
|
440
|
+
constructor(input: StartAuditRequest);
|
|
441
|
+
}
|
|
396
442
|
/**
|
|
397
443
|
* Command to StartLensService
|
|
398
444
|
*/
|
|
@@ -400,6 +446,13 @@ export declare class StartLensServiceCommand extends Command<StartLensServiceReq
|
|
|
400
446
|
static readonly metaPath = "/StartLensService/2022-01-01/vepfs/post/application_json/";
|
|
401
447
|
constructor(input: StartLensServiceRequest);
|
|
402
448
|
}
|
|
449
|
+
/**
|
|
450
|
+
* Command to StopAudit
|
|
451
|
+
*/
|
|
452
|
+
export declare class StopAuditCommand extends Command<StopAuditRequest, StopAuditCommandOutput, 'StopAuditCommand'> {
|
|
453
|
+
static readonly metaPath = "/StopAudit/2022-01-01/vepfs/post/application_json/";
|
|
454
|
+
constructor(input: StopAuditRequest);
|
|
455
|
+
}
|
|
403
456
|
/**
|
|
404
457
|
* Command to StopLensService
|
|
405
458
|
*/
|
|
@@ -421,6 +474,13 @@ export declare class UntagResourcesCommand extends Command<UntagResourcesRequest
|
|
|
421
474
|
static readonly metaPath = "/UntagResources/2022-01-01/vepfs/post/application_json/";
|
|
422
475
|
constructor(input: UntagResourcesRequest);
|
|
423
476
|
}
|
|
477
|
+
/**
|
|
478
|
+
* Command to UpdateAudit
|
|
479
|
+
*/
|
|
480
|
+
export declare class UpdateAuditCommand extends Command<UpdateAuditRequest, UpdateAuditCommandOutput, 'UpdateAuditCommand'> {
|
|
481
|
+
static readonly metaPath = "/UpdateAudit/2022-01-01/vepfs/post/application_json/";
|
|
482
|
+
constructor(input: UpdateAuditRequest);
|
|
483
|
+
}
|
|
424
484
|
/**
|
|
425
485
|
* Command to UpdateFileSystem
|
|
426
486
|
*/
|
|
@@ -462,6 +522,7 @@ declare const _default: {
|
|
|
462
522
|
CancelDataFlowTaskCommand: typeof CancelDataFlowTaskCommand;
|
|
463
523
|
CancelLensTaskCommand: typeof CancelLensTaskCommand;
|
|
464
524
|
ConfigDataFlowBandwidthCommand: typeof ConfigDataFlowBandwidthCommand;
|
|
525
|
+
CreateAuditCommand: typeof CreateAuditCommand;
|
|
465
526
|
CreateDataFlowTaskCommand: typeof CreateDataFlowTaskCommand;
|
|
466
527
|
CreateFileSystemCommand: typeof CreateFileSystemCommand;
|
|
467
528
|
CreateFilesetCommand: typeof CreateFilesetCommand;
|
|
@@ -469,12 +530,14 @@ declare const _default: {
|
|
|
469
530
|
CreateLensTaskCommand: typeof CreateLensTaskCommand;
|
|
470
531
|
CreateMountServiceCommand: typeof CreateMountServiceCommand;
|
|
471
532
|
CreatePreSignedUrlCommand: typeof CreatePreSignedUrlCommand;
|
|
533
|
+
DeleteAuditCommand: typeof DeleteAuditCommand;
|
|
472
534
|
DeleteDataFlowTaskCommand: typeof DeleteDataFlowTaskCommand;
|
|
473
535
|
DeleteFileSystemCommand: typeof DeleteFileSystemCommand;
|
|
474
536
|
DeleteFilesetCommand: typeof DeleteFilesetCommand;
|
|
475
537
|
DeleteLensPolicyCommand: typeof DeleteLensPolicyCommand;
|
|
476
538
|
DeleteLensTaskCommand: typeof DeleteLensTaskCommand;
|
|
477
539
|
DeleteMountServiceCommand: typeof DeleteMountServiceCommand;
|
|
540
|
+
DescribeAuditsCommand: typeof DescribeAuditsCommand;
|
|
478
541
|
DescribeDataFlowBandwidthCommand: typeof DescribeDataFlowBandwidthCommand;
|
|
479
542
|
DescribeDataFlowTasksCommand: typeof DescribeDataFlowTasksCommand;
|
|
480
543
|
DescribeFileSystemOverviewCommand: typeof DescribeFileSystemOverviewCommand;
|
|
@@ -493,10 +556,13 @@ declare const _default: {
|
|
|
493
556
|
ListTagsForResourcesCommand: typeof ListTagsForResourcesCommand;
|
|
494
557
|
SetFilesetQosCommand: typeof SetFilesetQosCommand;
|
|
495
558
|
SetFilesetQuotaCommand: typeof SetFilesetQuotaCommand;
|
|
559
|
+
StartAuditCommand: typeof StartAuditCommand;
|
|
496
560
|
StartLensServiceCommand: typeof StartLensServiceCommand;
|
|
561
|
+
StopAuditCommand: typeof StopAuditCommand;
|
|
497
562
|
StopLensServiceCommand: typeof StopLensServiceCommand;
|
|
498
563
|
TagResourcesCommand: typeof TagResourcesCommand;
|
|
499
564
|
UntagResourcesCommand: typeof UntagResourcesCommand;
|
|
565
|
+
UpdateAuditCommand: typeof UpdateAuditCommand;
|
|
500
566
|
UpdateFileSystemCommand: typeof UpdateFileSystemCommand;
|
|
501
567
|
UpdateFilesetCommand: typeof UpdateFilesetCommand;
|
|
502
568
|
UpdateLensPolicyCommand: typeof UpdateLensPolicyCommand;
|
package/dist/esm/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,EAAkC,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEpH,OAAO,EAAE,yCAAyC,EAAE,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,0CAA0C,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;AAC/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,gCAAgC,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,iCAAiC,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,iCAAiC,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,kCAAkC,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,oCAAoC,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,oCAAoC,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,qCAAqC,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,2CAA2C,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAK3D,MAAM,MAAM,+CAA+C,GAAG,aAAa,CAAC,0CAA0C,CAAC,CAAC;AACxH,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,+BAA+B,CAAC,CAAC;AAClG,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAC1E,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAC1E,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,sCAAsC,GAAG,aAAa,CAAC,iCAAiC,CAAC,CAAC;AACtG,MAAM,MAAM,kCAAkC,GAAG,aAAa,CAAC,6BAA6B,CAAC,CAAC;AAC9F,MAAM,MAAM,uCAAuC,GAAG,aAAa,CAAC,kCAAkC,CAAC,CAAC;AACxG,MAAM,MAAM,yCAAyC,GAAG,aAAa,CAAC,oCAAoC,CAAC,CAAC;AAC5G,MAAM,MAAM,gCAAgC,GAAG,aAAa,CAAC,2BAA2B,CAAC,CAAC;AAC1F,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,iCAAiC,GAAG,aAAa,CAAC,4BAA4B,CAAC,CAAC;AAC5F,MAAM,MAAM,iCAAiC,GAAG,aAAa,CAAC,4BAA4B,CAAC,CAAC;AAC5F,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,yBAAyB,CAAC,CAAC;AACtF,MAAM,MAAM,0CAA0C,GAAG,aAAa,CAAC,qCAAqC,CAAC,CAAC;AAC9G,MAAM,MAAM,kCAAkC,GAAG,aAAa,CAAC,6BAA6B,CAAC,CAAC;AAC9F,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAClF,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,iDAAiD,GAAG,aAAa,CAAC,4CAA4C,CAAC,CAAC;AAC5H,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,iCAAiC,GAAG,aAAa,CAAC,4BAA4B,CAAC,CAAC;AAC5F,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAClF,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,kBAAkB,CAAC,CAAC;AACxE,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAAC;AACtE,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,oBAAoB,CAAC,CAAC;AAC5E,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAC1E,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;AACpF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAC;AAChF,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AAExF;;GAEG;AACH,qBAAa,WAAY,SAAQ,MAAM;gBACzB,MAAM,GAAE,YAAiB;CAOtC;AAED;;GAEG;AACH,qBAAa,yCAA0C,SAAQ,OAAO,CACpE,yCAAyC,EACzC,+CAA+C,EAC/C,2CAA2C,CAC5C;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iFAAiF;gBAE7F,KAAK,EAAE,yCAAyC;CAI7D;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,8BAA+B,SAAQ,OAAO,CACzD,8BAA8B,EAC9B,oCAAoC,EACpC,gCAAgC,CACjC;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,sEAAsE;gBAElF,KAAK,EAAE,8BAA8B;CAIlD;AACD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAC7C,kBAAkB,EAClB,wBAAwB,EACxB,oBAAoB,CACrB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,0DAA0D;gBAEtE,KAAK,EAAE,kBAAkB;CAItC;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAC/C,oBAAoB,EACpB,0BAA0B,EAC1B,sBAAsB,CACvB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4DAA4D;gBAExE,KAAK,EAAE,oBAAoB;CAIxC;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAC7C,kBAAkB,EAClB,wBAAwB,EACxB,oBAAoB,CACrB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,0DAA0D;gBAEtE,KAAK,EAAE,kBAAkB;CAItC;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAC/C,oBAAoB,EACpB,0BAA0B,EAC1B,sBAAsB,CACvB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4DAA4D;gBAExE,KAAK,EAAE,oBAAoB;CAIxC;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,gCAAiC,SAAQ,OAAO,CAC3D,gCAAgC,EAChC,sCAAsC,EACtC,kCAAkC,CACnC;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,wEAAwE;gBAEpF,KAAK,EAAE,gCAAgC;CAIpD;AACD;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,OAAO,CACvD,4BAA4B,EAC5B,kCAAkC,EAClC,8BAA8B,CAC/B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,oEAAoE;gBAEhF,KAAK,EAAE,4BAA4B;CAIhD;AACD;;GAEG;AACH,qBAAa,iCAAkC,SAAQ,OAAO,CAC5D,iCAAiC,EACjC,uCAAuC,EACvC,mCAAmC,CACpC;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yEAAyE;gBAErF,KAAK,EAAE,iCAAiC;CAIrD;AACD;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,OAAO,CAC9D,mCAAmC,EACnC,yCAAyC,EACzC,qCAAqC,CACtC;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,2EAA2E;gBAEvF,KAAK,EAAE,mCAAmC;CAIvD;AACD;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,OAAO,CACrD,0BAA0B,EAC1B,gCAAgC,EAChC,4BAA4B,CAC7B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,kEAAkE;gBAE9E,KAAK,EAAE,0BAA0B;CAI9C;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,2BAA4B,SAAQ,OAAO,CACtD,2BAA2B,EAC3B,iCAAiC,EACjC,6BAA6B,CAC9B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mEAAmE;gBAE/E,KAAK,EAAE,2BAA2B;CAI/C;AACD;;GAEG;AACH,qBAAa,2BAA4B,SAAQ,OAAO,CACtD,2BAA2B,EAC3B,iCAAiC,EACjC,6BAA6B,CAC9B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mEAAmE;gBAE/E,KAAK,EAAE,2BAA2B;CAI/C;AACD;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,OAAO,CACnD,wBAAwB,EACxB,8BAA8B,EAC9B,0BAA0B,CAC3B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,gEAAgE;gBAE5E,KAAK,EAAE,wBAAwB;CAI5C;AACD;;GAEG;AACH,qBAAa,oCAAqC,SAAQ,OAAO,CAC/D,oCAAoC,EACpC,0CAA0C,EAC1C,sCAAsC,CACvC;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4EAA4E;gBAExF,KAAK,EAAE,oCAAoC;CAIxD;AACD;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,OAAO,CACvD,4BAA4B,EAC5B,kCAAkC,EAClC,8BAA8B,CAC/B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,oEAAoE;gBAEhF,KAAK,EAAE,4BAA4B;CAIhD;AACD;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CACjD,sBAAsB,EACtB,4BAA4B,EAC5B,wBAAwB,CACzB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,8DAA8D;gBAE1E,KAAK,EAAE,sBAAsB;CAI1C;AACD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAC/C,oBAAoB,EACpB,0BAA0B,EAC1B,sBAAsB,CACvB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4DAA4D;gBAExE,KAAK,EAAE,oBAAoB;CAIxC;AACD;;GAEG;AACH,qBAAa,2CAA4C,SAAQ,OAAO,CACtE,2CAA2C,EAC3C,iDAAiD,EACjD,6CAA6C,CAC9C;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mFAAmF;gBAE/F,KAAK,EAAE,2CAA2C;CAI/D;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,2BAA4B,SAAQ,OAAO,CACtD,2BAA2B,EAC3B,iCAAiC,EACjC,6BAA6B,CAC9B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,mEAAmE;gBAE/E,KAAK,EAAE,2BAA2B;CAI/C;AACD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAC/C,oBAAoB,EACpB,0BAA0B,EAC1B,sBAAsB,CACvB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4DAA4D;gBAExE,KAAK,EAAE,oBAAoB;CAIxC;AACD;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CACjD,sBAAsB,EACtB,4BAA4B,EAC5B,wBAAwB,CACzB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,8DAA8D;gBAE1E,KAAK,EAAE,sBAAsB;CAI1C;AACD;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,OAAO,CAC5C,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,CACpB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yDAAyD;gBAErE,KAAK,EAAE,iBAAiB;CAIrC;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAC3C,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,CACnB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,wDAAwD;gBAEpE,KAAK,EAAE,gBAAgB;CAIpC;AACD;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CACjD,sBAAsB,EACtB,4BAA4B,EAC5B,wBAAwB,CACzB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,8DAA8D;gBAE1E,KAAK,EAAE,sBAAsB;CAI1C;AACD;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,OAAO,CAC9C,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,CACtB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,2DAA2D;gBAEvE,KAAK,EAAE,mBAAmB;CAIvC;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAC7C,kBAAkB,EAClB,wBAAwB,EACxB,oBAAoB,CACrB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,0DAA0D;gBAEtE,KAAK,EAAE,kBAAkB;CAItC;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAC/C,oBAAoB,EACpB,0BAA0B,EAC1B,sBAAsB,CACvB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,4DAA4D;gBAExE,KAAK,EAAE,oBAAoB;CAIxC;AACD;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,CAC1B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+DAA+D;gBAE3E,KAAK,EAAE,uBAAuB;CAI3C;AACD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAChD,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,CACxB;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,6DAA6D;gBAEzE,KAAK,EAAE,qBAAqB;CAIzC;AACD;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,OAAO,CACpD,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,QAAQ,iEAAiE;gBAE7E,KAAK,EAAE,yBAAyB;CAI7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,wBAoDE"}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -46,6 +46,13 @@ class ConfigDataFlowBandwidthCommand extends Command {
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
_define_property(ConfigDataFlowBandwidthCommand, "metaPath", '/ConfigDataFlowBandwidth/2022-01-01/vepfs/post/application_json/');
|
|
49
|
+
class CreateAuditCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAuditCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(CreateAuditCommand, "metaPath", '/CreateAudit/2022-01-01/vepfs/post/application_json/');
|
|
49
56
|
class CreateDataFlowTaskCommand extends Command {
|
|
50
57
|
constructor(input){
|
|
51
58
|
super(input);
|
|
@@ -95,6 +102,13 @@ class CreatePreSignedUrlCommand extends Command {
|
|
|
95
102
|
}
|
|
96
103
|
}
|
|
97
104
|
_define_property(CreatePreSignedUrlCommand, "metaPath", '/CreatePreSignedUrl/2022-01-01/vepfs/post/application_json/');
|
|
105
|
+
class DeleteAuditCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAuditCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(DeleteAuditCommand, "metaPath", '/DeleteAudit/2022-01-01/vepfs/post/application_json/');
|
|
98
112
|
class DeleteDataFlowTaskCommand extends Command {
|
|
99
113
|
constructor(input){
|
|
100
114
|
super(input);
|
|
@@ -137,6 +151,13 @@ class DeleteMountServiceCommand extends Command {
|
|
|
137
151
|
}
|
|
138
152
|
}
|
|
139
153
|
_define_property(DeleteMountServiceCommand, "metaPath", '/DeleteMountService/2022-01-01/vepfs/post/application_json/');
|
|
154
|
+
class DescribeAuditsCommand extends Command {
|
|
155
|
+
constructor(input){
|
|
156
|
+
super(input);
|
|
157
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAuditsCommand.metaPath);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
_define_property(DescribeAuditsCommand, "metaPath", '/DescribeAudits/2022-01-01/vepfs/post/application_json/');
|
|
140
161
|
class DescribeDataFlowBandwidthCommand extends Command {
|
|
141
162
|
constructor(input){
|
|
142
163
|
super(input);
|
|
@@ -263,6 +284,13 @@ class SetFilesetQuotaCommand extends Command {
|
|
|
263
284
|
}
|
|
264
285
|
}
|
|
265
286
|
_define_property(SetFilesetQuotaCommand, "metaPath", '/SetFilesetQuota/2022-01-01/vepfs/post/application_json/');
|
|
287
|
+
class StartAuditCommand extends Command {
|
|
288
|
+
constructor(input){
|
|
289
|
+
super(input);
|
|
290
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StartAuditCommand.metaPath);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
_define_property(StartAuditCommand, "metaPath", '/StartAudit/2022-01-01/vepfs/post/application_json/');
|
|
266
294
|
class StartLensServiceCommand extends Command {
|
|
267
295
|
constructor(input){
|
|
268
296
|
super(input);
|
|
@@ -270,6 +298,13 @@ class StartLensServiceCommand extends Command {
|
|
|
270
298
|
}
|
|
271
299
|
}
|
|
272
300
|
_define_property(StartLensServiceCommand, "metaPath", '/StartLensService/2022-01-01/vepfs/post/application_json/');
|
|
301
|
+
class StopAuditCommand extends Command {
|
|
302
|
+
constructor(input){
|
|
303
|
+
super(input);
|
|
304
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StopAuditCommand.metaPath);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
_define_property(StopAuditCommand, "metaPath", '/StopAudit/2022-01-01/vepfs/post/application_json/');
|
|
273
308
|
class StopLensServiceCommand extends Command {
|
|
274
309
|
constructor(input){
|
|
275
310
|
super(input);
|
|
@@ -291,6 +326,13 @@ class UntagResourcesCommand extends Command {
|
|
|
291
326
|
}
|
|
292
327
|
}
|
|
293
328
|
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/vepfs/post/application_json/');
|
|
329
|
+
class UpdateAuditCommand extends Command {
|
|
330
|
+
constructor(input){
|
|
331
|
+
super(input);
|
|
332
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAuditCommand.metaPath);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
_define_property(UpdateAuditCommand, "metaPath", '/UpdateAudit/2022-01-01/vepfs/post/application_json/');
|
|
294
336
|
class UpdateFileSystemCommand extends Command {
|
|
295
337
|
constructor(input){
|
|
296
338
|
super(input);
|
|
@@ -326,4 +368,4 @@ class UpdateMountServiceCommand extends Command {
|
|
|
326
368
|
}
|
|
327
369
|
}
|
|
328
370
|
_define_property(UpdateMountServiceCommand, "metaPath", '/UpdateMountService/2022-01-01/vepfs/post/application_json/');
|
|
329
|
-
export { AttachMountServiceToSelfFileSystemCommand, CancelDataFlowTaskCommand, CancelLensTaskCommand, ConfigDataFlowBandwidthCommand, CreateDataFlowTaskCommand, CreateFileSystemCommand, CreateFilesetCommand, CreateLensPolicyCommand, CreateLensTaskCommand, CreateMountServiceCommand, CreatePreSignedUrlCommand, DeleteDataFlowTaskCommand, DeleteFileSystemCommand, DeleteFilesetCommand, DeleteLensPolicyCommand, DeleteLensTaskCommand, DeleteMountServiceCommand, DescribeDataFlowBandwidthCommand, DescribeDataFlowTasksCommand, DescribeFileSystemOverviewCommand, DescribeFileSystemStatisticsCommand, DescribeFileSystemsCommand, DescribeFilesetsCommand, DescribeLensPoliciesCommand, DescribeLensServicesCommand, DescribeLensTasksCommand, DescribeMountServiceNodeTypesCommand, DescribeMountServicesCommand, DescribeRegionsCommand, DescribeZonesCommand, DetachMountServiceFromSelfFileSystemCommand, ExpandFileSystemCommand, ListTagsForResourcesCommand, SetFilesetQosCommand, SetFilesetQuotaCommand, StartLensServiceCommand, StopLensServiceCommand, TagResourcesCommand, UntagResourcesCommand, UpdateFileSystemCommand, UpdateFilesetCommand, UpdateLensPolicyCommand, UpdateLensTaskCommand, UpdateMountServiceCommand, VEPFSClient };
|
|
371
|
+
export { AttachMountServiceToSelfFileSystemCommand, CancelDataFlowTaskCommand, CancelLensTaskCommand, ConfigDataFlowBandwidthCommand, CreateAuditCommand, CreateDataFlowTaskCommand, CreateFileSystemCommand, CreateFilesetCommand, CreateLensPolicyCommand, CreateLensTaskCommand, CreateMountServiceCommand, CreatePreSignedUrlCommand, DeleteAuditCommand, DeleteDataFlowTaskCommand, DeleteFileSystemCommand, DeleteFilesetCommand, DeleteLensPolicyCommand, DeleteLensTaskCommand, DeleteMountServiceCommand, DescribeAuditsCommand, DescribeDataFlowBandwidthCommand, DescribeDataFlowTasksCommand, DescribeFileSystemOverviewCommand, DescribeFileSystemStatisticsCommand, DescribeFileSystemsCommand, DescribeFilesetsCommand, DescribeLensPoliciesCommand, DescribeLensServicesCommand, DescribeLensTasksCommand, DescribeMountServiceNodeTypesCommand, DescribeMountServicesCommand, DescribeRegionsCommand, DescribeZonesCommand, DetachMountServiceFromSelfFileSystemCommand, ExpandFileSystemCommand, ListTagsForResourcesCommand, SetFilesetQosCommand, SetFilesetQuotaCommand, StartAuditCommand, StartLensServiceCommand, StopAuditCommand, StopLensServiceCommand, TagResourcesCommand, UntagResourcesCommand, UpdateAuditCommand, UpdateFileSystemCommand, UpdateFilesetCommand, UpdateLensPolicyCommand, UpdateLensTaskCommand, UpdateMountServiceCommand, VEPFSClient };
|