@aws-sdk/client-fsx 3.43.0 → 3.47.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 (98) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist-cjs/FSx.js +150 -0
  3. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +36 -0
  4. package/dist-cjs/commands/CreateSnapshotCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteSnapshotCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeSnapshotsCommand.js +36 -0
  9. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +36 -0
  10. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +36 -0
  11. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +36 -0
  12. package/dist-cjs/commands/UpdateSnapshotCommand.js +36 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/endpoints.js +1 -28
  15. package/dist-cjs/models/models_0.js +351 -208
  16. package/dist-cjs/pagination/DescribeDataRepositoryAssociationsPaginator.js +35 -0
  17. package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +35 -0
  18. package/dist-cjs/pagination/index.js +2 -0
  19. package/dist-cjs/protocols/Aws_json1_1.js +1745 -131
  20. package/dist-cjs/runtimeConfig.browser.js +7 -2
  21. package/dist-cjs/runtimeConfig.js +9 -3
  22. package/dist-es/FSx.js +150 -0
  23. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +39 -0
  24. package/dist-es/commands/CreateSnapshotCommand.js +39 -0
  25. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +39 -0
  26. package/dist-es/commands/DeleteSnapshotCommand.js +39 -0
  27. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +39 -0
  28. package/dist-es/commands/DescribeSnapshotsCommand.js +39 -0
  29. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +39 -0
  30. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +39 -0
  31. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +39 -0
  32. package/dist-es/commands/UpdateSnapshotCommand.js +39 -0
  33. package/dist-es/commands/index.js +10 -0
  34. package/dist-es/endpoints.js +1 -28
  35. package/dist-es/models/models_0.js +265 -148
  36. package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +74 -0
  37. package/dist-es/pagination/DescribeSnapshotsPaginator.js +74 -0
  38. package/dist-es/pagination/index.js +2 -0
  39. package/dist-es/protocols/Aws_json1_1.js +1653 -74
  40. package/dist-es/runtimeConfig.browser.js +12 -3
  41. package/dist-es/runtimeConfig.js +13 -6
  42. package/dist-types/FSx.d.ts +406 -146
  43. package/dist-types/FSxClient.d.ts +17 -3
  44. package/dist-types/commands/CopyBackupCommand.d.ts +12 -12
  45. package/dist-types/commands/CreateBackupCommand.d.ts +27 -25
  46. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +45 -0
  47. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +6 -5
  48. package/dist-types/commands/CreateFileSystemCommand.d.ts +36 -16
  49. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -14
  50. package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
  51. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
  52. package/dist-types/commands/DeleteBackupCommand.d.ts +4 -3
  53. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -0
  54. package/dist-types/commands/DeleteFileSystemCommand.d.ts +14 -15
  55. package/dist-types/commands/DeleteSnapshotCommand.d.ts +39 -0
  56. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -4
  57. package/dist-types/commands/DescribeBackupsCommand.d.ts +17 -18
  58. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +53 -0
  59. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -9
  60. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +61 -0
  61. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  62. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +36 -0
  63. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +36 -0
  64. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +37 -0
  65. package/dist-types/commands/UpdateFileSystemCommand.d.ts +95 -22
  66. package/dist-types/commands/UpdateSnapshotCommand.d.ts +35 -0
  67. package/dist-types/commands/UpdateVolumeCommand.d.ts +1 -1
  68. package/dist-types/commands/index.d.ts +10 -0
  69. package/dist-types/models/models_0.d.ts +2666 -808
  70. package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
  71. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  72. package/dist-types/pagination/index.d.ts +2 -0
  73. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  74. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  75. package/dist-types/runtimeConfig.d.ts +4 -3
  76. package/dist-types/runtimeConfig.native.d.ts +1 -0
  77. package/dist-types/ts3.4/FSx.d.ts +50 -0
  78. package/dist-types/ts3.4/FSxClient.d.ts +15 -3
  79. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +768 -191
  91. package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  98. package/package.json +38 -45
@@ -29,15 +29,14 @@ export interface ActiveDirectoryError extends __SmithyException, $MetadataBearer
29
29
 
30
30
  Message?: string;
31
31
  }
32
- export declare namespace ActiveDirectoryError {
33
-
34
- const filterSensitiveLog: (obj: ActiveDirectoryError) => any;
35
- }
36
32
  export declare enum AdministrativeActionType {
37
33
  FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
38
34
  FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
39
35
  FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
40
- STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION"
36
+ RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
37
+ SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
38
+ STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
39
+ VOLUME_UPDATE = "VOLUME_UPDATE"
41
40
  }
42
41
 
