@aws-sdk/client-fsx 3.933.0 → 3.935.0

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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +398 -389
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +386 -0
  4. package/dist-es/models/errors.js +595 -0
  5. package/dist-es/models/models_0.js +1 -981
  6. package/dist-es/schemas/schemas_0.js +12 -4
  7. package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
  8. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
  9. package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
  10. package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
  11. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
  12. package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
  15. package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
  16. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
  17. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
  18. package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
  19. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
  20. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
  21. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
  22. package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
  23. package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
  24. package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
  25. package/dist-types/index.d.ts +3 -1
  26. package/dist-types/models/enums.d.ts +938 -0
  27. package/dist-types/models/errors.d.ts +782 -0
  28. package/dist-types/models/models_0.d.ts +415 -1761
  29. package/dist-types/schemas/schemas_0.d.ts +1 -0
  30. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
  31. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
  32. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
  36. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
  46. package/dist-types/ts3.4/index.d.ts +3 -1
  47. package/dist-types/ts3.4/models/enums.d.ts +507 -0
  48. package/dist-types/ts3.4/models/errors.d.ts +319 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +147 -825
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  51. package/package.json +12 -12
  52. package/dist-es/models/index.js +0 -2
  53. package/dist-es/models/models_1.js +0 -1
  54. package/dist-types/models/index.d.ts +0 -2
  55. package/dist-types/models/models_1.d.ts +0 -332
  56. package/dist-types/ts3.4/models/index.d.ts +0 -2
  57. package/dist-types/ts3.4/models/models_1.d.ts +0 -82
@@ -0,0 +1,938 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ActiveDirectoryErrorType: {
6
+ readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
7
+ readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
8
+ readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
9
+ readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
10
+ readonly WRONG_VPC: "WRONG_VPC";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type ActiveDirectoryErrorType = (typeof ActiveDirectoryErrorType)[keyof typeof ActiveDirectoryErrorType];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const AdministrativeActionType: {
21
+ readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
22
+ readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
23
+ readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
24
+ readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
25
+ readonly IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION";
26
+ readonly MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY";
27
+ readonly RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS";
28
+ readonly SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE";
29
+ readonly STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION";
30
+ readonly STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION";
31
+ readonly THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION";
32
+ readonly VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT";
33
+ readonly VOLUME_RESTORE: "VOLUME_RESTORE";
34
+ readonly VOLUME_UPDATE: "VOLUME_UPDATE";
35
+ readonly VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT";
36
+ };
37
+ /**
38
+ * @public
39
+ */
40
+ export type AdministrativeActionType = (typeof AdministrativeActionType)[keyof typeof AdministrativeActionType];
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const Status: {
46
+ readonly CANCELLED: "CANCELLED";
47
+ readonly COMPLETED: "COMPLETED";
48
+ readonly FAILED: "FAILED";
49
+ readonly IN_PROGRESS: "IN_PROGRESS";
50
+ readonly OPTIMIZING: "OPTIMIZING";
51
+ readonly PAUSED: "PAUSED";
52
+ readonly PENDING: "PENDING";
53
+ readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
54
+ };
55
+ /**
56
+ * @public
57
+ */
58
+ export type Status = (typeof Status)[keyof typeof Status];
59
+ /**
60
+ * @public
61
+ * @enum
62
+ */
63
+ export declare const FileSystemType: {
64
+ readonly LUSTRE: "LUSTRE";
65
+ readonly ONTAP: "ONTAP";
66
+ readonly OPENZFS: "OPENZFS";
67
+ readonly WINDOWS: "WINDOWS";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
73
+ /**
74
+ * @public
75
+ * @enum
76
+ */
77
+ export declare const FileSystemLifecycle: {
78
+ readonly AVAILABLE: "AVAILABLE";
79
+ readonly CREATING: "CREATING";
80
+ readonly DELETING: "DELETING";
81
+ readonly FAILED: "FAILED";
82
+ readonly MISCONFIGURED: "MISCONFIGURED";
83
+ readonly MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE";
84
+ readonly UPDATING: "UPDATING";
85
+ };
86
+ /**
87
+ * @public
88
+ */
89
+ export type FileSystemLifecycle = (typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
90
+ /**
91
+ * @public
92
+ * @enum
93
+ */
94
+ export declare const DataCompressionType: {
95
+ readonly LZ4: "LZ4";
96
+ readonly NONE: "NONE";
97
+ };
98
+ /**
99
+ * @public
100
+ */
101
+ export type DataCompressionType = (typeof DataCompressionType)[keyof typeof DataCompressionType];
102
+ /**
103
+ * @public
104
+ * @enum
105
+ */
106
+ export declare const LustreReadCacheSizingMode: {
107
+ readonly NO_CACHE: "NO_CACHE";
108
+ readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
109
+ readonly USER_PROVISIONED: "USER_PROVISIONED";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type LustreReadCacheSizingMode = (typeof LustreReadCacheSizingMode)[keyof typeof LustreReadCacheSizingMode];
115
+ /**
116
+ * @public
117
+ * @enum
118
+ */
119
+ export declare const AutoImportPolicyType: {
120
+ readonly NEW: "NEW";
121
+ readonly NEW_CHANGED: "NEW_CHANGED";
122
+ readonly NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED";
123
+ readonly NONE: "NONE";
124
+ };
125
+ /**
126
+ * @public
127
+ */
128
+ export type AutoImportPolicyType = (typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
129
+ /**
130
+ * @public
131
+ * @enum
132
+ */
133
+ export declare const DataRepositoryLifecycle: {
134
+ readonly AVAILABLE: "AVAILABLE";
135
+ readonly CREATING: "CREATING";
136
+ readonly DELETING: "DELETING";
137
+ readonly FAILED: "FAILED";
138
+ readonly MISCONFIGURED: "MISCONFIGURED";
139
+ readonly UPDATING: "UPDATING";
140
+ };
141
+ /**
142
+ * @public
143
+ */
144
+ export type DataRepositoryLifecycle = (typeof DataRepositoryLifecycle)[keyof typeof DataRepositoryLifecycle];
145
+ /**
146
+ * @public
147
+ * @enum
148
+ */
149
+ export declare const LustreDeploymentType: {
150
+ readonly PERSISTENT_1: "PERSISTENT_1";
151
+ readonly PERSISTENT_2: "PERSISTENT_2";
152
+ readonly SCRATCH_1: "SCRATCH_1";
153
+ readonly SCRATCH_2: "SCRATCH_2";
154
+ };
155
+ /**
156
+ * @public
157
+ */
158
+ export type LustreDeploymentType = (typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
159
+ /**
160
+ * @public
161
+ * @enum
162
+ */
163
+ export declare const DriveCacheType: {
164
+ readonly NONE: "NONE";
165
+ readonly READ: "READ";
166
+ };
167
+ /**
168
+ * @public
169
+ */
170
+ export type DriveCacheType = (typeof DriveCacheType)[keyof typeof DriveCacheType];
171
+ /**
172
+ * @public
173
+ * @enum
174
+ */
175
+ export declare const LustreAccessAuditLogLevel: {
176
+ readonly DISABLED: "DISABLED";
177
+ readonly ERROR_ONLY: "ERROR_ONLY";
178
+ readonly WARN_ERROR: "WARN_ERROR";
179
+ readonly WARN_ONLY: "WARN_ONLY";
180
+ };
181
+ /**
182
+ * @public
183
+ */
184
+ export type LustreAccessAuditLogLevel = (typeof LustreAccessAuditLogLevel)[keyof typeof LustreAccessAuditLogLevel];
185
+ /**
186
+ * @public
187
+ * @enum
188
+ */
189
+ export declare const MetadataConfigurationMode: {
190
+ readonly AUTOMATIC: "AUTOMATIC";
191
+ readonly USER_PROVISIONED: "USER_PROVISIONED";
192
+ };
193
+ /**
194
+ * @public
195
+ */
196
+ export type MetadataConfigurationMode = (typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
197
+ /**
198
+ * @public
199
+ * @enum
200
+ */
201
+ export declare const NetworkType: {
202
+ readonly DUAL: "DUAL";
203
+ readonly IPV4: "IPV4";
204
+ };
205
+ /**
206
+ * @public
207
+ */
208
+ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
209
+ /**
210
+ * @public
211
+ * @enum
212
+ */
213
+ export declare const OntapDeploymentType: {
214
+ readonly MULTI_AZ_1: "MULTI_AZ_1";
215
+ readonly MULTI_AZ_2: "MULTI_AZ_2";
216
+ readonly SINGLE_AZ_1: "SINGLE_AZ_1";
217
+ readonly SINGLE_AZ_2: "SINGLE_AZ_2";
218
+ };
219
+ /**
220
+ * @public
221
+ */
222
+ export type OntapDeploymentType = (typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
223
+ /**
224
+ * @public
225
+ * @enum
226
+ */
227
+ export declare const DiskIopsConfigurationMode: {
228
+ readonly AUTOMATIC: "AUTOMATIC";
229
+ readonly USER_PROVISIONED: "USER_PROVISIONED";
230
+ };
231
+ /**
232
+ * @public
233
+ */
234
+ export type DiskIopsConfigurationMode = (typeof DiskIopsConfigurationMode)[keyof typeof DiskIopsConfigurationMode];
235
+ /**
236
+ * @public
237
+ * @enum
238
+ */
239
+ export declare const OpenZFSDeploymentType: {
240
+ readonly MULTI_AZ_1: "MULTI_AZ_1";
241
+ readonly SINGLE_AZ_1: "SINGLE_AZ_1";
242
+ readonly SINGLE_AZ_2: "SINGLE_AZ_2";
243
+ readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
244
+ readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
245
+ };
246
+ /**
247
+ * @public
248
+ */
249
+ export type OpenZFSDeploymentType = (typeof OpenZFSDeploymentType)[keyof typeof OpenZFSDeploymentType];
250
+ /**
251
+ * @public
252
+ * @enum
253
+ */
254
+ export declare const OpenZFSReadCacheSizingMode: {
255
+ readonly NO_CACHE: "NO_CACHE";
256
+ readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
257
+ readonly USER_PROVISIONED: "USER_PROVISIONED";
258
+ };
259
+ /**
260
+ * @public
261
+ */
262
+ export type OpenZFSReadCacheSizingMode = (typeof OpenZFSReadCacheSizingMode)[keyof typeof OpenZFSReadCacheSizingMode];
263
+ /**
264
+ * @public
265
+ * @enum
266
+ */
267
+ export declare const StorageType: {
268
+ readonly HDD: "HDD";
269
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
270
+ readonly SSD: "SSD";
271
+ };
272
+ /**
273
+ * @public
274
+ */
275
+ export type StorageType = (typeof StorageType)[keyof typeof StorageType];
276
+ /**
277
+ * @public
278
+ * @enum
279
+ */
280
+ export declare const AliasLifecycle: {
281
+ readonly AVAILABLE: "AVAILABLE";
282
+ readonly CREATE_FAILED: "CREATE_FAILED";
283
+ readonly CREATING: "CREATING";
284
+ readonly DELETE_FAILED: "DELETE_FAILED";
285
+ readonly DELETING: "DELETING";
286
+ };
287
+ /**
288
+ * @public
289
+ */
290
+ export type AliasLifecycle = (typeof AliasLifecycle)[keyof typeof AliasLifecycle];
291
+ /**
292
+ * @public
293
+ * @enum
294
+ */
295
+ export declare const WindowsAccessAuditLogLevel: {
296
+ readonly DISABLED: "DISABLED";
297
+ readonly FAILURE_ONLY: "FAILURE_ONLY";
298
+ readonly SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE";
299
+ readonly SUCCESS_ONLY: "SUCCESS_ONLY";
300
+ };
301
+ /**
302
+ * @public
303
+ */
304
+ export type WindowsAccessAuditLogLevel = (typeof WindowsAccessAuditLogLevel)[keyof typeof WindowsAccessAuditLogLevel];
305
+ /**
306
+ * @public
307
+ * @enum
308
+ */
309
+ export declare const WindowsDeploymentType: {
310
+ readonly MULTI_AZ_1: "MULTI_AZ_1";
311
+ readonly SINGLE_AZ_1: "SINGLE_AZ_1";
312
+ readonly SINGLE_AZ_2: "SINGLE_AZ_2";
313
+ };
314
+ /**
315
+ * @public
316
+ */
317
+ export type WindowsDeploymentType = (typeof WindowsDeploymentType)[keyof typeof WindowsDeploymentType];
318
+ /**
319
+ * @public
320
+ * @enum
321
+ */
322
+ export declare const FileSystemMaintenanceOperation: {
323
+ readonly BACKING_UP: "BACKING_UP";
324
+ readonly PATCHING: "PATCHING";
325
+ };
326
+ /**
327
+ * @public
328
+ */
329
+ export type FileSystemMaintenanceOperation = (typeof FileSystemMaintenanceOperation)[keyof typeof FileSystemMaintenanceOperation];
330
+ /**
331
+ * @public
332
+ * @enum
333
+ */
334
+ export declare const SnapshotLifecycle: {
335
+ readonly AVAILABLE: "AVAILABLE";
336
+ readonly CREATING: "CREATING";
337
+ readonly DELETING: "DELETING";
338
+ readonly PENDING: "PENDING";
339
+ };
340
+ /**
341
+ * @public
342
+ */
343
+ export type SnapshotLifecycle = (typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
344
+ /**
345
+ * @public
346
+ * @enum
347
+ */
348
+ export declare const VolumeLifecycle: {
349
+ readonly AVAILABLE: "AVAILABLE";
350
+ readonly CREATED: "CREATED";
351
+ readonly CREATING: "CREATING";
352
+ readonly DELETING: "DELETING";
353
+ readonly FAILED: "FAILED";
354
+ readonly MISCONFIGURED: "MISCONFIGURED";
355
+ readonly PENDING: "PENDING";
356
+ };
357
+ /**
358
+ * @public
359
+ */
360
+ export type VolumeLifecycle = (typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
361
+ /**
362
+ * @public
363
+ * @enum
364
+ */
365
+ export declare const FlexCacheEndpointType: {
366
+ readonly CACHE: "CACHE";
367
+ readonly NONE: "NONE";
368
+ readonly ORIGIN: "ORIGIN";
369
+ };
370
+ /**
371
+ * @public
372
+ */
373
+ export type FlexCacheEndpointType = (typeof FlexCacheEndpointType)[keyof typeof FlexCacheEndpointType];
374
+ /**
375
+ * @public
376
+ * @enum
377
+ */
378
+ export declare const OntapVolumeType: {
379
+ readonly DP: "DP";
380
+ readonly LS: "LS";
381
+ readonly RW: "RW";
382
+ };
383
+ /**
384
+ * @public
385
+ */
386
+ export type OntapVolumeType = (typeof OntapVolumeType)[keyof typeof OntapVolumeType];
387
+ /**
388
+ * @public
389
+ * @enum
390
+ */
391
+ export declare const SecurityStyle: {
392
+ readonly MIXED: "MIXED";
393
+ readonly NTFS: "NTFS";
394
+ readonly UNIX: "UNIX";
395
+ };
396
+ /**
397
+ * @public
398
+ */
399
+ export type SecurityStyle = (typeof SecurityStyle)[keyof typeof SecurityStyle];
400
+ /**
401
+ * @public
402
+ * @enum
403
+ */
404
+ export declare const AutocommitPeriodType: {
405
+ readonly DAYS: "DAYS";
406
+ readonly HOURS: "HOURS";
407
+ readonly MINUTES: "MINUTES";
408
+ readonly MONTHS: "MONTHS";
409
+ readonly NONE: "NONE";
410
+ readonly YEARS: "YEARS";
411
+ };
412
+ /**
413
+ * @public
414
+ */
415
+ export type AutocommitPeriodType = (typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
416
+ /**
417
+ * @public
418
+ * @enum
419
+ */
420
+ export declare const PrivilegedDelete: {
421
+ readonly DISABLED: "DISABLED";
422
+ readonly ENABLED: "ENABLED";
423
+ readonly PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED";
424
+ };
425
+ /**
426
+ * @public
427
+ */
428
+ export type PrivilegedDelete = (typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
429
+ /**
430
+ * @public
431
+ * @enum
432
+ */
433
+ export declare const RetentionPeriodType: {
434
+ readonly DAYS: "DAYS";
435
+ readonly HOURS: "HOURS";
436
+ readonly INFINITE: "INFINITE";
437
+ readonly MINUTES: "MINUTES";
438
+ readonly MONTHS: "MONTHS";
439
+ readonly SECONDS: "SECONDS";
440
+ readonly UNSPECIFIED: "UNSPECIFIED";
441
+ readonly YEARS: "YEARS";
442
+ };
443
+ /**
444
+ * @public
445
+ */
446
+ export type RetentionPeriodType = (typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
447
+ /**
448
+ * @public
449
+ * @enum
450
+ */
451
+ export declare const SnaplockType: {
452
+ readonly COMPLIANCE: "COMPLIANCE";
453
+ readonly ENTERPRISE: "ENTERPRISE";
454
+ };
455
+ /**
456
+ * @public
457
+ */
458
+ export type SnaplockType = (typeof SnaplockType)[keyof typeof SnaplockType];
459
+ /**
460
+ * @public
461
+ * @enum
462
+ */
463
+ export declare const TieringPolicyName: {
464
+ readonly ALL: "ALL";
465
+ readonly AUTO: "AUTO";
466
+ readonly NONE: "NONE";
467
+ readonly SNAPSHOT_ONLY: "SNAPSHOT_ONLY";
468
+ };
469
+ /**
470
+ * @public
471
+ */
472
+ export type TieringPolicyName = (typeof TieringPolicyName)[keyof typeof TieringPolicyName];
473
+ /**
474
+ * @public
475
+ * @enum
476
+ */
477
+ export declare const VolumeStyle: {
478
+ readonly FLEXGROUP: "FLEXGROUP";
479
+ readonly FLEXVOL: "FLEXVOL";
480
+ };
481
+ /**
482
+ * @public
483
+ */
484
+ export type VolumeStyle = (typeof VolumeStyle)[keyof typeof VolumeStyle];
485
+ /**
486
+ * @public
487
+ * @enum
488
+ */
489
+ export declare const OpenZFSCopyStrategy: {
490
+ readonly CLONE: "CLONE";
491
+ readonly FULL_COPY: "FULL_COPY";
492
+ readonly INCREMENTAL_COPY: "INCREMENTAL_COPY";
493
+ };
494
+ /**
495
+ * @public
496
+ */
497
+ export type OpenZFSCopyStrategy = (typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
498
+ /**
499
+ * @public
500
+ * @enum
501
+ */
502
+ export declare const OpenZFSDataCompressionType: {
503
+ readonly LZ4: "LZ4";
504
+ readonly NONE: "NONE";
505
+ readonly ZSTD: "ZSTD";
506
+ };
507
+ /**
508
+ * @public
509
+ */
510
+ export type OpenZFSDataCompressionType = (typeof OpenZFSDataCompressionType)[keyof typeof OpenZFSDataCompressionType];
511
+ /**
512
+ * @public
513
+ * @enum
514
+ */
515
+ export declare const OpenZFSQuotaType: {
516
+ readonly GROUP: "GROUP";
517
+ readonly USER: "USER";
518
+ };
519
+ /**
520
+ * @public
521
+ */
522
+ export type OpenZFSQuotaType = (typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
523
+ /**
524
+ * @public
525
+ * @enum
526
+ */
527
+ export declare const VolumeType: {
528
+ readonly ONTAP: "ONTAP";
529
+ readonly OPENZFS: "OPENZFS";
530
+ };
531
+ /**
532
+ * @public
533
+ */
534
+ export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
535
+ /**
536
+ * @public
537
+ * @enum
538
+ */
539
+ export declare const EventType: {
540
+ readonly CHANGED: "CHANGED";
541
+ readonly DELETED: "DELETED";
542
+ readonly NEW: "NEW";
543
+ };
544
+ /**
545
+ * @public
546
+ */
547
+ export type EventType = (typeof EventType)[keyof typeof EventType];
548
+ /**
549
+ * @public
550
+ * @enum
551
+ */
552
+ export declare const DataRepositoryTaskLifecycle: {
553
+ readonly CANCELED: "CANCELED";
554
+ readonly CANCELING: "CANCELING";
555
+ readonly EXECUTING: "EXECUTING";
556
+ readonly FAILED: "FAILED";
557
+ readonly PENDING: "PENDING";
558
+ readonly SUCCEEDED: "SUCCEEDED";
559
+ };
560
+ /**
561
+ * @public
562
+ */
563
+ export type DataRepositoryTaskLifecycle = (typeof DataRepositoryTaskLifecycle)[keyof typeof DataRepositoryTaskLifecycle];
564
+ /**
565
+ * @public
566
+ * @enum
567
+ */
568
+ export declare const BackupLifecycle: {
569
+ readonly AVAILABLE: "AVAILABLE";
570
+ readonly COPYING: "COPYING";
571
+ readonly CREATING: "CREATING";
572
+ readonly DELETED: "DELETED";
573
+ readonly FAILED: "FAILED";
574
+ readonly PENDING: "PENDING";
575
+ readonly TRANSFERRING: "TRANSFERRING";
576
+ };
577
+ /**
578
+ * @public
579
+ */
580
+ export type BackupLifecycle = (typeof BackupLifecycle)[keyof typeof BackupLifecycle];
581
+ /**
582
+ * @public
583
+ * @enum
584
+ */
585
+ export declare const ResourceType: {
586
+ readonly FILE_SYSTEM: "FILE_SYSTEM";
587
+ readonly VOLUME: "VOLUME";
588
+ };
589
+ /**
590
+ * @public
591
+ */
592
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
593
+ /**
594
+ * @public
595
+ * @enum
596
+ */
597
+ export declare const BackupType: {
598
+ readonly AUTOMATIC: "AUTOMATIC";
599
+ readonly AWS_BACKUP: "AWS_BACKUP";
600
+ readonly USER_INITIATED: "USER_INITIATED";
601
+ };
602
+ /**
603
+ * @public
604
+ */
605
+ export type BackupType = (typeof BackupType)[keyof typeof BackupType];
606
+ /**
607
+ * @public
608
+ * @enum
609
+ */
610
+ export declare const ServiceLimit: {
611
+ readonly FILE_CACHE_COUNT: "FILE_CACHE_COUNT";
612
+ readonly FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT";
613
+ readonly STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM";
614
+ readonly TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS";
615
+ readonly TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS";
616
+ readonly TOTAL_STORAGE: "TOTAL_STORAGE";
617
+ readonly TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY";
618
+ readonly TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS";
619
+ readonly TOTAL_USER_TAGS: "TOTAL_USER_TAGS";
620
+ readonly VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM";
621
+ };
622
+ /**
623
+ * @public
624
+ */
625
+ export type ServiceLimit = (typeof ServiceLimit)[keyof typeof ServiceLimit];
626
+ /**
627
+ * @public
628
+ * @enum
629
+ */
630
+ export declare const UpdateOpenZFSVolumeOption: {
631
+ readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
632
+ readonly DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA";
633
+ readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
634
+ };
635
+ /**
636
+ * @public
637
+ */
638
+ export type UpdateOpenZFSVolumeOption = (typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
639
+ /**
640
+ * @public
641
+ * @enum
642
+ */
643
+ export declare const OpenZFSFileSystemUserType: {
644
+ readonly POSIX: "POSIX";
645
+ };
646
+ /**
647
+ * @public
648
+ */
649
+ export type OpenZFSFileSystemUserType = (typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
650
+ /**
651
+ * @public
652
+ * @enum
653
+ */
654
+ export declare const S3AccessPointAttachmentType: {
655
+ readonly OPENZFS: "OPENZFS";
656
+ };
657
+ /**
658
+ * @public
659
+ */
660
+ export type S3AccessPointAttachmentType = (typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];
661
+ /**
662
+ * @public
663
+ * @enum
664
+ */
665
+ export declare const S3AccessPointAttachmentLifecycle: {
666
+ readonly AVAILABLE: "AVAILABLE";
667
+ readonly CREATING: "CREATING";
668
+ readonly DELETING: "DELETING";
669
+ readonly FAILED: "FAILED";
670
+ readonly UPDATING: "UPDATING";
671
+ };
672
+ /**
673
+ * @public
674
+ */
675
+ export type S3AccessPointAttachmentLifecycle = (typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle];
676
+ /**
677
+ * @public
678
+ * @enum
679
+ */
680
+ export declare const NfsVersion: {
681
+ readonly NFS3: "NFS3";
682
+ };
683
+ /**
684
+ * @public
685
+ */
686
+ export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];
687
+ /**
688
+ * @public
689
+ * @enum
690
+ */
691
+ export declare const Unit: {
692
+ readonly DAYS: "DAYS";
693
+ };
694
+ /**
695
+ * @public
696
+ */
697
+ export type Unit = (typeof Unit)[keyof typeof Unit];
698
+ /**
699
+ * @public
700
+ * @enum
701
+ */
702
+ export declare const ReportFormat: {
703
+ readonly REPORT_CSV_20191124: "REPORT_CSV_20191124";
704
+ };
705
+ /**
706
+ * @public
707
+ */
708
+ export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat];
709
+ /**
710
+ * @public
711
+ * @enum
712
+ */
713
+ export declare const ReportScope: {
714
+ readonly FAILED_FILES_ONLY: "FAILED_FILES_ONLY";
715
+ };
716
+ /**
717
+ * @public
718
+ */
719
+ export type ReportScope = (typeof ReportScope)[keyof typeof ReportScope];
720
+ /**
721
+ * @public
722
+ * @enum
723
+ */
724
+ export declare const DataRepositoryTaskType: {
725
+ readonly AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA";
726
+ readonly EVICTION: "RELEASE_DATA_FROM_FILESYSTEM";
727
+ readonly EXPORT: "EXPORT_TO_REPOSITORY";
728
+ readonly IMPORT: "IMPORT_METADATA_FROM_REPOSITORY";
729
+ };
730
+ /**
731
+ * @public
732
+ */
733
+ export type DataRepositoryTaskType = (typeof DataRepositoryTaskType)[keyof typeof DataRepositoryTaskType];
734
+ /**
735
+ * @public
736
+ * @enum
737
+ */
738
+ export declare const FileCacheType: {
739
+ readonly LUSTRE: "LUSTRE";
740
+ };
741
+ /**
742
+ * @public
743
+ */
744
+ export type FileCacheType = (typeof FileCacheType)[keyof typeof FileCacheType];
745
+ /**
746
+ * @public
747
+ * @enum
748
+ */
749
+ export declare const FileCacheLustreDeploymentType: {
750
+ readonly CACHE_1: "CACHE_1";
751
+ };
752
+ /**
753
+ * @public
754
+ */
755
+ export type FileCacheLustreDeploymentType = (typeof FileCacheLustreDeploymentType)[keyof typeof FileCacheLustreDeploymentType];
756
+ /**
757
+ * @public
758
+ * @enum
759
+ */
760
+ export declare const FileCacheLifecycle: {
761
+ readonly AVAILABLE: "AVAILABLE";
762
+ readonly CREATING: "CREATING";
763
+ readonly DELETING: "DELETING";
764
+ readonly FAILED: "FAILED";
765
+ readonly UPDATING: "UPDATING";
766
+ };
767
+ /**
768
+ * @public
769
+ */
770
+ export type FileCacheLifecycle = (typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
771
+ /**
772
+ * @public
773
+ * @enum
774
+ */
775
+ export declare const StorageVirtualMachineRootVolumeSecurityStyle: {
776
+ readonly MIXED: "MIXED";
777
+ readonly NTFS: "NTFS";
778
+ readonly UNIX: "UNIX";
779
+ };
780
+ /**
781
+ * @public
782
+ */
783
+ export type StorageVirtualMachineRootVolumeSecurityStyle = (typeof StorageVirtualMachineRootVolumeSecurityStyle)[keyof typeof StorageVirtualMachineRootVolumeSecurityStyle];
784
+ /**
785
+ * @public
786
+ * @enum
787
+ */
788
+ export declare const StorageVirtualMachineLifecycle: {
789
+ readonly CREATED: "CREATED";
790
+ readonly CREATING: "CREATING";
791
+ readonly DELETING: "DELETING";
792
+ readonly FAILED: "FAILED";
793
+ readonly MISCONFIGURED: "MISCONFIGURED";
794
+ readonly PENDING: "PENDING";
795
+ };
796
+ /**
797
+ * @public
798
+ */
799
+ export type StorageVirtualMachineLifecycle = (typeof StorageVirtualMachineLifecycle)[keyof typeof StorageVirtualMachineLifecycle];
800
+ /**
801
+ * @public
802
+ * @enum
803
+ */
804
+ export declare const StorageVirtualMachineSubtype: {
805
+ readonly DEFAULT: "DEFAULT";
806
+ readonly DP_DESTINATION: "DP_DESTINATION";
807
+ readonly SYNC_DESTINATION: "SYNC_DESTINATION";
808
+ readonly SYNC_SOURCE: "SYNC_SOURCE";
809
+ };
810
+ /**
811
+ * @public
812
+ */
813
+ export type StorageVirtualMachineSubtype = (typeof StorageVirtualMachineSubtype)[keyof typeof StorageVirtualMachineSubtype];
814
+ /**
815
+ * @public
816
+ * @enum
817
+ */
818
+ export declare const InputOntapVolumeType: {
819
+ readonly DP: "DP";
820
+ readonly RW: "RW";
821
+ };
822
+ /**
823
+ * @public
824
+ */
825
+ export type InputOntapVolumeType = (typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
826
+ /**
827
+ * @public
828
+ * @enum
829
+ */
830
+ export declare const DeleteFileSystemOpenZFSOption: {
831
+ readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
832
+ };
833
+ /**
834
+ * @public
835
+ */
836
+ export type DeleteFileSystemOpenZFSOption = (typeof DeleteFileSystemOpenZFSOption)[keyof typeof DeleteFileSystemOpenZFSOption];
837
+ /**
838
+ * @public
839
+ * @enum
840
+ */
841
+ export declare const DeleteOpenZFSVolumeOption: {
842
+ readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
843
+ };
844
+ /**
845
+ * @public
846
+ */
847
+ export type DeleteOpenZFSVolumeOption = (typeof DeleteOpenZFSVolumeOption)[keyof typeof DeleteOpenZFSVolumeOption];
848
+ /**
849
+ * @public
850
+ * @enum
851
+ */
852
+ export declare const FilterName: {
853
+ readonly BACKUP_TYPE: "backup-type";
854
+ readonly DATA_REPOSITORY_TYPE: "data-repository-type";
855
+ readonly FILE_CACHE_ID: "file-cache-id";
856
+ readonly FILE_CACHE_TYPE: "file-cache-type";
857
+ readonly FILE_SYSTEM_ID: "file-system-id";
858
+ readonly FILE_SYSTEM_TYPE: "file-system-type";
859
+ readonly VOLUME_ID: "volume-id";
860
+ };
861
+ /**
862
+ * @public
863
+ */
864
+ export type FilterName = (typeof FilterName)[keyof typeof FilterName];
865
+ /**
866
+ * @public
867
+ * @enum
868
+ */
869
+ export declare const DataRepositoryTaskFilterName: {
870
+ readonly DATA_REPO_ASSOCIATION_ID: "data-repository-association-id";
871
+ readonly FILE_CACHE_ID: "file-cache-id";
872
+ readonly FILE_SYSTEM_ID: "file-system-id";
873
+ readonly TASK_LIFECYCLE: "task-lifecycle";
874
+ };
875
+ /**
876
+ * @public
877
+ */
878
+ export type DataRepositoryTaskFilterName = (typeof DataRepositoryTaskFilterName)[keyof typeof DataRepositoryTaskFilterName];
879
+ /**
880
+ * @public
881
+ * @enum
882
+ */
883
+ export declare const S3AccessPointAttachmentsFilterName: {
884
+ readonly FILE_SYSTEM_ID: "file-system-id";
885
+ readonly TYPE: "type";
886
+ readonly VOLUME_ID: "volume-id";
887
+ };
888
+ /**
889
+ * @public
890
+ */
891
+ export type S3AccessPointAttachmentsFilterName = (typeof S3AccessPointAttachmentsFilterName)[keyof typeof S3AccessPointAttachmentsFilterName];
892
+ /**
893
+ * @public
894
+ * @enum
895
+ */
896
+ export declare const SnapshotFilterName: {
897
+ readonly FILE_SYSTEM_ID: "file-system-id";
898
+ readonly VOLUME_ID: "volume-id";
899
+ };
900
+ /**
901
+ * @public
902
+ */
903
+ export type SnapshotFilterName = (typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
904
+ /**
905
+ * @public
906
+ * @enum
907
+ */
908
+ export declare const StorageVirtualMachineFilterName: {
909
+ readonly FILE_SYSTEM_ID: "file-system-id";
910
+ };
911
+ /**
912
+ * @public
913
+ */
914
+ export type StorageVirtualMachineFilterName = (typeof StorageVirtualMachineFilterName)[keyof typeof StorageVirtualMachineFilterName];
915
+ /**
916
+ * @public
917
+ * @enum
918
+ */
919
+ export declare const VolumeFilterName: {
920
+ readonly FILE_SYSTEM_ID: "file-system-id";
921
+ readonly STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id";
922
+ };
923
+ /**
924
+ * @public
925
+ */
926
+ export type VolumeFilterName = (typeof VolumeFilterName)[keyof typeof VolumeFilterName];
927
+ /**
928
+ * @public
929
+ * @enum
930
+ */
931
+ export declare const RestoreOpenZFSVolumeOption: {
932
+ readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
933
+ readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
934
+ };
935
+ /**
936
+ * @public
937
+ */
938
+ export type RestoreOpenZFSVolumeOption = (typeof RestoreOpenZFSVolumeOption)[keyof typeof RestoreOpenZFSVolumeOption];