43
42
  export interface AdministrativeActionFailureDetails {
@@ -67,6 +66,7 @@ export declare namespace FileSystemFailureDetails {
67
66
  export declare enum FileSystemType {
68
67
  LUSTRE = "LUSTRE",
69
68
  ONTAP = "ONTAP",
69
+ OPENZFS = "OPENZFS",
70
70
  WINDOWS = "WINDOWS"
71
71
  }
72
72
  export declare enum FileSystemLifecycle {
@@ -84,6 +84,7 @@ export declare enum DataCompressionType {
84
84
  export declare enum AutoImportPolicyType {
85
85
  NEW = "NEW",
86
86
  NEW_CHANGED = "NEW_CHANGED",
87
+ NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
87
88
  NONE = "NONE"
88
89
  }
89
90
 
@@ -99,6 +100,7 @@ export declare enum DataRepositoryLifecycle {
99
100
  AVAILABLE = "AVAILABLE",
100
101
  CREATING = "CREATING",
101
102
  DELETING = "DELETING",
103
+ FAILED = "FAILED",
102
104
  MISCONFIGURED = "MISCONFIGURED",
103
105
  UPDATING = "UPDATING"
104
106
  }
@@ -123,6 +125,7 @@ export declare namespace DataRepositoryConfiguration {
123
125
  }
124
126
  export declare enum LustreDeploymentType {
125
127
  PERSISTENT_1 = "PERSISTENT_1",
128
+ PERSISTENT_2 = "PERSISTENT_2",
126
129
  SCRATCH_1 = "SCRATCH_1",
127
130
  SCRATCH_2 = "SCRATCH_2"
128
131
  }
@@ -130,6 +133,23 @@ export declare enum DriveCacheType {
130
133
  NONE = "NONE",
131
134
  READ = "READ"
132
135
  }
136
+ export declare enum LustreAccessAuditLogLevel {
137
+ DISABLED = "DISABLED",
138
+ ERROR_ONLY = "ERROR_ONLY",
139
+ WARN_ERROR = "WARN_ERROR",
140
+ WARN_ONLY = "WARN_ONLY"
141
+ }
142
+
143
+ export interface LustreLogConfiguration {
144
+
145
+ Level: LustreAccessAuditLogLevel | string | undefined;
146
+
147
+ Destination?: string;
148
+ }
149
+ export declare namespace LustreLogConfiguration {
150
+
151
+ const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
152
+ }
133
153
 
134
154
  export interface LustreFileSystemConfiguration {
135
155
 
@@ -152,6 +172,8 @@ export interface LustreFileSystemConfiguration {
152
172
  DriveCacheType?: DriveCacheType | string;
153
173
 
154
174
  DataCompressionType?: DataCompressionType | string;
175
+
176
+ LogConfiguration?: LustreLogConfiguration;
155
177
  }
156
178
  export declare namespace LustreFileSystemConfiguration {
157
179
 
@@ -224,6 +246,34 @@ export declare namespace OntapFileSystemConfiguration {
224
246
 
225
247
  const filterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
226
248
  }
249
+ export declare enum OpenZFSDeploymentType {
250
+ SINGLE_AZ_1 = "SINGLE_AZ_1"
251
+ }
252
+
253
+ export interface OpenZFSFileSystemConfiguration {
254
+
255
+ AutomaticBackupRetentionDays?: number;
256
+
257
+ CopyTagsToBackups?: boolean;
258
+
259
+ CopyTagsToVolumes?: boolean;
260
+
261
+ DailyAutomaticBackupStartTime?: string;
262
+
263
+ DeploymentType?: OpenZFSDeploymentType | string;
264
+
265
+ ThroughputCapacity?: number;
266
+
267
+ WeeklyMaintenanceStartTime?: string;
268
+
269
+ DiskIopsConfiguration?: DiskIopsConfiguration;
270
+
271
+ RootVolumeId?: string;
272
+ }
273
+ export declare namespace OpenZFSFileSystemConfiguration {
274
+
275
+ const filterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
276
+ }
227
277
  export declare enum StorageType {
228
278
  HDD = "HDD",
229
279
  SSD = "SSD"
@@ -337,7 +387,14 @@ export declare namespace WindowsFileSystemConfiguration {
337
387
 
338
388
  const filterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
339
389
  }
390
+ export declare enum SnapshotLifecycle {
391
+ AVAILABLE = "AVAILABLE",
392
+ CREATING = "CREATING",
393
+ DELETING = "DELETING",
394
+ PENDING = "PENDING"
395
+ }
340
396
  export declare enum VolumeLifecycle {
397
+ AVAILABLE = "AVAILABLE",
341
398
  CREATED = "CREATED",
342
399
  CREATING = "CREATING",
343
400
  DELETING = "DELETING",
@@ -413,35 +470,92 @@ export declare namespace OntapVolumeConfiguration {
413
470
 
414
471
  const filterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
415
472
  }
416
- export declare enum VolumeType {
417
- ONTAP = "ONTAP"
473
+ export declare enum OpenZFSDataCompressionType {
474
+ NONE = "NONE",
475
+ ZSTD = "ZSTD"
418
476
  }
419
477
 
420
- export interface Volume {
478
+ export interface OpenZFSClientConfiguration {
421
479
 
422
- CreationTime?: Date;
480
+ Clients: string | undefined;
423
481
 
424
- FileSystemId?: string;
482
+ Options: string[] | undefined;
483
+ }
484
+ export declare namespace OpenZFSClientConfiguration {
425
485
 
426
- Lifecycle?: VolumeLifecycle | string;
486
+ const filterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
487
+ }
488
+
489
+ export interface OpenZFSNfsExport {
427
490
 
428
- Name?: string;
491
+ ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
492
+ }
493
+ export declare namespace OpenZFSNfsExport {
429
494
 
430
- OntapConfiguration?: OntapVolumeConfiguration;
495
+ const filterSensitiveLog: (obj: OpenZFSNfsExport) => any;
496
+ }
497
+ export declare enum OpenZFSCopyStrategy {
498
+ CLONE = "CLONE",
499
+ FULL_COPY = "FULL_COPY"
500
+ }
501
+
502
+ export interface OpenZFSOriginSnapshotConfiguration {
431
503
 
432
- ResourceARN?: string;
504
+ SnapshotARN?: string;
433
505
 
434
- Tags?: Tag[];
506
+ CopyStrategy?: OpenZFSCopyStrategy | string;
507
+ }
508
+ export declare namespace OpenZFSOriginSnapshotConfiguration {
435
509
 
436
- VolumeId?: string;
510
+ const filterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
511
+ }
512
+ export declare enum OpenZFSQuotaType {
513
+ GROUP = "GROUP",
514
+ USER = "USER"
515
+ }
516
+
517
+ export interface OpenZFSUserOrGroupQuota {
437
518
 
438
- VolumeType?: VolumeType | string;
519
+ Type: OpenZFSQuotaType | string | undefined;
439
520
 
440
- LifecycleTransitionReason?: LifecycleTransitionReason;
521
+ Id: number | undefined;
522
+
523
+ StorageCapacityQuotaGiB: number | undefined;
441
524
  }
442
- export declare namespace Volume {
525
+ export declare namespace OpenZFSUserOrGroupQuota {
443
526
 
444
- const filterSensitiveLog: (obj: Volume) => any;
527
+ const filterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
528
+ }
529
+
530
+ export interface OpenZFSVolumeConfiguration {
531
+
532
+ ParentVolumeId?: string;
533
+
534
+ VolumePath?: string;
535
+
536
+ StorageCapacityReservationGiB?: number;
537
+
538
+ StorageCapacityQuotaGiB?: number;
539
+
540
+ DataCompressionType?: OpenZFSDataCompressionType | string;
541
+
542
+ CopyTagsToSnapshots?: boolean;
543
+
544
+ OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
545
+
546
+ ReadOnly?: boolean;
547
+
548
+ NfsExports?: OpenZFSNfsExport[];
549
+
550
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
551
+ }
552
+ export declare namespace OpenZFSVolumeConfiguration {
553
+
554
+ const filterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
555
+ }
556
+ export declare enum VolumeType {
557
+ ONTAP = "ONTAP",
558
+ OPENZFS = "OPENZFS"
445
559
  }
446
560
 
447
561
  export interface AssociateFileSystemAliasesRequest {
@@ -472,10 +586,6 @@ export interface BadRequest extends __SmithyException, $MetadataBearer {
472
586
 
473
587
  Message?: string;
474
588
  }
475
- export declare namespace BadRequest {
476
-
477
- const filterSensitiveLog: (obj: BadRequest) => any;
478
- }
479
589
 
480
590
  export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
481
591
  name: "FileSystemNotFound";
@@ -483,10 +593,6 @@ export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
483
593
 
484
594
  Message?: string;
485
595
  }
486
- export declare namespace FileSystemNotFound {
487
-
488
- const filterSensitiveLog: (obj: FileSystemNotFound) => any;
489
- }
490
596
 
491
597
  export interface InternalServerError extends __SmithyException, $MetadataBearer {
492
598
  name: "InternalServerError";
@@ -494,9 +600,28 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
494
600
 
495
601
  Message?: string;
496
602
  }
497
- export declare namespace InternalServerError {
603
+ export declare enum EventType {
604
+ CHANGED = "CHANGED",
605
+ DELETED = "DELETED",
606
+ NEW = "NEW"
607
+ }
608
+
609
+ export interface AutoExportPolicy {
610
+
611
+ Events?: (EventType | string)[];
612
+ }
613
+ export declare namespace AutoExportPolicy {
614
+
615
+ const filterSensitiveLog: (obj: AutoExportPolicy) => any;
616
+ }
617
+
618
+ export interface AutoImportPolicy {
619
+
620
+ Events?: (EventType | string)[];
621
+ }
622
+ export declare namespace AutoImportPolicy {
498
623
 
499
- const filterSensitiveLog: (obj: InternalServerError) => any;
624
+ const filterSensitiveLog: (obj: AutoImportPolicy) => any;
500
625
  }
501
626
 
502
627
  export interface CancelDataRepositoryTaskRequest {
@@ -532,10 +657,6 @@ export interface DataRepositoryTaskEnded extends __SmithyException, $MetadataBea
532
657
 
533
658
  Message?: string;
534
659
  }
535
- export declare namespace DataRepositoryTaskEnded {
536
-
537
- const filterSensitiveLog: (obj: DataRepositoryTaskEnded) => any;
538
- }
539
660
 
540
661
  export interface DataRepositoryTaskNotFound extends __SmithyException, $MetadataBearer {
541
662
  name: "DataRepositoryTaskNotFound";
@@ -543,10 +664,6 @@ export interface DataRepositoryTaskNotFound extends __SmithyException, $Metadata
543
664
 
544
665
  Message?: string;
545
666
  }
546
- export declare namespace DataRepositoryTaskNotFound {
547
-
548
- const filterSensitiveLog: (obj: DataRepositoryTaskNotFound) => any;
549
- }
550
667
 
551
668
  export interface UnsupportedOperation extends __SmithyException, $MetadataBearer {
552
669
  name: "UnsupportedOperation";
@@ -554,10 +671,6 @@ export interface UnsupportedOperation extends __SmithyException, $MetadataBearer
554
671
 
555
672
  Message?: string;
556
673
  }
557
- export declare namespace UnsupportedOperation {
558
-
559
- const filterSensitiveLog: (obj: UnsupportedOperation) => any;
560
- }
561
674
 
562
675
  export interface BackupNotFound extends __SmithyException, $MetadataBearer {
563
676
  name: "BackupNotFound";
@@ -565,10 +678,6 @@ export interface BackupNotFound extends __SmithyException, $MetadataBearer {
565
678
 
566
679
  Message?: string;
567
680
  }
568
- export declare namespace BackupNotFound {
569
-
570
- const filterSensitiveLog: (obj: BackupNotFound) => any;
571
- }
572
681
  export interface CopyBackupRequest {
573
682
 
574
683
  ClientRequestToken?: string;
@@ -623,10 +732,6 @@ export interface IncompatibleParameterError extends __SmithyException, $Metadata
623
732
 
624
733
  Message?: string;
625
734
  }
626
- export declare namespace IncompatibleParameterError {
627
-
628
- const filterSensitiveLog: (obj: IncompatibleParameterError) => any;
629
- }
630
735
 
631
736
  export interface IncompatibleRegionForMultiAZ extends __SmithyException, $MetadataBearer {
632
737
  name: "IncompatibleRegionForMultiAZ";
@@ -634,10 +739,6 @@ export interface IncompatibleRegionForMultiAZ extends __SmithyException, $Metada
634
739
 
635
740
  Message?: string;
636
741
  }
637
- export declare namespace IncompatibleRegionForMultiAZ {
638
-
639
- const filterSensitiveLog: (obj: IncompatibleRegionForMultiAZ) => any;
640
- }
641
742
 
642
743
  export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBearer {
643
744
  name: "InvalidDestinationKmsKey";
@@ -645,10 +746,6 @@ export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBe
645
746
 
646
747
  Message?: string;
647
748
  }
648
- export declare namespace InvalidDestinationKmsKey {
649
-
650
- const filterSensitiveLog: (obj: InvalidDestinationKmsKey) => any;
651
- }
652
749
 
653
750
  export interface InvalidRegion extends __SmithyException, $MetadataBearer {
654
751
  name: "InvalidRegion";
@@ -656,10 +753,6 @@ export interface InvalidRegion extends __SmithyException, $MetadataBearer {
656
753
 
657
754
  Message?: string;
658
755
  }
659
- export declare namespace InvalidRegion {
660
-
661
- const filterSensitiveLog: (obj: InvalidRegion) => any;
662
- }
663
756
 
664
757
  export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer {
665
758
  name: "InvalidSourceKmsKey";
@@ -667,10 +760,6 @@ export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer
667
760
 
668
761
  Message?: string;
669
762
  }
670
- export declare namespace InvalidSourceKmsKey {
671
-
672
- const filterSensitiveLog: (obj: InvalidSourceKmsKey) => any;
673
- }
674
763
  export declare enum ServiceLimit {
675
764
  FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
676
765
  STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
@@ -691,10 +780,6 @@ export interface ServiceLimitExceeded extends __SmithyException, $MetadataBearer
691
780
 
692
781
  Message?: string;
693
782
  }
694
- export declare namespace ServiceLimitExceeded {
695
-
696
- const filterSensitiveLog: (obj: ServiceLimitExceeded) => any;
697
- }
698
783
 
699
784
  export interface SourceBackupUnavailable extends __SmithyException, $MetadataBearer {
700
785
  name: "SourceBackupUnavailable";
@@ -704,10 +789,6 @@ export interface SourceBackupUnavailable extends __SmithyException, $MetadataBea
704
789
 
705
790
  BackupId?: string;
706
791
  }
707
- export declare namespace SourceBackupUnavailable {
708
-
709
- const filterSensitiveLog: (obj: SourceBackupUnavailable) => any;
710
- }
711
792
 
712
793
  export interface BackupInProgress extends __SmithyException, $MetadataBearer {
713
794
  name: "BackupInProgress";
@@ -715,10 +796,6 @@ export interface BackupInProgress extends __SmithyException, $MetadataBearer {
715
796
 
716
797
  Message?: string;
717
798
  }
718
- export declare namespace BackupInProgress {
719
-
720
- const filterSensitiveLog: (obj: BackupInProgress) => any;
721
- }
722
799
 
723
800
  export interface CreateBackupRequest {
724
801
 
@@ -741,9 +818,77 @@ export interface VolumeNotFound extends __SmithyException, $MetadataBearer {
741
818
 
742
819
  Message?: string;
743
820
  }
744
- export declare namespace VolumeNotFound {
821
+
822
+ export interface S3DataRepositoryConfiguration {
823
+
824
+ AutoImportPolicy?: AutoImportPolicy;
825
+
826
+ AutoExportPolicy?: AutoExportPolicy;
827
+ }
828
+ export declare namespace S3DataRepositoryConfiguration {
829
+
830
+ const filterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
831
+ }
832
+ export interface CreateDataRepositoryAssociationRequest {
833
+
834
+ FileSystemId: string | undefined;
835
+
836
+ FileSystemPath: string | undefined;
837
+
838
+ DataRepositoryPath: string | undefined;
839
+
840
+ BatchImportMetaDataOnCreate?: boolean;
841
+
842
+ ImportedFileChunkSize?: number;
843
+
844
+ S3?: S3DataRepositoryConfiguration;
845
+
846
+ ClientRequestToken?: string;
847
+
848
+ Tags?: Tag[];
849
+ }
850
+ export declare namespace CreateDataRepositoryAssociationRequest {
851
+
852
+ const filterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
853
+ }
854
+
855
+ export interface DataRepositoryAssociation {
856
+
857
+ AssociationId?: string;
858
+
859
+ ResourceARN?: string;
860
+
861
+ FileSystemId?: string;
862
+
863
+ Lifecycle?: DataRepositoryLifecycle | string;
864
+
865
+ FailureDetails?: DataRepositoryFailureDetails;
866
+
867
+ FileSystemPath?: string;
868
+
869
+ DataRepositoryPath?: string;
870
+
871
+ BatchImportMetaDataOnCreate?: boolean;
872
+
873
+ ImportedFileChunkSize?: number;
874
+
875
+ S3?: S3DataRepositoryConfiguration;
876
+
877
+ Tags?: Tag[];
878
+
879
+ CreationTime?: Date;
880
+ }
881
+ export declare namespace DataRepositoryAssociation {
882
+
883
+ const filterSensitiveLog: (obj: DataRepositoryAssociation) => any;
884
+ }
885
+ export interface CreateDataRepositoryAssociationResponse {
745
886
 
746
- const filterSensitiveLog: (obj: VolumeNotFound) => any;
887
+ Association?: DataRepositoryAssociation;
888
+ }
889
+ export declare namespace CreateDataRepositoryAssociationResponse {
890
+
891
+ const filterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
747
892
  }
748
893
  export declare enum ReportFormat {
749
894
  REPORT_CSV_20191124 = "REPORT_CSV_20191124"
@@ -767,7 +912,8 @@ export declare namespace CompletionReport {
767
912
  const filterSensitiveLog: (obj: CompletionReport) => any;
768
913
  }
769
914
  export declare enum DataRepositoryTaskType {
770
- EXPORT = "EXPORT_TO_REPOSITORY"
915
+ EXPORT = "EXPORT_TO_REPOSITORY",
916
+ IMPORT = "IMPORT_METADATA_FROM_REPOSITORY"
771
917
  }
772
918
  export interface CreateDataRepositoryTaskRequest {
773
919
 
@@ -859,9 +1005,16 @@ export interface DataRepositoryTaskExecuting extends __SmithyException, $Metadat
859
1005
 
860
1006
  Message?: string;
861
1007
  }
862
- export declare namespace DataRepositoryTaskExecuting {
1008
+
1009
+ export interface LustreLogCreateConfiguration {
1010
+
1011
+ Level: LustreAccessAuditLogLevel | string | undefined;
1012
+
1013
+ Destination?: string;
1014
+ }
1015
+ export declare namespace LustreLogCreateConfiguration {
863
1016
 
864
- const filterSensitiveLog: (obj: DataRepositoryTaskExecuting) => any;
1017
+ const filterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
865
1018
  }
866
1019
 
867
1020
  export interface CreateFileSystemLustreConfiguration {
@@ -889,6 +1042,8 @@ export interface CreateFileSystemLustreConfiguration {
889
1042
  DriveCacheType?: DriveCacheType | string;
890
1043
 
891
1044
  DataCompressionType?: DataCompressionType | string;
1045
+
1046
+ LogConfiguration?: LustreLogCreateConfiguration;
892
1047
  }
893
1048
  export declare namespace CreateFileSystemLustreConfiguration {
894
1049
 
@@ -922,6 +1077,48 @@ export declare namespace CreateFileSystemOntapConfiguration {
922
1077
  const filterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
923
1078
  }
924
1079
 
1080
+ export interface OpenZFSCreateRootVolumeConfiguration {
1081
+
1082
+ DataCompressionType?: OpenZFSDataCompressionType | string;
1083
+
1084
+ NfsExports?: OpenZFSNfsExport[];
1085
+
1086
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1087
+
1088
+ CopyTagsToSnapshots?: boolean;
1089
+
1090
+ ReadOnly?: boolean;
1091
+ }
1092
+ export declare namespace OpenZFSCreateRootVolumeConfiguration {
1093
+
1094
+ const filterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
1095
+ }
1096
+
1097
+ export interface CreateFileSystemOpenZFSConfiguration {
1098
+
1099
+ AutomaticBackupRetentionDays?: number;
1100
+
1101
+ CopyTagsToBackups?: boolean;
1102
+
1103
+ CopyTagsToVolumes?: boolean;
1104
+
1105
+ DailyAutomaticBackupStartTime?: string;
1106
+
1107
+ DeploymentType: OpenZFSDeploymentType | string | undefined;
1108
+
1109
+ ThroughputCapacity: number | undefined;
1110
+
1111
+ WeeklyMaintenanceStartTime?: string;
1112
+
1113
+ DiskIopsConfiguration?: DiskIopsConfiguration;
1114
+
1115
+ RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
1116
+ }
1117
+ export declare namespace CreateFileSystemOpenZFSConfiguration {
1118
+
1119
+ const filterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
1120
+ }
1121
+
925
1122
  export interface WindowsAuditLogCreateConfiguration {
926
1123
 
927
1124
  FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
@@ -1008,6 +1205,8 @@ export interface CreateFileSystemRequest {
1008
1205
  OntapConfiguration?: CreateFileSystemOntapConfiguration;
1009
1206
 
1010
1207
  FileSystemTypeVersion?: string;
1208
+
1209
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1011
1210
  }
1012
1211
  export declare namespace CreateFileSystemRequest {
1013
1212
 
@@ -1020,10 +1219,6 @@ export interface InvalidExportPath extends __SmithyException, $MetadataBearer {
1020
1219
 
1021
1220
  Message?: string;
1022
1221
  }
1023
- export declare namespace InvalidExportPath {
1024
-
1025
- const filterSensitiveLog: (obj: InvalidExportPath) => any;
1026
- }
1027
1222
 
1028
1223
  export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
1029
1224
  name: "InvalidImportPath";
@@ -1031,10 +1226,6 @@ export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
1031
1226
 
1032
1227
  Message?: string;
1033
1228
  }
1034
- export declare namespace InvalidImportPath {
1035
-
1036
- const filterSensitiveLog: (obj: InvalidImportPath) => any;
1037
- }
1038
1229
 
1039
1230
  export interface InvalidNetworkSettings extends __SmithyException, $MetadataBearer {
1040
1231
  name: "InvalidNetworkSettings";
@@ -1048,10 +1239,6 @@ export interface InvalidNetworkSettings extends __SmithyException, $MetadataBear
1048
1239
 
1049
1240
  InvalidRouteTableId?: string;
1050
1241
  }
1051
- export declare namespace InvalidNetworkSettings {
1052
-
1053
- const filterSensitiveLog: (obj: InvalidNetworkSettings) => any;
1054
- }
1055
1242
 
1056
1243
  export interface InvalidPerUnitStorageThroughput extends __SmithyException, $MetadataBearer {
1057
1244
  name: "InvalidPerUnitStorageThroughput";
@@ -1059,10 +1246,6 @@ export interface InvalidPerUnitStorageThroughput extends __SmithyException, $Met
1059
1246
 
1060
1247
  Message?: string;
1061
1248
  }
1062
- export declare namespace InvalidPerUnitStorageThroughput {
1063
-
1064
- const filterSensitiveLog: (obj: InvalidPerUnitStorageThroughput) => any;
1065
- }
1066
1249
 
1067
1250
  export interface MissingFileSystemConfiguration extends __SmithyException, $MetadataBearer {
1068
1251
  name: "MissingFileSystemConfiguration";
@@ -1070,10 +1253,6 @@ export interface MissingFileSystemConfiguration extends __SmithyException, $Meta
1070
1253
 
1071
1254
  Message?: string;
1072
1255
  }
1073
- export declare namespace MissingFileSystemConfiguration {
1074
-
1075
- const filterSensitiveLog: (obj: MissingFileSystemConfiguration) => any;
1076
- }
1077
1256
 
1078
1257
  export interface CreateFileSystemFromBackupRequest {
1079
1258
 
@@ -1096,11 +1275,27 @@ export interface CreateFileSystemFromBackupRequest {
1096
1275
  KmsKeyId?: string;
1097
1276
 
1098
1277
  FileSystemTypeVersion?: string;
1278
+
1279
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1099
1280
  }
1100
1281
  export declare namespace CreateFileSystemFromBackupRequest {
1101
1282
 
1102
1283
  const filterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
1103
1284
  }
1285
+ export interface CreateSnapshotRequest {
1286
+
1287
+ ClientRequestToken?: string;
1288
+
1289
+ Name: string | undefined;
1290
+
1291
+ VolumeId: string | undefined;
1292
+
1293
+ Tags?: Tag[];
1294
+ }
1295
+ export declare namespace CreateSnapshotRequest {
1296
+
1297
+ const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
1298
+ }
1104
1299
 
1105
1300
  export interface CreateSvmActiveDirectoryConfiguration {
1106
1301
 
@@ -1248,6 +1443,42 @@ export declare namespace CreateOntapVolumeConfiguration {
1248
1443
 
1249
1444
  const filterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
1250
1445
  }
1446
+
1447
+ export interface CreateOpenZFSOriginSnapshotConfiguration {
1448
+
1449
+ SnapshotARN: string | undefined;
1450
+
1451
+ CopyStrategy: OpenZFSCopyStrategy | string | undefined;
1452
+ }
1453
+ export declare namespace CreateOpenZFSOriginSnapshotConfiguration {
1454
+
1455
+ const filterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
1456
+ }
1457
+
1458
+ export interface CreateOpenZFSVolumeConfiguration {
1459
+
1460
+ ParentVolumeId: string | undefined;
1461
+
1462
+ StorageCapacityReservationGiB?: number;
1463
+
1464
+ StorageCapacityQuotaGiB?: number;
1465
+
1466
+ DataCompressionType?: OpenZFSDataCompressionType | string;
1467
+
1468
+ CopyTagsToSnapshots?: boolean;
1469
+
1470
+ OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
1471
+
1472
+ ReadOnly?: boolean;
1473
+
1474
+ NfsExports?: OpenZFSNfsExport[];
1475
+
1476
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1477
+ }
1478
+ export declare namespace CreateOpenZFSVolumeConfiguration {
1479
+
1480
+ const filterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
1481
+ }
1251
1482
  export interface CreateVolumeRequest {
1252
1483
 
1253
1484
  ClientRequestToken?: string;
@@ -1259,19 +1490,13 @@ export interface CreateVolumeRequest {
1259
1490
  OntapConfiguration?: CreateOntapVolumeConfiguration;
1260
1491
 
1261
1492
  Tags?: Tag[];
1493
+
1494
+ OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
1262
1495
  }
1263
1496
  export declare namespace CreateVolumeRequest {
1264
1497
 
1265
1498
  const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
1266
1499
  }
1267
- export interface CreateVolumeResponse {
1268
-
1269
- Volume?: Volume;
1270
- }
1271
- export declare namespace CreateVolumeResponse {
1272
-
1273
- const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
1274
- }
1275
1500
 
1276
1501
  export interface MissingVolumeConfiguration extends __SmithyException, $MetadataBearer {
1277
1502
  name: "MissingVolumeConfiguration";
@@ -1279,10 +1504,6 @@ export interface MissingVolumeConfiguration extends __SmithyException, $Metadata
1279
1504
 
1280
1505
  Message?: string;
1281
1506
  }
1282
- export declare namespace MissingVolumeConfiguration {
1283
-
1284
- const filterSensitiveLog: (obj: MissingVolumeConfiguration) => any;
1285
- }
1286
1507
 
1287
1508
  export interface StorageVirtualMachineNotFound extends __SmithyException, $MetadataBearer {
1288
1509
  name: "StorageVirtualMachineNotFound";
@@ -1290,10 +1511,6 @@ export interface StorageVirtualMachineNotFound extends __SmithyException, $Metad
1290
1511
 
1291
1512
  Message?: string;
1292
1513
  }
1293
- export declare namespace StorageVirtualMachineNotFound {
1294
-
1295
- const filterSensitiveLog: (obj: StorageVirtualMachineNotFound) => any;
1296
- }
1297
1514
  export interface CreateVolumeFromBackupRequest {
1298
1515
 
1299
1516
  BackupId: string | undefined;
@@ -1310,14 +1527,6 @@ export declare namespace CreateVolumeFromBackupRequest {
1310
1527
 
1311
1528
  const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
1312
1529
  }
1313
- export interface CreateVolumeFromBackupResponse {
1314
-
1315
- Volume?: Volume;
1316
- }
1317
- export declare namespace CreateVolumeFromBackupResponse {
1318
-
1319
- const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
1320
- }
1321
1530
 
1322
1531
  export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
1323
1532
  name: "BackupBeingCopied";
@@ -1327,10 +1536,6 @@ export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
1327
1536
 
1328
1537
  BackupId?: string;
1329
1538
  }
1330
- export declare namespace BackupBeingCopied {
1331
-
1332
- const filterSensitiveLog: (obj: BackupBeingCopied) => any;
1333
- }
1334
1539
 
1335
1540
  export interface BackupRestoring extends __SmithyException, $MetadataBearer {
1336
1541
  name: "BackupRestoring";
@@ -1340,10 +1545,6 @@ export interface BackupRestoring extends __SmithyException, $MetadataBearer {
1340
1545
 
1341
1546
  FileSystemId?: string;
1342
1547
  }
1343
- export declare namespace BackupRestoring {
1344
-
1345
- const filterSensitiveLog: (obj: BackupRestoring) => any;
1346
- }
1347
1548
 
1348
1549
  export interface DeleteBackupRequest {
1349
1550
 
@@ -1367,6 +1568,37 @@ export declare namespace DeleteBackupResponse {
1367
1568
  const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
1368
1569
  }
1369
1570
 
1571
+ export interface DataRepositoryAssociationNotFound extends __SmithyException, $MetadataBearer {
1572
+ name: "DataRepositoryAssociationNotFound";
1573
+ $fault: "client";
1574
+
1575
+ Message?: string;
1576
+ }
1577
+ export interface DeleteDataRepositoryAssociationRequest {
1578
+
1579
+ AssociationId: string | undefined;
1580
+
1581
+ ClientRequestToken?: string;
1582
+
1583
+ DeleteDataInFileSystem: boolean | undefined;
1584
+ }
1585
+ export declare namespace DeleteDataRepositoryAssociationRequest {
1586
+
1587
+ const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
1588
+ }
1589
+ export interface DeleteDataRepositoryAssociationResponse {
1590
+
1591
+ AssociationId?: string;
1592
+
1593
+ Lifecycle?: DataRepositoryLifecycle | string;
1594
+
1595
+ DeleteDataInFileSystem?: boolean;
1596
+ }
1597
+ export declare namespace DeleteDataRepositoryAssociationResponse {
1598
+
1599
+ const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
1600
+ }
1601
+
1370
1602
  export interface DeleteFileSystemLustreConfiguration {
1371
1603
 
1372
1604
  SkipFinalBackup?: boolean;
@@ -1378,6 +1610,17 @@ export declare namespace DeleteFileSystemLustreConfiguration {
1378
1610
  const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
1379
1611
  }
1380
1612
 
1613
+ export interface DeleteFileSystemOpenZFSConfiguration {
1614
+
1615
+ SkipFinalBackup?: boolean;
1616
+
1617
+ FinalBackupTags?: Tag[];
1618
+ }
1619
+ export declare namespace DeleteFileSystemOpenZFSConfiguration {
1620
+
1621
+ const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
1622
+ }
1623
+
1381
1624
  export interface DeleteFileSystemWindowsConfiguration {
1382
1625
 
1383
1626
  SkipFinalBackup?: boolean;
@@ -1398,6 +1641,8 @@ export interface DeleteFileSystemRequest {
1398
1641
  WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
1399
1642
 
1400
1643
  LustreConfiguration?: DeleteFileSystemLustreConfiguration;
1644
+
1645
+ OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
1401
1646
  }
1402
1647
  export declare namespace DeleteFileSystemRequest {
1403
1648
 
@@ -1415,6 +1660,17 @@ export declare namespace DeleteFileSystemLustreResponse {
1415
1660
  const filterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
1416
1661
  }
1417
1662
 
1663
+ export interface DeleteFileSystemOpenZFSResponse {
1664
+
1665
+ FinalBackupId?: string;
1666
+
1667
+ FinalBackupTags?: Tag[];
1668
+ }
1669
+ export declare namespace DeleteFileSystemOpenZFSResponse {
1670
+
1671
+ const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
1672
+ }
1673
+
1418
1674
  export interface DeleteFileSystemWindowsResponse {
1419
1675
 
1420
1676
  FinalBackupId?: string;
@@ -1435,11 +1691,40 @@ export interface DeleteFileSystemResponse {
1435
1691
  WindowsResponse?: DeleteFileSystemWindowsResponse;
1436
1692
 
1437
1693
  LustreResponse?: DeleteFileSystemLustreResponse;
1694
+
1695
+ OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
1438
1696
  }
1439
1697
  export declare namespace DeleteFileSystemResponse {
1440
1698
 
1441
1699
  const filterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
1442
1700
  }
1701
+ export interface DeleteSnapshotRequest {
1702
+
1703
+ ClientRequestToken?: string;
1704
+
1705
+ SnapshotId: string | undefined;
1706
+ }
1707
+ export declare namespace DeleteSnapshotRequest {
1708
+
1709
+ const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1710
+ }
1711
+ export interface DeleteSnapshotResponse {
1712
+
1713
+ SnapshotId?: string;
1714
+
1715
+ Lifecycle?: SnapshotLifecycle | string;
1716
+ }
1717
+ export declare namespace DeleteSnapshotResponse {
1718
+
1719
+ const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
1720
+ }
1721
+
1722
+ export interface SnapshotNotFound extends __SmithyException, $MetadataBearer {
1723
+ name: "SnapshotNotFound";
1724
+ $fault: "client";
1725
+
1726
+ Message?: string;
1727
+ }
1443
1728
  export interface DeleteStorageVirtualMachineRequest {
1444
1729
 
1445
1730
  ClientRequestToken?: string;
@@ -1471,6 +1756,18 @@ export declare namespace DeleteVolumeOntapConfiguration {
1471
1756
 
1472
1757
  const filterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
1473
1758
  }
1759
+ export declare enum DeleteOpenZFSVolumeOption {
1760
+ DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
1761
+ }
1762
+
1763
+ export interface DeleteVolumeOpenZFSConfiguration {
1764
+
1765
+ Options?: (DeleteOpenZFSVolumeOption | string)[];
1766
+ }
1767
+ export declare namespace DeleteVolumeOpenZFSConfiguration {
1768
+
1769
+ const filterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
1770
+ }
1474
1771
  export interface DeleteVolumeRequest {
1475
1772
 
1476
1773
  ClientRequestToken?: string;
@@ -1478,6 +1775,8 @@ export interface DeleteVolumeRequest {
1478
1775
  VolumeId: string | undefined;
1479
1776
 
1480
1777
  OntapConfiguration?: DeleteVolumeOntapConfiguration;
1778
+
1779
+ OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
1481
1780
  }
1482
1781
  export declare namespace DeleteVolumeRequest {
1483
1782
 
@@ -1508,6 +1807,7 @@ export declare namespace DeleteVolumeResponse {
1508
1807
  }
1509
1808
  export declare enum FilterName {
1510
1809
  BACKUP_TYPE = "backup-type",
1810
+ DATA_REPOSITORY_TYPE = "data-repository-type",
1511
1811
  FILE_SYSTEM_ID = "file-system-id",
1512
1812
  FILE_SYSTEM_TYPE = "file-system-type",
1513
1813
  VOLUME_ID = "volume-id"
@@ -1538,7 +1838,39 @@ export declare namespace DescribeBackupsRequest {
1538
1838
 
1539
1839
  const filterSensitiveLog: (obj: DescribeBackupsRequest) => any;
1540
1840
  }
1841
+ export interface DescribeDataRepositoryAssociationsRequest {
1842
+
1843
+ AssociationIds?: string[];
1844
+
1845
+ Filters?: Filter[];
1846
+
1847
+ MaxResults?: number;
1848
+
1849
+ NextToken?: string;
1850
+ }
1851
+ export declare namespace DescribeDataRepositoryAssociationsRequest {
1852
+
1853
+ const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
1854
+ }
1855
+ export interface DescribeDataRepositoryAssociationsResponse {
1856
+
1857
+ Associations?: DataRepositoryAssociation[];
1858
+
1859
+ NextToken?: string;
1860
+ }
1861
+ export declare namespace DescribeDataRepositoryAssociationsResponse {
1862
+
1863
+ const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
1864
+ }
1865
+
1866
+ export interface InvalidDataRepositoryType extends __SmithyException, $MetadataBearer {
1867
+ name: "InvalidDataRepositoryType";
1868
+ $fault: "client";
1869
+
1870
+ Message?: string;
1871
+ }
1541
1872
  export declare enum DataRepositoryTaskFilterName {
1873
+ DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1542
1874
  FILE_SYSTEM_ID = "file-system-id",
1543
1875
  TASK_LIFECYCLE = "task-lifecycle"
1544
1876
  }
@@ -1616,6 +1948,35 @@ export declare namespace DescribeFileSystemsRequest {
1616
1948
 
1617
1949
  const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
1618
1950
  }
1951
+ export declare enum SnapshotFilterName {
1952
+ FILE_SYSTEM_ID = "file-system-id",
1953
+ VOLUME_ID = "volume-id"
1954
+ }
1955
+
1956
+ export interface SnapshotFilter {
1957
+
1958
+ Name?: SnapshotFilterName | string;
1959
+
1960
+ Values?: string[];
1961
+ }
1962
+ export declare namespace SnapshotFilter {
1963
+
1964
+ const filterSensitiveLog: (obj: SnapshotFilter) => any;
1965
+ }
1966
+ export interface DescribeSnapshotsRequest {
1967
+
1968
+ SnapshotIds?: string[];
1969
+
1970
+ Filters?: SnapshotFilter[];
1971
+
1972
+ MaxResults?: number;
1973
+
1974
+ NextToken?: string;
1975
+ }
1976
+ export declare namespace DescribeSnapshotsRequest {
1977
+
1978
+ const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
1979
+ }
1619
1980
  export declare enum StorageVirtualMachineFilterName {
1620
1981
  FILE_SYSTEM_ID = "file-system-id"
1621
1982
  }
@@ -1683,16 +2044,6 @@ export declare namespace DescribeVolumesRequest {
1683
2044
 
1684
2045
  const filterSensitiveLog: (obj: DescribeVolumesRequest) => any;
1685
2046
  }
1686
- export interface DescribeVolumesResponse {
1687
-
1688
- Volumes?: Volume[];
1689
-
1690
- NextToken?: string;
1691
- }
1692
- export declare namespace DescribeVolumesResponse {
1693
-
1694
- const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
1695
- }
1696
2047
 
1697
2048
  export interface DisassociateFileSystemAliasesRequest {
1698
2049
 
@@ -1748,10 +2099,6 @@ export interface NotServiceResourceError extends __SmithyException, $MetadataBea
1748
2099
 
1749
2100
  Message?: string;
1750
2101
  }
1751
- export declare namespace NotServiceResourceError {
1752
-
1753
- const filterSensitiveLog: (obj: NotServiceResourceError) => any;
1754
- }
1755
2102
 
1756
2103
  export interface ResourceDoesNotSupportTagging extends __SmithyException, $MetadataBearer {
1757
2104
  name: "ResourceDoesNotSupportTagging";
@@ -1761,10 +2108,6 @@ export interface ResourceDoesNotSupportTagging extends __SmithyException, $Metad
1761
2108
 
1762
2109
  Message?: string;
1763
2110
  }
1764
- export declare namespace ResourceDoesNotSupportTagging {
1765
-
1766
- const filterSensitiveLog: (obj: ResourceDoesNotSupportTagging) => any;
1767
- }
1768
2111
 
1769
2112
  export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
1770
2113
  name: "ResourceNotFound";
@@ -1774,9 +2117,43 @@ export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
1774
2117
 
1775
2118
  Message?: string;
1776
2119
  }
1777
- export declare namespace ResourceNotFound {
2120
+ export interface ReleaseFileSystemNfsV3LocksRequest {
1778
2121
 
1779
- const filterSensitiveLog: (obj: ResourceNotFound) => any;
2122
+ FileSystemId: string | undefined;
2123
+
2124
+ ClientRequestToken?: string;
2125
+ }
2126
+ export declare namespace ReleaseFileSystemNfsV3LocksRequest {
2127
+
2128
+ const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
2129
+ }
2130
+ export declare enum RestoreOpenZFSVolumeOption {
2131
+ DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
2132
+ DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
2133
+ }
2134
+ export interface RestoreVolumeFromSnapshotRequest {
2135
+
2136
+ ClientRequestToken?: string;
2137
+
2138
+ VolumeId: string | undefined;
2139
+
2140
+ SnapshotId: string | undefined;
2141
+
2142
+ Options?: (RestoreOpenZFSVolumeOption | string)[];
2143
+ }
2144
+ export declare namespace RestoreVolumeFromSnapshotRequest {
2145
+
2146
+ const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
2147
+ }
2148
+ export interface RestoreVolumeFromSnapshotResponse {
2149
+
2150
+ VolumeId?: string;
2151
+
2152
+ Lifecycle?: VolumeLifecycle | string;
2153
+ }
2154
+ export declare namespace RestoreVolumeFromSnapshotResponse {
2155
+
2156
+ const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
1780
2157
  }
1781
2158
 
1782
2159
  export interface TagResourceRequest {
@@ -1814,6 +2191,28 @@ export declare namespace UntagResourceResponse {
1814
2191
 
1815
2192
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1816
2193
  }
2194
+ export interface UpdateDataRepositoryAssociationRequest {
2195
+
2196
+ AssociationId: string | undefined;
2197
+
2198
+ ClientRequestToken?: string;
2199
+
2200
+ ImportedFileChunkSize?: number;
2201
+
2202
+ S3?: S3DataRepositoryConfiguration;
2203
+ }
2204
+ export declare namespace UpdateDataRepositoryAssociationRequest {
2205
+
2206
+ const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
2207
+ }
2208
+ export interface UpdateDataRepositoryAssociationResponse {
2209
+
2210
+ Association?: DataRepositoryAssociation;
2211
+ }
2212
+ export declare namespace UpdateDataRepositoryAssociationResponse {
2213
+
2214
+ const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
2215
+ }
1817
2216
 
1818
2217
  export interface UpdateFileSystemLustreConfiguration {
1819
2218
 
@@ -1826,6 +2225,8 @@ export interface UpdateFileSystemLustreConfiguration {
1826
2225
  AutoImportPolicy?: AutoImportPolicyType | string;
1827
2226
 
1828
2227
  DataCompressionType?: DataCompressionType | string;
2228
+
2229
+ LogConfiguration?: LustreLogCreateConfiguration;
1829
2230
  }
1830
2231
  export declare namespace UpdateFileSystemLustreConfiguration {
1831
2232
 
@@ -1847,6 +2248,27 @@ export declare namespace UpdateFileSystemOntapConfiguration {
1847
2248
  const filterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
1848
2249
  }
1849
2250
 
2251
+ export interface UpdateFileSystemOpenZFSConfiguration {
2252
+
2253
+ AutomaticBackupRetentionDays?: number;
2254
+
2255
+ CopyTagsToBackups?: boolean;
2256
+
2257
+ CopyTagsToVolumes?: boolean;
2258
+
2259
+ DailyAutomaticBackupStartTime?: string;
2260
+
2261
+ ThroughputCapacity?: number;
2262
+
2263
+ WeeklyMaintenanceStartTime?: string;
2264
+
2265
+ DiskIopsConfiguration?: DiskIopsConfiguration;
2266
+ }
2267
+ export declare namespace UpdateFileSystemOpenZFSConfiguration {
2268
+
2269
+ const filterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
2270
+ }
2271
+
1850
2272
  export interface SelfManagedActiveDirectoryConfigurationUpdates {
1851
2273
 
1852
2274
  UserName?: string;
@@ -1892,11 +2314,25 @@ export interface UpdateFileSystemRequest {
1892
2314
  LustreConfiguration?: UpdateFileSystemLustreConfiguration;
1893
2315
 
1894
2316
  OntapConfiguration?: UpdateFileSystemOntapConfiguration;
2317
+
2318
+ OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
1895
2319
  }
1896
2320
  export declare namespace UpdateFileSystemRequest {
1897
2321
 
1898
2322
  const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
1899
2323
  }
2324
+ export interface UpdateSnapshotRequest {
2325
+
2326
+ ClientRequestToken?: string;
2327
+
2328
+ Name: string | undefined;
2329
+
2330
+ SnapshotId: string | undefined;
2331
+ }
2332
+ export declare namespace UpdateSnapshotRequest {
2333
+
2334
+ const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
2335
+ }
1900
2336
 
1901
2337
  export interface UpdateSvmActiveDirectoryConfiguration {
1902
2338
 
@@ -1945,6 +2381,25 @@ export declare namespace UpdateOntapVolumeConfiguration {
1945
2381
 
1946
2382
  const filterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
1947
2383
  }
2384
+
2385
+ export interface UpdateOpenZFSVolumeConfiguration {
2386
+
2387
+ StorageCapacityReservationGiB?: number;
2388
+
2389
+ StorageCapacityQuotaGiB?: number;
2390
+
2391
+ DataCompressionType?: OpenZFSDataCompressionType | string;
2392
+
2393
+ NfsExports?: OpenZFSNfsExport[];
2394
+
2395
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
2396
+
2397
+ ReadOnly?: boolean;
2398
+ }
2399
+ export declare namespace UpdateOpenZFSVolumeConfiguration {
2400
+
2401
+ const filterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
2402
+ }
1948
2403
  export interface UpdateVolumeRequest {
1949
2404
 
1950
2405
  ClientRequestToken?: string;
@@ -1952,18 +2407,14 @@ export interface UpdateVolumeRequest {
1952
2407
  VolumeId: string | undefined;
1953
2408
 
1954
2409
  OntapConfiguration?: UpdateOntapVolumeConfiguration;
1955
- }
1956
- export declare namespace UpdateVolumeRequest {
1957
2410
 
1958
- const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
1959
- }
1960
- export interface UpdateVolumeResponse {
2411
+ Name?: string;
1961
2412
 
1962
- Volume?: Volume;
2413
+ OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
1963
2414
  }
1964
- export declare namespace UpdateVolumeResponse {
2415
+ export declare namespace UpdateVolumeRequest {
1965
2416
 
1966
- const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
2417
+ const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
1967
2418
  }
1968
2419
 
1969
2420
  export interface AdministrativeAction {
@@ -1981,6 +2432,8 @@ export interface AdministrativeAction {
1981
2432
  FailureDetails?: AdministrativeActionFailureDetails;
1982
2433
 
1983
2434
  TargetVolumeValues?: Volume;
2435
+
2436
+ TargetSnapshotValues?: Snapshot;
1984
2437
  }
1985
2438
  export declare namespace AdministrativeAction {
1986
2439
 
@@ -2028,49 +2481,66 @@ export interface FileSystem {
2028
2481
  OntapConfiguration?: OntapFileSystemConfiguration;
2029
2482
 
2030
2483
  FileSystemTypeVersion?: string;
2484
+
2485
+ OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
2031
2486
  }
2032
2487
  export declare namespace FileSystem {
2033
2488
 
2034
2489
  const filterSensitiveLog: (obj: FileSystem) => any;
2035
2490
  }
2036
2491
 
2037
- export interface Backup {
2492
+ export interface Snapshot {
2038
2493
 
2039
- BackupId: string | undefined;
2494
+ ResourceARN?: string;
2040
2495
 
2041
- Lifecycle: BackupLifecycle | string | undefined;
2496
+ SnapshotId?: string;
2042
2497
 
2043
- FailureDetails?: BackupFailureDetails;
2498
+ Name?: string;
2044
2499
 
2045
- Type: BackupType | string | undefined;
2500
+ VolumeId?: string;
2046
2501
 
2047
- ProgressPercent?: number;
2502
+ CreationTime?: Date;
2048
2503
 
2049
- CreationTime: Date | undefined;
2504
+ Lifecycle?: SnapshotLifecycle | string;
2050
2505
 
2051
- KmsKeyId?: string;
2506
+ Tags?: Tag[];
2052
2507
 
2053
- ResourceARN?: string;
2508
+ AdministrativeActions?: AdministrativeAction[];
2509
+ }
2510
+ export declare namespace Snapshot {
2054
2511
 
2055
- Tags?: Tag[];
2512
+ const filterSensitiveLog: (obj: Snapshot) => any;
2513
+ }
2514
+
2515
+ export interface Volume {
2056
2516
 
2057
- FileSystem: FileSystem | undefined;
2517
+ CreationTime?: Date;
2058
2518
 
2059
- DirectoryInformation?: ActiveDirectoryBackupAttributes;
2519
+ FileSystemId?: string;
2060
2520
 
2061
- OwnerId?: string;
2521
+ Lifecycle?: VolumeLifecycle | string;
2062
2522
 
2063
- SourceBackupId?: string;
2523
+ Name?: string;
2064
2524
 
2065
- SourceBackupRegion?: string;
2525
+ OntapConfiguration?: OntapVolumeConfiguration;
2066
2526
 
2067
- ResourceType?: ResourceType | string;
2527
+ ResourceARN?: string;
2068
2528
 
2069
- Volume?: Volume;
2529
+ Tags?: Tag[];
2530
+
2531
+ VolumeId?: string;
2532
+
2533
+ VolumeType?: VolumeType | string;
2534
+
2535
+ LifecycleTransitionReason?: LifecycleTransitionReason;
2536
+
2537
+ AdministrativeActions?: AdministrativeAction[];
2538
+
2539
+ OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
2070
2540
  }
2071
- export declare namespace Backup {
2541
+ export declare namespace Volume {
2072
2542
 
2073
- const filterSensitiveLog: (obj: Backup) => any;
2543
+ const filterSensitiveLog: (obj: Volume) => any;
2074
2544
  }
2075
2545
 
2076
2546
  export interface CreateFileSystemFromBackupResponse {
@@ -2090,6 +2560,38 @@ export declare namespace CreateFileSystemResponse {
2090
2560
 
2091
2561
  const filterSensitiveLog: (obj: CreateFileSystemResponse) => any;
2092
2562
  }
2563
+ export interface CreateSnapshotResponse {
2564
+
2565
+ Snapshot?: Snapshot;
2566
+ }
2567
+ export declare namespace CreateSnapshotResponse {
2568
+
2569
+ const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
2570
+ }
2571
+ export interface CreateVolumeFromBackupResponse {
2572
+
2573
+ Volume?: Volume;
2574
+ }
2575
+ export declare namespace CreateVolumeFromBackupResponse {
2576
+
2577
+ const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
2578
+ }
2579
+ export interface CreateVolumeResponse {
2580
+
2581
+ Volume?: Volume;
2582
+ }
2583
+ export declare namespace CreateVolumeResponse {
2584
+
2585
+ const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
2586
+ }
2587
+ export interface ReleaseFileSystemNfsV3LocksResponse {
2588
+
2589
+ FileSystem?: FileSystem;
2590
+ }
2591
+ export declare namespace ReleaseFileSystemNfsV3LocksResponse {
2592
+
2593
+ const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
2594
+ }
2093
2595
 
2094
2596
  export interface UpdateFileSystemResponse {
2095
2597
 
@@ -2099,22 +2601,21 @@ export declare namespace UpdateFileSystemResponse {
2099
2601
 
2100
2602
  const filterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
2101
2603
  }
2102
- export interface CopyBackupResponse {
2604
+ export interface UpdateSnapshotResponse {
2103
2605
 
2104
- Backup?: Backup;
2606
+ Snapshot?: Snapshot;
2105
2607
  }
2106
- export declare namespace CopyBackupResponse {
2608
+ export declare namespace UpdateSnapshotResponse {
2107
2609
 
2108
- const filterSensitiveLog: (obj: CopyBackupResponse) => any;
2610
+ const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
2109
2611
  }
2110
-
2111
- export interface CreateBackupResponse {
2612
+ export interface UpdateVolumeResponse {
2112
2613
 
2113
- Backup?: Backup;
2614
+ Volume?: Volume;
2114
2615
  }
2115
- export declare namespace CreateBackupResponse {
2616
+ export declare namespace UpdateVolumeResponse {
2116
2617
 
2117
- const filterSensitiveLog: (obj: CreateBackupResponse) => any;
2618
+ const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
2118
2619
  }
2119
2620
 
2120
2621
  export interface DescribeFileSystemsResponse {
@@ -2127,6 +2628,82 @@ export declare namespace DescribeFileSystemsResponse {
2127
2628
 
2128
2629
  const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
2129
2630
  }
2631
+ export interface DescribeSnapshotsResponse {
2632
+
2633
+ Snapshots?: Snapshot[];
2634
+
2635
+ NextToken?: string;
2636
+ }
2637
+ export declare namespace DescribeSnapshotsResponse {
2638
+
2639
+ const filterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
2640
+ }
2641
+ export interface DescribeVolumesResponse {
2642
+
2643
+ Volumes?: Volume[];
2644
+
2645
+ NextToken?: string;
2646
+ }
2647
+ export declare namespace DescribeVolumesResponse {
2648
+
2649
+ const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
2650
+ }
2651
+
2652
+ export interface Backup {
2653
+
2654
+ BackupId: string | undefined;
2655
+
2656
+ Lifecycle: BackupLifecycle | string | undefined;
2657
+
2658
+ FailureDetails?: BackupFailureDetails;
2659
+
2660
+ Type: BackupType | string | undefined;
2661
+
2662
+ ProgressPercent?: number;
2663
+
2664
+ CreationTime: Date | undefined;
2665
+
2666
+ KmsKeyId?: string;
2667
+
2668
+ ResourceARN?: string;
2669
+
2670
+ Tags?: Tag[];
2671
+
2672
+ FileSystem: FileSystem | undefined;
2673
+
2674
+ DirectoryInformation?: ActiveDirectoryBackupAttributes;
2675
+
2676
+ OwnerId?: string;
2677
+
2678
+ SourceBackupId?: string;
2679
+
2680
+ SourceBackupRegion?: string;
2681
+
2682
+ ResourceType?: ResourceType | string;
2683
+
2684
+ Volume?: Volume;
2685
+ }
2686
+ export declare namespace Backup {
2687
+
2688
+ const filterSensitiveLog: (obj: Backup) => any;
2689
+ }
2690
+ export interface CopyBackupResponse {
2691
+
2692
+ Backup?: Backup;
2693
+ }
2694
+ export declare namespace CopyBackupResponse {
2695
+
2696
+ const filterSensitiveLog: (obj: CopyBackupResponse) => any;
2697
+ }
2698
+
2699
+ export interface CreateBackupResponse {
2700
+
2701
+ Backup?: Backup;
2702
+ }
2703
+ export declare namespace CreateBackupResponse {
2704
+
2705
+ const filterSensitiveLog: (obj: CreateBackupResponse) => any;
2706
+ }
2130
2707
 
2131
2708
  export interface DescribeBackupsResponse {
2132
2709